Commit graph

6366 commits

Author SHA1 Message Date
Henrik Levkowetz 2d2964803a Code coverage data for release 6.5.0
- Legacy-Id: 10165
2015-10-10 09:54:50 +00:00
Henrik Levkowetz fc86a16985 Changed the liaison file URL to something that will be served via CDN (requires a symlink in production). This also changes the URL back to fully qualified instead of local, which means the test-crawler doesn't visit these links which aren't served by the django code, even if they resided in the datatracker url space before the move.
- Legacy-Id: 10164
2015-10-09 21:18:15 +00:00
Henrik Levkowetz 9c97d73a53 Fixed a html validation issue.
- Legacy-Id: 10163
2015-10-09 21:14:32 +00:00
Henrik Levkowetz 265751f496 Updated changelog information for v6.5.0.
- Legacy-Id: 10162
2015-10-09 19:54:41 +00:00
Henrik Levkowetz a7667fb29e Merged in branch/amsl/liaisons/6.4.1@10160 from rcross@amsl.com, bringing in the new liaison tool.
- Legacy-Id: 10161
2015-10-09 19:48:21 +00:00
Ryan Cross 1145751a9b Improve secretariat rolodex roles section, sort and identify concluded groups. Commit ready for merge.
- Legacy-Id: 10159
2015-10-09 17:55:12 +00:00
Ole Laursen 4ac99a9dc4 Summary: Add a view for /doc/foo-bar-baz that tries to redirect
helpfully instead of just throwing a 404 in case in an inexact match.
Right now, it knows how to do prefix matches and handles revisions and
extensions. If it can't find a unique match, it redirects to the
search page.

Branch ready for merge.
 - Legacy-Id: 10158
2015-10-09 14:20:27 +00:00
Robert Sparks f0f5a51eb6 (Rocky) merge forward.
- Legacy-Id: 10157
2015-10-09 03:16:24 +00:00
Ryan Cross e2b8bad862 Adjust audio file glob pattern. Commit ready for merge
- Legacy-Id: 10156
2015-10-08 22:56:47 +00:00
Henrik Levkowetz c438eb0468 Set version info and settings back to development mode
- Legacy-Id: 10152
2015-10-08 19:40:17 +00:00
Henrik Levkowetz 8d24388736 Set version info to release version 6.4.2 before branching.
- Legacy-Id: 10150
2015-10-08 19:40:10 +00:00
Henrik Levkowetz 2c2647e259 Changelog entry for 6.4.2
- Legacy-Id: 10149
2015-10-08 19:40:04 +00:00
Henrik Levkowetz 844c2aba28 Code coverage data for release 6.4.2
- Legacy-Id: 10148
2015-10-08 19:39:57 +00:00
Henrik Levkowetz c573bb5496 Updated changelog information for v6.4.2.
- Legacy-Id: 10146
2015-10-08 15:39:46 +00:00
Henrik Levkowetz ce18fa8f69 Merged in [10144] from rcross@amsl.com:
Make email address formatting consistent.
 - Legacy-Id: 10145
Note: SVN reference [10144] has been migrated to Git commit 3c0908ef28
2015-10-08 15:38:35 +00:00
Ryan Cross 3c0908ef28 Make email address formatting consistent. Commit ready for merge.
- Legacy-Id: 10144
2015-10-07 21:55:23 +00:00
Henrik Levkowetz 59e9aeb2f1 Adjusted numerous document action button colours as requested by the secretariat. Fixes issue #1803
- Legacy-Id: 10143
2015-10-07 19:31:07 +00:00
Henrik Levkowetz 42f58a3074 Provide a bit more information in rfc-editor sync warnings.
- Legacy-Id: 10142
2015-10-07 18:52:11 +00:00
Henrik Levkowetz 8ead04ea01 Use an eyecatching symbol to indicate bug-reporting, starting out very large, with the intention of reducing the size as people get used to it.
- Legacy-Id: 10132
2015-10-02 15:48:13 +00:00
Henrik Levkowetz 86aa92eef5 Fixed an html issue in the agenda template, and added information to be shown when no WG/RG groups have been scheduled, and the agenda session customization table is empty.
- Legacy-Id: 10131
2015-10-02 15:02:24 +00:00
Henrik Levkowetz cfdd6ec69e Tweaked the anchor ids for agenda timeslots to avoid identical ids for different slots.
- Legacy-Id: 10130
2015-10-02 15:01:03 +00:00
Henrik Levkowetz 3d78853b55 Added information about which the required submission upload format alternatives are (.txt or .xml).
- Legacy-Id: 10129
2015-10-02 14:59:22 +00:00
Henrik Levkowetz 35f4aeafd8 Tweaked the error message for 2 submission form validation errors.
- Legacy-Id: 10128
2015-10-02 14:58:03 +00:00
Henrik Levkowetz cfefc0ae58 Changed the default settings for the test crawler from ietf.settings to ietf.settings_testcrawl.
- Legacy-Id: 10120
2015-10-01 20:54:46 +00:00
Henrik Levkowetz 1a519f26ed In [10079], the inline template was inadvertently changed from unicode to ascii, which breaks a number of pages. Fixed this.
- Legacy-Id: 10119
Note: SVN reference [10079] has been migrated to Git commit 104878a622
2015-10-01 20:51:26 +00:00
Henrik Levkowetz e1cc8218e7 Merged in [10115] from rjsparks@nostrum.com:
Remove an extraneous field from the form that lets the nomcom chair paste in a questionnaire response.
 - Legacy-Id: 10118
