Commit graph

915 commits

Author SHA1 Message Date
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
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 237d62e3da Use IDInternal.comments method to avoid foreign key problems; support Unicode in jsonify_helper
- Legacy-Id: 1673
2009-09-17 17:14:02 +00:00
Pasi Eronen bfe9c043ed Comment out unused permission code (causes test failures on Django 1.x)
- Legacy-Id: 1671
2009-09-16 07:21:54 +00:00
Pasi Eronen 39206e6aaa Fixes so test suite runs better on Django 1.x
- Legacy-Id: 1670
2009-09-16 07:21:17 +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 55030aaf30 Yet another bugfix for days-in-state information
- Legacy-Id: 1668
2009-09-15 19:34:02 +00:00
Henrik Levkowetz 4973fafada Set version info and settings back to development mode
- Legacy-Id: 1667
2009-09-04 14:20:40 +00:00
Henrik Levkowetz 2d1501f490 Set version info to release version 2.32 before branching.
- Legacy-Id: 1665
2009-09-04 14:20:17 +00:00
Henrik Levkowetz 9f34968d34 Fixed link in Slides model (should be moved to templates, I suspect)
which has changed since ietf-74.  Todo: Should be made consistent in
    the archives, or failing that, be dependent on the meeting number
    (ugh!).
 - Legacy-Id: 1663
2009-09-03 16:00:39 +00:00
Henrik Levkowetz 66628b021b Various fixes to the html and text charter templates, to include editors and tech advisors, and fix bugs.
- Legacy-Id: 1662
2009-09-03 15:35:05 +00:00
Henrik Levkowetz 3f596ad8c0 Make the 1wg-charters.txt replacement page stable, not changing randomly depending on the (pseudo-random) order in which the database backend returns information.
- Legacy-Id: 1661
2009-09-03 14:47:08 +00:00
Henrik Levkowetz f0a91eb758 Make manage.py executable
- Legacy-Id: 1658
2009-09-03 14:10:41 +00:00
Pasi Eronen e20918afdf Show correct days-in-state information (hopefully)
- Legacy-Id: 1657
2009-09-02 10:38:38 +00:00
Pasi Eronen d63a6926ba Show Dead state in slightly less confusing way
- Legacy-Id: 1656
2009-08-27 21:23:17 +00:00
Pasi Eronen 7893156023 Enable /admin/ only on Django 0.96
- Legacy-Id: 1655
2009-08-27 21:17:52 +00:00