.. |
api
|
Added a couple of missing __init__.py files.
|
2015-03-04 16:19:07 +00:00 |
bin
|
Merged in [9099] from rcross@amsl.com:
|
2015-02-24 20:20:15 +00:00 |
community
|
Merged in personal/henrik/django-1.7@9020 which upgrades Django from 1.6.0 to 1.7.4 and applies the needed changes to the datatracker code to work with release 1.7.x.
|
2015-02-08 21:16:44 +00:00 |
cookies
|
Made doc/ pyflakes-clean.
|
2014-03-15 16:09:47 +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
|
Merged in personal/henrik/django-1.7@9020 which upgrades Django from 1.6.0 to 1.7.4 and applies the needed changes to the datatracker code to work with release 1.7.x.
|
2015-02-08 21:16:44 +00:00 |
doc
|
Python's pathlib is now available for both 2.x and 3.x, and is well established. Removed the ietf/utils/path.py fallback, and added pathlib to requirements.txt
|
2015-03-07 17:17:50 +00:00 |
group
|
Added a login requirement for the full document and group email alias pages, but kept the individual group and document email-alias pages visible without login. Added testing of login redirects for the full email alias lists, and reordered the test sequence within the test methods appropriately.
|
2015-03-07 15:55:18 +00:00 |
help
|
Cleaned out some (arbitrary) submodule name imports into ietf.utils, and made the corresponding import statements import the names directly from the correct submodules.
|
2014-03-16 07:09:38 +00:00 |
idindex
|
Turned the api.py file into a module. Moved the makeresources management command to the api module. Added some api tests. Added crawling of api files to the test-crawler. Adjusted some resource files discovered by the test suite and test-crawler. Removed a bunch of empty model files.
|
2015-03-03 20:23:36 +00:00 |
iesg
|
Merged in personal/henrik/django-1.7@9020 which upgrades Django from 1.6.0 to 1.7.4 and applies the needed changes to the datatracker code to work with release 1.7.x.
|
2015-02-08 21:16:44 +00:00 |
ietfauth
|
Merged in [9143] from rcross@amsl.com:
|
2015-03-04 19:39:46 +00:00 |
ipr
|
Avoid creating blank line before headers on IPR notification email. Fixes #1609. Commit ready for merge.
|
2015-03-02 20:38:55 +00:00 |
liaisons
|
Merged in personal/henrik/django-1.7@9020 which upgrades Django from 1.6.0 to 1.7.4 and applies the needed changes to the datatracker code to work with release 1.7.x.
|
2015-02-08 21:16:44 +00:00 |
mailinglists
|
Turned the api.py file into a module. Moved the makeresources management command to the api module. Added some api tests. Added crawling of api files to the test-crawler. Adjusted some resource files discovered by the test suite and test-crawler. Removed a bunch of empty model files.
|
2015-03-03 20:23:36 +00:00 |
meeting
|
Captured the change in ScheduledSession sort order in a migration.
|
2015-03-08 11:49:03 +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
|
Turned the api.py file into a module. Moved the makeresources management command to the api module. Added some api tests. Added crawling of api files to the test-crawler. Adjusted some resource files discovered by the test suite and test-crawler. Removed a bunch of empty model files.
|
2015-03-03 20:23:36 +00:00 |
nomcom
|
Changed the nomcom.forms.FullFeedbackFormSet to use modelformsets_factory() instead of direct subclassing, in order to avoid a crash when using the form, caused by a missing instance attribute.
|
2015-03-06 18:16:33 +00:00 |
person
|
Added a migration which changes the active bit from False to True to all email addresses associated with active drafts, and sends out notification emails about this.
|
2015-03-08 13:21:02 +00:00 |
redirects
|
Added generated (and sometimes manually tweaked) resources.py files.
|
2014-12-14 20:33:25 +00:00 |
release
|
Turned the api.py file into a module. Moved the makeresources management command to the api module. Added some api tests. Added crawling of api files to the test-crawler. Adjusted some resource files discovered by the test suite and test-crawler. Removed a bunch of empty model files.
|
2015-03-03 20:23:36 +00:00 |
secr
|
Merged in [9143] from rcross@amsl.com:
|
2015-03-04 19:39:46 +00:00 |
submit
|
Don't set email addresses created for submitted drafts to active any more.
|
2015-03-08 13:22:29 +00:00 |
sync
|
Turned the api.py file into a module. Moved the makeresources management command to the api module. Added some api tests. Added crawling of api files to the test-crawler. Adjusted some resource files discovered by the test suite and test-crawler. Removed a bunch of empty model files.
|
2015-03-03 20:23:36 +00:00 |
templates
|
Clarified the meaning of checked/unchecked boxes in front of the email addresses on the account profile management page.
|
2015-03-04 19:42:24 +00:00 |
utils
|
Tweaked test to match earlier coverage_changes output format tweak.
|
2015-03-08 14:32:14 +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-02-26 10:08:24 +00:00 |
context_processors.py
|
Moves the prefix for the URI to use for rfcdiff into settings.py.
|
2012-07-28 20:19:36 +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
|
Cleaned out some (arbitrary) submodule name imports into ietf.utils, and made the corresponding import statements import the names directly from the correct submodules.
|
2014-03-16 07:09:38 +00:00 |
settings.py
|
Reordering of the INSTALLED_APPS list orderto be alphabetic within each group; no intentional code change.
|
2015-03-06 23:24:35 +00:00 |
settings_sqlitetest.py
|
Made doc/ pyflakes-clean.
|
2014-03-15 16:09:47 +00:00 |
settings_testcrawl.py
|
Merged in [8970] from olau@iola.dk:
|
2015-02-04 23:17:58 +00:00 |
urls.py
|
A slight reordering of top url patterns (closer to alphabetic).
|
2015-03-06 20:20:56 +00:00 |
wsgi.py
|
Merged in personal/henrik/django-1.7@9020 which upgrades Django from 1.6.0 to 1.7.4 and applies the needed changes to the datatracker code to work with release 1.7.x.
|
2015-02-08 21:16:44 +00:00 |