Henrik Levkowetz
effd727a83
Set version info and settings back to development mode
...
- Legacy-Id: 10263
2015-10-22 14:50:38 +00:00
Henrik Levkowetz
896ba78cc5
Set version info to release version 6.7.0 before branching.
...
- Legacy-Id: 10261
2015-10-22 14:50:32 +00:00
Henrik Levkowetz
309275dd7f
Enhanced the partial-match URL feature introduced in [10158], merged in [10253], so that it now handles other document types than drafts/rfcs if the partial string has the proper prefix, and also handles partial strings which don't match at the start of the document name.
...
- Legacy-Id: 10255
Note: SVN reference [10158] has been migrated to Git commit 4ac99a9dc4
Note: SVN reference [10253] has been migrated to Git commit 083abf7516
2015-10-21 19:21:52 +00:00
Henrik Levkowetz
c2b4d31663
Added a new field 'prefix' to DocTypeName -- unfortunate, but necessary since the slugs don't match the document prefixes :-(
...
- Legacy-Id: 10254
2015-10-21 19:02:33 +00:00
Henrik Levkowetz
083abf7516
Merged in [10158] from olau@iola.dk:
...
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
- Legacy-Id: 10253
Note: SVN reference [10158] has been migrated to Git commit 4ac99a9dc4
2015-10-21 16:54:24 +00:00
Henrik Levkowetz
bd4cf3319a
Merged in [10111] from olau@iola.dk:
...
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.
- Legacy-Id: 10251
Note: SVN reference [10111] has been migrated to Git commit 8bca1b4b33
2015-10-19 20:06:13 +00:00
Henrik Levkowetz
4e4ac53cbf
Set version info and settings back to development mode
...
- Legacy-Id: 10248
2015-10-19 16:26:52 +00:00
Henrik Levkowetz
48d676264f
Set version info to release version 6.6.1 before branching.
...
- Legacy-Id: 10246
2015-10-19 16:26:42 +00:00
Henrik Levkowetz
7ab5e105f9
Added startup of code coverage measurements to settings_releasetest, too.
...
- Legacy-Id: 10241
2015-10-19 15:11:27 +00:00
Henrik Levkowetz
c17ea94b08
Updated the code to use version 4.0.1 of coverage.py for code coverage measurements. Moved the code which starts coverage measurement to settings_sqlitetest.py to avoid coverage measurements running when not doing tests. Did some additional coveage measurement refactoring.
...
- Legacy-Id: 10238
2015-10-18 20:01:57 +00:00
Henrik Levkowetz
90b97468a9
Changed to use a gzipped release coverage JSON file, instead of a plain JSON file, if the name given in settings.py ends in .gz. Reduces the current release coverage file size from ~1.6MB to ~200kB. This is a preparation for saving more information in the release coverage file than we currently do.
...
- Legacy-Id: 10235
2015-10-18 14:32:36 +00:00
Henrik Levkowetz
b926831bd3
Merged in [10220] from rjsparks@nostrum.com:
...
Preserve linefeeds (using class pasted) when viewing nomcom feedback messages.
- Legacy-Id: 10233
Note: SVN reference [10220] has been migrated to Git commit bb51fbe059
2015-10-18 13:36:58 +00:00
Henrik Levkowetz
6388f6de23
Merged in [10219] from rjsparks@nostrum.com:
...
Recognize and remove duplicate addresses while gathering. Fixes bug #1815 .
- Legacy-Id: 10232
Note: SVN reference [10219] has been migrated to Git commit 13d81dc509
2015-10-18 13:19:54 +00:00
Henrik Levkowetz
499a2180a3
Removed unused imports.
...
- Legacy-Id: 10231
2015-10-18 12:29:17 +00:00
Henrik Levkowetz
cf4cbf76f3
Reverted mixed merge.
...
- Legacy-Id: 10230
2015-10-18 12:14:30 +00:00
Henrik Levkowetz
349b2b511a
Removed unused imports.
...
- Legacy-Id: 10229
2015-10-18 12:12:50 +00:00
Henrik Levkowetz
4a80395a63
Removed support for perma_fixtures, using the blobal test fixtures instead.
...
- Legacy-Id: 10228
2015-10-18 11:49:15 +00:00
Henrik Levkowetz
199f4600d9
Save/restore GROUP_VIRTUAL_PATH, the same way we do with DRAFT_VIRTUAL_PATH when modifying it for tests.
...
- Legacy-Id: 10227
2015-10-17 18:11:54 +00:00
Henrik Levkowetz
407cad853a
Reverted erroneous commit.
...
- Legacy-Id: 10226
2015-10-17 17:56:36 +00:00
Henrik Levkowetz
e10ab9a3e4
Merged in [10218] from rjsparks@nostrum.com:
...
Fix an initialization problem for the new work message for recharters.
- Legacy-Id: 10225
Note: SVN reference [10218] has been migrated to Git commit f9e35662e5
2015-10-17 17:56:00 +00:00
Henrik Levkowetz
f4b09f4cac
Merged in [10207] from rcross@amsl.com:
...
Fix pyflakes error.
- Legacy-Id: 10224
Note: SVN reference [10207] has been migrated to Git commit 8a421c61cc
2015-10-17 17:38:26 +00:00
Henrik Levkowetz
971a676c35
Merged in [10206] from rcross@amsl.com:
...
Clean up bluesheets upload page. Add display of uploaded files.
- Legacy-Id: 10223
Note: SVN reference [10206] has been migrated to Git commit aec062b8b6
2015-10-17 17:24:39 +00:00
Henrik Levkowetz
067d742451
Reverted some test settings.
...
- Legacy-Id: 10222
2015-10-17 14:34:30 +00:00
Robert Sparks
bb51fbe059
Preserve linefeeds (using class pasted) when viewing nomcom feedback messages. Commit ready for merge.
...
- Legacy-Id: 10220
2015-10-16 19:15:44 +00:00
Robert Sparks
13d81dc509
Recognize and remove duplicate addresses while gathering. Fixes bug #1815 . Commit ready for merge.
...
- Legacy-Id: 10219
2015-10-16 16:43:10 +00:00
Robert Sparks
f9e35662e5
Fix an initialization problem for the new work message for recharters. Commit ready for merge.
...
- Legacy-Id: 10218
2015-10-16 16:34:25 +00:00
Henrik Levkowetz
ccaf6f4efa
Set version info and settings back to development mode
...
- Legacy-Id: 10213
2015-10-14 19:09:44 +00:00
Henrik Levkowetz
aba59e43ba
Set version info to release version 6.6.0 before branching.
...
- Legacy-Id: 10211
2015-10-14 19:09:35 +00:00
Henrik Levkowetz
a0c398918e
Pont at locations which is more likely to be useful for the alias-files while running tests (instead of the production values).
...
- Legacy-Id: 10208
2015-10-14 18:41:33 +00:00
Ryan Cross
8a421c61cc
Fix pyflakes error. Commit ready for merge
...
- Legacy-Id: 10207
2015-10-14 04:18:22 +00:00
Ryan Cross
aec062b8b6
Clean up bluesheets upload page. Add display of uploaded files. Commit ready for merge
...
- Legacy-Id: 10206
2015-10-14 00:06:03 +00:00
Henrik Levkowetz
ac43afcaef
Fix an issue with the new checks in test context.
...
- Legacy-Id: 10205
2015-10-13 21:15:54 +00:00
Henrik Levkowetz
f41553f3d1
Added 2 new file existence checks to the check framework, since we're now reading email aliases for groups and documents from files. Added a call out to run_checks() in the test-crawler, so we don't see failures due to missing files.
...
- Legacy-Id: 10204
2015-10-13 19:07:11 +00:00
Henrik Levkowetz
3606959a57
Use get_doc_... instead of get_draft_... to better match the action.
...
- Legacy-Id: 10202
2015-10-13 18:55:51 +00:00
Henrik Levkowetz
caa56e97a4
Renamed the two get_email_aliases functions to have distinct names.
...
- Legacy-Id: 10201
2015-10-13 18:12:59 +00:00
Henrik Levkowetz
a6b5453e69
Merged in [10186] from rjsparks@nostrum.com:
...
This release improves visibility into where and when the datatracker
sends email. It makes where the datatracker sends email for a given
action data driven, and it shows where email will be sent for actions
on documents and groups.
- Legacy-Id: 10200
Note: SVN reference [10186] has been migrated to Git commit 1a277b00ec
2015-10-13 17:30:11 +00:00
Henrik Levkowetz
86031aa7d8
Set version info and settings back to development mode
...
- Legacy-Id: 10198
2015-10-13 16:54:14 +00:00
Henrik Levkowetz
5753f513fc
Set version info to release version 6.5.1 before branching.
...
- Legacy-Id: 10196
2015-10-13 16:54:00 +00:00
Henrik Levkowetz
9aade6b558
Updated liaison resources file.
...
- Legacy-Id: 10193
2015-10-13 16:36:29 +00:00
Robert Sparks
1a277b00ec
This release improves visibility into where and when the datatracker
...
sends email. It makes where the datatracker sends email for a given
action data driven, and it shows where email will be sent for actions
on documents and groups.
Commit ready for merge.
- Legacy-Id: 10186
2015-10-10 23:08:09 +00:00
Henrik Levkowetz
9fa41c42a3
Merged in [10159] from rcross@amsl.com:
...
Improve secretariat rolodex roles section, sort and identify concluded groups.
- Legacy-Id: 10180
Note: SVN reference [10159] has been migrated to Git commit 1145751a9b
2015-10-10 11:35:41 +00:00
Henrik Levkowetz
1bc71132c5
Merged in [10156] from rcross@amsl.com:
...
Adjust audio file glob pattern.
- Legacy-Id: 10179
Note: SVN reference [10156] has been migrated to Git commit e2b8bad862
2015-10-10 11:15:19 +00:00
Henrik Levkowetz
dc185ae105
Added custom style to fix a problem with the navbar search field width on iPads.
...
- Legacy-Id: 10177
2015-10-10 10:48:32 +00:00
Henrik Levkowetz
4005738e6a
Fixed incorrect case of some urls in the ptsans stylesheet.
...
- Legacy-Id: 10176
2015-10-10 10:47:05 +00:00
Henrik Levkowetz
3dee2d4b0a
Set version info and settings back to development mode
...
- Legacy-Id: 10169
2015-10-10 09:55:06 +00:00
Henrik Levkowetz
e97ddedd0f
Set version info to release version 6.5.0 before branching.
...
- Legacy-Id: 10167
2015-10-10 09:55:00 +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
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
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
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
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
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
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
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
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
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
Robert Sparks
79d373fa71
checkpoint.
...
- Legacy-Id: 10011
2015-08-11 21:52:28 +00:00
Robert Sparks
15538ded7e
checkpoint
...
- Legacy-Id: 10010
2015-08-11 17:26:53 +00:00
Robert Sparks
6c85bc558c
checkpoint. Sets initial notify to empty
...
- Legacy-Id: 10009
2015-08-11 02:27:59 +00:00
Robert Sparks
ecad71eb82
Improvements based on sanity checking
...
- Legacy-Id: 10008
2015-08-10 21:31:19 +00:00
Robert Sparks
ad444bd0bc
checkpoint
...
- Legacy-Id: 10007
2015-08-10 20:15:31 +00:00
Henrik Levkowetz
09cecfdab3
Fixed the day-of-week agenda links to not pull the agenda up so high that the start of the day is obscured by the top navbar.
...
- Legacy-Id: 10006
2015-08-10 19:47:42 +00:00
Henrik Levkowetz
fb66c1856f
Merged in [9669] from olau@iola.dk:
...
Summary: Make the meeting agenda code use the historic info available
for groups. In the process, added some select_related/prefetch_related
code to cut the number of database queries in the agenda down from
4000-5000 to about 50. Rewritten agenda CSV code to use Python arrays
rather than a template for improved readability/reuse. Rewritten week
view to assemble its data in Python. Plus a few other minor cleanups,
e.g. lame_description is now gone.
Fixes #1088 . Branch
- Legacy-Id: 10005
Note: SVN reference [9669] has been migrated to Git commit acda84208d
2015-08-10 19:46:11 +00:00
Robert Sparks
1517efaba2
Return new forms instead of validated forms for nomcom nominations and feedback. Fixes #1703 . Commit ready for merge.
...
- Legacy-Id: 10004
2015-08-10 18:28:08 +00:00
Robert Sparks
71a198c112
Remove spurious parenthesis from the template for viewing nomcom feedback. Commit ready for merge.
...
- Legacy-Id: 10003
2015-08-10 17:59:04 +00:00
Robert Sparks
bcc14cb0d1
Add a checkbox to the nomination form to indicate permission to nomcom to share the nominator's name with the nominee. Commit ready for merge.
...
- Legacy-Id: 10002
2015-08-10 17:57:38 +00:00
Ole Laursen
3e76aa1f43
Summary: Fix missing save button when deleting milestones. Fixes #1762 . Commit ready for merge.
...
- Legacy-Id: 9996
2015-08-10 11:36:20 +00:00
Robert Sparks
aebd885f2b
Moved the tokens created so far into a migration
...
- Legacy-Id: 9994
2015-08-09 20:49:08 +00:00
Robert Sparks
7649397f5b
Better app and model names. Some model hygiene. Added admin.
...
- Legacy-Id: 9993
2015-08-09 20:11:26 +00:00
Henrik Levkowetz
47c9792ea5
Added a very simple html version of the json API, to make it easier to explore the api manually.
...
- Legacy-Id: 9992
2015-08-09 16:30:20 +00:00
Henrik Levkowetz
2fe8dcb4c2
Added a very simple html version of the json API, to make it easier to explore the api manually.
...
- Legacy-Id: 9991
2015-08-09 16:28:55 +00:00
Henrik Levkowetz
24bc3a3e85
Make the selenium tests work with statifiles.
...
- Legacy-Id: 9990
2015-08-08 21:08:03 +00:00
Robert Sparks
7fef69daa5
Restore color bands to the email-alias page. Commit ready for merge.
...
- Legacy-Id: 9989
2015-08-07 20:35:43 +00:00
Henrik Levkowetz
6c253ee48b
Improved the verification of submitted file extensions and mimetype.
...
- Legacy-Id: 9986
2015-08-07 12:10:26 +00:00