datatracker/ietf
Henrik Levkowetz 7a98fff79c Merged [5476] from rjsparks@nostrum.com:
* Added a document type for changing the publication status of other documents, and the UI for manipulating them.
* Added charters, conflict reviews, and status changes to the AD's \'My Documents\' page
* Improved the presentation of all document types on the Agenda, Future Telechats, Scribe and Moderator package pages
* Made the reverse name for document relationships explicit rather than deriving them from forward names
* Added a way to get to the underlying Document (when it exists) from an RfcWrapper
* Unified several common forms used by different document types
 - Legacy-Id: 5629
Note: SVN reference [5476] has been migrated to Git commit 10b4f7a4dc
2013-04-07 19:11:18 +00:00
..
announcements Apply fix to missing nomcom chair in [4384] instead of [4385]. 2012-05-04 13:47:15 +00:00
bin Changed the logging target of auxiliary IANA and RFC-Ed sync scripts from LOG_LOCAL0 to LOG_USER, matching what we've already used elsewhere for datatracker logging. 2013-02-24 20:14:20 +00:00
community Merged [5509] from ietf@augustcellars.com: 2013-03-13 15:31:36 +00:00
contrib Merged from log:branch/2.00@2363: Current release branch head to trunk. 2010-07-21 12:48:05 +00:00
cookies Set up app-specific email addresses so the respective developers will be notified about failures in code they have worked with. 2011-07-23 12:49:56 +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
doc Merged [5476] from rjsparks@nostrum.com: 2013-04-07 19:11:18 +00:00
group Added the bof-conc (Concluded BoF) slug to the proxy tranlator for status_id. 2013-02-24 20:12:31 +00:00
help In order that document states (which may be used by old documents) should not need to be removed when state machines change and states go out of use, all document states have a 'used' field. The code which accesses the state fields have not been requiring that used=True for the states returned, which is an error. Fixed this by adding 'used=True' to all State.objects.get() and State.objects.filter() call where it's relevant. 2013-03-05 23:24:41 +00:00
idindex Added a new field, #16: draft AD (name and email) to all_id2.txt 2012-12-15 22:43:10 +00:00
idrfc Merged [5476] from rjsparks@nostrum.com: 2013-04-07 19:11:18 +00:00
idtracker Merged [5476] from rjsparks@nostrum.com: 2013-04-07 19:11:18 +00:00
iesg Merged [5476] from rjsparks@nostrum.com: 2013-04-07 19:11:18 +00:00
ietfauth Merged branch/iola/statesync up to @5118 to trunk. 2012-12-20 20:32:03 +00:00
ietfworkflows In order that document states (which may be used by old documents) should not need to be removed when state machines change and states go out of use, all document states have a 'used' field. The code which accesses the state fields have not been requiring that used=True for the states returned, which is an error. Fixed this by adding 'used=True' to all State.objects.get() and State.objects.filter() call where it's relevant. 2013-03-05 23:24:41 +00:00
ipr Made the IPR country field wider to accomodate IPR disclosures referencing many patent instances in many countries. 2012-12-03 13:19:02 +00:00
liaisons Send email to statements@ietf.org when a pending liaison statement gets queued. 2013-03-09 16:49:38 +00:00
mailinglists Merged in changes from the conversion branch 2011-06-28 18:20:20 +00:00
meeting Make agenda views with timezone information work also for earlier meetings without timezone data set. 2013-03-14 14:56:28 +00:00
message Save announcements generated by the system as Messages, adding an 2012-02-08 21:05:28 +00:00
name Merged [5476] from rjsparks@nostrum.com: 2013-04-07 19:11:18 +00:00
person Two changes: (1) searches by substring rather than 2013-03-09 19:34:11 +00:00
proceedings Ported week view over to use the new meeting data model 2012-03-24 14:16:23 +00:00
redirects merged in from 4.20-ise 2012-06-22 20:25:17 +00:00
release Handle an unrecognized revision more gracefully. 2012-10-30 22:15:55 +00:00
secr Adding links to request page 2013-03-09 21:22:16 +00:00
submit In order that document states (which may be used by old documents) should not need to be removed when state machines change and states go out of use, all document states have a 'used' field. The code which accesses the state fields have not been requiring that used=True for the states returned, which is an error. Fixed this by adding 'used=True' to all State.objects.get() and State.objects.filter() call where it's relevant. 2013-03-05 23:24:41 +00:00
sync In order that document states (which may be used by old documents) should not need to be removed when state machines change and states go out of use, all document states have a 'used' field. The code which accesses the state fields have not been requiring that used=True for the states returned, which is an error. Fixed this by adding 'used=True' to all State.objects.get() and State.objects.filter() call where it's relevant. 2013-03-05 23:24:41 +00:00
templates Merged [5476] from rjsparks@nostrum.com: 2013-04-07 19:11:18 +00:00
utils Merged [5476] from rjsparks@nostrum.com: 2013-04-07 19:11:18 +00:00
wgchairs In order that document states (which may be used by old documents) should not need to be removed when state machines change and states go out of use, all document states have a 'used' field. The code which accesses the state fields have not been requiring that used=True for the states returned, which is an error. Fixed this by adding 'used=True' to all State.objects.get() and State.objects.filter() call where it's relevant. 2013-03-05 23:24:41 +00:00
wgcharter Fixed a bug which would set the state in the event accompanying a WG activation to 'Proposed', which messes up various views. 2013-04-05 11:20:58 +00:00
wginfo In order that document states (which may be used by old documents) should not need to be removed when state machines change and states go out of use, all document states have a 'used' field. The code which accesses the state fields have not been requiring that used=True for the states returned, which is an error. Fixed this by adding 'used=True' to all State.objects.get() and State.objects.filter() call where it's relevant. 2013-03-05 23:24:41 +00:00
.gitignore Fixes #563 2010-12-02 20:34:50 +00:00
__init__.py Set version info and settings back to development mode 2013-03-13 18:26:58 +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
legacy_router.py Remove unused code 2012-01-04 16:58:41 +00:00
manage.py Adjusted the scribe template to make it XHTML compliant and fix what Robert broke 2012-07-29 01:09:41 +00:00
middleware.py Added logging for mail sending problems. 2013-03-06 19:36:06 +00:00
settings.py Merged [5476] from rjsparks@nostrum.com: 2013-04-07 19:11:18 +00:00
settings_sqlitetest.py Split database into current and legacy, adding importer to copy reused 2011-12-22 18:34:19 +00:00
urls.py Merged in branch/amsl/trunkmerge@5449 from rcross@amsl.com, with some tweaks. This provides the secretariat apps. 2013-03-05 22:43:31 +00:00