Henrik Levkowetz
a539f652df
Add back in rudimentary Django Admin support which was lost in the 0.96 -> 1.1 transition.
...
- Legacy-Id: 2023
2010-03-01 11:34:44 +00:00
Pasi Eronen
3ea5c2140c
Remove confusing cgi-bin regexp (/cgi-bin/ is served by Apache, and never reaches Django)
...
- Legacy-Id: 1983
2010-02-16 20:00:52 +00:00
Pasi Eronen
046ee2a5e7
New main page
...
- Legacy-Id: 1971
2010-02-10 16:59:50 +00:00
Pasi Eronen
11887ca938
Replaced old authentication/authorization system with new one (which uses Apache's authentication)
...
- Legacy-Id: 1877
2009-11-26 19:10:11 +00:00
Pasi Eronen
93126af05b
Removed some Django 0.96-only code
...
- Legacy-Id: 1870
2009-11-23 19:32:22 +00:00
Pasi Eronen
3806e92406
Changed error code 500 testing so it works better with Django 1.x
...
- Legacy-Id: 1774
2009-11-07 00:28:20 +00:00
Pasi Eronen
a5b787710c
Added test cases for 404/500 error codes
...
- Legacy-Id: 1773
2009-11-06 12:25:41 +00:00
Pasi Eronen
8b6536f32e
Cleaned/removed some unused code
...
- Legacy-Id: 1732
2009-10-16 10:13:54 +00:00
Pasi Eronen
7893156023
Enable /admin/ only on Django 0.96
...
- Legacy-Id: 1655
2009-08-27 21:17:52 +00:00
Pasi Eronen
8643893174
Commented out /review/ URLs (not meant for production use)
...
- Legacy-Id: 1627
2009-08-05 19:56:16 +00:00
Henrik Levkowetz
24678327b4
Merged in some Django 1.0 related fixes plus conversion script from Pasi. Merged in menubar link fixes from Chris. Merged in abstract generation scripts from Jelte.
...
- Legacy-Id: 1605
2009-07-28 11:28:09 +00:00
Henrik Levkowetz
1ba03ae26e
Committing code merged in from Pasi.
...
- Legacy-Id: 1510
2009-07-24 15:05:50 +00:00
Bill Fenner
324c873992
Redirect all /accounts/ -> /account/, and anchor google url.
...
- Legacy-Id: 1434
2009-03-25 00:47:53 +00:00
Bill Fenner
3904c34055
Merge auth branch.
...
- Legacy-Id: 1426
2009-03-22 01:37:20 +00:00
Henrik Levkowetz
b9870f0dfc
Merged in Chris' replacement pages for the perl-generated WG overview page, the 1wg-summary.txt and 1wg-summary-by-acronym.txt pages.
...
- Legacy-Id: 1421
2009-03-22 01:16:19 +00:00
Henrik Levkowetz
c020b00e29
Changed the nomcom announcement pages to sit in the /ann/ tree.
...
- Legacy-Id: 1412
2009-03-22 00:06:25 +00:00
Henrik Levkowetz
eaf6eb631a
Merged in Adams django-based replacement for the old perl-based nomcom announcement pages.
...
- Legacy-Id: 1407
2009-03-21 23:52:49 +00:00
Henrik Levkowetz
cf053c61b9
Merged in code from Pasi@1360, then changed the app name from docs to idrfc, and changed the app URL.
...
- Legacy-Id: 1383
2009-03-21 18:42:24 +00:00
Henrik Levkowetz
e21f5fd90e
Removed references to code not yet merged in, related to wg charters.
...
- Legacy-Id: 1274
2008-11-19 22:32:21 +00:00
Henrik Levkowetz
4506cb41e1
Merged in Lars Eggert's changes to the search page, and Henrik's lefthand-menu addition
...
- Legacy-Id: 1255
2008-11-18 21:36:14 +00:00
Bill Fenner
b915d03c58
Add a feed for documents on the IESG telechat.
...
Improve the admin interface for iesg_login and irtf rg's and chairs.
- Legacy-Id: 1138
2008-03-31 20:30:37 +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
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
d1cf8094d2
The review pages are called via strings, so no need to import
...
their view either.
- Legacy-Id: 824
2007-07-02 17:23:54 +00:00
Bill Fenner
23372a784d
We don't use the top-level view any more, so silence pyflakes by
...
not importing it.
- Legacy-Id: 820
2007-07-02 16:58:00 +00:00
Bill Fenner
63c532a175
Switch back to trying to give / to the redirects app.
...
Since the production site has an Apache rewrite, this will not
affect production, but will give us a chance to try it in more
controlled environments.
- Legacy-Id: 816
2007-07-02 16:24:56 +00:00
Henrik Levkowetz
b280998d33
Added a verification page for Google's Webmasters' Tools ( https://www.google.com/webmasters/tools/siteoverview )
...
- Legacy-Id: 805
2007-07-02 11:55:19 +00:00
Henrik Levkowetz
04280751bc
Reverting the redirect of the top level page for now -- Vid reports problems under mod_python
...
- Legacy-Id: 734
2007-06-28 07:47:48 +00:00
Henrik Levkowetz
d47734b693
Adding a redirect from / to /idtracker/ to match the legacy behaviour.
...
- Legacy-Id: 732
2007-06-28 05:39:40 +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
Henrik Levkowetz
71429f59aa
Alternative review pages which shouldn't shift when new test-URLs are added. Old review URLs still work, but withouth guarantee against shifting when new test-URLs are added.
...
- Legacy-Id: 600
2007-06-21 20:07:24 +00:00
Bill Fenner
3923233740
Add the admin media and the I-D Tracker images to static/. These
...
belong in the apache document root, and will be served by the
django server if it's being run in test or development mode
according to SERVER_MODE.
- Legacy-Id: 566
2007-06-20 22:46:10 +00:00
Henrik Levkowetz
96b1f822ab
Added an overview page for the review pages
...
- Legacy-Id: 529
2007-06-19 14:54:19 +00:00
Henrik Levkowetz
c03019afbe
Adding a page review facility under the URL /review/. This is based on frames and takes the URLs in question from the testurl.list files.
...
- Legacy-Id: 487
2007-06-18 14:34:00 +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
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
Bill Fenner
cb94159896
Allow login/logout/password change. The initial view once logged
...
in (unless it's a forced login) will be the (incomplete) "my" view.
Username and logout link are in the upper right corner while logged
in.
- Legacy-Id: 163
2007-05-24 20:18:11 +00:00
Vidyut Luther
783ffb713d
- Legacy-Id: 111
2007-05-09 21:05:20 +00:00
Henrik Levkowetz
d927568b25
* Added henrik's IPs to local sites in settings.py
...
* Added accessor functions for contacts to ipr/models.py
* Added an IPR feed
- Legacy-Id: 102
2007-05-05 08:58:22 +00:00
Bill Fenner
f9b9b51536
Add author to iesg telechat minutes feed, to make it valid.
...
Add document comments feed to top-level urls.
- Legacy-Id: 101
2007-05-04 21:49:21 +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