Commit graph

337 commits

Author SHA1 Message Date
Ole Laursen a9817e555a Some fixes to generic doc ballot view, fix edit position and send
ballot comment email views, moving them to
/doc/foo-bar/ballot/[id]/position/ and ../emailposition/.
 - Legacy-Id: 4249
2012-04-03 14:53:38 +00:00
Ole Laursen ed15193bcf Introduce more generic ballot models, start porting doc ballot page to the
new database schema.
 - Legacy-Id: 4240
2012-03-30 17:16:50 +00:00
Ole Laursen 2fea753f51 Move WG edit and conclude views from wgcharter to wginfo since they
aren't dealing with charters directly, clean up and add some polish
and fix a bunch of refactoring bugs. Start on fixing tests.
 - Legacy-Id: 4169
2012-03-22 18:36:04 +00:00
Ole Laursen cce113e0b8 Fix Javascript for charter change state page, removing dead code.
- Legacy-Id: 4150
2012-03-20 18:23:13 +00:00
Ole Laursen 43e9ea2607 Unify history handling for groups and documents.
- Legacy-Id: 4149
2012-03-20 18:22:14 +00:00
Ole Laursen a63edc9d16 Add missing CSS file
- Legacy-Id: 4148
2012-03-20 18:20:25 +00:00
Ole Laursen 1bf9ec8542 Add missing Javascript file.
- Legacy-Id: 4095
2012-03-15 17:59:11 +00:00
Henrik Levkowetz c1ef2d2361 We want to disallow all robot access to development servers, but for the production server we want indexing from search engines. Fix robots.txt accordingly.
- Legacy-Id: 4061
2012-03-07 10:18:12 +00:00
Ole Laursen e534194616 Only call changeBy for "by" radio buttons, fixes problem with IE
- Legacy-Id: 3932
2012-02-16 17:06:28 +00:00
Ole Laursen 9c06587c74 Refactor search logic to trigger with jQuery instead of inserting
attributes directly, moving it to a separate JS file; fixes a bug in
the new schema
 - Legacy-Id: 3927
2012-02-15 15:15:33 +00:00
Ole Laursen 04bce10521 Add History tab at /wg/[acronym]/ page, move group history entries
from charter to this page
 - Legacy-Id: 3818
2012-01-17 16:10:14 +00:00
Ole Laursen 31aef86164 Merge charter branch with the UI hooks disabled for the time being
- Legacy-Id: 3800
2012-01-11 15:04:13 +00:00
Ole Laursen 5a4c23ea92 Merge with trunk
- Legacy-Id: 3676
2011-11-21 16:41:21 +00:00
Henrik Levkowetz 70ad270dff Add tooltip with AD name over AD-indicating colour square on WG list page. Tweak the style a bit.
- Legacy-Id: 3669
2011-11-18 05:09:57 +00:00
Henrik Levkowetz 56e1cc2e35 Added a colour indication to the Area/WG overview page showing responsible AD for each WG. Also some html reformatting for better readability.
- Legacy-Id: 3623
2011-11-16 04:06:56 +00:00
Henrik Levkowetz 5f90e377a1 Provide a more helpful text on the 500 server error page.
- Legacy-Id: 3516
2011-10-25 16:07:48 +00:00
Martin Qvist bd9b28dfd5 New abandon event description, renamed some buttons
- Legacy-Id: 3439
2011-09-23 10:02:59 +00:00
Ole Laursen 6f10d2f3f7 Port submit to new schema, adding a set of tests and fixing some bugs
- Legacy-Id: 3436
2011-09-21 19:29:50 +00:00
Martin Qvist c631930b93 Dependencies of wgrecord to wgcharter rename
- Legacy-Id: 3432
2011-09-20 06:39:56 +00:00
Martin Qvist f025993f50 Bug fixes, changes based on feedback from RjS. Abandon, recharter and initial charter views. Forward snapshots for abandoned efforts.
- Legacy-Id: 3421
2011-09-15 12:28:08 +00:00
Martin Qvist ecac9c2e11 Final corrections and coord with Ole. Fixed agenda package, template cleanup, more tests and a couple of bugs.
- Legacy-Id: 3360
2011-08-24 08:42:51 +00:00
Martin Qvist b73c5358e7 Added corrections and tests as discussed with Ole.
- Legacy-Id: 3349
2011-08-22 19:54:25 +00:00
Martin Qvist 0a34a909c0 Final version of charter tool in a new branch
- Legacy-Id: 3341
2011-08-19 03:44:06 +00:00
Ole Laursen 91b3212330 Merged in changes from the conversion branch
- Legacy-Id: 3188
2011-06-28 18:25:36 +00:00
Henrik Levkowetz a142e89a87 Merged in branch branch/yaco/wgchairs from esanchez@yaco.es. This provides the WG Chair Tracker functionality.
- Legacy-Id: 3120
2011-05-11 20:27:12 +00:00
Henrik Levkowetz 3a2185f8e7 Merged in changes from esanchez@yaco.es, changeset [3067]. Makes Liaisons' Date field editable.
- Legacy-Id: 3118
Note: SVN reference [3067] has been migrated to Git commit ee52775458
2011-05-11 18:40:13 +00:00
Robert Sparks 6484874ca2 1) Restructured the position editing page to better integrate the defer button.
Fixes bug #659

