Commit graph

4834 commits

Author SHA1 Message Date
Henrik Levkowetz 25856d114a Merged in [9516] from rjsparks@nostrum.com:
Don't show needed positions for closed ballots. Fixes #1622.
 - Legacy-Id: 9536
Note: SVN reference [9516] has been migrated to Git commit 58dabb6961
2015-04-21 20:00:53 +00:00
Henrik Levkowetz d75bb87015 Merged in [9514] from rjsparks@nostrum.com:
If the name attached to an additional-info URL for a group is blank, show the URL instead. Fixes #1523 and #1657.
 - Legacy-Id: 9535
Note: SVN reference [9514] has been migrated to Git commit 777d610806
2015-04-21 19:48:59 +00:00
Henrik Levkowetz 4f6283a3b7 Merged in [9513] from rjsparks@nostrum.com:
Don't show concluded groups in the community list section of the navbar. Fixes bug #1652.
 - Legacy-Id: 9534
Note: SVN reference [9513] has been migrated to Git commit d1d731838f
2015-04-21 19:39:10 +00:00
Henrik Levkowetz d0f05cf924 Addressed another bug related to using SearchablePersonsField to choose Person objects, rather than Email objects. If one uses this for Person objects, then object.address isn't going to be terribly useful in the form ,,:-). Addresses issue #1684, #1685 and #1686.
- Legacy-Id: 9530
2015-04-21 15:51:26 +00:00
Henrik Levkowetz 881c9cb8f6 Provide the IRTF chair with access to the session request tool. Fixes issue #1687.
- Legacy-Id: 9529
2015-04-21 12:36:46 +00:00
Henrik Levkowetz 88300e5d50 Removed emtpy items from the must-be-there list before handing the list to Person.objects.filter(pk__in=...). Fixes issues #1684, #1685
- Legacy-Id: 9528
2015-04-21 11:53:00 +00:00
Henrik Levkowetz e843516043 Removed typogrify, which is not in use any more.
- Legacy-Id: 9522
2015-04-17 20:38:09 +00:00
Robert Sparks 58dabb6961 Don't show needed positions for closed ballots. Fixes #1622. Commit ready for merge.
- Legacy-Id: 9516
2015-04-16 19:39:08 +00:00
Robert Sparks 777d610806 If the name attached to an additional-info URL for a group is blank, show the URL instead. Fixes #1523 and #1657. Commit ready for merge.
- Legacy-Id: 9514
2015-04-16 19:07:59 +00:00
Robert Sparks d1d731838f Don't show concluded groups in the community list section of the navbar. Fixes bug #1652. Commit ready for merge.
- Legacy-Id: 9513
2015-04-15 20:03:09 +00:00
Henrik Levkowetz a51fe2cbbc Set version info and settings back to development mode
- Legacy-Id: 9511
2015-04-15 19:24:25 +00:00
Henrik Levkowetz 3397b2d8ba Set version info to release version 6.0.1 before branching.
- Legacy-Id: 9509
2015-04-15 19:24:19 +00:00
Henrik Levkowetz f18e0694fa Merged in [9505] from rjsparks@nostrum.com:
Add a checkbox to cc the group list address on ballot positions if a document belongs to a group. Add better tests of the checkboxes on that form.
 - Legacy-Id: 9506
