datatracker/ietf/templates/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
details.html Initial work on allowing updates: 2007-06-27 04:07:01 +00:00
disclosure.html Fixed missing and buggy text in the template. 2007-06-17 01:36:16 +00:00
formfield.html * Added automatic 'required-field' indicator to the form rendering 2007-05-06 23:29:10 +00:00
iprdetail_archive.html * Added a new funtion in utils.py: split_form() 2007-05-04 20:21:03 +00:00
iprdetail_archive_month.html Moving ietf to trunk/ietf 2007-05-04 12:37:28 +00:00
iprdetail_archive_year.html Moving ietf to trunk/ietf 2007-05-04 12:37:28 +00:00
js.html Use defaultValue instead of "" so that if the form is populated 2007-06-27 02:24:36 +00:00
licensing_option.html Moving ietf to trunk/ietf 2007-05-04 12:37:28 +00:00
list.html * Don't show 'Updates...' information for withdrawn IPR Disclosures. 2007-06-13 13:22:19 +00:00
list_item.html Fixing some renaming breakage. 2007-06-17 16:13:14 +00:00
search.html Added IPR search for IPR holder name 2007-06-21 14:56:05 +00:00
search_doc_list.html Somewhat reorganized IPR search code. Renamed IprDetails model field. New IPR search templates. 2007-06-17 15:21:48 +00:00
search_doc_result.html Added IPR search for IPR holder name 2007-06-21 14:56:05 +00:00
search_holder_result.html Templates for IPR search for holder, wg and patent searches. 2007-06-25 21:02:24 +00:00
search_patent_result.html Templates for IPR search for holder, wg and patent searches. 2007-06-25 21:02:24 +00:00
search_result.html Templates for IPR search for holder, wg and patent searches. 2007-06-25 21:02:24 +00:00
search_wg_result.html Templates for IPR search for holder, wg and patent searches. 2007-06-25 21:02:24 +00:00
style.html IPR Form stuff: 2007-05-21 20:36:21 +00:00
update_list.html Moving ietf to trunk/ietf 2007-05-04 12:37:28 +00:00