datatracker/ietf/doc
Henrik Levkowetz 086c4290b7 Merged [6361] from rjsparks@nostrum.com:
Allow the secretariat and ads to change the title of a status change
document.  Fixes bug 1141.

Applied changes to adapt the code from Django 1.2 to 1.6: Provide a
quoted string to {% url %} and use request.user.person instead of
request.user.get_profile().
 - Legacy-Id: 7221
Note: SVN reference [6361] has been migrated to Git commit 7c4cf7002f
2014-02-09 18:46:19 +00:00
..
management Added a management command to generate bibxml files for drafts. It's not fully cooked yet, as it needs to differentiate between documents which are currently drafts, and those that have been published as RFCs, but the basics are there. 2012-10-25 21:18:06 +00:00
migrations Add migration to convert old state change events to StateDocEvents 2014-01-15 23:30:12 +00:00
templatetags Replace the somewhat fragile query for specific state descriptions 2014-01-15 23:32:17 +00:00
__init__.py Move new schema models from redesign/ to ietf/ 2012-01-24 17:17:24 +00:00
admin.py Import slugify from django.utils.text (introduced in Django 1.5) 2013-12-18 10:00:58 +00:00
expire.py Remove usage of log_state_changed (and duplicate in 2014-01-15 17:52:00 +00:00
feeds.py Port feed setup to new feed API where each feed is a class-based view 2013-12-16 16:29:22 +00:00
forms.py Merge forward complete 2013-01-24 21:28:27 +00:00
lastcall.py Remove usage of log_state_changed (and duplicate in 2014-01-15 17:52:00 +00:00
mails.py Removing the extra (misleading) draft about WG adoption which is sent out in addition to the state change emails when a call for addoption (WG) or adoption (RG) is done using the 'Adopt Draft in Group' form. The state change messages should be sufficient, and are not misleading. Fixes issue #1246 (and 1290). 2014-02-04 22:00:07 +00:00
models.py Handle the case in is_downref() where the src file doesn't have a std_level or intended_std_level set. 2014-01-31 19:08:49 +00:00
redirect_drafts_urls.py Port to new class-based generic redirect and simple template views, remove utils.lazy.reverse_lazy, it's now included in Django 2013-12-11 16:36:09 +00:00
redirect_idtracker_urls.py Fix a couple of problems in previous URL conversion commit 2013-12-11 17:13:49 +00:00
tests.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
tests_ballot.py assertEquals -> assertEqual in tests, the former is deprecated 2013-12-17 12:52:24 +00:00
tests_charter.py Remove usage of log_state_changed (and duplicate in 2014-01-15 17:52:00 +00:00
tests_conflict_review.py assertEquals -> assertEqual in tests, the former is deprecated 2013-12-17 12:52:24 +00:00
tests_draft.py Added stream change and state change emails in adopt_draft() -- otherwise we wouldn't have the state change emails assumed in the previous commit. See issue #1246. 2014-02-04 23:27:40 +00:00
tests_status_change.py Merged [6361] from rjsparks@nostrum.com: 2014-02-09 18:46:19 +00:00
urls.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
urls_charter.py Implement missing charter tests as found by the coverage check 2014-01-14 15:50:03 +00:00
urls_conflict_review.py Port to new class-based generic redirect and simple template views, remove utils.lazy.reverse_lazy, it's now included in Django 2013-12-11 16:36:09 +00:00
urls_status_change.py Merged [6361] from rjsparks@nostrum.com: 2014-02-09 18:46:19 +00:00
utils.py Remove usage of log_state_changed (and duplicate in 2014-01-15 17:52:00 +00:00
utils_charter.py Remove usage of log_state_changed (and duplicate in 2014-01-15 17:52:00 +00:00
views_ballot.py Remove usage of log_state_changed (and duplicate in 2014-01-15 17:52:00 +00:00
views_charter.py Remove usage of log_state_changed (and duplicate in 2014-01-15 17:52:00 +00:00
views_conflict_review.py Remove usage of log_state_changed (and duplicate in 2014-01-15 17:52:00 +00:00
views_doc.py Merged additional django-port and shim-removal tweaks from olau@iola.dk: branch/iola/djangoport@7167. 2014-01-26 16:30:52 +00:00
views_draft.py Added stream change and state change emails in adopt_draft() -- otherwise we wouldn't have the state change emails assumed in the previous commit. See issue #1246. 2014-02-04 23:27:40 +00:00
views_help.py Merged in branch/iola/shimfree@6856. This pretty much completes the shim removal. Next step is upgrading Django to 1.6, and then doing some final polishing. 2013-12-17 21:29:05 +00:00
views_search.py Fix subtle search bug found by stream pages tests, the query was 2014-01-09 17:52:42 +00:00
views_status_change.py Merged [6361] from rjsparks@nostrum.com: 2014-02-09 18:46:19 +00:00