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
Henrik Levkowetz
8d43d9144f
Template tweak.
...
- Legacy-Id: 10046
2015-08-23 19:28:28 +00:00
Henrik Levkowetz
3af7309179
Conditionally added the release note title to the release page log block.
...
- Legacy-Id: 10045
2015-08-23 19:25:51 +00:00
Henrik Levkowetz
83c48840ce
Undid unwanted escaping of release log entries.
...
- Legacy-Id: 10044
2015-08-23 19:18:48 +00:00
Henrik Levkowetz
ec8aade9cf
Changelog entry for 6.4.1
...
- Legacy-Id: 10043
2015-08-23 19:15:30 +00:00
Henrik Levkowetz
4e84e8d0b8
Code coverage data for release 6.4.1
...
- Legacy-Id: 10042
2015-08-23 19:15:24 +00:00
Henrik Levkowetz
ab1f80ec3e
Removed the agenda.csv template, which isn't used any more.
...
- Legacy-Id: 10041
2015-08-23 19:04:56 +00:00
Robert Sparks
90c3426e2f
updated mailtoken utilities to match the model refactor. Morphed all the code using the utilities to match. Added paths to get Cc through as needed. Next up: Recipient selection form for the iesg save-and-send-email workflow
...
- Legacy-Id: 10040
2015-08-23 18:15:06 +00:00
Henrik Levkowetz
cb75c7d908
Added a migration for the Nomination.share_nominator field.
...
- Legacy-Id: 10039
2015-08-23 09:15:20 +00:00
Henrik Levkowetz
2c2c6a878a
Merged in [10026] from rcross@amsl.com:
...
Fix issue with select2-field.js path in templates.
- Legacy-Id: 10038
Note: SVN reference [10026] has been migrated to Git commit 1617a2d25c
2015-08-22 18:25:47 +00:00
Henrik Levkowetz
f6c78bcecb
Merged in [10004] from rjsparks@nostrum.com:
...
Return new forms instead of validated forms for nomcom nominations and feedback. Fixes #1703 .
- Legacy-Id: 10037
Note: SVN reference [10004] has been migrated to Git commit 1517efaba2
2015-08-22 18:00:16 +00:00
Robert Sparks
d16efcc6cf
Refactor of MailToken to keep the lists of To and CC tokens with one object
...
- Legacy-Id: 10036
2015-08-21 21:07:18 +00:00
Robert Sparks
8a74604a1b
Done with the second pass focusing on test coverage. Lots of test tweaks, some new tests, a couple of bugs fixed. The session request code views need to be redone to allow testing.
...
- Legacy-Id: 10035
2015-08-21 16:39:00 +00:00
Robert Sparks
83753dd24e
Tests nomcom confirmation receipts. Fixes bug in submission blackout test where test was using local time, but view was using utc
...
- Legacy-Id: 10034
2015-08-20 04:23:40 +00:00
Robert Sparks
e545f5e131
rename test member functions so that the tests actually run them. Consider cherrypicking this commit.
...
- Legacy-Id: 10033
2015-08-20 02:32:01 +00:00
Robert Sparks
c01934bd10
Remove dead code
...
- Legacy-Id: 10032
2015-08-20 02:31:21 +00:00
Robert Sparks
65be4190a7
Done with the first pass instrumenting all mail points. There is one spot in the ipr code that's complicated and will require some refactor before instrumenting. There are a few places to add explicit messages (templates and all) to replace the simple use of email_ad. The next pass will be to make sure every spot that sends mail is covered by a test, and that the tests look at the headers sensibly. That will be followed by a moderately heavy refactor of MailToken and the gather_address utilities. Then pages showing the expansions of a token for a given document/group. Long way to go, but this is working well, and I think it will make things much easier later.
...
- Legacy-Id: 10030
2015-08-19 21:53:02 +00:00
Robert Sparks
5db9e0d6a8
checkpoint
...
- Legacy-Id: 10029
2015-08-19 19:53:09 +00:00
Robert Sparks
093ff52eac
Small things before second run at reworking IPR addressing
...
- Legacy-Id: 10028
2015-08-18 20:47:35 +00:00
Robert Sparks
23a2ada5f9
checkpoint
...
- Legacy-Id: 10027
2015-08-18 18:52:22 +00:00
Ryan Cross
1617a2d25c
Fix issue with select2-field.js path in templates. Commit ready for merge.
...
- Legacy-Id: 10026
2015-08-18 17:10:12 +00:00
Henrik Levkowetz
474986b3a2
Merged in [9996] from olau@iola.dk:
...
Summary: Fix missing save button when deleting milestones. Fixes #1762 .
- Legacy-Id: 10024
Note: SVN reference [9996] has been migrated to Git commit 3e76aa1f43
2015-08-18 16:01:16 +00:00
Henrik Levkowetz
0449ebcdfa
Merged in [10002] from rjsparks@nostrum.com:
...
Add a checkbox to the nomination form to indicate permission to nomcom to share the nominator's name with the nominee.
- Legacy-Id: 10023
Note: SVN reference [10002] has been migrated to Git commit bcc14cb0d1
2015-08-18 15:39:12 +00:00
Henrik Levkowetz
0712276737
Merged in [9989] from rjsparks@nostrum.com:
...
Restore color bands to the email-alias page.
- Legacy-Id: 10022
Note: SVN reference [9989] has been migrated to Git commit 7fef69daa5
2015-08-18 15:25:04 +00:00
Henrik Levkowetz
e58db5bf59
Merged in [9969] from lars@netapp.com:
...
Fix HTML error.
- Legacy-Id: 10021
Note: SVN reference [9969] has been migrated to Git commit 39da058d7682b1940e30be38c6eb9020ad446b73
2015-08-18 14:36:27 +00:00
Robert Sparks
56ddf4ca2e
checkpoint. includes moderate change to how personnel changes are sent out
...
- Legacy-Id: 10020
2015-08-17 22:11:54 +00:00
Robert Sparks
89f038a1e3
checkpoint
...
- Legacy-Id: 10019
2015-08-17 20:24:16 +00:00
Robert Sparks
c39ebe4f56
checkpoint
...
- Legacy-Id: 10018
2015-08-13 22:42:39 +00:00
Robert Sparks
f30f5c39f1
checkpoint
...
- Legacy-Id: 10017
2015-08-13 21:16:21 +00:00
Robert Sparks
839d0f89ad
checkpoint
...
- Legacy-Id: 10016
2015-08-13 19:41:02 +00:00
Henrik Levkowetz
766e367aca
Merged in [9968] from lars@netapp.com:
...
Fix HTML nit.
- Legacy-Id: 10015
Note: SVN reference [9968] has been migrated to Git commit 93c38844109d07415684ece41740d377e694aa9c
2015-08-13 09:05:24 +00:00
Henrik Levkowetz
ed8ece2155
Merged in [9967] from lars@netapp.com:
...
Fix HTML bug.
- Legacy-Id: 10014
Note: SVN reference [9967] has been migrated to Git commit d58ecd61c91e2bddbcb6bd9dcbde436ab92b8628
2015-08-13 08:27:25 +00:00
Henrik Levkowetz
127f4069d0
Merged in [9966] from lars@netapp.com:
...
Fix HTML bug.
- Legacy-Id: 10013
Note: SVN reference [9966] has been migrated to Git commit 01ffcd458271e6af3da706bd7db55053c439624b
2015-08-12 20:30:50 +00:00
Robert Sparks
1e84077e53
missed a cleanup
...
- Legacy-Id: 10012
2015-08-11 22:01:53 +00:00