2) Copied the jquery-1.5.1.min.js library into /static/js/lib (from /static/js)
    because that's where the main document template was looking for it. There have
    probably been several problems since the change that left this dangling that
    showed up as things not behaving, but not as errors. The one that clued me in
    was the discuss text-box not being hidden when the position wasn't DISCUSS.
    They should all behave better now.

3) Added a django form validator to the discuss text field to not allow actions
   when the position is Discuss, but the discuss-text is empty.
   2 and 3 together fix bug #660 

4) Added logic to the undefer fuction to put the document back on the previous
   telechat (if that hasn't already passed). That is, date1 from telechat dates,
   and not date2.
   Fixes bug #661

5) Changed the last_call_announcement generation function's template to include
   the abstracts from the document sets (which with modern usage means the abstract
   of the document) reflecting the IESGs decision of a few months back.
   Fixes bug #662

6) Removed the old tracker link from the document's main page
   Fixes bug #663 

_M   .
M    ietf/idrfc/views_ballot.py
M    ietf/templates/idrfc/last_call_announcement.txt
M    ietf/templates/idrfc/undefer_ballot.html
M    ietf/templates/idrfc/doc_tab_document.html
M    ietf/templates/idrfc/edit_position.html
_M   ietf/utils/draft.py
_M   static/media
A  + static/js/lib/jquery-1.5.1.min.js
 - Legacy-Id: 3107
2011-05-09 20:16:32 +00:00
Robert Sparks 024a74a562 1) Restructured the position editing page to better integrate the defer button.
2) Copied the jquery-1.5.1.min.js library into /static/js/lib (from /static/js)
   because that's where the main document template was looking for it. There have
   probably been several problems since the change that left this dangling that
   showed up as things not behaving, but not as errors. The one that clued me in
   was the discuss text-box not being hidden when the position wasn't DISCUSS.
   They should all behave better now.

3) Added a django form validator to the discuss text field to not allow actions
   when the position is Discuss, but the discuss-text is empty.

4) Added logic to the undefer fuction to put the document back on the previous
   telechat (if that hasn't already passed). That is, date1 from telechat dates,
   and not date2.

5) Changed the last_call_announcement generation function's template to include
   the abstracts from the document sets (which with modern usage means the abstract
   of the document) reflecting the IESGs decision of a few months back.
 - Legacy-Id: 3097
