..
management
Made doc/ pyflakes-clean.
2014-03-15 16:09:47 +00:00
migrations
Drop the material doc type, instead present a choice of doc types for uploading materials (currently only slides) and use that, introduce a DOCUMENT_PATH_PATTERN setting for storing the files and only look in proceedings/ for documents that are actually meeting related
2014-05-30 14:07:16 +00:00
templatetags
Add description field on group, enable most group info page views to
2014-05-20 10:19:26 +00:00
__init__.py
Move new schema models from redesign/ to ietf/
2012-01-24 17:17:24 +00:00
admin.py
Made doc/ pyflakes-clean.
2014-03-15 16:09:47 +00:00
expire.py
Merged pyflakes fixes forward to new copy of trunk.
2014-03-15 16:27:05 +00:00
feeds.py
Made doc/ pyflakes-clean.
2014-03-15 16:09:47 +00:00
forms.py
Merge forward complete
2013-01-24 21:28:27 +00:00
lastcall.py
Made doc/ pyflakes-clean.
2014-03-15 16:09:47 +00:00
mails.py
Fixed some pyflakes issues in the merged code.
2014-03-15 16:32:11 +00:00
models.py
Fix an instance of charter-ietf-%s that should really be charter-%s-%s
2014-06-26 16:24:06 +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
Made doc/ pyflakes-clean.
2014-03-15 16:09:47 +00:00
tests.py
Add tests for new material code
2014-06-04 13:10:55 +00:00
tests_ballot.py
A second pass of pyflakes cleanup, removing additional bulk imports, fixing a bug in get_initial_notify(), and removing some dead (and buggy) code.
2014-03-16 22:15:46 +00:00
tests_charter.py
A second pass of pyflakes cleanup, removing additional bulk imports, fixing a bug in get_initial_notify(), and removing some dead (and buggy) code.
2014-03-16 22:15:46 +00:00
tests_conflict_review.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
tests_draft.py
A second pass of pyflakes cleanup, removing additional bulk imports, fixing a bug in get_initial_notify(), and removing some dead (and buggy) code.
2014-03-16 22:15:46 +00:00
tests_material.py
Make it possible to adjust the name of new materials upon upload, also fix a couple of warnings from PyFlakes
2014-06-13 12:30:42 +00:00
tests_status_change.py
A second pass of pyflakes cleanup, removing additional bulk imports, fixing a bug in get_initial_notify(), and removing some dead (and buggy) code.
2014-03-16 22:15:46 +00:00
urls.py
Move group material handling code to doc/material/ now that the view of the material is integrated into /doc/, fix a bunch of bugs
2014-06-03 09:42:16 +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_material.py
Move group material handling code to doc/material/ now that the view of the material is integrated into /doc/, fix a bunch of bugs
2014-06-03 09:42:16 +00:00
urls_status_change.py
Merged [6361] from rjsparks@nostrum.com:
2014-02-09 18:46:19 +00:00
utils.py
Make it possible to adjust the name of new materials upon upload, also fix a couple of warnings from PyFlakes
2014-06-13 12:30:42 +00:00
utils_charter.py
Fix an instance of charter-ietf-%s that should really be charter-%s-%s
2014-06-26 16:24:06 +00:00
views_ballot.py
A second pass of pyflakes cleanup, removing additional bulk imports, fixing a bug in get_initial_notify(), and removing some dead (and buggy) code.
2014-03-16 22:15:46 +00:00
views_charter.py
Make sure group state is set when approving charters for non-WGs
2014-04-02 12:24:36 +00:00
views_conflict_review.py
A second pass of pyflakes cleanup, removing additional bulk imports, fixing a bug in get_initial_notify(), and removing some dead (and buggy) code.
2014-03-16 22:15:46 +00:00
views_doc.py
Fix some bugs in displaying meeting-related materials in the new material
2014-06-03 10:43:15 +00:00
views_draft.py
Merged in [7153] from rjsparks@nostrum.com:
2014-03-21 11:55:51 +00:00
views_help.py
A second pass of pyflakes cleanup, removing additional bulk imports, fixing a bug in get_initial_notify(), and removing some dead (and buggy) code.
2014-03-16 22:15:46 +00:00
views_material.py
Make it possible to adjust the name of new materials upon upload, also fix a couple of warnings from PyFlakes
2014-06-13 12:30:42 +00:00
views_search.py
A second pass of pyflakes cleanup, removing additional bulk imports, fixing a bug in get_initial_notify(), and removing some dead (and buggy) code.
2014-03-16 22:15:46 +00:00
views_status_change.py
A second pass of pyflakes cleanup, removing additional bulk imports, fixing a bug in get_initial_notify(), and removing some dead (and buggy) code.
2014-03-16 22:15:46 +00:00