.. |
api
|
Merged in [9305] from willem@nlnetlabs.nl:
|
2015-03-21 22:27:41 +00:00 |
bin
|
Merged in [9715] from rcross@amsl.com:
|
2015-07-15 11:14:15 +00:00 |
community
|
Updated a bunch of links from http: to https: based on a patch from lars@netapp.com.
|
2015-04-24 21:47:12 +00:00 |
cookies
|
Added preference editing support for the left_menu preference setting, and refactored the preference handling code substantially. Related to issues #1659 and #1663.
|
2015-06-22 18:47:28 +00:00 |
database-notes
|
Merged from log:branch/2.00@2363: Current release branch head to trunk.
|
2010-07-21 12:48:05 +00:00 |
dbtemplate
|
Make new branch from trunk and merge facelift-r9007 into it, fixing a few merge conflicts
|
2015-02-12 10:43:52 +00:00 |
doc
|
Added a guard against trying to fetch ad positions when there's no active ballot.
|
2015-07-15 10:50:27 +00:00 |
group
|
Correct typo in field label. Fixes #1731. Commit ready for merge.
|
2015-07-09 14:27:03 +00:00 |
help
|
Added simple tests for help and release pages.
|
2015-04-05 20:59:51 +00:00 |
idindex
|
Changed the handling of some test directory creation and removal code, to be more consistent. Fixed a problem where a test didn't create and remove a test directory it used.
|
2015-03-15 16:01:15 +00:00 |
iesg
|
Show leadership when and where mail was sent at the time it is sent. Commit ready for merge.
|
2015-05-07 16:29:17 +00:00 |
ietfauth
|
let the IAB see the new pages
|
2015-05-04 15:10:34 +00:00 |
ipr
|
pulled several migrations from trunk and reordered the ones here to match
|
2015-04-30 22:12:18 +00:00 |
liaisons
|
Merged in [9595] from rcross@amsl.com:
|
2015-05-06 17:22:13 +00:00 |
mailinglists
|
Updated a bunch of links from http: to https: based on a patch from lars@netapp.com.
|
2015-04-24 21:47:12 +00:00 |
meeting
|
Updated a test in ietf.meeting.tests_views.MeetingTests to reflect the updated markup associated related to issue #1743.
|
2015-07-09 13:37:09 +00:00 |
message
|
Merged in branch/amsl/iprtool/5.7.4@8734 from rcross@amsl.com, providing new IPR models, refactored code, and improved list, search, and management interfaces.
|
2014-12-21 19:26:33 +00:00 |
name
|
clean merge forward
|
2015-04-27 20:24:40 +00:00 |
nomcom
|
If the author of a nomcom nomination is unknown, use 'Anonymous' and no email address in outgoing messages, instead of ''.
|
2015-05-13 16:55:53 +00:00 |
person
|
Addressed another bug related to using SearchablePersonsField to choose Person objects, rather than Email objects. If one uses this for Person objects, then object.address isn't going to be terribly useful in the form ,,:-). Addresses issue #1684, #1685 and #1686.
|
2015-04-21 15:51:26 +00:00 |
redirects
|
Added generated (and sometimes manually tweaked) resources.py files.
|
2014-12-14 20:33:25 +00:00 |
release
|
Updated a bunch of links from http: to https: based on a patch from lars@netapp.com.
|
2015-04-24 21:47:12 +00:00 |
secr
|
Merged in [9701] from rcross@amsl.com:
|
2015-07-09 13:05:34 +00:00 |
submit
|
Merged in [9619] from rjsparks@nostrum.com:
|
2015-05-12 09:34:04 +00:00 |
sync
|
Make parsing IANA mail for comments more flexible. Commit ready for merge.
|
2015-05-22 19:12:07 +00:00 |
templates
|
Added a 'pull-right' class to 'new' labels in document search lists, for a more consistent look.
|
2015-07-09 13:17:40 +00:00 |
utils
|
Show leadership when and where mail was sent at the time it is sent. Commit ready for merge.
|
2015-05-07 16:29:17 +00:00 |
.gitignore
|
Fixes #563
|
2010-12-02 20:34:50 +00:00 |
__init__.py
|
Set version info and settings back to development mode
|
2015-06-23 20:03:18 +00:00 |
context_processors.py
|
Fixed an issue where the https: schema inadvertently had been included in RFCDIFF_PREFIX, causing duplicate schema specifications in some places. Changed name to RFCDIFF_BASE_URL and cleaned out the duplicate schema specifiers.
|
2015-04-30 22:00:49 +00:00 |
feed_urls.py
|
Move chartering groups to /group/chartering/ (with a redirect from the old location), list RGs there too, and amend the previous fix to the chartering process for non-WGs so they have internal and external review states instead of just approved. Also move the code in wginfo/ to group/ as it is no longer just about info for WGs.
|
2014-04-01 11:59:08 +00:00 |
legacy_router.py
|
Remove unused code
|
2012-01-04 16:58:41 +00:00 |
LICENSE
|
Merged in the port from Django 1.2 to Django 1.6 from olau@iola.dk: branch/iola/djangoport@7121, and fixed some merge issues.
|
2014-01-18 21:02:40 +00:00 |
manage.py
|
Merged in the port from Django 1.2 to Django 1.6 from olau@iola.dk: branch/iola/djangoport@7121, and fixed some merge issues.
|
2014-01-18 21:02:40 +00:00 |
middleware.py
|
Summary: Get rid of FillInRemoteUserIfLoggedInMiddleware, we are not
|
2015-02-12 15:16:29 +00:00 |
settings.py
|
When looking for a specific revision for a draft, which could be a quite old revision, look in the aggregate draft archive which should contain all available versions of drafts, also those which are missing in the official secretariat archive. Fixes issue #1729.
|
2015-07-09 15:36:50 +00:00 |
settings_releasetest.py
|
Updated release data and mkrelease support, which calculates the release coverage snapshot without invoking tests that developers won't ordinarily be able to run on their laptops/work machines.
|
2015-03-25 20:06:12 +00:00 |
settings_sqlitetest.py
|
Merged trunk@9354 to facelift copy
|
2015-04-02 06:51:34 +00:00 |
settings_testcrawl.py
|
Merged in [8970] from olau@iola.dk:
|
2015-02-04 23:17:58 +00:00 |
urls.py
|
Merged trunk@9354 to facelift copy
|
2015-04-02 06:51:34 +00:00 |
wsgi.py
|
Added virtualenv support to wsgi.py
|
2015-04-12 19:43:03 +00:00 |