2011-05-05 13:58:37 +00:00
Henrik Levkowetz 6fde32b2f5 Let development and test deployment have a robots.txt which don't permit robots.
- Legacy-Id: 3079
2011-05-03 14:05:01 +00:00
Emilio A. Sánchez López ee52775458 Allow to enter the submission date when sending (or editing) liaisons. Fixes #653
- Legacy-Id: 3067
2011-04-27 11:47:55 +00:00
Henrik Levkowetz a52e902860 Merged in [3029] from esanchez@yaco.es. Make the Cc: field of new liaisons editable.
- Legacy-Id: 3031
Note: SVN reference [3029] has been migrated to Git commit 199e469f87
2011-04-07 14:09:10 +00:00
Emilio A. Sánchez López 199e469f87 Convert the Cc: field into an editable textarea. Fixes #647
- Legacy-Id: 3029
2011-04-07 12:01:35 +00:00
Henrik Levkowetz fcaec522dc A javascript change not previsously merged in from branch/yaco/liaison/.
- Legacy-Id: 3027
2011-04-07 08:41:51 +00:00
Henrik Levkowetz cabddc90ca Merged [2990] from adam@nostrum.com:
In response to early feedback, changed 'close' metaphor from 'click anywhere' to 'click on the red "x" icon.'
 - Legacy-Id: 2993
Note: SVN reference [2990] has been migrated to Git commit 04289ed0e3dd56899a7c3cfa6ee43cdcd9eb68f5
2011-03-28 17:42:56 +00:00
Henrik Levkowetz 7cacd75429 Merged [2984] from lars.eggert@nokia.com:
Update jQuery to 1.5.1 and jQuery UI to 1.8.11.
 - Legacy-Id: 2986
Note: SVN reference [2984] has been migrated to Git commit c7c2a690e98e3541a810e6beb60b1469c4f78dd7
2011-03-26 18:52:52 +00:00
Henrik Levkowetz 26e8d518de - Legacy-Id: 2985 2011-03-26 18:50:23 +00:00
Henrik Levkowetz dcd745c496 Merged [2976] from lars.eggert@nokia.com:
Remove unused images. Convert GIFs to smaller PNGs.
Optimize all images with http://www.smushit.com/ysmush.it/
 - Legacy-Id: 2979
Note: SVN reference [2976] has been migrated to Git commit 92b7e87a963787459fe3e75654b3ff2a0deaf34f
2011-03-26 18:04:48 +00:00
Henrik Levkowetz 6592926da2 Merged [2971] from lars.eggert@nokia.com:
Change default vertical alignment of various datatracker tables
for better readability.
 - Legacy-Id: 2977
Note: SVN reference [2971] has been migrated to Git commit bc4610ad313fcc48f2e4cacb47275432e9d3ab37
2011-03-26 17:15:31 +00:00
Henrik Levkowetz 4e5ce997e5 Merged [2967] from jelte@nlnetlabs.nl:
Make search result table headers clickable; clicking will sort on said column, see trac #484
 - Legacy-Id: 2974
