datatracker/ietf/idrfc
Robert Sparks 024a74a562 1) Restructured the position editing page to better integrate the defer button.
2) Copied the jquery-1.5.1.min.js library into /static/js/lib (from /static/js)
   because that's where the main document template was looking for it. There have
   probably been several problems since the change that left this dangling that
   showed up as things not behaving, but not as errors. The one that clued me in
   was the discuss text-box not being hidden when the position wasn't DISCUSS.
   They should all behave better now.

3) Added a django form validator to the discuss text field to not allow actions
   when the position is Discuss, but the discuss-text is empty.

4) Added logic to the undefer fuction to put the document back on the previous
   telechat (if that hasn't already passed). That is, date1 from telechat dates,
   and not date2.

5) Changed the last_call_announcement generation function's template to include
   the abstracts from the document sets (which with modern usage means the abstract
   of the document) reflecting the IESGs decision of a few months back.
 - Legacy-Id: 3097
2011-05-05 13:58:37 +00:00
..
fixtures Merged from log:branch/iesg-tracker@2571: IOLA's port of cron-scripts. 2010-10-26 14:49:12 +00:00
templatetags Merged from log:branch/2.00@2363: Current release branch head to trunk. 2010-07-21 12:48:05 +00:00
.gitignore Merged from log:branch/2.00@2363: Current release branch head to trunk. 2010-07-21 12:48:05 +00:00
__init__.py Merged from log:branch/2.00@2363: Current release branch head to trunk. 2010-07-21 12:48:05 +00:00
admin.py A little help in understanding the RfcEditorQueRef model. 2010-07-26 12:35:47 +00:00
expire.py Tweaked a number of setting value names and adjusted one value. 2011-04-09 22:13:45 +00:00
generate_fixtures.py Merged from log:branch/iesg-tracker@2571: IOLA's port of cron-scripts. 2010-10-26 14:49:12 +00:00
idrfc_wrapper.py Fix from Brandon (updated somewhat) for a bad reverse() argument. 2011-03-29 15:53:05 +00:00
lastcall.py Merged from log:branch/iesg-tracker@2571: IOLA's port of cron-scripts. 2010-10-26 14:49:12 +00:00
mails.py Make the document announcement default Cc: somewhat configurable. Remove iab@iab.org (on request). 2011-02-21 12:45:09 +00:00
markup_txt.py Merged from log:branch/2.00@2363: Current release branch head to trunk. 2010-07-21 12:48:05 +00:00
mirror_draft_versions.py Merged from log:branch/2.00@2363: Current release branch head to trunk. 2010-07-21 12:48:05 +00:00
mirror_rfc_editor_queue.py Merged from log:branch/2.00@2363: Current release branch head to trunk. 2010-07-21 12:48:05 +00:00
mirror_rfc_index.py Merged from log:branch/2.00@2363: Current release branch head to trunk. 2010-07-21 12:48:05 +00:00
models.py A little help in understanding the RfcEditorQueRef model. 2010-07-26 12:35:47 +00:00
tests.py Tweaked a number of setting value names and adjusted one value. 2011-04-09 22:13:45 +00:00
testurl.list Merged from log:branch/2.00@2363: Current release branch head to trunk. 2010-07-21 12:48:05 +00:00
urls.py Merged [2949] from rjsparks@nostrum.com: 2011-03-26 14:43:24 +00:00
utils.py Merged [2625] from lars.eggert@nokia.com: 2010-11-06 09:45:08 +00:00
views.py Merged from log:branch/2.00@2363: Current release branch head to trunk. 2010-07-21 12:48:05 +00:00
views_ballot.py 1) Restructured the position editing page to better integrate the defer button. 2011-05-05 13:58:37 +00:00
views_doc.py Tweaked a number of setting value names and adjusted one value. 2011-04-09 22:13:45 +00:00
views_edit.py For a new IESG tracker document, only add a history comment about previous history if some previous history exists (i.e., if the replaced document also existed in the IESG tracker). 2011-01-28 09:41:04 +00:00
views_search.py Merged [2967] from jelte@nlnetlabs.nl: 2011-03-26 16:58:07 +00:00