datatracker/ietf/ipr
Bill Fenner 2fa81f4940 Initial work on allowing updates:
* Allow update to pass in an object to be updated.
 * Pass initial values to rfclist, draftlist, 3 ContactForms and IprForm if we have an update.
 * Pass **kwargs through ipr_detail_form_callback to get the initial values.
 * Add a row in IprUpdate if updating

Cleanups in that apply to both new and update:
 * Validate licensing_option in the clean function to allow it to be conditionally required.
 * Use a regular character field for date_applied, since it is a prose date in the database.
 * Fix typo in title setting: s/general/generic/
 * Fix typo in 3rd-party title setting: s/submitter/ietf_name/
 * Fix IprRfc object creation
 * Log the complete set of field errors
 * Move the validation of "one of the document fields must be filled in" to the form clean, since clean_data["draftlist"] isn't available in clean_rfclist()
 * Render non_field_errors since now we could have one.
 * Move the setting of the summary and title to after the form is cleaned, and use the clean version of the document names.
 - Legacy-Id: 683
2007-06-27 04:07:01 +00:00
..
.gitignore Moving ietf to trunk/ietf 2007-05-04 12:37:28 +00:00
__init__.py Moving ietf to trunk/ietf 2007-05-04 12:37:28 +00:00
feeds.py More minor cleanup based on pyflakes feedback 2007-05-31 09:46:56 +00:00
models.py Additional IPR searches: WG search and holder (legal name) search. 2007-06-25 21:03:34 +00:00
new.py Initial work on allowing updates: 2007-06-27 04:07:01 +00:00
related.py Additional IPR searches: WG search and holder (legal name) search. 2007-06-25 21:03:34 +00:00
search.py Adding a footer line with version info and webmaster link, and a context processor to transfer information to it and variables in ietf/__init__.py to hold the information. 2007-06-26 17:30:25 +00:00
testurl.list Additional IPR searches: WG search and holder (legal name) search. 2007-06-25 21:03:34 +00:00
urls.py Code reorganization. Splitting up ipr search code into separate files, and renaming the ipr.view_new module to ipr.new. 2007-06-17 16:10:20 +00:00
view_sections.py Template and code changes for the third-party IPR disclosure page, and an acceptable diff file. 2007-06-17 21:08:36 +00:00
views.py Initial work on allowing updates: 2007-06-27 04:07:01 +00:00