Note: SVN reference [2967] has been migrated to Git commit a6ef460f3a3a24b9f32f83bf8dbeffe2fa220958
2011-03-26 16:58:07 +00:00
Henrik Levkowetz 07c1eea5c2 Merged in changes from esanchez@yaco.es, changesets 2790-2791. Refined handling of the To: and From: address lists when the Liaison Manager is also a WG Chair or AD.
- Legacy-Id: 2801
2011-02-02 17:31:02 +00:00
Henrik Levkowetz 63bc9cff6d Changes from esanchez@yaco.es, changesets 2783-2789. Lets the secretariat send liaisons on behalf of others, corrected powers to liaison managers, and other fixes.
- Legacy-Id: 2800
2011-02-02 16:04:42 +00:00
Henrik Levkowetz 1837b38bc8 Rename 'LiaisonDetail.taken_care' field to 'action_taken'. Miscellaneous associated fixes. Enhanced liaison-related admin pages.
- Legacy-Id: 2798
2011-02-02 15:35:21 +00:00
Emilio A. Sánchez López 4dc753329f Do nothing special if we have no detailed info that filters the To field trough the From field. Fixes #577
- Legacy-Id: 2791
2011-02-02 14:53:49 +00:00
Emilio A. Sánchez López fb7b3d2152 Allow to filter the to field when a Liaison Manager changes de from field. Fixes #577
- Legacy-Id: 2790
2011-02-02 14:46:01 +00:00
Emilio A. Sánchez López d77970d860 Fix js bug. Fixes #578
- Legacy-Id: 2789
2011-02-01 19:10:04 +00:00
Emilio A. Sánchez López 5684bc324d Allow the secretariat to send liaisons on behalf of another user. Fixes #578
- Legacy-Id: 2787
2011-02-01 18:56:07 +00:00
Emilio A. Sánchez López 53fae6e4c5 Hide 'send and post' button to SDO Liaison Managers when they select their SDO in the from field. Fixes #577
- Legacy-Id: 2786
2011-02-01 17:32:50 +00:00
Emilio A. Sánchez López 256dd73dd4 Detailed stream info view. Fixes #573
- Legacy-Id: 2758
2011-01-23 10:23:45 +00:00
Henrik Levkowetz bf0f87ea3f Fix css for IPR header (status column was included by mistake). Fixes issue #546.
- Legacy-Id: 2684
2010-11-11 11:40:12 +00:00
Henrik Levkowetz 06c254abe8 Merged [2614] from peter.musgrave@magorcorp.com: Add column IPR to doc table for WG docs and by AD docs. Fix column in doc search results so IPR is shown correctly there too. Fixes issue #497.
- Legacy-Id: 2626
Note: SVN reference [2614] has been migrated to Git commit 6a65978a52dff343754e557dd9d094e4385c6af1
2010-11-06 08:51:32 +00:00
Henrik Levkowetz a55c697dac Put doc files under static.
- Legacy-Id: 2573
2010-10-26 13:08:34 +00:00
Henrik Levkowetz c7d198f482 Merged from log:branch/yaco/liaison@2570: Yaco's port and rewrite of the Liaison Statement Management Tool.
- Legacy-Id: 2572
2010-10-26 12:59:53 +00:00
Emilio A. Sánchez López de72df1d8f Change style of 'Please fill title and file to attach a new file' message. Fixes #432
- Legacy-Id: 2570
2010-10-22 12:26:51 +00:00
Emilio A. Sánchez López bdfde8e88d Do not override the default font style. See #432
- Legacy-Id: 2569
2010-10-22 12:16:30 +00:00
Emilio A. Sánchez López 46d48acc01 Allow sorting liaisons when selecting a related liaison. Fixes #386
- Legacy-Id: 2546
2010-10-08 11:12:28 +00:00
Emilio A. Sánchez López 80ca4e9f18 Allow to take care of a liaison with deadline. Fixes #385
- Legacy-Id: 2545
2010-10-08 10:34:56 +00:00
Emilio A. Sánchez López 895b8950eb Add sorting to liaison list view. Fixes #383
- Legacy-Id: 2543
2010-10-07 11:31:55 +00:00
Emilio A. Sánchez López 73f9fe310b Allow the user to select a referenced liaison. Fixes #381
- Legacy-Id: 2538
2010-10-01 10:17:40 +00:00
Emilio A. Sánchez López 5f78eda82f Show a message if javascript is disabled. Fixes #380
- Legacy-Id: 2536
2010-09-27 08:26:18 +00:00
Emilio A. Sánchez López dad6332923 Cancel button added in liasion form. Fixes #379
- Legacy-Id: 2535
2010-09-27 08:06:02 +00:00
Henrik Levkowetz d3292a84f0 Merged [2512] from rjsparks@nostrum.com: Fix for ticket #374 (all in base.js) and removal of a vestigial 'save all changes' button from the iesg/agenda/documents page.
- Legacy-Id: 2518
Note: SVN reference [2512] has been migrated to Git commit 6d7b72d96d2986e1634cd0c936260d095dec127b
2010-09-16 10:09:20 +00:00
Henrik Levkowetz dfcfc5daef Merged [2491] from olau@. Fixes issue #366.
- Legacy-Id: 2494
Note: SVN reference [2491] has been migrated to Git commit 6d6a3b321e4badfad318d6871c0a9a119a8b567d
2010-08-19 15:33:12 +00:00
Emilio A. Sánchez López 4f37a98d01 Fix attachments widget to work on Chrome. Fixes #368
- Legacy-Id: 2485
2010-08-18 06:51:50 +00:00
Emilio A. Sánchez López cbde116241 Save attachments into FS. Fixes #342
- Legacy-Id: 2482
2010-08-17 12:00:20 +00:00
Emilio A. Sánchez López 58988ef63e Save approval state of an outgoing liaison and do not public list the not approved ones. Fixes #353
- Legacy-Id: 2456
2010-07-29 11:48:49 +00:00
Emilio A. Sánchez López 1a2f1559c4 Check if the user needs to approval to send a liaison on behalf of an entity.
Ajax queries merged into one.
See #353
 - Legacy-Id: 2445
