Henrik Levkowetz
fb4bd964e4
Tweaked the email activation migration slightly.
...
- Legacy-Id: 9172
2015-03-10 20:24:31 +00:00
Henrik Levkowetz
5f86b73d0e
Tweaked the email activation migration to not send email when there's no active email address; it's not meaningful as the best we can do then is simply to activate the draft-related address.
...
- Legacy-Id: 9171
2015-03-10 20:13:49 +00:00
Henrik Levkowetz
e4a1340974
Tweaked the mkrelease script a bit to use standard python development release numbers.
...
- Legacy-Id: 9170
2015-03-10 20:11:41 +00:00
Henrik Levkowetz
cb70eb6a88
Removed a superfluous import.
...
- Legacy-Id: 9169
2015-03-08 14:33:50 +00:00
Henrik Levkowetz
d7f44d6e86
Tweaked test to match earlier coverage_changes output format tweak.
...
- Legacy-Id: 9168
2015-03-08 14:32:14 +00:00
Henrik Levkowetz
58810b327d
Don't set email addresses created for submitted drafts to active any more.
...
- Legacy-Id: 9167
2015-03-08 13:22:29 +00:00
Henrik Levkowetz
f71e6166f3
Added a migration which changes the active bit from False to True to all email addresses associated with active drafts, and sends out notification emails about this.
...
- Legacy-Id: 9166
2015-03-08 13:21:02 +00:00
Henrik Levkowetz
e4c15de834
Tweaked the coverage_changes output slightly.
...
- Legacy-Id: 9165
2015-03-08 13:19:46 +00:00
Henrik Levkowetz
29c674ca59
Captured the change in ScheduledSession sort order in a migration.
...
- Legacy-Id: 9164
2015-03-08 11:49:03 +00:00
Henrik Levkowetz
5ee64000c3
Changed the test runner to read json files as utf-8.
...
- Legacy-Id: 9163
2015-03-07 22:28:21 +00:00
Henrik Levkowetz
b7095b573f
Added a managment command to show the difference in coverage data between the latest release and the latest test run, and a test for the same.
...
- Legacy-Id: 9162
2015-03-07 22:27:02 +00:00
Henrik Levkowetz
381d37986c
Python's pathlib is now available for both 2.x and 3.x, and is well established. Removed the ietf/utils/path.py fallback, and added pathlib to requirements.txt
...
- Legacy-Id: 9161
2015-03-07 17:17:50 +00:00
Henrik Levkowetz
9ee16e778e
Added a login requirement for the full document and group email alias pages, but kept the individual group and document email-alias pages visible without login. Added testing of login redirects for the full email alias lists, and reordered the test sequence within the test methods appropriately.
...
- Legacy-Id: 9160
2015-03-07 15:55:18 +00:00
Henrik Levkowetz
7258dc6eff
Made sure that Email.__unicode__() will return a string even if address is None. Fixes an exception on deleting an email address for a Person object in the admin interface.
...
- Legacy-Id: 9159
2015-03-07 15:42:34 +00:00
Henrik Levkowetz
a4e0287b94
Reordering of the INSTALLED_APPS list orderto be alphabetic within each group; no intentional code change.
...
- Legacy-Id: 9158
2015-03-06 23:24:35 +00:00
Henrik Levkowetz
0be1ad9a2d
Fixed a bug in the template coverage expression. Tweaked the informative text prefacing app coverage figures.
...
- Legacy-Id: 9157
2015-03-06 23:22:54 +00:00
Henrik Levkowetz
e94ac990fc
Added per-app coverage measurements, to make the numbers shown when not running the full tests suite a bit more meaningful.
...
- Legacy-Id: 9156
2015-03-06 20:42:20 +00:00
Henrik Levkowetz
37ed58055f
A slight reordering of top url patterns (closer to alphabetic).
...
- Legacy-Id: 9155
2015-03-06 20:20:56 +00:00
Henrik Levkowetz
45761e5c7f
Changed the nomcom.forms.FullFeedbackFormSet to use modelformsets_factory() instead of direct subclassing, in order to avoid a crash when using the form, caused by a missing instance attribute.
...
- Legacy-Id: 9154
2015-03-06 18:16:33 +00:00
Henrik Levkowetz
c37bf9a6a7
Clarified the meaning of checked/unchecked boxes in front of the email addresses on the account profile management page.
...
- Legacy-Id: 9153
2015-03-04 19:42:24 +00:00
Henrik Levkowetz
9e0c178e79
Merged in [9143] from rcross@amsl.com:
...
Add AG Secretary to Proceedings authorized roles.
- Legacy-Id: 9152
Note: SVN reference [9143] has been migrated to Git commit 096bd5e83e
2015-03-04 19:39:46 +00:00
Henrik Levkowetz
2263c87f81
Merged in [9142] from rjsparks@nostrum.com:
...
Avoid creating blank line before headers on IPR notification email. Fixes #1609 .
- Legacy-Id: 9151
Note: SVN reference [9142] has been migrated to Git commit c307b1f734
2015-03-04 19:25:51 +00:00
Henrik Levkowetz
4dbdf475fa
Merged in [9141] from rjsparks@nostrum.com:
...
Fix ordering issue on agenda.html.
- Legacy-Id: 9150
Note: SVN reference [9141] has been migrated to Git commit 29ac6363a1
2015-03-04 19:16:21 +00:00
Henrik Levkowetz
a64961977b
Added a new field 'primary' to the Email model, added a matching migration, and a data migration to set primary fields to match the way a primary address is chosen today.
...
- Legacy-Id: 9149
2015-03-04 17:53:48 +00:00
Henrik Levkowetz
7619186e6a
Added a field capturing changed information for the idsubmission-cutoff-related fields of Meeting.
...
- Legacy-Id: 9148
2015-03-04 17:51:46 +00:00
Henrik Levkowetz
e379df0053
Removed the obsolete field Group._ad, and added a migration for the change.
...
- Legacy-Id: 9147
2015-03-04 17:50:18 +00:00
Henrik Levkowetz
e9fcce9cdc
Added a couple of missing __init__.py files.
...
- Legacy-Id: 9146
2015-03-04 16:19:07 +00:00
Henrik Levkowetz
5c9fd68c85
Added exception handling in tastypie for a case which can occur if one tries to filter by reges on a FK.
...
- Legacy-Id: 9145
2015-03-04 15:06:10 +00:00
Henrik Levkowetz
86997e1e95
Turned the api.py file into a module. Moved the makeresources management command to the api module. Added some api tests. Added crawling of api files to the test-crawler. Adjusted some resource files discovered by the test suite and test-crawler. Removed a bunch of empty model files.
...
- Legacy-Id: 9144
2015-03-03 20:23:36 +00:00
Ryan Cross
096bd5e83e
Add AG Secretary to Proceedings authorized roles. Commit ready to merge.
...
- Legacy-Id: 9143
2015-03-02 23:40:17 +00:00
Robert Sparks
c307b1f734
Avoid creating blank line before headers on IPR notification email. Fixes #1609 . Commit ready for merge.
...
- Legacy-Id: 9142
2015-03-02 20:38:55 +00:00
Robert Sparks
29ac6363a1
Fix ordering issue on agenda.html. Commit ready for merge
...
- Legacy-Id: 9141
2015-03-01 16:08:02 +00:00
Henrik Levkowetz
198c16b9aa
Set version info and settings back to development mode
...
- Legacy-Id: 9136
2015-02-26 10:08:24 +00:00
Henrik Levkowetz
fd921c4dd9
Set version info to release version 5.12.0 before branching.
...
- Legacy-Id: 9134
2015-02-26 10:08:18 +00:00
Henrik Levkowetz
d10207ae14
Changelog entry for 5.12.0
...
- Legacy-Id: 9133
2015-02-26 10:08:15 +00:00
Henrik Levkowetz
0cc746617d
Updated coverage data for 5.12.0.
...
- Legacy-Id: 9132
2015-02-26 10:07:27 +00:00
Henrik Levkowetz
c0797bccb7
Changed the setting for the default cutoff days so that both are 13, matching the current policy.
...
- Legacy-Id: 9131
2015-02-25 20:57:37 +00:00
Henrik Levkowetz
acff585098
Added submission tool cutoff text and logic for the case when there is only one cutoff date (in other words, the -00 and -01 cutoffs are the same).
...
- Legacy-Id: 9130
2015-02-25 20:54:39 +00:00
Henrik Levkowetz
5bb83f03b5
Merged in personal/henrik/v5.11.1-dev0@9103, which provides code coverage measurements for the test suite using coverage.py, integrated as a test in the test suite. This test compares the current code coverage of tests with that saved for the latest release. Also converted the URL and template coverage measurements into tests, comparing current with the latest release. The result of this is that the coverage tests will fail if new code is added without sufficient test coverage to at least match that of the latest release. Over time, this should encourage gradually improved test coverage as seen for both code, templates, and urls. Coverage data is also saved to file, and can be read by the 'coverage' shell command to produce html or text reports.
...
- Legacy-Id: 9129
2015-02-25 19:14:19 +00:00
Henrik Levkowetz
524359a30f
Set version info and settings back to development mode
...
- Legacy-Id: 9127
2015-02-25 09:06:53 +00:00
Henrik Levkowetz
1d0cb9cc6a
Set version info to release version 5.11.2 before branching.
...
- Legacy-Id: 9125
2015-02-25 09:06:47 +00:00
Henrik Levkowetz
5bcf9f0544
Changelog entry for 5.11.2
...
- Legacy-Id: 9124
2015-02-25 09:06:43 +00:00
Henrik Levkowetz
99233abff5
Merged in [9121] from rcross@amsl.com:
...
resolve issues with proceedings progress repport.
- Legacy-Id: 9123
Note: SVN reference [9121] has been migrated to Git commit a77c81cdd5
2015-02-24 20:29:42 +00:00
Henrik Levkowetz
ebb00e5ac4
Merged in [9099] from rcross@amsl.com:
...
Add ietf/bin script merge-person-records.
- Legacy-Id: 9122
Note: SVN reference [9099] has been migrated to Git commit 877e683270
2015-02-24 20:20:15 +00:00
Ryan Cross
a77c81cdd5
resolve issues with proceedings progress repport. Commit ready for merge
...
- Legacy-Id: 9121
2015-02-24 19:11:31 +00:00
Henrik Levkowetz
048319edbc
Merged in [9097] from rcross@amsl.com:
...
Fixes #1605 . Editing session request causes KeyError.
- Legacy-Id: 9120
Note: SVN reference [9097] has been migrated to Git commit a660c433bb
2015-02-24 18:44:00 +00:00
Henrik Levkowetz
219a2ea204
Changed the handling of the group edit form so as to generate a ChangeStateGroupEvent for state changes, instead of a generic GroupEvent of type 'info_changed'.
...
- Legacy-Id: 9119
2015-02-24 18:36:02 +00:00
Henrik Levkowetz
ca8d554b78
Undid previous commit -- it contained too much.
...
- Legacy-Id: 9118
2015-02-24 18:31:53 +00:00
Henrik Levkowetz
2b73f24c94
Merged in [9097] from rcross@amsl.com:
...
Fixes #1605 . Editing session request causes KeyError.
- Legacy-Id: 9117
Note: SVN reference [9097] has been migrated to Git commit a660c433bb
2015-02-24 18:29:45 +00:00
Henrik Levkowetz
f8385208e3
Set version info and settings back to development mode
...
- Legacy-Id: 9114
2015-02-23 20:49:20 +00:00