From 6592926da2d8711ce0268a3d7ba102a7417ce82e Mon Sep 17 00:00:00 2001 From: Henrik Levkowetz Date: Sat, 26 Mar 2011 17:15:31 +0000 Subject: [PATCH] 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 --- changelog | 55 ++++++++++++++++++++++++++++++++++++++++++++ static/css/base2.css | 2 +- 2 files changed, 56 insertions(+), 1 deletion(-) diff --git a/changelog b/changelog index 57e7027c4..e08f0887a 100644 --- a/changelog +++ b/changelog @@ -1,3 +1,58 @@ +ietfdb (3.14) + + * From peter.musgrave@magorcorp.com: + Fix typo. Fixes #566. + + * From jelte@nlnetlabs.nl: + Make search result table headers clickable; clicking will sort on said + column, fixes #484. + + * From peter.musgrave@magorcorp.com: + Don't show AD/Secretariat links for Last Call etc. if they will 404. + Fixes #550. + + * From adam@nostrum.com: + Meeting boxes now expand to reveal all text when users hover over them. + Fixes ticket #602. + + * From kivinen@iki.fi: + Added an URL to retrieve a text/plain version of the list of drafts for + a given WG. Useful for building WG-speific ePub documents of a WG's + drafts. + + * From shane@time-travellers.org: + Updated the JavaScript associated with the search page to + control whether the 'search' button is enabled or not. It is + now enabled if either the main search box has input, or if + any of the sub-options have input, or both. + + * From rjsparks@nostrum.com: + Adds a view of documents currently in IETF Last Call. Fixes #630. + + * From bmheight@gmail.com: + Remove explicit URLs in the code, using reverse() and the newly created + helper function reverse_lazy(). Fixes #628. + + * From rjsparks@nostrum.com: + Changed the way ballot discuss/comment texts are displayed to + put the text from current ADs first, and mark ex-ADs with [] + following the convention on the left bar. This fixes issue #608 + + * From adam@nostrum.com: + Added ical-format agenda. Fixes issue #601. + + * From peter.musgrave@magorcorp.com: + Add IPR column to IESG Telechat Agenda. Fixes issue #552. + + * From rjsparks@nostrum.com: + Add a defer/undefer button to the edit_position dialog. Fixes issue #627. + + * From kivinen@iki.fi: + Changed cookie settings to be valid for 10 years, they used to be valid + until the end of session. + + -- Henrik Levkowetz 26 Mar 2011 18:01:50 +0100 + ietfdb (3.13) * Provide a full URL to IPR issues in the last call email, rather than just diff --git a/static/css/base2.css b/static/css/base2.css index 42390221a..aeeae5915 100644 --- a/static/css/base2.css +++ b/static/css/base2.css @@ -94,7 +94,7 @@ form#search_form { padding-top: 4px; padding-bottom: 4px; } table.ietf-table { border-collapse:collapse; border:1px solid #7f7f7f; } .ietf-table tr.evenrow { background-color: #EDF5FF; } .ietf-table tr.oddrow { background-color: white; } -.ietf-table td { border-right: 1px solid #cbcbcb; padding:3px 6px; } +.ietf-table td { border-right: 1px solid #cbcbcb; padding:3px 6px; vertical-align: top; } .ietf-table th { color:white; background: #2647A0; text-align:left; padding:3px 6px; border-right: 1px solid #7f7f7f; } .ietf-doctable tr.header { border-top: 1px solid #7f7f7f; border-bottom: 1px solid #7f7f7f; border-left: 1px solid white; border-right:2px solid white;}