Henrik Levkowetz
fa77ac30d5
Merged r840 from branch/2.00 to trunk, and updated version information in ietf/__init__.py
...
- Legacy-Id: 841
2007-07-04 21:17:57 +00:00
Bill Fenner
0a7b45a9f4
Fix exception when given a bad numeric ID for a WG (return 404 instead).
...
Add a testurl for the case that was failing on datatracker.
- Legacy-Id: 744
2007-06-28 12:02:12 +00:00
Henrik Levkowetz
c55360ab78
Updated footer ignore regex
...
[[Split portion of a mixed commit.]]
- Legacy-Id: 738.2
2007-06-28 08:19:53 +00:00
Henrik Levkowetz
1c2bcbf356
Merged r736 from branch/2.00 to trunk
...
- Legacy-Id: 737
2007-06-28 08:13:09 +00:00
Bill Fenner
2b5e469373
Blue ball image for idindex (err, drafts)
...
- Legacy-Id: 730
2007-06-28 02:30:54 +00:00
Henrik Levkowetz
8c1d9e62fd
Set version of the trunk to 2.xx-trunk after branching off 2.00
...
- Legacy-Id: 729
2007-06-28 01:00:05 +00:00
Henrik Levkowetz
799d4e9b43
Set version info to release version 2.00 before branching.
...
- Legacy-Id: 726
2007-06-28 01:00:01 +00:00
Henrik Levkowetz
28bef9fdec
Acceptable diff for the latest test case. (Yes, it's code freeze, and I shouldn't, but it's not code and can't accept the application behaviour... [famous last words...])
...
- Legacy-Id: 725
2007-06-28 00:34:50 +00:00
Henrik Levkowetz
4443ba8f83
Fix pyflakes nit
...
- Legacy-Id: 724
2007-06-28 00:07:33 +00:00
Henrik Levkowetz
d159cae75c
Adding a test case for /ipr/update/<num>/
...
- Legacy-Id: 723
2007-06-28 00:04:49 +00:00
Henrik Levkowetz
4d2fdb05de
Additional fix for #151 , not linking to retracted disclosures.
...
- Legacy-Id: 722
2007-06-27 23:48:26 +00:00
Henrik Levkowetz
593ae23309
Additional fix for #151 , not linking to retracted disclosures.
...
- Legacy-Id: 721
2007-06-27 23:16:45 +00:00
Henrik Levkowetz
24c320f763
Restrict all found IPRs to status 1 and 3. Only show links to, and display details of, IPRs with status 1.
...
- Legacy-Id: 720
2007-06-27 22:24:24 +00:00
Henrik Levkowetz
261b8d2620
New mailing list webtools@ietf.org has been set up for public reports regarding the rewritten tools. Use this in the footer line.
...
- Legacy-Id: 719
2007-06-27 21:34:36 +00:00
Henrik Levkowetz
754c1c88b3
Committing the current /liaison/ diff, after registreing the issue in ticket #153 .
...
- Legacy-Id: 718
2007-06-27 21:31:48 +00:00
Henrik Levkowetz
644f7fac25
Adding copyright notices to all templates
...
- Legacy-Id: 717
2007-06-27 21:24:29 +00:00
Henrik Levkowetz
cd030d3b43
Adding copyright notices to all python files
...
- Legacy-Id: 716
2007-06-27 21:16:34 +00:00
Henrik Levkowetz
7236205b60
More update diffs
...
- Legacy-Id: 715
2007-06-27 21:04:47 +00:00
Henrik Levkowetz
918b835312
More update diffs
...
- Legacy-Id: 714
2007-06-27 20:39:44 +00:00
Henrik Levkowetz
5957c4e9a5
A new ignore pattern and updated diffs
...
- Legacy-Id: 713
2007-06-27 20:35:21 +00:00
Henrik Levkowetz
f74c8dc38b
Updated mkrelease script, tested on a separate test repository.
...
- Legacy-Id: 712
2007-06-27 20:12:38 +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
08972281ad
New attempt at acceptable diff files
...
- Legacy-Id: 695
2007-06-27 13:41:05 +00:00
Henrik Levkowetz
acc09b41bb
Bah. Diff files with trailing space in the filename. Not good.
...
- Legacy-Id: 694
2007-06-27 13:34:15 +00:00
Henrik Levkowetz
c38f9786ee
Acceptable diffs for IPR patent search results, and adding the IPR_DOCUMENT_PATH to the local settings used when running tests.
...
- Legacy-Id: 693
2007-06-27 12:46:17 +00:00
Henrik Levkowetz
3cc65b1485
Removing some generic diffs that may be messing up other diffs
...
- Legacy-Id: 692
2007-06-27 12:28:06 +00:00
Henrik Levkowetz
b3ea956ac8
Removing a generic diff, suspecting it of messing up other diffs
...
- Legacy-Id: 691
2007-06-27 12:05:21 +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
70290c2c8b
Additional generic diffs
...
- Legacy-Id: 689
2007-06-27 11:40:50 +00:00
Henrik Levkowetz
1460cba27b
The URL /meeting/68/agenda.html has no slash at the end, so the diff file name (which has slashes and question marks replaced by underscore) should have no underscore at the end.
...
- Legacy-Id: 688
2007-06-27 11:33:42 +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
3fdaea80a7
Updated acceptable diffs
...
- Legacy-Id: 686
2007-06-27 09:31:16 +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