Michael Lee
c3cc238c9b
to fix ticket #213 - The afternoon break name should be different between Monday/Tuesday and Wednesday/Thursday.
...
- Legacy-Id: 885
2007-07-13 03:01:23 +00:00
Henrik Levkowetz
0108dc0617
Adding the multiple-db-entry drafts to robots.txt until we've fixed the db.
...
- Legacy-Id: 884
2007-07-11 19:15:43 +00:00
Henrik Levkowetz
20d2dec7e2
Set version info and settings back to development mode
...
- Legacy-Id: 883
2007-07-09 22:00:07 +00:00
Henrik Levkowetz
e6137c747c
Set version info to release version 2.03 before branching.
...
- Legacy-Id: 881
2007-07-09 22:00:03 +00:00
Henrik Levkowetz
a2d85a931b
Tell robots there's no idea going to the password-protected /cgi-bin/idtracker.cgi. There are more script under .cgi, but this particular one pops up in Google's HTTP error page list.
...
- Legacy-Id: 880
2007-07-09 21:13:13 +00:00
Bill Fenner
63f4234f56
If the slug isn't in the I-D tracker, but is in the I-D database,
...
supply a pointer instead of a 404. Still return 404 for slugs that
are not I-D filenames at all.
Related to #203 . (I don't know if it fixes it completely since
you might have had something else in mind for the content.)
- Legacy-Id: 879
2007-07-09 20:13:10 +00:00
Michael Lee
4a1b97c37a
fixes ticket #188
...
- Legacy-Id: 878
2007-07-09 18:50:36 +00:00
Bill Fenner
024994afb0
I put the wrong prefix in for the destination of idindex.cgi.
...
- Legacy-Id: 877
2007-07-09 18:43:46 +00:00
Bill Fenner
562819ad58
Use non-greedy matching to stop at the first ".cgi" in the
...
url. Optionally match a slash and any further junk, to
allow for the type of urls described in #204 .
Fixes #204 .
- Legacy-Id: 876
2007-07-09 17:31:09 +00:00
Bill Fenner
81af29543f
Use get_object_or_404 to get slightly better debugging
...
error message.
- Legacy-Id: 875
2007-07-09 16:26:59 +00:00
Bill Fenner
3f22f4dd5a
It's OK for /ann/nomcom/ to redirect.
...
- Legacy-Id: 874
2007-07-09 16:12:19 +00:00
Bill Fenner
85d8d98409
Match the front-page logo size.
...
- Legacy-Id: 873
2007-07-09 16:05:05 +00:00
Bill Fenner
3742c3f69f
Add get_absolute_url() to the TelechatMinutes model.
...
- Legacy-Id: 872
2007-07-09 15:54:34 +00:00
Bill Fenner
535b812e81
Add a redirect to the index of nomcom announcements.
...
Related to ticket #194 .
- Legacy-Id: 871
2007-07-09 15:52:24 +00:00
Bill Fenner
9adad7f8d6
Change nomcom_chair to an FK. If we ever do more handling of
...
announcements, the existing data will have to be updated
to be NULL instead of zero.
The old code replaced the generic "nomcom chair" entry with
the appropriate nomcom chair, and left the entry for the
current nomcom chair alone; this causes old entries sent from
the then-current nomcom chair to appear as though they're sent from
the now-current nomcom chair. I've changed it to only update
the "now-current" chair with the right chair - i.e., entry number
18 in announced_from instead of 14.
Closes ticket #202
- Legacy-Id: 870
2007-07-09 15:51:44 +00:00
Henrik Levkowetz
a75e7be5a8
Adding a nearly empty robots.txt file (see #197 ). Apache needs to be told to serve /robots.txt as a static file to complete this.
...
- Legacy-Id: 869
2007-07-09 13:54:06 +00:00
Henrik Levkowetz
3f471f7d94
Updated diffs
...
- Legacy-Id: 868
2007-07-09 13:29:23 +00:00
Bill Fenner
e49a630976
Handle the (unexpected, by me at least) case where there is
...
no revision_date - display instead of "None"
- Legacy-Id: 867
2007-07-09 11:33:14 +00:00
Bill Fenner
8be4f741ff
Add sitemap collection and one of the included sitemaps
...
to the list of urls to test.
- Legacy-Id: 866
2007-07-09 11:21:32 +00:00
Bill Fenner
d5fa0c5649
The several variations I used for this file resulted in a
...
couple of unused imports. Quiet pyflakes down by removing
them.
- Legacy-Id: 865
2007-07-09 11:19:25 +00:00
Bill Fenner
c93645e29c
Add "[atom feed]" diff to document view.
...
The numeric one is now a redirect, so remove the diff.
- Legacy-Id: 864
2007-07-09 11:08:45 +00:00
Bill Fenner
539cfcead0
Use <link rel="alternate"> for atom autodiscovery for comments,
...
last-call, iesg-minutes.
Link explicitly to the atom feed for comments.
- Legacy-Id: 863
2007-07-09 03:55:55 +00:00
Bill Fenner
11d4f1581b
Get ipr feed limping (at least it doesn't throw an exception any more)
...
- Legacy-Id: 862
2007-07-09 03:53:29 +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
68e7735f2b
Updated diffs
...
- Legacy-Id: 860
2007-07-08 09:51:55 +00:00
Henrik Levkowetz
6cffe41ea0
Tweaked lock handling
...
- Legacy-Id: 859
2007-07-08 09:51:33 +00:00
Henrik Levkowetz
7bb99a21f6
Distinguish between real 500 result codes, exceptions, and other results. Disable reachability tests for regular buildbot unittest runs by changing the method name.
...
- Legacy-Id: 858
2007-07-08 09:35:22 +00:00
Henrik Levkowetz
f84bcdad42
Catch another exception in the reachability test.
...
- Legacy-Id: 857
2007-07-08 01:42:39 +00:00
Henrik Levkowetz
59e30eb170
Fixes to ietf/tests.py:
...
* Create new test client after an exception (the old one sticks in exception
state
* Don't try to retrieve empty URLs
* Show how many URLS to check for reachability (currently 21594)
- Legacy-Id: 856
2007-07-07 23:49:28 +00:00
Henrik Levkowetz
965563ea5d
Removing a leading newline in a href='' url.
...
- Legacy-Id: 855
2007-07-07 22:19:18 +00:00
Henrik Levkowetz
d8c558124c
Fix copy-paste errors.
...
- Legacy-Id: 854
2007-07-07 21:10:20 +00:00
Henrik Levkowetz
10f4ce682d
More exception handling for the reachability test
...
- Legacy-Id: 853
2007-07-07 21:04:26 +00:00
Henrik Levkowetz
957e14c91d
Fix format args.
...
- Legacy-Id: 852
2007-07-07 20:17:55 +00:00
Henrik Levkowetz
664f42bc41
Some tweaks to the new reachability checks to avoid exceptions
...
- Legacy-Id: 851
2007-07-07 20:04:44 +00:00
Bill Fenner
60cd431e2f
Add middleware that catches 404 errors if the original URL has a trailing
...
period and redirects to the same URL with no trailing periods.
Add a redirect test in the top-level testurl.list.
- Legacy-Id: 850
2007-07-07 19:26:18 +00:00
Henrik Levkowetz
d7a4617d2a
Fix bad URL in ipr search result templated.
...
- Legacy-Id: 849
2007-07-07 17:02:26 +00:00
Henrik Levkowetz
b70edf943a
Add reachability testing for URLs in the app web-pages.
...
- Legacy-Id: 848
2007-07-07 17:01:07 +00:00
Henrik Levkowetz
d7dfca44f1
Std output from test-setup should be only the lock pid-file.
...
- Legacy-Id: 847
2007-07-07 17:00:21 +00:00
Michael Lee
6b29c7d804
fixes ticket 198
...
- Legacy-Id: 846
2007-07-06 19:48:43 +00:00
Bill Fenner
6818e5910d
Add the last-call feed, and chase the renamed iesg_minutes feed
...
- Legacy-Id: 845
2007-07-06 16:23:43 +00:00
Bill Fenner
6da7c85a41
Rename "iesg_minutes" feed to "iesg-minutes", to go with the
...
URL design of using hyphens and not underscores.
Add a "last-call" feed.
- Legacy-Id: 844
2007-07-06 12:54:36 +00:00
Bill Fenner
e2e21e1fcb
Improve title for nomcom announcement messages.
...
- Legacy-Id: 843
2007-07-06 12:52:23 +00:00
Henrik Levkowetz
9a076ea5cf
Updated footer ignore regex.
...
- Legacy-Id: 842
2007-07-05 05:32:35 +00:00
Henrik Levkowetz
5d0a89347a
Set version info and settings back to development mode
...
- Legacy-Id: 840
2007-07-02 22:00:07 +00:00
Henrik Levkowetz
d64614ab60
Set version info to release version 2.02 before branching.
...
- Legacy-Id: 838
2007-07-02 22:00:04 +00:00
Henrik Levkowetz
08c47500ac
Acceptable diff -- different sort order in dropdown selection box
...
- Legacy-Id: 837
2007-07-02 21:01:34 +00:00
Henrik Levkowetz
619089ecc5
Bah. The ietf/idtracker and test/ changes weren't supposed to be included in [835]. Should teach me not to juggle different changes at the same time.
...
- Legacy-Id: 836
Note: SVN reference [835] has been migrated to Git commit 07a0be0be7
2007-07-02 20:44:27 +00:00
Henrik Levkowetz
07a0be0be7
While the other IPR search resuls have special text for the 'no search result' case, document_search doesn.
...
- Legacy-Id: 835
2007-07-02 20:30:49 +00:00
Bill Fenner
fd29caa48d
We now use the public_comments accessor of the IDInternal object
...
so we don't need to import DocumentComment.
- Legacy-Id: 834
2007-07-02 20:27:21 +00:00
Henrik Levkowetz
7f8de51f0a
Updated acceptable diff
...
- Legacy-Id: 833
2007-07-02 20:17:37 +00:00