Pasi Eronen
|
bf95bff32b
|
IPR disclosure page was showing the latest revision number, not the revision for which the disclosure was submitted
- Legacy-Id: 1762
|
2009-10-29 16:56:45 +00:00 |
|
Pasi Eronen
|
907da43cc5
|
Minor clarification for new search form
- Legacy-Id: 1761
|
2009-10-29 16:46:52 +00:00 |
|
Pasi Eronen
|
4084ecfeb0
|
Fixed bug in abstract cleaning
- Legacy-Id: 1760
|
2009-10-29 16:41:52 +00:00 |
|
Pasi Eronen
|
5caf8bdd20
|
Minor tweaking of scribe template based on comments from John
- Legacy-Id: 1759
|
2009-10-29 06:50:54 +00:00 |
|
Pasi Eronen
|
e8ffaa0358
|
Finished cleaning of id_index/id_abstracts code
- Legacy-Id: 1758
|
2009-10-29 05:38:14 +00:00 |
|
Pasi Eronen
|
af208ecec7
|
Handle non-ASCII characters correct on both Django 0.96 and 1.x
- Legacy-Id: 1757
|
2009-10-29 05:33:50 +00:00 |
|
Pasi Eronen
|
157c90f534
|
Removed unused (and unfinished) idtracker editing code
- Legacy-Id: 1756
|
2009-10-29 05:32:26 +00:00 |
|
Pasi Eronen
|
6b061a2928
|
Clean abstract text before showing it
- Legacy-Id: 1755
|
2009-10-29 05:30:14 +00:00 |
|
Pasi Eronen
|
58fb1ee15d
|
Stricter test case for all_id.txt
- Legacy-Id: 1754
|
2009-10-29 05:23:39 +00:00 |
|
Pasi Eronen
|
82dad30769
|
Ignore temporary files when converting
- Legacy-Id: 1753
|
2009-10-29 05:19:28 +00:00 |
|
Pasi Eronen
|
244ee538bc
|
Avoid certain DeprecationWarnings during manage.py test
- Legacy-Id: 1752
|
2009-10-28 10:07:11 +00:00 |
|
Pasi Eronen
|
281751c3c3
|
Fixed a bug where missing revision date caused an exception
- Legacy-Id: 1751
|
2009-10-27 12:18:05 +00:00 |
|
Pasi Eronen
|
64dfbeaf1c
|
Added test case for bug fixed in changeset 1733 (missing comment time)
- Legacy-Id: 1750
|
2009-10-27 12:08:33 +00:00 |
|
Henrik Levkowetz
|
0401c30cb8
|
Set version info and settings back to development mode
- Legacy-Id: 1749
|
2009-10-22 17:10:20 +00:00 |
|
Henrik Levkowetz
|
12188e5d7e
|
Set version info to release version 2.35 before branching.
- Legacy-Id: 1747
|
2009-10-22 17:10:00 +00:00 |
|
Henrik Levkowetz
|
ea9e03f8fa
|
Changelog entry for 2.35
- Legacy-Id: 1746
|
2009-10-22 17:09:05 +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
|
a293e5fd55
|
Capture emails sent in test suite (similar to Django 1.x email testing)
- Legacy-Id: 1744
|
2009-10-21 18:51:41 +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
|
3aa6349e7d
|
Escape Unicode before logging
- Legacy-Id: 1742
|
2009-10-21 12:25:13 +00:00 |
|
Pasi Eronen
|
9e9df53c23
|
Fixed bug in ietf_filter tests
- Legacy-Id: 1741
|
2009-10-21 10:22:21 +00:00 |
|
Pasi Eronen
|
5bafbba60f
|
Run ietf_filters doctests; removed some unused tags from ietf_filters
- Legacy-Id: 1740
|
2009-10-21 10:19:37 +00:00 |
|
Pasi Eronen
|
db91c01643
|
Changed slightly alternating row coloring for search results --> saved 100+ lines of code
- Legacy-Id: 1739
|
2009-10-21 09:58:13 +00:00 |
|
Pasi Eronen
|
f227e599ac
|
Removed old error reporting form
- Legacy-Id: 1738
|
2009-10-21 09:45:35 +00:00 |
|
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
|
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 |
|