Note: SVN reference [9505] has been migrated to Git commit b84d4d3a20
2015-04-15 15:49:35 +00:00
Robert Sparks b84d4d3a20 Add a checkbox to cc the group list address on ballot positions if a document belongs to a group. Add better tests of the checkboxes on that form. Commit ready for merge.
- Legacy-Id: 9505
2015-04-15 14:53:42 +00:00
Henrik Levkowetz 66b46ef636 Provided a different shortcut icon for the datatracker when run in development or test mode. Fixes issue #1667.
- Legacy-Id: 9504
2015-04-15 14:43:15 +00:00
Henrik Levkowetz 3e2b92cb8e Added back the development mode header on the frontpage.
- Legacy-Id: 9503
2015-04-15 13:30:46 +00:00
Henrik Levkowetz d59af2aa0f Adapt session_draft_list() code to handle the case when there is multiple agendas for a given group acronym. Fixes some server 500 results when trying to get pdf bundles for the plenary sessions for ietf 71.
- Legacy-Id: 9502
2015-04-15 12:58:44 +00:00
Henrik Levkowetz cfc85de166 Put back the schema specifier of IANA and RFC-editor URLs -- they are needed in parts of the code.
- Legacy-Id: 9501
2015-04-15 11:33:36 +00:00
Henrik Levkowetz 789fcb2307 Put back the value attribute for the name/value pair of many input and button elements which lost the value attribute in the conversion, in order to let the backing form code determine which button was pressed.
- Legacy-Id: 9500
2015-04-15 11:31:29 +00:00
Henrik Levkowetz 9190cdd946 Put back the value attribute for the name/value pair of the 'Save & send email' button of the ballot position edit form, in order to provide the button name to the form handling code. Fixes issue #1668.
- Legacy-Id: 9499
2015-04-15 11:10:15 +00:00
Henrik Levkowetz fb38bf16e2 Shaved off some more vertical space in the document tables. Builds on [9494], addresses #1660, #1663, #1665.
- Legacy-Id: 9495
Note: SVN reference [9494] has been migrated to Git commit 43e16f1516
2015-04-14 19:03:52 +00:00
Henrik Levkowetz 43e16f1516 Introduced a couple of changes to the document list row format to make rows take up less vertical space: Moved the page count in under the date, so it won't add vertical space, and made shepherd email addresses break across lines if needed, instead of squashing the column widths of the other columns.
- Legacy-Id: 9494
2015-04-14 18:27:21 +00:00
Henrik Levkowetz cd14d95484 Added a filter which lets an email address break before the at-sign.
- Legacy-Id: 9493
2015-04-14 18:20:52 +00:00
Henrik Levkowetz bcef133784 Made it clearer on the document iesg review page and the ballot popup page which ADs mentioned are ex-ADs, by adding parentheses in addition to the dimmed text. Fixes issue #1664
- Legacy-Id: 9492
2015-04-14 17:52:07 +00:00
Henrik Levkowetz 4e2ee83079 Fixed typo in font stylesheet link elements.
- Legacy-Id: 9490
2015-04-14 14:36:48 +00:00
Henrik Levkowetz 2ec1a56b4f Removed all subsection horizontal lines from the document meta tables, on suggestion from mnot@pobox.com. Addresses issue #1659.
- Legacy-Id: 9487
2015-04-14 09:16:51 +00:00
Henrik Levkowetz d53bc1c9fc Added a missing templatetag library load instruction for bootstrap3. Addresses issue #1662.
- Legacy-Id: 9486
2015-04-14 08:54:02 +00:00
Henrik Levkowetz d2eb460054 Replaced google-served fonts with self-hosted ones.
- Legacy-Id: 9485
2015-04-14 00:06:12 +00:00
Henrik Levkowetz b91c65e336 Set version info and settings back to development mode
- Legacy-Id: 9483
2015-04-13 20:32:02 +00:00
Henrik Levkowetz a3f7a42e39 Set version info to release version 6.0.0 before branching.
- Legacy-Id: 9481
2015-04-13 20:31:55 +00:00
Henrik Levkowetz 8f9d328db4 Added rel='nofollow' to less interesting entries in the document revision list, to limit unecessary crawling.
- Legacy-Id: 9475
2015-04-13 19:45:34 +00:00
Henrik Levkowetz c53b7b0582 Removed the link to help for the 'Legacy' document stream state, since we don't have any help for that.
- Legacy-Id: 9474
2015-04-13 18:05:44 +00:00
Henrik Levkowetz b59db9a6cc Provide DocHistory entries with a docalias_set property (that of the associated document).
- Legacy-Id: 9473
2015-04-13 16:47:53 +00:00
Henrik Levkowetz 2aa28d3f88 Make the document revision view work for revisions other than the current one if doc.group has changed during the document's history.
- Legacy-Id: 9472
2015-04-13 16:40:05 +00:00
Henrik Levkowetz fbe8b339e8 Updated the facelift todo list.
- Legacy-Id: 9471
2015-04-13 16:36:03 +00:00
Henrik Levkowetz d52d916dd0 Changed the ballot-position to bootstrap label-type translation.
- Legacy-Id: 9470
2015-04-13 16:35:17 +00:00
Henrik Levkowetz 576e29e4e6 Turned the dev mode navbar back to red. Added a small IETF logo with transparent background for the navbar, instead of using two with dedicated colour-background.
- Legacy-Id: 9468
2015-04-12 20:27:45 +00:00
Henrik Levkowetz 9c5de53b54 Added virtualenv support to wsgi.py
- Legacy-Id: 9467
2015-04-12 19:43:03 +00:00
Henrik Levkowetz f3d4f3e474 Updated a test to match the 'Document Search' change.
- Legacy-Id: 9462
2015-04-12 13:30:34 +00:00
Henrik Levkowetz d8350a86bd Footer tweaks.
- Legacy-Id: 9461
2015-04-12 12:19:10 +00:00
Henrik Levkowetz e83ce9ed17 Front page style and text tweaks.
- Legacy-Id: 9460
2015-04-12 12:11:18 +00:00
Henrik Levkowetz cbc7c7cedf Footer style tweaks.
- Legacy-Id: 9459
2015-04-12 12:10:32 +00:00
Henrik Levkowetz 627ea11ae3 Changed 'Search documents' to 'Document Search' in various places.
- Legacy-Id: 9457
2015-04-12 11:29:00 +00:00
Henrik Levkowetz 8c9ecf6540 Font size tweaks, additional links, some text changes.
- Legacy-Id: 9456
2015-04-12 11:26:43 +00:00
Henrik Levkowetz 4204da08ff Updated facelift todo page.
- Legacy-Id: 9454
2015-04-11 21:53:40 +00:00
Henrik Levkowetz 25355f6b52 Fixed the problem with the AD column in the area wg lists, so the WG AD is shown.
- Legacy-Id: 9450
2015-04-11 21:46:46 +00:00
Henrik Levkowetz 20d35e0ad8 Updated the search_result_row template to refer to doc.related_ipr instead of the now eliminated extra search-result attribute doc.iprs. Updated the facelift todo list.
- Legacy-Id: 9449
2015-04-11 19:45:21 +00:00
Henrik Levkowetz 538ef976e4 Updated facelift todo page.
- Legacy-Id: 9448
2015-04-11 19:19:10 +00:00
Henrik Levkowetz 02cd366ff0 Merged in trunk@9440, containing the changes for version 5.13.1; and updated tests which look at HTML content to work with the facelift changes.
- Legacy-Id: 9446
2015-04-11 18:24:20 +00:00
Henrik Levkowetz 663fc30d53 Updated tod list.
- Legacy-Id: 9445
2015-04-11 15:07:49 +00:00