datatracker/ietf/utils
Henrik Levkowetz 798f7697af Merged [4600] from rjsparks@nostrum.com:
* Adds a new document type for conflict reviews, with a ballot for the IESG 5742 response to a review request
* Integrated the new document type into the iESG agenda views (including RSS feeds)* Removed the Edit and Add buttons from the document main view.
* Replaced Add with actions appropriate for the document type, such as "Begin IESG Processing" or "Begin IETF Conflict Review", and made most data directly editable on the document's main page, depending on access permissions.
* Removed a manual editing step that the secretariat had to perform when sending conflict review messages. The view now composes the message correctly given the stream.
* Added a pencil icon motif to differentiate fields that are editable.
* Generalized several views and helper functions to use Document instead of (e.g.) IdWrapper
* Generalized reading documents from the repository
* Added a way to get from IdWrapper  to the underlying Document to facilitate migrating way from the Wrapper classes* Added many helpers to Document to assist with migrating off IdWrapper
* Minor fixes and other changes
  * Fixes to document main view to avoid (silent) template failures. 
  * Began removing some of the code that is no longer reachable post-migration  * Corrected the behavior of the undefer code and added test cases for it
  * Improved initial population of notification lists and added the ability to regenerate the initial list
* Made the test code that scans for template coverage more robust
* Deployment notes:
  * new setting: CONFLICT_REVIEW_PATH. The associated directory will need to be created

This branch fixes bugs #805, #744 and #812
 - Legacy-Id: 4652
Note: SVN reference [4600] has been migrated to Git commit 798e7a50e7
2012-07-28 16:29:28 +00:00
..
.gitignore * Moved utility functions into utils/ directory, and started breaking out 2007-05-11 15:48:45 +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 Provide a utility function admin_link() for use in admin list pages. 2011-02-02 15:21:32 +00:00
broken_foreign_key.py Merged from log:branch/2.00@2363: Current release branch head to trunk. 2010-07-21 12:48:05 +00:00
cache_foreign_key.py Merged from log:branch/2.00@2363: Current release branch head to trunk. 2010-07-21 12:48:05 +00:00
cached_lookup_field.py Merged from log:branch/2.00@2363: Current release branch head to trunk. 2010-07-21 12:48:05 +00:00
draft.py Updated utils/draft.py and modified the submit app code accordingly. 2012-07-11 12:51:33 +00:00
draft_search.py Merged r840 from branch/2.00 to trunk, and updated version information in ietf/__init__.py 2007-07-04 21:17:57 +00:00
history.py Add generic find_history_active_at(obj, time), refactor to use it 2011-08-12 09:41:50 +00:00
html.py Merged from log:branch/2.00@2363: Current release branch head to trunk. 2010-07-21 12:48:05 +00:00
lazy.py Merged [2948] from bmheight@gmail.com: 2011-03-26 14:36:10 +00:00
log.py Merged from log:branch/2.00@2363: Current release branch head to trunk. 2010-07-21 12:48:05 +00:00
mail.py Save announcements generated by the system as Messages, adding an 2012-02-08 21:05:28 +00:00
pipe.py Utility function to execute external functions. 2010-11-06 05:24:02 +00:00
proxy.py Move new schema models from redesign/ to ietf/ 2012-01-24 17:17:24 +00:00
test_data.py merged in from 4.20-ise 2012-06-22 20:25:17 +00:00
test_runner.py Tweak test setup message for site_id change. 2012-07-03 13:42:36 +00:00
test_utils.py Make test runner multi-DB-aware 2011-12-23 13:15:27 +00:00
textupload.py Check and sanitize text file upload (code is factored out in a new 2012-05-04 11:37:16 +00:00
unaccent.py Move unaccent helpers 2011-09-16 11:32:33 +00:00