datatracker/ietf
2015-02-05 15:38:01 +00:00
..
bin When draft email aliases are generated, the content of the doc.notify field is used to generate the .notify alias, and is also included in the .all alias. If the notify field contains either the .notify alias or the .all alias, this can create a mail loop. Changed the alias generation code to expand (or ignore, for .notify) aliases found in the notify field, and changed the code which fills in the notify field with a default value to insert the author, ad, and shepherd aliases instead of the .all alias. 2015-02-05 15:38:01 +00:00
community Added generated (and sometimes manually tweaked) resources.py files. 2014-12-14 20:33:25 +00:00
contrib
cookies Made doc/ pyflakes-clean. 2014-03-15 16:09:47 +00:00
database-notes
dbtemplate Added generated (and sometimes manually tweaked) resources.py files. 2014-12-14 20:33:25 +00:00
doc When draft email aliases are generated, the content of the doc.notify field is used to generate the .notify alias, and is also included in the .all alias. If the notify field contains either the .notify alias or the .all alias, this can create a mail loop. Changed the alias generation code to expand (or ignore, for .notify) aliases found in the notify field, and changed the code which fills in the notify field with a default value to insert the author, ad, and shepherd aliases instead of the .all alias. 2015-02-05 15:38:01 +00:00
group Improvements to the fix to #1592. Commit ready to merge. 2015-01-29 20:58:23 +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 Change Document.shepherd to point to the email address rather than the 2014-08-13 11:40:01 +00:00
iesg This is the second step towards ADs out of GroupInfo into Role. 2015-01-09 18:52:06 +00:00
ietfauth fix role_required to permit access to proposed RGs. Commit ready for merge 2014-11-03 19:11:45 +00:00
ipr Merged in [8903] from rcross@amsl.com: 2015-02-04 21:58:40 +00:00
liaisons Merged in [8733] from olau@iola.dk:\n Summary: Fix old bug in liaison tool - WG discussion lists where being 2015-01-15 20:58:37 +00:00
mailinglists Made ietf/mailinglists pyflakes-clean. 2014-03-15 18:15:08 +00:00
meeting Restrict the gathering of ads for past meetings to groups that are areas. Commit ready for merge. 2015-01-26 23:35:32 +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 Changes to allow upload of bluesheets in materials upload page. Primarily for use with Interim meetings. Commit ready for merge. 2015-01-12 18:45:50 +00:00
nomcom Merged in [8840] from rjsparks@nostrum.com:\n Automatically ensure Alias records exists when Person records are changed, relieving multiple code locations of that responsibility. Fixes bug #1550. 2015-01-20 22:32:01 +00:00
person Tweaked the person/alias duplicate test for new aliases slightly. 2015-01-21 21:21:01 +00:00
redirects Added generated (and sometimes manually tweaked) resources.py files. 2014-12-14 20:33:25 +00:00
release Added changeset and ticket links to the release notes under /release/ 2014-05-02 00:30:25 +00:00
secr Merged in [8879] from rcross@amsl.com: 2015-01-21 21:25:51 +00:00
submit Merged in [8840] from rjsparks@nostrum.com:\n Automatically ensure Alias records exists when Person records are changed, relieving multiple code locations of that responsibility. Fixes bug #1550. 2015-01-20 22:32:01 +00:00
sync Made several changes to better handle non-ascii UTF-8 in email messages. 2014-04-29 18:45:37 +00:00
templates Fixed additional missing template fixups to match code changes. 2015-01-25 19:36:05 +00:00
utils Avoid an issue with python.email breaking To header field values that it has to encode in bad places. Fixes #1589. Commit ready for merge. 2015-02-03 20:18:27 +00:00
.gitignore
__init__.py Set version info and settings back to development mode 2015-01-25 19:36:45 +00:00
api.py Alternative DRY definition of the REST api top URL; this time in ietf/urls.py. This in itself is nicer, but I'm not so sure about the use of reverse() everywhere else, instead of referring to settings. 2014-12-17 21:26:32 +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
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 When draft email aliases are generated, the content of the doc.notify field is used to generate the .notify alias, and is also included in the .all alias. If the notify field contains either the .notify alias or the .all alias, this can create a mail loop. Changed the alias generation code to expand (or ignore, for .notify) aliases found in the notify field, and changed the code which fills in the notify field with a default value to insert the author, ad, and shepherd aliases instead of the .all alias. 2015-02-05 15:38:01 +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 Alternative DRY definition of the REST api top URL; this time in ietf/urls.py. This in itself is nicer, but I'm not so sure about the use of reverse() everywhere else, instead of referring to settings. 2014-12-17 21:26:32 +00:00
wsgi.py Made doc/ pyflakes-clean. 2014-03-15 16:09:47 +00:00