169137f85bSet debugging before establishing connection.
Bill Fenner
2007-10-24 17:13:04 +0000
463182dd3fUpdate ticket 205
Michael Lee
2007-10-16 06:33:23 +0000
d143d41653To enable to select 'none' area in wizard page of none-wg-mailinglists without any modification of TABLE 'Area'(see Bill's comment in ticket:205), I add the classes in mailinglists module.
Spike^ekipS
2007-10-03 14:46:55 +0000
b4ca9caa82chnage the sql_fixup.sql - s/MailingList/mailing_list to use real table name - Legacy-Id: 951
Michael Lee
2007-10-01 03:11:07 +0000
df801b6c39Moved from idsubmit branch. Added a new checkbox field to the mailing list creation and approval screens for an option to require the new list to use TMDA - Legacy-Id: 950
Nathan Cassano
2007-09-30 23:50:14 +0000
1f3beffd44Add the date to the title. Related to ticket #209 - Legacy-Id: 943
Bill Fenner
2007-09-19 23:30:02 +0000
77484b614cTitle updates:
Bill Fenner
2007-09-19 23:25:05 +0000
e742eb9d3cUse the form to validate that the RFC number input is a number.
Bill Fenner
2007-09-19 21:12:18 +0000
0c1cf36cd4Fix incorrect length specification left over from bad introspection. - Legacy-Id: 940
Bill Fenner
2007-09-19 21:09:31 +0000
052b774fa6Rename the WgPassword and LiaisonUsers models to make their legacy status clear. - Legacy-Id: 938
Bill Fenner
2007-09-18 18:31:42 +0000
93b1034562Turns out that, for some reason, the IETF 70 agenda and materials are no longer 404 errors. Push this problem out a little further ;-) - Legacy-Id: 937
Bill Fenner
2007-09-18 18:08:58 +0000
68228beb2dUpdated generated-model to reflect a current database snapshot. - Legacy-Id: 933
Bill Fenner
2007-09-07 12:10:14 +0000
f2c636a610Fix addition of a rolodex entry in the admin interface - Legacy-Id: 932
Bill Fenner
2007-09-06 17:50:22 +0000
0502d5c772Use fields, etc., and other tweaks to improve the admin interface.
Bill Fenner
2007-09-06 17:12:35 +0000
7c9ab96fb1Add the "recent liaisons" atom feed as an alternate of this page. - Legacy-Id: 927
Bill Fenner
2007-09-06 16:39:32 +0000
55a7715694Factor out user creation from the import-users script so that self-registration can also create a user. - Legacy-Id: 926
Bill Fenner
2007-09-06 16:34:03 +0000
b6301e4660Based on Nico Williams' case-sensitive email problem, make sure that usernames and emails are compared ignoring case when logging in. - Legacy-Id: 925
Bill Fenner
2007-09-06 15:12:33 +0000
6cd7612f2cIf there's no person, output a "missing info" line instead of a blank line. Makes explicit the problem 1 in ticket #232 instead of implying that we've supplied all the information. - Legacy-Id: 924
Bill Fenner
2007-09-05 17:30:11 +0000
9f0f77c5bdIgnore trailing blank lines in form data, since some browsers strip these inside <input type="hidden"> - Legacy-Id: 923
Bill Fenner
2007-09-05 15:38:59 +0000
0baf363e84Add templates for the django builtin auth views, so they don't fall back to the admin templates. - Legacy-Id: 922
Bill Fenner
2007-09-05 12:02:43 +0000
ac4eb08976Add an index on rfc_number. The plan in #98 is to make this a unique index, but there is a performance boost to having an index before the database modifications to allow it to be unique can be peformed. - Legacy-Id: 917
Bill Fenner
2007-08-06 15:16:54 +0000
2671982d79Remove Q debugging code.
Bill Fenner
2007-08-01 17:32:31 +0000
16e1fa7530Add "to" and "subject" fuzzy searches. - Legacy-Id: 915
Bill Fenner
2007-08-01 16:23:20 +0000
ed17c90019Rule out the /cgi-bin/wg/ scripts too, as they've shown up on the error list. - Legacy-Id: 914
Bill Fenner
2007-07-31 17:09:25 +0000
b2d2816b8fUse a custom view for RFCs, not the generic view. The generic view would try to access the PK value, which for IDInternal is an FK to InternetDraft, which is inappropriate for RFCs.
Bill Fenner
2007-07-31 16:46:03 +0000
9d119f2989The 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
Bill Fenner
2007-07-31 15:19:59 +0000
610f685309Comment out the liaison feeds until we figure out the utf-8 issue. - Legacy-Id: 911
Bill Fenner
2007-07-31 15:08:54 +0000
a40661fe4fAdd the liaison token holder to the title for secretariat-entered liaisons. Also add the title to the HTML title in the detail page, partly addressing ticket #209. - Legacy-Id: 910
Bill Fenner
2007-07-31 14:52:01 +0000
f8bedea9afDon't use .draft as an accessor, use .document. I found this while investigating ticket #218, and while it's not the cause it's worth fixing anyway. - Legacy-Id: 909
Bill Fenner
2007-07-31 14:47:52 +0000
431c4cfa62Improve admin interface slightly for contacts. - Legacy-Id: 908
Bill Fenner
2007-07-30 20:18:39 +0000
6a39965467Add admin page for telechat minutes, one of the few tables we identified that it is straightforward to use django-admin for. - Legacy-Id: 907
Bill Fenner
2007-07-30 20:18:12 +0000
71a0b22d68The "email" field is not used, so hide it from the admin interface. - Legacy-Id: 906
Bill Fenner
2007-07-30 20:17:28 +0000
133d407761Add get_absolute_url to LiaisonDetail for feed - Legacy-Id: 905
Bill Fenner
2007-07-30 20:16:37 +0000
2b5cccf352Add some test feed urls. - Legacy-Id: 904
Bill Fenner
2007-07-30 19:58:40 +0000
f0b8e49ed5Add two liaisons feeds:
Bill Fenner
2007-07-30 18:11:50 +0000
e5f75ae2b1Omit detail table for liaisons that were submitted by email ("by_secretariat").
Bill Fenner
2007-07-30 18:09:50 +0000
487ad84e0dFix argument signature for failed_hash, and comment it out since it was for development. This fixes the exception that Harald experienced with the mailing list update tool, but not the underlying problem. - Legacy-Id: 901
Bill Fenner
2007-07-24 23:25:55 +0000
e7d0d71420Add redirects and tests for filename=foo for pidtracker's view_id and idindex's id_detail. - Legacy-Id: 900
Bill Fenner
2007-07-24 23:24:55 +0000
5640e22dc0Change the logic for a flag: it is now "if the flag argument is present and is not an integer value 0". This allows handling the command=view_id&filename= syntax that the daily dose uses. - Legacy-Id: 899
Bill Fenner
2007-07-24 21:46:05 +0000
942606141eUse the right lookup to find an RFC.
Bill Fenner
2007-07-23 14:38:05 +0000
8d376b0d90Changed apache log file names to end with .log instead of _log - Legacy-Id: 897
Vidyut Luther
2007-07-18 11:45:02 +0000
8a099c958aSet version info and settings back to development mode - Legacy-Id: 896
Henrik Levkowetz
2007-07-16 20:19:33 +0000
063f9146dbSet version info to release version 2.04 before branching. - Legacy-Id: 894
Henrik Levkowetz
2007-07-16 20:19:27 +0000
cec1e3eaccAdding the image mentioned in #212, and another related one. The review of the web log for other missing images remains to be done. - Legacy-Id: 893
Henrik Levkowetz
2007-07-16 18:01:19 +0000
b91656eb34Removing syslog.openlog() from log.py; this is done in settings.py and shouldn't be overridden here. - Legacy-Id: 892
Henrik Levkowetz
2007-07-16 17:43:41 +0000
92f59449c7Adding configuration files from the /etc/ filesystem, as they are used in production - Legacy-Id: 891
Vidyut Luther
2007-07-16 16:08:19 +0000
f15e6e7435Adding pre-[886] version of ietflogo2e.gif - Legacy-Id: 890 Note: SVN reference [886] has been migrated to Git commit 9b3f2333bb
Henrik Levkowetz
2007-07-16 12:02:04 +0000
cb6cdd38a8Undoing commit [886] -- I can't see that these images are used anywhere in our current pages, and the [886] commit comment doesn't explain how these are missing. - Legacy-Id: 889 Note: SVN reference [886] has been migrated to Git commit 9b3f2333bb
Henrik Levkowetz
2007-07-16 12:00:03 +0000
c6d637e557Merged production settings into svn version of settings.py, except for the DATABASE_PASSWORD. *Set this in settings_local.py, do not edit settings.py*. See #208. - Legacy-Id: 888
Henrik Levkowetz
2007-07-16 08:34:01 +0000
210c5576d9Fix typo Beaverage -> Beverage - Legacy-Id: 887
Michael Lee
2007-07-13 21:17:56 +0000
9b3f2333bbAdd missing images - Legacy-Id: 886
Michael Lee
2007-07-13 21:16:32 +0000
c3cc238c9bto fix ticket #213 - The afternoon break name should be different between Monday/Tuesday and Wednesday/Thursday. - Legacy-Id: 885
Michael Lee
2007-07-13 03:01:23 +0000
0108dc0617Adding the multiple-db-entry drafts to robots.txt until we've fixed the db. - Legacy-Id: 884
Henrik Levkowetz
2007-07-11 19:15:43 +0000
20d2dec7e2Set version info and settings back to development mode - Legacy-Id: 883
Henrik Levkowetz
2007-07-09 22:00:07 +0000
e6137c747cSet version info to release version 2.03 before branching. - Legacy-Id: 881
Henrik Levkowetz
2007-07-09 22:00:03 +0000
a2d85a931bTell 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
Henrik Levkowetz
2007-07-09 21:13:13 +0000
63f4234f56If the slug isn't in the I-D tracker, but is in the I-D database,
Bill Fenner
2007-07-09 20:13:10 +0000
4a1b97c37afixes ticket #188 - Legacy-Id: 878
Michael Lee
2007-07-09 18:50:36 +0000
024994afb0I put the wrong prefix in for the destination of idindex.cgi. - Legacy-Id: 877
Bill Fenner
2007-07-09 18:43:46 +0000
562819ad58Use 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.
Bill Fenner
2007-07-09 17:31:09 +0000
81af29543fUse get_object_or_404 to get slightly better debugging error message. - Legacy-Id: 875
Bill Fenner
2007-07-09 16:26:59 +0000
3f22f4dd5aIt's OK for /ann/nomcom/ to redirect. - Legacy-Id: 874
Bill Fenner
2007-07-09 16:12:19 +0000
85d8d98409Match the front-page logo size. - Legacy-Id: 873
Bill Fenner
2007-07-09 16:05:05 +0000
3742c3f69fAdd get_absolute_url() to the TelechatMinutes model. - Legacy-Id: 872
Bill Fenner
2007-07-09 15:54:34 +0000
535b812e81Add a redirect to the index of nomcom announcements.
Bill Fenner
2007-07-09 15:52:24 +0000
9adad7f8d6Change 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.
Bill Fenner
2007-07-09 15:51:44 +0000
a75e7be5a8Adding 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
Henrik Levkowetz
2007-07-09 13:54:06 +0000
3f471f7d94Updated diffs - Legacy-Id: 868
Henrik Levkowetz
2007-07-09 13:29:23 +0000
e49a630976Handle the (unexpected, by me at least) case where there is no revision_date - display instead of "None" - Legacy-Id: 867
Bill Fenner
2007-07-09 11:33:14 +0000
8be4f741ffAdd sitemap collection and one of the included sitemaps to the list of urls to test. - Legacy-Id: 866
Bill Fenner
2007-07-09 11:21:32 +0000
d5fa0c5649The several variations I used for this file resulted in a couple of unused imports. Quiet pyflakes down by removing them. - Legacy-Id: 865
Bill Fenner
2007-07-09 11:19:25 +0000
c93645e29cAdd "[atom feed]" diff to document view.
Bill Fenner
2007-07-09 11:08:45 +0000
539cfcead0Use <link rel="alternate"> for atom autodiscovery for comments,
Bill Fenner
2007-07-09 03:55:55 +0000
11d4f1581bGet ipr feed limping (at least it doesn't throw an exception any more) - Legacy-Id: 862
Bill Fenner
2007-07-09 03:53:29 +0000
f784bb02adCreate individual sitemaps for idtracker, drafts, nomcom-announcements,
Bill Fenner
2007-07-09 02:32:39 +0000
68e7735f2bUpdated diffs - Legacy-Id: 860
Henrik Levkowetz
2007-07-08 09:51:55 +0000
7bb99a21f6Distinguish 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
Henrik Levkowetz
2007-07-08 09:35:22 +0000
f84bcdad42Catch another exception in the reachability test. - Legacy-Id: 857
Henrik Levkowetz
2007-07-08 01:42:39 +0000
59e30eb170Fixes to ietf/tests.py:
Henrik Levkowetz
2007-07-07 23:49:28 +0000
965563ea5dRemoving a leading newline in a href='' url. - Legacy-Id: 855
Henrik Levkowetz
2007-07-07 22:19:18 +0000
10f4ce682dMore exception handling for the reachability test - Legacy-Id: 853
Henrik Levkowetz
2007-07-07 21:04:26 +0000
957e14c91dFix format args. - Legacy-Id: 852
Henrik Levkowetz
2007-07-07 20:17:55 +0000
664f42bc41Some tweaks to the new reachability checks to avoid exceptions - Legacy-Id: 851
Henrik Levkowetz
2007-07-07 20:04:44 +0000
60cd431e2fAdd 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
Bill Fenner
2007-07-07 19:26:18 +0000
d7a4617d2aFix bad URL in ipr search result templated. - Legacy-Id: 849
Henrik Levkowetz
2007-07-07 17:02:26 +0000
b70edf943aAdd reachability testing for URLs in the app web-pages. - Legacy-Id: 848
Henrik Levkowetz
2007-07-07 17:01:07 +0000
d7dfca44f1Std output from test-setup should be only the lock pid-file. - Legacy-Id: 847
Henrik Levkowetz
2007-07-07 17:00:21 +0000
6b29c7d804fixes ticket 198 - Legacy-Id: 846
Michael Lee
2007-07-06 19:48:43 +0000
6818e5910dAdd the last-call feed, and chase the renamed iesg_minutes feed - Legacy-Id: 845
Bill Fenner
2007-07-06 16:23:43 +0000
6da7c85a41Rename "iesg_minutes" feed to "iesg-minutes", to go with the URL design of using hyphens and not underscores.
Bill Fenner
2007-07-06 12:54:36 +0000
e2e21e1fcbImprove title for nomcom announcement messages. - Legacy-Id: 843
Bill Fenner
2007-07-06 12:52:23 +0000
fa77ac30d5Merged r840 from branch/2.00 to trunk, and updated version information in ietf/__init__.py - Legacy-Id: 841
Henrik Levkowetz
2007-07-04 21:17:57 +0000
5d0a89347aSet version info and settings back to development mode - Legacy-Id: 840
Henrik Levkowetz
2007-07-02 22:00:07 +0000
d64614ab60Set version info to release version 2.02 before branching. - Legacy-Id: 838
Henrik Levkowetz
2007-07-02 22:00:04 +0000
08c47500acAcceptable diff -- different sort order in dropdown selection box - Legacy-Id: 837
Henrik Levkowetz
2007-07-02 21:01:34 +0000
619089ecc5Bah. 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
Henrik Levkowetz
2007-07-02 20:44:27 +0000