Note: SVN reference [10115] has been migrated to Git commit 3ee236d3ee25dffdd3516b0740251705c4db248c
2015-10-01 20:44:47 +00:00
Henrik Levkowetz 9688749404 Merged in [10109] from rjsparks@nostrum.com:
Make it clearer in search results when one IPR disclosure updates another. Fixes #1798.
 - Legacy-Id: 10117
Note: SVN reference [10109] has been migrated to Git commit a6b8707030f0e6411b1acc3b38a0fd426c5223a1
2015-10-01 20:26:23 +00:00
Henrik Levkowetz f3936db48f Updated ready-for-merge list
- Legacy-Id: 10112
2015-10-01 05:33:35 +00:00
Ole Laursen 8bca1b4b33 Summary: Make name the primary key for DocAlias.
This fixes Javascript widgets working with DocAliases, such as the
replaces field in draft submission, to work better with Javascript
disabled. It also makes sense from a modelling perspective as the name
really is a unique key for the alias.

The actual transformation requires a series of migrations taking a
couple of minutes to complete. The actual switch to the key is done at
the end.

Branch ready for merge.
 - Legacy-Id: 10111
2015-09-30 13:47:33 +00:00
Henrik Levkowetz f2445e9962 Fixed a typo in the meeting agenda template. Fixes issue #1793.
- Legacy-Id: 10100
2015-09-25 17:49:49 +00:00
Henrik Levkowetz 30a518a3d0 Do utf-8 encoding of the fields in the JSON blob for meeting sessions. Fixes issue #1790
- Legacy-Id: 10099
2015-09-24 10:46:14 +00:00
Robert Sparks 9d1ff9244a missed updating a test
- Legacy-Id: 10096
2015-09-17 22:30:04 +00:00
Robert Sparks e3b607775b incorporate IESG feedback on recipients
- Legacy-Id: 10095
2015-09-17 21:35:36 +00:00
Robert Sparks d98e4152b5 save Jari (or future chairs) from a truckload of unnecessary mail related to documents that have not been adopted by any group
- Legacy-Id: 10094
2015-09-17 21:31:17 +00:00
Robert Sparks 2dd1cd208d remove some experimental cruft
- Legacy-Id: 10093
2015-09-17 21:25:50 +00:00
Robert Sparks 0b80f1a42c Recipient.template moves from CharField to TextField
- Legacy-Id: 10092
2015-09-17 21:20:42 +00:00
Robert Sparks dbe4e3789d removed all the milestone reminder machinery
- Legacy-Id: 10091
2015-09-17 20:27:07 +00:00
Robert Sparks f5b6465e81 mailtoken becomes mailtrigger
- Legacy-Id: 10090
2015-09-17 20:03:45 +00:00
Robert Sparks e03bdbabe4 better docevent timestamp for scrub-notify
- Legacy-Id: 10088
2015-09-17 18:56:32 +00:00
Henrik Levkowetz 2486d70ab6 Merged in [10079] from rcross@amsl.com:
Fix message formatting in IPR event history.
 - Legacy-Id: 10087
Note: SVN reference [10079] has been migrated to Git commit 104878a622
2015-09-17 18:10:06 +00:00
Henrik Levkowetz 9e30b410c1 Merged in [10078] from rcross@amsl.com:
Resolved issue where partially entered IPR related document info causes 500 error.
 - Legacy-Id: 10086
Note: SVN reference [10078] has been migrated to Git commit 6c0f4b3b4d
2015-09-17 17:53:04 +00:00
Henrik Levkowetz 97e3bd5fe8 Added a menu item linking to the session request tool. Fixes issue #1789.
- Legacy-Id: 10085
2015-09-17 17:39:46 +00:00
Ryan Cross 104878a622 Fix message formatting in IPR event history. Commit ready for merge
- Legacy-Id: 10079
2015-09-14 23:26:15 +00:00
Ryan Cross 6c0f4b3b4d Resolved issue where partially entered IPR related document info causes 500 error. Commit ready for merge.
- Legacy-Id: 10078
2015-09-14 21:22:53 +00:00
Henrik Levkowetz 58e116cc0a Made some submission form validation errors apply to all uploads, not only to .txt uploads. Tweaked som validation error wordings.
- Legacy-Id: 10076
2015-09-10 08:39:56 +00:00
Henrik Levkowetz cd0a482cb9 Log and re-raise the initial exception, rather than raising one later because submission is undefined.
- Legacy-Id: 10073
2015-09-03 15:14:44 +00:00
Henrik Levkowetz a4c49e09df Merged in [10062] from olau@iola.dk:
Summary: Fixed problem with timeslot.location = None in agenda_csv.
 - Legacy-Id: 10070
Note: SVN reference [10062] has been migrated to Git commit 129cccb88f
2015-08-30 09:32:18 +00:00
Robert Sparks 1654c1aeb5 First cut at a scrubber for the notify field
- Legacy-Id: 10069
2015-08-28 22:26:27 +00:00
Robert Sparks e5306eda00 Instrumented issuing ballots. Simplified the ballot-issued email significantly. Deferred adding ballot_saved mail for the automatic yes positions.
- Legacy-Id: 10068
2015-08-28 17:33:49 +00:00
Robert Sparks f68b46972e purged email_ad
- Legacy-Id: 10067
2015-08-27 22:23:38 +00:00