Commit graph

930 commits

Author SHA1 Message Date
Pasi Eronen 1418e1be89 Moved old my/ code under ietfauth/
- Legacy-Id: 1737
2009-10-21 09:25:41 +00:00
Pasi Eronen d6399ec26c Added better test case for all_id.txt generation
- Legacy-Id: 1736
2009-10-21 09:14:46 +00:00
Pasi Eronen 445bb44e30 Refactored all_id.txt/1id-index.txt/1id-abstracts.txt code (abstracts HTML page generation still missing)
- Legacy-Id: 1735
2009-10-19 20:14:55 +00:00
Pasi Eronen d6fa5e851f Fixed dependency link (point to fenron.net instead of fenron.com)
- Legacy-Id: 1734
2009-10-19 10:37:14 +00:00
Henrik Levkowetz 5386853dd2 Handle the case when the time specification of a comment is incomplete, during generation of document feeds.
- Legacy-Id: 1733
2009-10-19 09:10:22 +00:00
Pasi Eronen 8b6536f32e Cleaned/removed some unused code
- Legacy-Id: 1732
2009-10-16 10:13:54 +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 2f1c096a93 Minor fixes for IPR disclosure templates
- Legacy-Id: 1730
2009-10-15 18:25:59 +00:00
Pasi Eronen a8fbb2c25c Added more redirect test cases
- Legacy-Id: 1729
2009-10-15 17:43:57 +00:00
Pasi Eronen 08875c40d7 Added couple of real test cases for redirects
- Legacy-Id: 1728
2009-10-15 17:28:13 +00:00
Pasi Eronen a9a80ac2da Minor fixes to testing code
- Legacy-Id: 1727
2009-10-15 17:05:19 +00:00
Pasi Eronen 8fd82cb431 Added missing escape tag
- Legacy-Id: 1726
2009-10-15 16:03:56 +00:00
Pasi Eronen d020e5ca76 Added missing test case for scribe template
- Legacy-Id: 1725
2009-10-14 19:21:56 +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 2ec7c6ea09 Removed account creation/password changing functionality
- Legacy-Id: 1722
2009-10-08 17:41:15 +00:00
Pasi Eronen 5790e75aa7 Added ietf.wginfo to INSTALLED_APPS
- Legacy-Id: 1721
2009-10-08 16:56:00 +00:00
Henrik Levkowetz c7d3fab5a0 Set version info and settings back to development mode
- Legacy-Id: 1720
2009-10-08 13:27:19 +00:00
Henrik Levkowetz ee262458f6 Set version info to release version 2.34 before branching.
- Legacy-Id: 1718
2009-10-08 13:26:58 +00:00
Henrik Levkowetz 632a588e72 In some cases, the code to show the location of a logging statement failed with an exception, resulting in no logging. Catch this, so something is logged.
- Legacy-Id: 1716
2009-10-08 13:26:28 +00:00
Henrik Levkowetz 58e716c2cd Django failed resolving reverse url lookup in some cases, which could lead to 500 errors. Narrow the scope looked at appropriately for these cases.
- Legacy-Id: 1715
2009-10-08 13:24:59 +00:00
Henrik Levkowetz 57552bec59 Instantiate a fresh Client after each test, to avoid earlier exceptions carrying over into later tests.
- Legacy-Id: 1714
2009-10-08 13:23:35 +00:00
Pasi Eronen 86d82feabc Updated IESG telechat narrative scribe template based on feedback
- Legacy-Id: 1712
2009-10-05 17:29:07 +00:00
Pasi Eronen 904d837b6e Added some very basic test cases for mailing list wizards
- Legacy-Id: 1709
2009-09-29 18:49:39 +00:00
Pasi Eronen 7b9ff82cf2 Added more safe/escape tags for Django 1.x
- Legacy-Id: 1708
2009-09-25 19:00:52 +00:00
Pasi Eronen cc09cbc21c Fixed bunch of template tags to allow also Unicode strings
- Legacy-Id: 1707
2009-09-25 18:59:47 +00:00
Pasi Eronen 978489f59a Fixed several field definitions: irtf is usually an integer, not a boolean (this was breaking things in Django 1.1)
- Legacy-Id: 1706
2009-09-25 18:42:23 +00:00
Pasi Eronen 3c9eedc264 Fixed trunc template filter to work on both Django 0.96/1.x; renamed it to truncate_ellipsis
- Legacy-Id: 1705
2009-09-25 18:38:14 +00:00
Pasi Eronen 281e7746f6 Added some test cases for wginfo/; added missing safe/escape tags found by Django 1.1 testing
- Legacy-Id: 1704
2009-09-25 17:32:07 +00:00
Pasi Eronen 8e4416b4d8 Refactored database switching code to separate file; updated it to work with Django 1.1
- Legacy-Id: 1702
2009-09-25 17:01:32 +00:00
Pasi Eronen bd61d94c06 Couple of template bugfixes for Django 1.1
- Legacy-Id: 1701
2009-09-25 16:38:40 +00:00
Pasi Eronen 26b1622b98 Removed bunch of unused code/templates
- Legacy-Id: 1700
2009-09-24 16:14:56 +00:00
Pasi Eronen 76e1557744 Fixed bunch of pyflakes complaints
- Legacy-Id: 1698
2009-09-24 15:23:51 +00:00
Pasi Eronen 6472397c69 Fixed a bug in counting abstain/recuse positions for the ballot icon
- Legacy-Id: 1697
2009-09-24 14:34:53 +00:00
Pasi Eronen 830158f2f3 Added test cases for /wg/*; fixed a template bug found by tests
- Legacy-Id: 1696
2009-09-22 19:44:49 +00:00
Pasi Eronen 75bdeb0a13 BallotInfo.defer and IRTF.meeting_scheduled don't seem to be NULL in practice -- remove null=True (which Django 1.1 rejects)
- Legacy-Id: 1695
2009-09-22 19:43:39 +00:00
Pasi Eronen 2551d315fe Gracefully handle non-ASCII disclosure files
- Legacy-Id: 1694
2009-09-22 19:13:51 +00:00
Henrik Levkowetz e982746d0f Fix grouping problems due to incomplete grouping key in template.
- Legacy-Id: 1693
2009-09-22 13:51:33 +00:00
Henrik Levkowetz adfbbe8a03 Set version info and settings back to development mode
- Legacy-Id: 1691
2009-09-21 13:42:47 +00:00
Henrik Levkowetz b242317ea8 Set version info to release version 2.33 before branching.
- Legacy-Id: 1689
2009-09-21 13:42:23 +00:00
Henrik Levkowetz 737996f5ed Return 404 not found when the wg acronym given as part of a wg charter URL can't be found.
- Legacy-Id: 1686
2009-09-21 11:18:02 +00:00
Henrik Levkowetz 849e92d9b6 Sometimes a documents lc_sent_date is None; don't let the last-call feed break if that happens.
- Legacy-Id: 1685
2009-09-21 11:06:46 +00:00
Pasi Eronen e3987a61f2 Added narrative minutes template
- Legacy-Id: 1683
2009-09-21 08:01:58 +00:00
Pasi Eronen 6a86f3d8ff More safe/escape tags for Django 1.x
- Legacy-Id: 1681
2009-09-17 21:42:01 +00:00
Pasi Eronen 455cf8414d Added bunch of safe/escape tags for Django 1.x
- Legacy-Id: 1680
2009-09-17 21:15:36 +00:00
Pasi Eronen eda57e770d Handle persons with non-ASCII names correctly in Django 1.x
- Legacy-Id: 1679
2009-09-17 20:23:56 +00:00
Pasi Eronen 27e180ab1e Improve test coverage for meeting/
- Legacy-Id: 1678
2009-09-17 19:50:35 +00:00
Pasi Eronen 7b08fd0a71 Another bugfix for days-in-state (don't show anything for replaced/expired RFCs)
- Legacy-Id: 1677
2009-09-17 19:49:44 +00:00
Pasi Eronen b633b88a6f Added more test cases for idrfc/
- Legacy-Id: 1676
2009-09-17 19:08:44 +00:00
Pasi Eronen 2902508437 Avoid using IDInternal.documentcomment_set -- it breaks in Django 1.x because the foreign key isn't really a foreign key
- Legacy-Id: 1675
2009-09-17 17:15:37 +00:00