Ryan Cross
fca04d97e5
Fixes issue where authorized individual unable to add incoming liaison. Fixes problem with incoming liaison form requiring deadline date for information only statements. Commit ready for merge.
...
- Legacy-Id: 9595
2015-05-01 18:11:00 +00:00
Ryan Cross
9d6fc63581
Fixes #1678 . MultipleObjectsReturned when editing draft. Commit ready for merge.
...
- Legacy-Id: 9558
2015-04-24 22:46:49 +00:00
Ryan Cross
84670f7172
Fixes #1692 . Drag-and-Drop slide re-ordering no longer works in secr/proceedings. Consolidate / update JQuery-UI. Commit ready for merge.
...
- Legacy-Id: 9554
2015-04-24 21:31:00 +00:00
Ryan Cross
b3d9581822
Fixes alignment of ballot position headers in IESG agenda moderator package. Commit ready for merge.
...
- Legacy-Id: 9546
2015-04-23 19:10:54 +00:00
Ryan Cross
5ece489701
Fixes #1680 . Can't add minutes / agenda after deleting them. Commit ready for merge.
...
- Legacy-Id: 9527
2015-04-20 21:49:10 +00:00
Ryan Cross
80d6564458
Fixes #1676 . RelatedObjectDoesNotExist when User has no Person. Commit ready for merge.
...
- Legacy-Id: 9519
2015-04-16 22:24:40 +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
548cd203e5
Changelog entry for 6.0.1
...
- Legacy-Id: 9508
2015-04-15 19:24:15 +00:00
Henrik Levkowetz
edf12570a1
Code coverage data for release 6.0.1
...
- Legacy-Id: 9507
2015-04-15 19:24:11 +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
02be3f6aa0
Removed local copy of typogrify
...
- Legacy-Id: 9498
2015-04-15 10:17:26 +00:00
Henrik Levkowetz
aaeaae6b1e
Added django-typogrify to the requrements.
...
- Legacy-Id: 9497
2015-04-15 10:16:30 +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
04bcf846a0
Tweaked the document meta-information column widths.
...
- Legacy-Id: 9491
2015-04-14 17:48:08 +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
c5f046d007
Changed the encoding of ParaType stylesheet files to UTF-8 and removed the svn:executable bit.
...
- Legacy-Id: 9489
2015-04-14 14:33:38 +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
58db8492a5
Changelog entry for 6.0.0
...
- Legacy-Id: 9480
2015-04-13 20:31:50 +00:00
Henrik Levkowetz
d1618ee804
Code coverage data for release 6.0.0
...
- Legacy-Id: 9479
2015-04-13 20:31:43 +00:00
Henrik Levkowetz
024ad866cf
Changelog entry for 6.0.0
...
- Legacy-Id: 9478
2015-04-13 20:23:57 +00:00
Henrik Levkowetz
ccce14021e
Code coverage data for release 6.0.0
...
- Legacy-Id: 9477
2015-04-13 20:23:52 +00:00
Henrik Levkowetz
6d7ede3fb4
Tweaked the ballot grid colours slightly.
...
- Legacy-Id: 9476
2015-04-13 20:02:50 +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
ca7263dbae
Aligned the position colours on the ballot pop-over with the ballot grid colours.
...
- Legacy-Id: 9469
2015-04-12 21:10:23 +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
bcfa6f4490
Merged in the bootstrap facelift from personal/henrik/facelift-r9116@9452.
...
- Legacy-Id: 9466
2015-04-12 15:30:22 +00:00
Henrik Levkowetz
8b634f777b
Updated requirements
...
- Legacy-Id: 9465
2015-04-12 14:35:27 +00:00
Henrik Levkowetz
05b46bfd63
Moved django-widget-tweaks from local copy to requirements.txt
...
- Legacy-Id: 9463
2015-04-12 14:04:06 +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