Commit graph

116 commits

Author SHA1 Message Date
Henrik Levkowetz e113f13590 Changed the text emitted during testing to have less noice at the beginning of the line -- only 'OK', 'Fail', and the initial line of coverage reports now starts at the beginning of the line, without whitespace. This makes it easier to scan a test run visually to find reported failures.
- Legacy-Id: 2259
2010-05-12 12:13:48 +00:00
Pasi Eronen ed7c14cc79 /ipr/search/: avoid exception for unexpected search types; comment out debug logging
- Legacy-Id: 2217
2010-03-29 07:17:43 +00:00
Pasi Eronen b8ca53052c /ipr/: remove separate list for updating
- Legacy-Id: 2120
2010-03-20 22:07:46 +00:00
Pasi Eronen f760caa421 Cleaned away unused code
- Legacy-Id: 2065
2010-03-12 07:39:36 +00:00
Pasi Eronen d07c05976f Fixed bunch of null/unique attributes for model fields
- Legacy-Id: 2063
2010-03-11 18:43:01 +00:00
Pasi Eronen be4ebc86b7 IPR disclosures: Don't include .doc/.html inline; don't fail if file does not exist
- Legacy-Id: 2055
2010-03-09 07:43:50 +00:00
Pasi Eronen db090de329 Removed old Django 0.96 Admin classes
- Legacy-Id: 2054
2010-03-09 07:37:46 +00:00
Henrik Levkowetz 944ad2abdc Serve ipr disclosures which are available on the server directly, instead of through an external http link in an <iframe/>. The <iframe/> method can result in mixing https and http content in the page, which some browser take issue with.
- Legacy-Id: 2024
2010-03-01 11:43:16 +00:00
Henrik Levkowetz a539f652df Add back in rudimentary Django Admin support which was lost in the 0.96 -> 1.1 transition.
- Legacy-Id: 2023
2010-03-01 11:34:44 +00:00
Pasi Eronen 294f812646 IPR search: handle non-numeric RFC numbers/ID document tags gracefully (instead of uncaught exception)
- Legacy-Id: 1987
2010-02-17 11:58:48 +00:00
Pasi Eronen dcc98dc57c Fixed bug in submitting general license statements
- Legacy-Id: 1968
2010-02-10 09:02:45 +00:00
Pasi Eronen 855ea085e1 Include 30 items instead of 15 in IPR disclosure atom feed
- Legacy-Id: 1954
2010-01-23 13:43:44 +00:00
Pasi Eronen 93126af05b Removed some Django 0.96-only code
- Legacy-Id: 1870
2009-11-23 19:32:22 +00:00
Pasi Eronen 0de840c601 Run convert-096.py
- Legacy-Id: 1851
2009-11-09 09:11:44 +00:00
Pasi Eronen a304fa1366 Removed some unused code
- Legacy-Id: 1844
2009-11-08 08:00:11 +00:00
Pasi Eronen e6fcd9f5c6 Added feed/sitemap canonicalization to test cases; added wgdescription instructions to test case
- Legacy-Id: 1833
2009-11-08 01:26:26 +00:00
Pasi Eronen 4fd33bfda1 Removed some unused code
- Legacy-Id: 1827
2009-11-07 13:59:58 +00:00
Pasi Eronen 50ae7acf3e New test cases which check that local copies of IPR disclosure files and WG descriptions exist
- Legacy-Id: 1823
2009-11-07 11:36:01 +00:00
Pasi Eronen 5f6eaf25b7 Fixed Django 1.x Unicode bug for IPR submission; fixed phone number regexp
- Legacy-Id: 1804
2009-11-07 07:28:16 +00:00
Pasi Eronen c726a8d837 Removed unused imports (pyflakes complaints)
- Legacy-Id: 1765
2009-11-03 11:36:59 +00:00
Pasi Eronen 8d07c048be Fixed a bug in submitting IPR disclosures (and added test case that would have caught this
- Legacy-Id: 1745
2009-10-21 19:00:21 +00:00
Pasi Eronen a3d006c80e Fixed a bug when updating IPR disclosures
- Legacy-Id: 1743
2009-10-21 12:26:23 +00:00
Pasi Eronen c6fa99c139 More escaping fixes for Django 1.x
- Legacy-Id: 1731
2009-10-15 18:39:32 +00:00
Pasi Eronen a9a80ac2da Minor fixes to testing code
- Legacy-Id: 1727
2009-10-15 17:05:19 +00:00
Pasi Eronen 4077ea88ab Refactored testing code
- Legacy-Id: 1724
2009-10-14 18:33:26 +00:00
Pasi Eronen 4363336917 Removed unused IPR-by-year pages
- Legacy-Id: 1723
2009-10-14 18:17:29 +00:00
Pasi Eronen 2551d315fe Gracefully handle non-ASCII disclosure files
- Legacy-Id: 1694
2009-09-22 19:13:51 +00:00
Pasi Eronen 14f1011e99 Fix author name (Unicode) and pubdate (datetime vs. date) for Django 1.x
- Legacy-Id: 1674
2009-09-17 17:14:33 +00:00
Pasi Eronen 9c6ff7d9bd Make IPR form work with both Django 0.96 and 1.x
- Legacy-Id: 1669
2009-09-16 07:20:38 +00:00
Pasi Eronen 711240499f Get IPR forms working without TemplatedForm; removed TemplatedForm; new IPR test cases
- Legacy-Id: 1654
2009-08-27 21:03:48 +00:00
Pasi Eronen 636688d1d4 Use different template for IPR editing form; removed editing-specific parts from view-only template
- Legacy-Id: 1653
2009-08-20 19:55:12 +00:00
Pasi Eronen 3af4f775d0 Removed unused 'index' entry for IPR section_table
- Legacy-Id: 1652
2009-08-20 19:34:40 +00:00
Pasi Eronen 9b64a11dfc Further improvements in test coverage (*/testurl.list)
- Legacy-Id: 1637
2009-08-10 20:03:39 +00:00
Pasi Eronen b2bc0c790d Improve test coverage (uncomment/add URLs to */testurl.list)
- Legacy-Id: 1635
2009-08-07 12:43:35 +00:00
Pasi Eronen 60d0b1c4a4 Commented out all testurl.list lines (will add some back later)
- Legacy-Id: 1624
2009-08-05 19:48:11 +00:00
Henrik Levkowetz 65b4f738ae Fix feed problem for non-ascii names. From Pasi Eronen.
- Legacy-Id: 1449
2009-04-21 13:36:18 +00:00
Henrik Levkowetz 293898ef3f Add a machine-readable view listing IPR declarations per draft/rfc
- Legacy-Id: 1321
2009-02-18 10:39:27 +00:00
Bill Fenner ba0cfd8224 Add an explicit "This IPR disclosure was removed" message via the
ipr/removed.html template.  Add a mechanism, currently disabled,
to allow viewing removed IPR by including /removed/ in the path,
e.g., /ipr/removed/1060/.  This functionality can be enabled simply
by uncommenting the line in urls.py with the updated regexp, and
deleting the redundant line.
 - Legacy-Id: 1301
2009-02-02 22:57:41 +00:00
Henrik Levkowetz 0458c69c8f Adding IETF Trust copyright to source files missing it.
- Legacy-Id: 1064
2008-03-04 18:47:46 +00:00
Henrik Levkowetz f3e6a30b97 Pulled out hardcoded IPR notification email receiver addresses from code and placed them in settings.py instead.
- Legacy-Id: 1062
2008-02-29 23:48:09 +00:00
Bill Fenner 431c4cfa62 Improve admin interface slightly for contacts.
- Legacy-Id: 908
2007-07-30 20:18:39 +00:00
Bill Fenner 11d4f1581b Get ipr feed limping (at least it doesn't throw an exception any more)
- Legacy-Id: 862
2007-07-09 03:53:29 +00:00
Bill Fenner f784bb02ad Create individual sitemaps for idtracker, drafts, nomcom-announcements,
iesg minutes, ipr and liaisons.

Omitting some class of data from the sitemap will not prevent it from
being indexed, so forgetting something from this list is not critical.
 - Legacy-Id: 861
2007-07-09 02:32:39 +00:00
Bill Fenner b3b0c7d964 Add the header to the contact info request screen:
type and title of IPR being updated.  Also, use get_object_or_404
to avoid exceptions.
 - Legacy-Id: 821
2007-07-02 17:10:53 +00:00
Bill Fenner 0f08671eb6 * Switch to /ipr/<ipr-id>/ and /ipr/y/<year>/ urls
* Add update URLs for each type of disclosure and redirects to match
 - Legacy-Id: 813
2007-07-02 16:12:41 +00:00
Bill Fenner 6a3660925c Don't forget to assign the variable!
- Legacy-Id: 812
2007-07-02 16:10:59 +00:00
Bill Fenner be51a990af Use get_object_or_404 in show() to avoid raising an exception
with a handcrafted URL pointing to an incorrect ID.
 - Legacy-Id: 811
2007-07-02 15:58:21 +00:00
Henrik Levkowetz 79124036a3 Another minimal refactoring...
- Legacy-Id: 784
2007-06-29 23:38:03 +00:00
Henrik Levkowetz d28bf58891 Refactoring out draft_search(), and tweaking the IPR doc result template.
- Legacy-Id: 782
2007-06-29 23:22:58 +00:00
Henrik Levkowetz 941c984142 Umm, another small change
- Legacy-Id: 781
2007-06-29 22:17:36 +00:00