datatracker/ietf/liaisons
2016-12-15 10:36:15 +00:00
..
management Merged in branch/amsl/liaisons/6.4.1@10160 from rcross@amsl.com, bringing in the new liaison tool. 2015-10-09 19:48:21 +00:00
migrations Added migrations for the model changes done for the Django 1.8 upgrade. 2016-12-07 19:41:48 +00:00
.gitignore Moving ietf to trunk/ietf 2007-05-04 12:37:28 +00:00
__init__.py Made ietf/liaisons pyflakes-clean, which also fixed several places the code would crash. The IRTF chair can never have been able to use the liaison tool without getting a server 500 ... 2014-03-15 18:10:35 +00:00
admin.py Merged in branch/amsl/liaisons/6.4.1@10160 from rcross@amsl.com, bringing in the new liaison tool. 2015-10-09 19:48:21 +00:00
feeds.py Merged in ^/branch/iola/event-saving-refactor-r10291, which refactors document saving to always use doc.save_with_history(events), and requires accompanying events. This branch also provides refactoring of recurring regexes in url patterns into a dictionary. As part of the merge, also refactored new code which didn't use the save_with_history() method. 2016-08-23 10:52:08 +00:00
fields.py Merged in branch/amsl/liaisons/6.4.1@10160 from rcross@amsl.com, bringing in the new liaison tool. 2015-10-09 19:48:21 +00:00
forms.py Extended Liaison to_contacts field to 2000 characters. Fixes #2024. Commit ready for merge. 2016-10-13 18:31:18 +00:00
mails.py This release improves visibility into where and when the datatracker 2015-10-10 23:08:09 +00:00
models.py Undid a FK to o2o change we don't want to do (we have instances where the FK is None). 2016-11-28 17:50:08 +00:00
resources.py Change the cache key construction to deal with query arguments containing spaces. Fixes 500 errors which would otherwise occur. 2016-09-25 13:53:22 +00:00
sitemaps.py Made ietf/liaisons pyflakes-clean, which also fixed several places the code would crash. The IRTF chair can never have been able to use the liaison tool without getting a server 500 ... 2014-03-15 18:10:35 +00:00
tests.py Added a score of setting save/restores to test setup/teardown actions. 2016-06-21 07:51:02 +00:00
urls.py Changed the state shown in all_id.txt for drafts which have entered IESG processing, but then been replaced, to show as 'Replaced' instead of 'In IESG Processing'. This is consistent with how they are shown in all_id2.txt. 2016-12-15 10:36:15 +00:00
utils.py Merged in ^/branch/iola/event-saving-refactor-r10291, which refactors document saving to always use doc.save_with_history(events), and requires accompanying events. This branch also provides refactoring of recurring regexes in url patterns into a dictionary. As part of the merge, also refactored new code which didn't use the save_with_history() method. 2016-08-23 10:52:08 +00:00
views.py Rewrote Document.href() to not do database queries when possible, as that has a big performance impact. Fixed a number of tests which relied on href() not doing the right thing for simplified test data. Added caching of canonical_name(), which can be quite heavy. Additional refactoring in a number of places, to use better test data and avoid test failures for good code :-) 2016-10-28 16:59:42 +00:00
widgets.py Fixes Ticket #1805. Change liaisons ShowAttachmentsWidget to use href(). Commit ready for merge 2015-10-31 05:41:46 +00:00