Commit graph

  • 169137f85b Set debugging before establishing connection. Bill Fenner 2007-10-24 17:13:04 +0000
  • 463182dd3f Update ticket 205 Michael Lee 2007-10-16 06:33:23 +0000
  • d143d41653 To 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
  • b4ca9caa82 chnage 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
  • df801b6c39 Moved 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
  • 1f3beffd44 Add the date to the title. Related to ticket - Legacy-Id: 943 Bill Fenner 2007-09-19 23:30:02 +0000
  • 77484b614c Title updates: Bill Fenner 2007-09-19 23:25:05 +0000
  • e742eb9d3c Use the form to validate that the RFC number input is a number. Bill Fenner 2007-09-19 21:12:18 +0000
  • 0c1cf36cd4 Fix incorrect length specification left over from bad introspection. - Legacy-Id: 940 Bill Fenner 2007-09-19 21:09:31 +0000
  • 052b774fa6 Rename the WgPassword and LiaisonUsers models to make their legacy status clear. - Legacy-Id: 938 Bill Fenner 2007-09-18 18:31:42 +0000
  • 93b1034562 Turns 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
  • 68228beb2d Updated generated-model to reflect a current database snapshot. - Legacy-Id: 933 Bill Fenner 2007-09-07 12:10:14 +0000
  • f2c636a610 Fix addition of a rolodex entry in the admin interface - Legacy-Id: 932 Bill Fenner 2007-09-06 17:50:22 +0000
  • 0502d5c772 Use fields, etc., and other tweaks to improve the admin interface. Bill Fenner 2007-09-06 17:12:35 +0000
  • 7c9ab96fb1 Add the "recent liaisons" atom feed as an alternate of this page. - Legacy-Id: 927 Bill Fenner 2007-09-06 16:39:32 +0000
  • 55a7715694 Factor 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
  • b6301e4660 Based 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
  • 6cd7612f2c If there's no person, output a "missing info" line instead of a blank line. Makes explicit the problem 1 in ticket instead of implying that we've supplied all the information. - Legacy-Id: 924 Bill Fenner 2007-09-05 17:30:11 +0000
  • 9f0f77c5bd Ignore 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
  • 0baf363e84 Add 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
  • ee17e225c1 Remove unique=True from UserMap's user field, because of http://code.djangoproject.com/ticket/565 - Legacy-Id: 921 Bill Fenner 2007-09-05 11:58:48 +0000
  • ac4eb08976 Add an index on rfc_number. The plan in 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
  • 2671982d79 Remove Q debugging code. Bill Fenner 2007-08-01 17:32:31 +0000
  • 16e1fa7530 Add "to" and "subject" fuzzy searches. - Legacy-Id: 915 Bill Fenner 2007-08-01 16:23:20 +0000
  • ed17c90019 Rule 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
  • b2d2816b8f Use 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
  • 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 Bill Fenner 2007-07-31 15:19:59 +0000
  • 610f685309 Comment out the liaison feeds until we figure out the utf-8 issue. - Legacy-Id: 911 Bill Fenner 2007-07-31 15:08:54 +0000
  • a40661fe4f Add 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 . - Legacy-Id: 910 Bill Fenner 2007-07-31 14:52:01 +0000
  • f8bedea9af Don't use .draft as an accessor, use .document. I found this while investigating ticket , and while it's not the cause it's worth fixing anyway. - Legacy-Id: 909 Bill Fenner 2007-07-31 14:47:52 +0000
  • 431c4cfa62 Improve admin interface slightly for contacts. - Legacy-Id: 908 Bill Fenner 2007-07-30 20:18:39 +0000
  • 6a39965467 Add 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
  • 71a0b22d68 The "email" field is not used, so hide it from the admin interface. - Legacy-Id: 906 Bill Fenner 2007-07-30 20:17:28 +0000
  • 133d407761 Add get_absolute_url to LiaisonDetail for feed - Legacy-Id: 905 Bill Fenner 2007-07-30 20:16:37 +0000
  • 2b5cccf352 Add some test feed urls. - Legacy-Id: 904 Bill Fenner 2007-07-30 19:58:40 +0000
  • f0b8e49ed5 Add two liaisons feeds: Bill Fenner 2007-07-30 18:11:50 +0000
  • e5f75ae2b1 Omit detail table for liaisons that were submitted by email ("by_secretariat"). Bill Fenner 2007-07-30 18:09:50 +0000
  • 487ad84e0d Fix 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
  • e7d0d71420 Add 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
  • 5640e22dc0 Change 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
  • 942606141e Use the right lookup to find an RFC. Bill Fenner 2007-07-23 14:38:05 +0000
  • 8d376b0d90 Changed apache log file names to end with .log instead of _log - Legacy-Id: 897 Vidyut Luther 2007-07-18 11:45:02 +0000
  • 8a099c958a Set version info and settings back to development mode - Legacy-Id: 896 Henrik Levkowetz 2007-07-16 20:19:33 +0000
  • 063f9146db Set version info to release version 2.04 before branching. - Legacy-Id: 894 Henrik Levkowetz 2007-07-16 20:19:27 +0000
  • cec1e3eacc Adding the image mentioned in , 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
  • b91656eb34 Removing 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
  • 92f59449c7 Adding configuration files from the /etc/ filesystem, as they are used in production - Legacy-Id: 891 Vidyut Luther 2007-07-16 16:08:19 +0000
  • f15e6e7435 Adding 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
  • cb6cdd38a8 Undoing 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
  • c6d637e557 Merged 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 . - Legacy-Id: 888 Henrik Levkowetz 2007-07-16 08:34:01 +0000
  • 210c5576d9 Fix typo Beaverage -> Beverage - Legacy-Id: 887 Michael Lee 2007-07-13 21:17:56 +0000
  • 9b3f2333bb Add missing images - Legacy-Id: 886 Michael Lee 2007-07-13 21:16:32 +0000
  • c3cc238c9b to fix ticket - 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
  • 0108dc0617 Adding 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
  • 20d2dec7e2 Set version info and settings back to development mode - Legacy-Id: 883 Henrik Levkowetz 2007-07-09 22:00:07 +0000
  • e6137c747c Set version info to release version 2.03 before branching. - Legacy-Id: 881 Henrik Levkowetz 2007-07-09 22:00:03 +0000
  • 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 Henrik Levkowetz 2007-07-09 21:13:13 +0000
  • 63f4234f56 If 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
  • 4a1b97c37a fixes ticket - Legacy-Id: 878 Michael Lee 2007-07-09 18:50:36 +0000
  • 024994afb0 I put the wrong prefix in for the destination of idindex.cgi. - Legacy-Id: 877 Bill Fenner 2007-07-09 18:43:46 +0000
  • 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 . Bill Fenner 2007-07-09 17:31:09 +0000
  • 81af29543f Use get_object_or_404 to get slightly better debugging error message. - Legacy-Id: 875 Bill Fenner 2007-07-09 16:26:59 +0000
  • 3f22f4dd5a It's OK for /ann/nomcom/ to redirect. - Legacy-Id: 874 Bill Fenner 2007-07-09 16:12:19 +0000
  • 85d8d98409 Match the front-page logo size. - Legacy-Id: 873 Bill Fenner 2007-07-09 16:05:05 +0000
  • 3742c3f69f Add get_absolute_url() to the TelechatMinutes model. - Legacy-Id: 872 Bill Fenner 2007-07-09 15:54:34 +0000
  • 535b812e81 Add a redirect to the index of nomcom announcements. Bill Fenner 2007-07-09 15:52:24 +0000
  • 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. Bill Fenner 2007-07-09 15:51:44 +0000
  • a75e7be5a8 Adding a nearly empty robots.txt file (see ). 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
  • 3f471f7d94 Updated diffs - Legacy-Id: 868 Henrik Levkowetz 2007-07-09 13:29:23 +0000
  • e49a630976 Handle the (unexpected, by me at least) case where there is no revision_date - display &nbsp; instead of "None" - Legacy-Id: 867 Bill Fenner 2007-07-09 11:33:14 +0000
  • 8be4f741ff Add 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
  • 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 Bill Fenner 2007-07-09 11:19:25 +0000
  • c93645e29c Add "[atom feed]" diff to document view. Bill Fenner 2007-07-09 11:08:45 +0000
  • 539cfcead0 Use <link rel="alternate"> for atom autodiscovery for comments, Bill Fenner 2007-07-09 03:55:55 +0000
  • 11d4f1581b Get 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
  • f784bb02ad Create individual sitemaps for idtracker, drafts, nomcom-announcements, Bill Fenner 2007-07-09 02:32:39 +0000
  • 68e7735f2b Updated diffs - Legacy-Id: 860 Henrik Levkowetz 2007-07-08 09:51:55 +0000
  • 6cffe41ea0 Tweaked lock handling - Legacy-Id: 859 Henrik Levkowetz 2007-07-08 09:51:33 +0000
  • 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 Henrik Levkowetz 2007-07-08 09:35:22 +0000
  • f84bcdad42 Catch another exception in the reachability test. - Legacy-Id: 857 Henrik Levkowetz 2007-07-08 01:42:39 +0000
  • 59e30eb170 Fixes to ietf/tests.py: Henrik Levkowetz 2007-07-07 23:49:28 +0000
  • 965563ea5d Removing a leading newline in a href='' url. - Legacy-Id: 855 Henrik Levkowetz 2007-07-07 22:19:18 +0000
  • d8c558124c Fix copy-paste errors. - Legacy-Id: 854 Henrik Levkowetz 2007-07-07 21:10:20 +0000
  • 10f4ce682d More exception handling for the reachability test - Legacy-Id: 853 Henrik Levkowetz 2007-07-07 21:04:26 +0000
  • 957e14c91d Fix format args. - Legacy-Id: 852 Henrik Levkowetz 2007-07-07 20:17:55 +0000
  • 664f42bc41 Some tweaks to the new reachability checks to avoid exceptions - Legacy-Id: 851 Henrik Levkowetz 2007-07-07 20:04:44 +0000
  • 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 Bill Fenner 2007-07-07 19:26:18 +0000
  • d7a4617d2a Fix bad URL in ipr search result templated. - Legacy-Id: 849 Henrik Levkowetz 2007-07-07 17:02:26 +0000
  • b70edf943a Add reachability testing for URLs in the app web-pages. - Legacy-Id: 848 Henrik Levkowetz 2007-07-07 17:01:07 +0000
  • d7dfca44f1 Std output from test-setup should be only the lock pid-file. - Legacy-Id: 847 Henrik Levkowetz 2007-07-07 17:00:21 +0000
  • 6b29c7d804 fixes ticket 198 - Legacy-Id: 846 Michael Lee 2007-07-06 19:48:43 +0000
  • 6818e5910d Add the last-call feed, and chase the renamed iesg_minutes feed - Legacy-Id: 845 Bill Fenner 2007-07-06 16:23:43 +0000
  • 6da7c85a41 Rename "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
  • e2e21e1fcb Improve title for nomcom announcement messages. - Legacy-Id: 843 Bill Fenner 2007-07-06 12:52:23 +0000
  • 9a076ea5cf Updated footer ignore regex. - Legacy-Id: 842 Henrik Levkowetz 2007-07-05 05:32:35 +0000
  • fa77ac30d5 Merged 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
  • 5d0a89347a Set version info and settings back to development mode - Legacy-Id: 840 Henrik Levkowetz 2007-07-02 22:00:07 +0000
  • d64614ab60 Set version info to release version 2.02 before branching. - Legacy-Id: 838 Henrik Levkowetz 2007-07-02 22:00:04 +0000
  • 08c47500ac Acceptable diff -- different sort order in dropdown selection box - Legacy-Id: 837 Henrik Levkowetz 2007-07-02 21:01:34 +0000
  • 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 Henrik Levkowetz 2007-07-02 20:44:27 +0000