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
|
4b8ea5cae0
|
Changelog entry for 2.34
- Legacy-Id: 1717
|
2009-10-08 13:26:50 +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 |
|
Henrik Levkowetz
|
c15f027449
|
Changelog entry for 2.34
- Legacy-Id: 1713
|
2009-10-08 13:21:20 +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
|
79a2215ee8
|
Added support for comparing only a subset pages via URLPREFIX variable
- Legacy-Id: 1703
|
2009-09-25 17:29:31 +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
|
469a60cc45
|
Fix ballot dialog scrolling problem with IE
- Legacy-Id: 1699
|
2009-09-24 16:02:42 +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
|
d9ed4445bc
|
Changelog entry for 2.33
- Legacy-Id: 1688
|
2009-09-21 13:42:01 +00:00 |
|
Henrik Levkowetz
|
63b9886434
|
Tweaks to the commitlog utility.
- Legacy-Id: 1687
|
2009-09-21 11:48:51 +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 |
|
Henrik Levkowetz
|
c6a9838f06
|
Add debian-style control file with metainformation.
- Legacy-Id: 1684
|
2009-09-21 11:05:46 +00:00 |
|
Pasi Eronen
|
e3987a61f2
|
Added narrative minutes template
- Legacy-Id: 1683
|
2009-09-21 08:01:58 +00:00 |
|
Pasi Eronen
|
8a49007774
|
New script for comparing output from Django 0.96 vs 1.x
- Legacy-Id: 1682
|
2009-09-17 21:42:41 +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
|
40b5b4a64b
|
Added changelog entry about Django 1.x fixes
- Legacy-Id: 1672
|
2009-09-16 12:24:48 +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 |
|