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
4077ea88ab
Refactored testing code
...
- Legacy-Id: 1724
2009-10-14 18:33:26 +00:00
Pasi Eronen
94453ee0f3
Fixed bug in liaisons feed (item_pubdate has to return a datetime, not date -- fails badly in Django 1.0)
...
- Legacy-Id: 1645
2009-08-13 19:32:52 +00:00
Pasi Eronen
42bcdd67fd
Don't throw exception for URL /feed/liaison/
...
- Legacy-Id: 1639
2009-08-13 16:40:44 +00:00
Pasi Eronen
8e85a27452
Replaced /liaison/managers/ with direct to static page on www.ietf.org
...
- Legacy-Id: 1638
2009-08-13 16:03:41 +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
0458c69c8f
Adding IETF Trust copyright to source files missing it.
...
- Legacy-Id: 1064
2008-03-04 18:47:46 +00:00
Bill Fenner
2671982d79
Remove Q debugging code.
...
Add author to each item.
Don't HTML-escape the title; atom titles are plain text.
- Legacy-Id: 916
2007-08-01 17:32:31 +00:00
Bill Fenner
16e1fa7530
Add "to" and "subject" fuzzy searches.
...
- Legacy-Id: 915
2007-08-01 16:23:20 +00:00
Bill Fenner
9d119f2989
The syntax for feeds from bodies is now /feed/liaison/from/body-name/
...
where body-name is lowercased and has non-word characters replaced by
hyphens. This is accomplished with a 'like' query using an extra()
statement, making this bit of code mysql-specific.
- Legacy-Id: 912
2007-07-31 15:19:59 +00:00
Bill Fenner
610f685309
Comment out the liaison feeds until we figure out the utf-8 issue.
...
- Legacy-Id: 911
2007-07-31 15:08:54 +00:00
Bill Fenner
133d407761
Add get_absolute_url to LiaisonDetail for feed
...
- Legacy-Id: 905
2007-07-30 20:16:37 +00:00
Bill Fenner
2b5cccf352
Add some test feed urls.
...
- Legacy-Id: 904
2007-07-30 19:58:40 +00:00
Bill Fenner
f0b8e49ed5
Add two liaisons feeds:
...
* /feed/liaison/recent/ = last 15 liaisons
* /feed/liaison/from/`from`/ = all liaisons from `from`, which is either an IETF wg acronym (all lowercase) or a FromBodies body_name (e.g., MFA%20Forum)
- Legacy-Id: 903
2007-07-30 18:11:50 +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
Henrik Levkowetz
fa77ac30d5
Merged r840 from branch/2.00 to trunk, and updated version information in ietf/__init__.py
...
- Legacy-Id: 841
2007-07-04 21:17:57 +00:00
Henrik Levkowetz
d6f28962ff
Fix for #182 .
...
* Added pass-through of non-string values for parse_email_list()
and make_one_per_line().
* Added doctests for the filter changes
* Added testurl for the failing /liaison/337/
- Legacy-Id: 787
2007-06-30 09:15:55 +00:00
Henrik Levkowetz
cd030d3b43
Adding copyright notices to all python files
...
- Legacy-Id: 716
2007-06-27 21:16:34 +00:00
Bill Fenner
8d6b0bae97
Moves:
...
* announcements -> ann
* liaisons -> liaison
* idindex -> drafts
* mailinglists -> list
I checked the tests and used a link checker locally, so hopefully
the fallout will be minimal.
- Legacy-Id: 657
2007-06-26 18:29:55 +00:00
Bill Fenner
61fffa12de
Catch up with long-ago "areas"->"area" rename.
...
- Legacy-Id: 473
2007-06-17 13:43:49 +00:00
Henrik Levkowetz
e40af4343f
More test URLs
...
- Legacy-Id: 467
2007-06-17 10:03:59 +00:00
Bill Fenner
451b2039d4
Add some liaison test urls.
...
- Legacy-Id: 407
2007-06-15 16:15:17 +00:00
Henrik Levkowetz
3b72993903
Fixing open-ended URL spec's for liaison app.
...
- Legacy-Id: 353
2007-06-12 23:00:23 +00:00
Henrik Levkowetz
24400ff103
Adding handler404 and handler 500 in the right place ,;-)
...
- Legacy-Id: 241
2007-06-05 18:18:40 +00:00
Henrik Levkowetz
1523f859af
Adding 'handler404, hadler500' to apps needing them
...
- Legacy-Id: 239
2007-06-05 17:54:43 +00:00
Henrik Levkowetz
03c18bd33d
Fixing a bunch of nits pyflakes were complaining about, in order to get a clean run. There are still at least 2 cases of using undefined values which needs scrutiny.
...
- Legacy-Id: 235
2007-06-05 16:58:58 +00:00
Henrik Levkowetz
5872696834
Moving ietf to trunk/ietf
...
[[Split portion of a mixed commit.]]
- Legacy-Id: 96.1
2007-05-04 12:37:28 +00:00