2010-07-28 13:01:14 +00:00
Emilio A. Sánchez López a64e448842 Manage 'other sdo' option when sending outgoing liaisons. Fixes #343
- Legacy-Id: 2429
2010-07-27 08:45:05 +00:00
Emilio A. Sánchez López 709181c978 Outgoing liaison form with automatic filled fields. See #343
- Legacy-Id: 2428
2010-07-27 08:08:11 +00:00
Henrik Levkowetz 0f70aee46e Add some images which may be useful.
- Legacy-Id: 2423
2010-07-26 15:15:11 +00:00
Henrik Levkowetz faf8eb31b8 IETF 78 Sprint code from Adam Roach: Make the IETF agenda page view user-modifiable, providing a custom bookmarkable agenda view for each user.
- Legacy-Id: 2422
2010-07-26 14:18:14 +00:00
Emilio A. Sánchez López ab8cbbb835 Save liaison and attachments. See #342
- Legacy-Id: 2374
2010-07-22 12:00:50 +00:00
Emilio A. Sánchez López a2cbb76acd Date picker and file attachments. See #342
- Legacy-Id: 2373
2010-07-22 08:13:48 +00:00
Henrik Levkowetz 266b7820d0 Merged from log:branch/2.00@2363: Current release branch head to trunk.
- Legacy-Id: 2365
2010-07-21 12:48:05 +00:00
Emilio A. Sánchez López 547aee861a Change purpose options when purpose changes. See #342
- Legacy-Id: 2362
2010-07-20 17:34:58 +00:00
Emilio A. Sánchez López 9f8b0afd15 Send the selected SDO to cc its liaison manager. See #345
- Legacy-Id: 2361
2010-07-20 17:33:57 +00:00
Emilio A. Sánchez López 0cf3a7f33b Update automatically POC and CC fields for incoming liaison. See #345
- Legacy-Id: 2349
2010-07-20 11:06:20 +00:00
Pasi Eronen 4384539365 Use Django 1.1.1 static /media/ files
- Legacy-Id: 2221
2010-03-31 12:30:36 +00:00
Pasi Eronen 28e5c87c90 Remove Django 0.96 static /media/ files
- Legacy-Id: 2220
2010-03-31 12:29:25 +00:00
Pasi Eronen 250d72ff78 Removed old (unused) YUI js/css
- Legacy-Id: 2219
2010-03-31 12:23:16 +00:00
Pasi Eronen 808468ca7e CSS: fix background color of WG list in left navbar
- Legacy-Id: 2176
2010-03-21 17:09:08 +00:00
Pasi Eronen 7884fe77ee Removed old base templates (not used by anything anymore)
- Legacy-Id: 2171
2010-03-21 15:15:45 +00:00
Pasi Eronen 4d4caf149f From Tony: Search plugin for Firefox/IE/etc.
- Legacy-Id: 2138
2010-03-21 00:12:59 +00:00
Pasi Eronen ce303d4800 CSS cleaning
- Legacy-Id: 2116
2010-03-20 21:10:17 +00:00
Pasi Eronen d516b3ca28 /: use local copy of ietflogo.gif instead of www.ietf.org (to avoid warnings about non-https content)
- Legacy-Id: 2103
2010-03-20 17:06:26 +00:00
Pasi Eronen 6ed8ba6960 Minor CSS cleaning
- Legacy-Id: 2070
2010-03-12 16:50:12 +00:00
Pasi Eronen 70211dfc5a Use new look for IETF meeting agenda; add color-coding support (like tools has)
- Legacy-Id: 2046
2010-03-04 22:59:12 +00:00
Pasi Eronen 4eb804f4ac Include YUI cookie component
- Legacy-Id: 2045
2010-03-04 22:15:15 +00:00
Pasi Eronen 99f6c94b9e Use new look for meeting materials page
- Legacy-Id: 2010
2010-02-23 19:30:43 +00:00
Pasi Eronen 08ed369b4a IESG ballot grid icon: show 'abstain' as yellow instead of gray
- Legacy-Id: 2001
2010-02-18 20:23:47 +00:00
Pasi Eronen ce33a4a30f Small CSS tweaks
- Legacy-Id: 1986
2010-02-16 20:24:51 +00:00
Pasi Eronen 80466cf8bb Remove unused favicons
- Legacy-Id: 1982
2010-02-16 19:44:32 +00:00
Pasi Eronen 7c43c89c83 Fixed ballot icon width problem in Safari (regression introduced in 2.42)
- Legacy-Id: 1967
2010-02-10 08:17:37 +00:00
Henrik Levkowetz ed5eb10d57 Alternative ietf icon.
- Legacy-Id: 1956
2010-01-26 10:42:16 +00:00
Pasi Eronen 7471e7ea7a New favicon for new tracker UI
- Legacy-Id: 1953
2010-01-21 23:49:44 +00:00
Pasi Eronen 4255d7febd HTML/CSS cleaning
- Legacy-Id: 1946
2010-01-17 20:16:38 +00:00
Pasi Eronen 1916782f5b Cleaned document page links/buttons
- Legacy-Id: 1943
2010-01-16 20:53:12 +00:00
Pasi Eronen 75e86a0e67 Show small comment icon (instead of asterisk) when ballot has text
- Legacy-Id: 1939
2010-01-14 23:33:45 +00:00
Pasi Eronen 82d89ccd27 Use a local copy of YUI library instead of pointing to Google CDN (this allows us to work with pure IPv6); upgrade to YUI 2.8.0r4
- Legacy-Id: 1938
2010-01-14 22:19:43 +00:00
Pasi Eronen 6a159877f9 Clean left-navbar colors a bit
- Legacy-Id: 1936
2010-01-14 22:11:44 +00:00
Pasi Eronen d125521840 Right-click ballot icon to edit your position (when logged in as IESG)
- Legacy-Id: 1934
2010-01-14 20:50:41 +00:00
Pasi Eronen 81f7330ef1 Show various edit buttons only to ADs/secretariat
- Legacy-Id: 1921
2010-01-13 15:13:43 +00:00
Pasi Eronen 2f3d6d88af Close ballot dialog if Escape is pressed
- Legacy-Id: 1912
2010-01-07 19:46:58 +00:00
Pasi Eronen 8bb86c9f65 More cleaning of left navbar in "new tracker UI"
- Legacy-Id: 1899
2009-12-10 17:28:55 +00:00
Pasi Eronen 3e3809ba5b Cleaned/simplified left navbar in "new tracker UI"
- Legacy-Id: 1898
2009-12-08 20:24:44 +00:00
Pasi Eronen ea2f1bd8c9 Removed unused image (for the already-retired mailing list request tool)
- Legacy-Id: 1889
2009-12-02 19:49:41 +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 469a60cc45 Fix ballot dialog scrolling problem with IE
- Legacy-Id: 1699
2009-09-24 16:02:42 +00:00
Henrik Levkowetz 7f7025020b Merged in Adam and Ben's wgcharter pages and generation script, and Arifumi and RjS' 1wg-charters.txt generation script.
- Legacy-Id: 1609
2009-07-28 12:22:56 +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 dc33c9a23e Support files for the new agenda features.
- Legacy-Id: 1506
2009-07-24 14:49:45 +00:00
Henrik Levkowetz 4f377952c4 Agenda page icon for the iPhone.
- Legacy-Id: 1505
2009-07-24 14:48:32 +00:00
Henrik Levkowetz 46cda1d9b1 Add support for an iPhone specific agenda format. Remove hardcoded agenda path, use settings.py setting instead.
- Legacy-Id: 1503
2009-07-24 14:29:15 +00:00
Henrik Levkowetz 92deb90ae8 Merged in changes from Pasi. See changelog for details.
- Legacy-Id: 1480
2009-05-28 12:21:23 +00:00
Henrik Levkowetz bd0157c03b Merged in changes from Pasi, see changelog and Pasi's branch for details.
- Legacy-Id: 1464
2009-05-12 14:06:21 +00:00
Henrik Levkowetz aa54250805 Merged in code from Pasi for new ID/RFC search and per-document pages (under /doc/), and IESG 'discuss report'.
- Legacy-Id: 1450
2009-04-26 14:02:30 +00:00
Henrik Levkowetz 91ead17ee5 Made the plenary agenda font larger
- Legacy-Id: 1351
2009-03-04 23:53:40 +00:00
Henrik Levkowetz 741d384e9c Added som css to support agenda and menu fixes.
- Legacy-Id: 1342
2009-03-02 20:39:06 +00:00
Henrik Levkowetz fdda7bb717 Adding a better blue-background ietf logo image
- Legacy-Id: 1278
2008-11-20 00:18:44 +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 ed17c90019 Rule out the /cgi-bin/wg/ scripts too, as they've shown up on the
error list.
 - Legacy-Id: 914
