Henrik Levkowetz
cd030d3b43
Adding copyright notices to all python files
...
- Legacy-Id: 716
2007-06-27 21:16:34 +00:00
Henrik Levkowetz
e6343f614d
Add an ignore regex expression for the footer, so date, version and contact information changes doesn't trigger diffs
...
- Legacy-Id: 711
2007-06-27 20:11:53 +00:00
Henrik Levkowetz
c05019128f
It's not quite version 2.00 yet ;-)
...
- Legacy-Id: 710
2007-06-27 19:58:21 +00:00
Henrik Levkowetz
d3b0d60d6a
Release version 2.0.
...
- Legacy-Id: 709
2007-06-27 18:32:54 +00:00
Bill Fenner
1163bcb2b9
When updating a 3rd-party disclosure, the updater is the ietf participant,
...
otherwise the updater is the submitter.
- Legacy-Id: 708
2007-06-27 17:42:35 +00:00
Henrik Levkowetz
fe3e063f37
Factor out the page footer, and use it also in the idtracker's base.html
...
- Legacy-Id: 707
2007-06-27 17:38:53 +00:00
Bill Fenner
42245b73b4
Chase the moved update view.
...
- Legacy-Id: 706
2007-06-27 17:17:32 +00:00
Bill Fenner
cccf7a9ca4
* Skip 'ipr' and 'contact_type' fields in BaseContactForm
...
* Move update() to new.py
* Get the update submitter in update() and overwrite the ipr submitter with it when updating.
* Remove ? from trailing slash in about - the addslashes middleware will get there first anyway, and the ? confuses reverse()
- Legacy-Id: 705
2007-06-27 17:11:38 +00:00
Bill Fenner
06680fba8c
Output referenced document titles with their numbers/filenames.
...
- Legacy-Id: 704
2007-06-27 17:10:41 +00:00
Bill Fenner
da2b6199f0
Link internally with {% url %} instead of hardcoded pointer
...
to datatracker.
- Legacy-Id: 703
2007-06-27 16:35:14 +00:00
Henrik Levkowetz
c8b06bcd10
Agenda 69 won't give a stable diff, either. Disabled.
...
- Legacy-Id: 702
2007-06-27 16:19:57 +00:00
Henrik Levkowetz
05e03aff2b
Fix exception reporting
...
- Legacy-Id: 701
2007-06-27 15:01:05 +00:00
Henrik Levkowetz
8f54760bc3
The sort order of the sessions in the current agenda page isn't stable; no stored diff is possible. Disable for now.
...
- Legacy-Id: 700
2007-06-27 14:51:31 +00:00
Michael Lee
db3996cdbb
Add test url for IETF 69 agenda
...
- Legacy-Id: 699
2007-06-27 14:47:34 +00:00
Henrik Levkowetz
36df70dc67
Make it possible to capture the complte agenda diff
...
- Legacy-Id: 698
2007-06-27 14:29:49 +00:00
Henrik Levkowetz
188a562114
IPR title search with test cases and acceptable diffs
...
- Legacy-Id: 697
2007-06-27 14:12:54 +00:00
Bill Fenner
760c1190e7
Send email on new/update submission.
...
Render "ipr/submitted.html" instead of redirecting to the IPR directly.
- Legacy-Id: 696
2007-06-27 13:45:30 +00:00
Henrik Levkowetz
648587c674
The template for the IPR search error pages
...
- Legacy-Id: 690
2007-06-27 11:41:31 +00:00
Henrik Levkowetz
b030e37f77
* Added IPR patent info search
...
* Added IPR patent info search term error pages
* Fixed empty holder search template error
* Some refactoring to have one ipr->doc relation instead of both ->drafts and -> rfcs
- Legacy-Id: 687
2007-06-27 11:29:43 +00:00
Henrik Levkowetz
2bb88100d0
* Added IPR search on document title
...
* Added test cases for this and for addtional empty test results
* Some refactoring of IPR search code
* Fixed bugs in multiple templates for the empty test result case
- Legacy-Id: 685
2007-06-27 09:25:14 +00:00
Bill Fenner
e5610d3f6c
* Explicitly truncate a long title so that the database truncation doesn't cause problems
...
* Use RequestContext
* Remove a couple of debugging prints that I left in
* Fix parenthesis location in get_ipr_summary() which was causing it to try to concatenate a list and a string
- Legacy-Id: 684
2007-06-27 04:31:38 +00:00
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
Bill Fenner
5b00901dd6
Use defaultValue instead of "" so that if the form is populated
...
(such as when editing an existing submission), the javascript doesn't
empty out the submitter data because the box isn't checked.
- Legacy-Id: 681
2007-06-27 02:24:36 +00:00
Bill Fenner
cfd5b80406
Don't let missing checkboxes (because of missing sections) disable
...
the contact copying.
- Legacy-Id: 679
2007-06-27 02:13:39 +00:00
Michael Lee
c362d82532
Fix a missing piece in agenda.html template
...
- Legacy-Id: 678
2007-06-27 01:41:54 +00:00
Henrik Levkowetz
320e2549da
Add another missing test URL.
...
- Legacy-Id: 677
2007-06-26 23:59:40 +00:00
Henrik Levkowetz
a648c5d154
Hmm. Why isn't the test setup serving static files? Skip those tests for now.
...
- Legacy-Id: 676
2007-06-26 23:55:52 +00:00
Henrik Levkowetz
955254b53c
Oops. Syntax error.
...
- Legacy-Id: 675
2007-06-26 23:36:11 +00:00
Henrik Levkowetz
8ecc50b0fa
No need to fetch the good URL if we're going to skip the diff.
...
- Legacy-Id: 674
2007-06-26 23:33:48 +00:00
Henrik Levkowetz
6b80966beb
Adding some missing tests. The /drafts/dead/ diff need to be checked up.
...
- Legacy-Id: 673
2007-06-26 23:31:24 +00:00
Henrik Levkowetz
c6cd8eed3b
Some fixes to ietf/tests.py, and various updated diffs.
...
- Legacy-Id: 671
2007-06-26 22:25:28 +00:00
Henrik Levkowetz
0ca78de484
Make the diff chunk application order predictable and update the chunks to be applied in the right order
...
- Legacy-Id: 670
2007-06-26 20:41:52 +00:00
Bill Fenner
e9c1f3bb21
Forgot to update the redirect for previous_announcement for the
...
url rearrangement.
- Legacy-Id: 669
2007-06-26 20:36:22 +00:00
Bill Fenner
a53aae26f5
Fix view_related_docs -> related. I don't know how I missed exporting
...
this in my previous commit.
- Legacy-Id: 668
2007-06-26 20:25:50 +00:00
Bill Fenner
6d03969bac
URL shuffling in iesg, idtracker and my
...
- Legacy-Id: 666
2007-06-26 20:21:31 +00:00
Henrik Levkowetz
0e9c8926a6
Added logging to find out why the buildbot doesn't give clean diffs when local runs do.
...
- Legacy-Id: 665
2007-06-26 20:17:27 +00:00
Henrik Levkowetz
39af501171
Fix pyflakes issue.
...
- Legacy-Id: 664
2007-06-26 19:26:13 +00:00
Henrik Levkowetz
0f534e0242
Don't handle empty diff chunks
...
- Legacy-Id: 662
2007-06-26 19:22:30 +00:00
Henrik Levkowetz
f245ccb875
Remove an errand debug print statement.
...
- Legacy-Id: 661
2007-06-26 19:19:58 +00:00
Henrik Levkowetz
e80bb3b76f
Add sort to the the name sorted rfc list -- .cgi and .django sort may be different.
...
- Legacy-Id: 660
2007-06-26 19:18:58 +00:00
Michael Lee
9d5faab01b
Fix IESG announcements script to handle mixed-intended_status fleet (group of documents)
...
- Legacy-Id: 659
2007-06-26 19:16:58 +00:00
Bill Fenner
8d6b0bae97
Moves:
...
* announcements -> ann
* liaisons -> liaison
* idindex -> drafts
* mailinglists -> list
I checked the tests and used a link checker locally, so hopefully
the fallout will be minimal.
- Legacy-Id: 657
2007-06-26 18:29:55 +00:00
Henrik Levkowetz
7ba839ad01
Fix pyflakes warning
...
- Legacy-Id: 656
2007-06-26 18:06:13 +00:00
Michael Lee
76b254f3d8
Fix agenda.html
...
- Legacy-Id: 654
2007-06-26 17:40:29 +00:00
Henrik Levkowetz
fadd223250
Commenting out the django logo and link in favour of the less conspicuous link in the new footer line.
...
- Legacy-Id: 653
2007-06-26 17:31:43 +00:00
Henrik Levkowetz
0ed0d375ee
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.
...
- Legacy-Id: 652
2007-06-26 17:30:25 +00:00
Henrik Levkowetz
d04166c6fe
Hmm. Add the closing '$' for the keywords, too.
...
- Legacy-Id: 648
2007-06-26 00:32:38 +00:00
Henrik Levkowetz
c8e084d0fe
Add keywords to ietf/__init__.py and enable keyword expansion for it.
...
- Legacy-Id: 647
2007-06-26 00:26:36 +00:00
Henrik Levkowetz
5b3f352caf
Handle diff in /iesg/ann/iesg-doc/recent/ with an ignore regex instead of an acceptable diff, as the diff line number will move with new entries on the page.
...
- Legacy-Id: 646
2007-06-25 23:22:10 +00:00
Henrik Levkowetz
1a43ca5ebd
Show number of review pages on overview page.
...
- Legacy-Id: 645
2007-06-25 23:20:56 +00:00