Commit graph

5794 commits

Author SHA1 Message Date
Henrik Levkowetz 8365a36c2f Fixed an issue where the https: schema inadvertently had been included in RFCDIFF_PREFIX, causing duplicate schema specifications in some places. Changed name to RFCDIFF_BASE_URL and cleaned out the duplicate schema specifiers.
- Legacy-Id: 9593
2015-04-30 22:00:49 +00:00
Henrik Levkowetz 606637247d Updated INSTALL instructions.
- Legacy-Id: 9591
2015-04-30 17:14:11 +00:00
Henrik Levkowetz a8907c6e28 Added a check for model changes which haven't been captured in migrations to the release script.
- Legacy-Id: 9590
2015-04-30 16:31:08 +00:00
Henrik Levkowetz 4966e17158 Added 5 migrations for changes in model field help-text strings which changed in the facelift. Also fixed the expression of the help text for NomCom.reminder_interval so the text itself doesn't contain quite as much whitespace.
- Legacy-Id: 9589
2015-04-30 16:18:25 +00:00
Henrik Levkowetz d27e86a77c A better fix for the misaligned table header fields of the doc history page. Superseeds the solution in [9585].
- Legacy-Id: 9586
Note: SVN reference [9585] has been migrated to Git commit cce75254c7
2015-04-28 22:39:06 +00:00
Henrik Levkowetz cce75254c7 Aligned the table header fields with the table columns in the doc history page. Marked the action text safe so as to make embedded links show up as links.
- Legacy-Id: 9585
2015-04-28 20:43:04 +00:00
Henrik Levkowetz 5a0d34020e Reduce the max height of submenus to avoid them extending below the screen bottom edge when used from the top navbar (which won't scroll). The new value works on 1024x768 screens for the current areas.
- Legacy-Id: 9583
2015-04-27 19:39:16 +00:00
Henrik Levkowetz 374e77ba2c Set version info and settings back to development mode
- Legacy-Id: 9579
2015-04-27 08:56:46 +00:00
Henrik Levkowetz fe7d97b0aa Set version info to release version 6.0.2 before branching.
- Legacy-Id: 9577
2015-04-27 08:56:40 +00:00
Henrik Levkowetz f0d81a00c0 Changelog entry for 6.0.2
- Legacy-Id: 9576
2015-04-27 08:56:36 +00:00
Henrik Levkowetz 699d09f72b Code coverage data for release 6.0.2
- Legacy-Id: 9575
2015-04-27 08:56:32 +00:00
Henrik Levkowetz 926b5831d6 Tweaked the test-crawl summary.
- Legacy-Id: 9574
2015-04-27 08:33:36 +00:00
Henrik Levkowetz 3c0da5ddd0 Fixed another html issue found by the html validation in bin/test-crawl.
- Legacy-Id: 9573
2015-04-26 22:04:13 +00:00
Henrik Levkowetz d6e9a10ed8 Merged in [9558] from rcross@amsl.com:
Fixes issue #1678.

    Fixes #1678.  MultipleObjectsReturned when editing draft.
 - Legacy-Id: 9572
Note: SVN reference [9558] has been migrated to Git commit 9d6fc63581
2015-04-26 21:53:17 +00:00
Henrik Levkowetz 2d5ed602f3 Fixed some html issues found by the html validation in bin/test-crawl.
- Legacy-Id: 9571
2015-04-26 21:52:57 +00:00
Henrik Levkowetz 2b7074e860 Fixed some html issues found by the html validation in bin/test-crawl.
- Legacy-Id: 9570
2015-04-26 21:52:22 +00:00
Henrik Levkowetz 523e4adaf6 Merged in [9554] from rcross@amsl.com:
Fixes #1692.  Drag-and-Drop slide re-ordering no longer works in secr/proceedings.  Consolidate / update JQuery-UI.
 - Legacy-Id: 9569
Note: SVN reference [9554] has been migrated to Git commit 84670f7172
2015-04-26 21:24:50 +00:00
Henrik Levkowetz 48e24c0a1e Merged in [9548] from rjsparks@nostrum.com:
Allow IANA to switch to (BEGIN IANA COMMENTS) at their leisure. Make sure the captured events are obviously from IANA.
 - Legacy-Id: 9568
Note: SVN reference [9548] has been migrated to Git commit 6ded3411c2
2015-04-26 21:11:05 +00:00
Henrik Levkowetz ba6cabac7f Merged in [9546] from rcross@amsl.com:
Fixes alignment of ballot position headers in IESG agenda moderator package.
 - Legacy-Id: 9567
Note: SVN reference [9546] has been migrated to Git commit b3d9581822
2015-04-26 20:55:19 +00:00
Henrik Levkowetz 18e4b07b6a - Legacy-Id: 9566 2015-04-26 20:43:56 +00:00
Henrik Levkowetz 91739277f4 Merged in [9541] and [9542] from rjsparks@nostrum.com:
Quit putting the group email list address in the initially generated Notify field.
Updated the tests accordingly.
 - Legacy-Id: 9565
Note: SVN reference [9541] has been migrated to Git commit ecd69a1bcb

Note: SVN reference [9542] has been migrated to Git commit 99e351fe1c
2015-04-26 20:42:03 +00:00
Henrik Levkowetz 8ba082c816 Merged in [9527] from rcross@amsl.com:
Fixes issue #1680.

    Fixes #1680.  Can't add minutes / agenda after deleting them.
 - Legacy-Id: 9564
Note: SVN reference [9527] has been migrated to Git commit 5ece489701
2015-04-26 20:37:56 +00:00
Henrik Levkowetz e3799dca2e Fixed a bug in TestCase.assertValidHtml().
- Legacy-Id: 9563
2015-04-26 20:10:48 +00:00
Henrik Levkowetz 4ec326a505 Removed local copy of tastypie
- Legacy-Id: 9562
2015-04-26 19:24:02 +00:00
Henrik Levkowetz e6518affe4 Removoved unused module typogrify.
- Legacy-Id: 9561
2015-04-26 19:19:29 +00:00
Henrik Levkowetz 5a5289d1ad Added pip and setuptools, required in virtualenv, to requirements.txt in order to simplify buildbot testing of package installation and version testing.
- Legacy-Id: 9560
2015-04-26 19:12:16 +00:00
Henrik Levkowetz 60738dc8bd Don't use non-zero exit code for test-crawler runs with nonvalidating html warnings.
- Legacy-Id: 9559
2015-04-25 06:36:22 +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
Henrik Levkowetz eadf421fc1 Added a new url folding operation for the html verification.
- Legacy-Id: 9557
2015-04-24 22:11:34 +00:00
Henrik Levkowetz acc2c59920 Updated a bunch of links from http: to https: based on a patch from lars@netapp.com.
- Legacy-Id: 9556
2015-04-24 21:47:12 +00:00
Henrik Levkowetz 0d08fff0ac Updated a bunch of links from http: to https: based on a patch from lars@netapp.com.
- Legacy-Id: 9555
2015-04-24 21:45:04 +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
Henrik Levkowetz 2099048ac1 Fixed format_snippet to produce valid html (the previous filter order resulted in broken html entities and bad email addresses)
- Legacy-Id: 9553
2015-04-24 20:42:33 +00:00
Henrik Levkowetz d9535cef3d Removed the local copy of html5lib.
- Legacy-Id: 9552
2015-04-24 20:41:05 +00:00
Henrik Levkowetz ec0321e0da Added copyright lines and template origin to the html templates. Fixed a number of instances of html that didn't validate.
- Legacy-Id: 9551
2015-04-24 20:40:01 +00:00
Henrik Levkowetz 09f3f51c77 Added support for an 'origin' template tag which will insert the name of the template file (within a html comment) into the page content when TEMPLATE_DEBUG is True; with the purpose of more easily being able to identify the templates from which page content comes.
- Legacy-Id: 9550
2015-04-24 20:38:36 +00:00
Henrik Levkowetz e32af567ef Added html validation to the test crawler; it will now report html which fails validation with 'WARN' indications. Reorganized the code somewhat, collecting functions, globals, etc. in groups.
- Legacy-Id: 9549
2015-04-24 20:30:46 +00:00
Robert Sparks 6ded3411c2 Allow IANA to switch to (BEGIN IANA COMMENTS) at their leisure. Make sure the captured events are obviously from IANA. Commit ready for merge.
- Legacy-Id: 9548
2015-04-24 19:11:33 +00:00
Henrik Levkowetz 6055215ab2 Removed local copy of html5lib, added html5lib to requirements.txt, and updated utils/html.py to work with htm5lib 0.999.
- Legacy-Id: 9547
2015-04-24 18:07:26 +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
Robert Sparks 99e351fe1c Update tests to match r9541. Commit ready for merge.
- Legacy-Id: 9542
2015-04-22 13:52:52 +00:00
Robert Sparks ecd69a1bcb Quit putting the group email list address in the initially generated Notify field
- Legacy-Id: 9541
2015-04-22 13:19:29 +00:00
Henrik Levkowetz c1b86d9ae2 Merged in [9525] from lars@netapp.com:
Make the menu bar search field appear on slightly smaller screen widths.
 - Legacy-Id: 9540
Note: SVN reference [9525] has been migrated to Git commit 651477699b
2015-04-21 21:02:43 +00:00
Henrik Levkowetz 6deac8e06e Merged in [9524] from lars@netapp.com:
Add some shim js libraries for IE8 and earlier
(see http://getbootstrap.com/getting-started/#template)
Fix HTML structural errors in the template.
Wrap some HTML comments into Django comments, so they don't get sent to the
client.
 - Legacy-Id: 9539
Note: SVN reference [9524] has been migrated to Git commit 6f2e9f7c25
2015-04-21 20:28:13 +00:00
Henrik Levkowetz d30981ddbd Merged in [9519] from rcross@amsl.com:
Fixes issue #1676.

    Fixes #1676.  RelatedObjectDoesNotExist when User has no Person.
 - Legacy-Id: 9538
Note: SVN reference [9519] has been migrated to Git commit 80d6564458
2015-04-21 20:17:39 +00:00
Henrik Levkowetz f1e7a0954d Merged in [9518] from rjsparks@nostrum.com:
Allow an AD to jump straight to the ballot editing page by right-clicking any ballot grid. Fixes #1669.
 - Legacy-Id: 9537
Note: SVN reference [9518] has been migrated to Git commit 635b700306
2015-04-21 20:09:18 +00:00
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 42ca4290ce Updated requirements.
- Legacy-Id: 9533
2015-04-21 19:38:13 +00:00