2007-07-31 17:09:25 +00:00
Henrik Levkowetz cec1e3eacc Adding 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
2007-07-16 18:01:19 +00:00
Henrik Levkowetz f15e6e7435 Adding pre-[886] version of ietflogo2e.gif
- Legacy-Id: 890
Note: SVN reference [886] has been migrated to Git commit 9b3f2333bb
2007-07-16 12:02:04 +00:00
Henrik Levkowetz 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
2007-07-16 12:00:03 +00:00
Michael Lee 9b3f2333bb Add missing images
- Legacy-Id: 886
2007-07-13 21:16:32 +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 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
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 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 cfa17c478a Adding 2 more images which may be needed
- Legacy-Id: 762
2007-06-29 14:53:43 +00:00
Henrik Levkowetz 22d18f5d20 Fix ticket #156. Adding a number of missing image files, and changing all <image src='...'/> tags to use local images.
- Legacy-Id: 761
2007-06-29 14:45:18 +00:00
Henrik Levkowetz ede79cdd17 Adding the blue ball image that was missing.
[[Split portion of a mixed commit.]]
 - Legacy-Id: 731.1
2007-06-28 05:08:28 +00:00
Bill Fenner 2b5e469373 Blue ball image for idindex (err, drafts)
- Legacy-Id: 730
2007-06-28 02:30:54 +00:00
Henrik Levkowetz 705957c988 Adding a .bmp version of the dev icon, too
- Legacy-Id: 631
2007-06-25 15:54:04 +00:00
Henrik Levkowetz 266d872afc Adding development and production favicon images.
- Legacy-Id: 630
2007-06-25 15:41:59 +00:00
Henrik Levkowetz 326ba16c1b Added a missing image (for /mailinglists/request/help/*)
- Legacy-Id: 572
2007-06-21 06:50:13 +00:00
Henrik Levkowetz bba75bab04 Adding a local static/css/base.css, and changing the table settings a bit in the mailing list pages to make the two header images end up on the same line. Needing to do this is related to the change to serving XHTML Transitional; if I take away the xml and transitional doctype declarations, the pre-change html worked fine.
- Legacy-Id: 569
2007-06-21 00:59:59 +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