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
Robert Sparks
150106619b
Handle the new-work message
...
- Legacy-Id: 10066
2015-08-27 21:27:10 +00:00
Henrik Levkowetz
9c297767cc
Added branch/iola to places checked for 'ready for merge' tags in the commit messages.
...
- Legacy-Id: 10065
2015-08-27 11:55:21 +00:00
Robert Sparks
12a03d299b
Automatically send the Internal Review message that the secretary currently has to send manually
...
- Legacy-Id: 10063
2015-08-26 21:31:11 +00:00
Ole Laursen
129cccb88f
Summary: Fixed problem with timeslot.location = None in agenda_csv.
...
Commit ready for merge.
- Legacy-Id: 10062
2015-08-26 07:52:05 +00:00
Robert Sparks
ef2260ea63
New exlicit "Intended status changed" message
...
- Legacy-Id: 10061
2015-08-25 20:28:01 +00:00
Robert Sparks
5c13bddd77
New explicit "Comment has been added to document history" message
...
- Legacy-Id: 10060
2015-08-25 20:05:11 +00:00
Robert Sparks
9d239843e6
New explicit "Document has been adopted by group" message
...
- Legacy-Id: 10059
2015-08-25 18:41:04 +00:00
Robert Sparks
e5a6ab4385
email expansions for groups
...
- Legacy-Id: 10058
2015-08-25 18:10:51 +00:00
Robert Sparks
46c5b3ff64
Moved doc-specific email aliases onto the email tab for the document
...
- Legacy-Id: 10057
2015-08-25 15:19:55 +00:00
Robert Sparks
9abd670587
Rudimentary stab at an email-expansion tag for docs
...
- Legacy-Id: 10056
2015-08-24 22:00:07 +00:00
Robert Sparks
275023f231
Missed adding the new form
...
- Legacy-Id: 10055
2015-08-24 19:37:22 +00:00
Robert Sparks
4e61776c89
Smarter send_ballot_comment form
...
- Legacy-Id: 10054
2015-08-24 18:25:39 +00:00
Henrik Levkowetz
cb0e6b41a7
Set version info and settings back to development mode
...
- Legacy-Id: 10052
2015-08-23 19:41:36 +00:00
Henrik Levkowetz
64cdd2e95d
Set version info to release version 6.4.1 before branching.
...
- Legacy-Id: 10050
2015-08-23 19:41:30 +00:00
Henrik Levkowetz
4ca6e28c02
Changelog entry for 6.4.1
...
- Legacy-Id: 10049
2015-08-23 19:41:24 +00:00
Henrik Levkowetz
e85a454862
Code coverage data for release 6.4.1
...
- Legacy-Id: 10048
2015-08-23 19:41:20 +00:00
Henrik Levkowetz
8ad020edd2
Removed an unused import.
...
- Legacy-Id: 10047
2015-08-23 19:31:28 +00:00