Commit graph

9388 commits

Author SHA1 Message Date
Henrik Levkowetz ec02ed5cdd Removed case sensitivity in the submission API when comparing the submitter email address with the email addresses found in the draft. Fixes issue #2396.
- Legacy-Id: 14265
2017-11-01 13:47:12 +00:00
Henrik Levkowetz bed0eafac1 Changelog tweaks
- Legacy-Id: 14264
2017-11-01 13:42:34 +00:00
Henrik Levkowetz 60819dd9bb Set version info and settings back to development mode
- Legacy-Id: 14262
2017-11-01 13:36:47 +00:00
Henrik Levkowetz 84ba69f4d3 Set version info to release version 6.64.0 before branching.
- Legacy-Id: 14260
2017-11-01 13:36:38 +00:00
Henrik Levkowetz ab9cf35e82 Changelog entry for 6.64.0
- Legacy-Id: 14259
2017-11-01 13:36:32 +00:00
Henrik Levkowetz 34cb7cecfa Code coverage data for release 6.64.0
- Legacy-Id: 14258
2017-11-01 13:36:23 +00:00
Henrik Levkowetz 17df0c6b5b Updated coverage data
- Legacy-Id: 14257
2017-11-01 13:09:08 +00:00
Henrik Levkowetz 48fe02d58c Permit tildes in romanization of draft author names when looking for draft authors. Can be used in romanization of arabic names.
- Legacy-Id: 14256
2017-11-01 11:51:24 +00:00
Henrik Levkowetz d4cc828e27 Fixed a typo
- Legacy-Id: 14255
2017-11-01 10:54:50 +00:00
Henrik Levkowetz cf6143cce7 Show 404 for meeting agendas too far in the future.
- Legacy-Id: 14254
2017-11-01 10:52:52 +00:00
Henrik Levkowetz a6a99dc23d Updated changelog entry for release 6.64.0.
- Legacy-Id: 14253
2017-11-01 10:52:05 +00:00
Henrik Levkowetz af64f0e064 Fixed a call parameter list discrepancy.
- Legacy-Id: 14252
2017-11-01 05:07:35 +00:00
Henrik Levkowetz 9bae22859c Tweaked a page cache time.
- Legacy-Id: 14251
2017-10-31 18:44:57 +00:00
Henrik Levkowetz 954d79c684 Added a guard against iterating over None in stats.views.document_stats()
- Legacy-Id: 14250
2017-10-31 18:07:08 +00:00
Henrik Levkowetz 130261e781 Removed some debug statements.
- Legacy-Id: 14242
2017-10-30 12:28:51 +00:00
Henrik Levkowetz bfce2d5c83 Tweaked the Meeting.days field type.
- Legacy-Id: 14241
2017-10-30 12:28:32 +00:00
Henrik Levkowetz e3b7fb081a Added a migration dependency to improve the ordering within the release.
- Legacy-Id: 14240
2017-10-30 12:27:50 +00:00
Henrik Levkowetz 3a8ecf73cb Changelog entry for release 6.64.0.
- Legacy-Id: 14239
2017-10-30 12:26:52 +00:00
Henrik Levkowetz 09d8ad1e1b Fixed some pyflakes issues.
- Legacy-Id: 14238
2017-10-30 11:47:05 +00:00
Henrik Levkowetz 7edb4da711 Added draft URLs pointing to Yang resources (impact analysis and model metadata) for submissions containing Yang modules.
- Legacy-Id: 14237
2017-10-30 11:30:01 +00:00
Henrik Levkowetz 54088de325 Changed the submission checkers to return more information in the checker details json blob; in particular added information about individual extracted code modules associated with a draft. This is used by the yang valididty checker to return a list of extracted yang modules.
- Legacy-Id: 14236
2017-10-30 11:28:19 +00:00
Henrik Levkowetz 8f2247ad1d Changed the SubmissionCheck.time field to use a default now value, instead of auto_now, to permit migrations without changing the timestamps.
- Legacy-Id: 14235
2017-10-30 11:25:40 +00:00
Henrik Levkowetz f795fa56b9 Changed the SubmissionCheck.time field to use a default now value, instead of auto_now, to permit migrations without changing the timestamps.
- Legacy-Id: 14234
2017-10-30 11:24:47 +00:00
Henrik Levkowetz 7c9364b61f Added some more debugging output for occasional author extraction failures during test. See also [14226].
- Legacy-Id: 14233
Note: SVN reference [14226] has been migrated to Git commit 215008211a
2017-10-30 11:22:45 +00:00
Henrik Levkowetz 1a7e9b619a Added support for ad-hoc trac instances, with arbitrary names and filesystem paths, but still bound to a particular group's roles for management of trac admin rights.
- Legacy-Id: 14232
2017-10-30 11:10:15 +00:00
Henrik Levkowetz 8c8b5c2068 Display document urls in alphabetical order
- Legacy-Id: 14231
2017-10-30 11:07:59 +00:00
Henrik Levkowetz 0d15cb0e14 Permit document urls to be up to 512 bytes, rather than the default 200
- Legacy-Id: 14230
2017-10-30 11:07:45 +00:00
Henrik Levkowetz bbd88e3bb2 New settings for adhoc wikis and yang document urls
- Legacy-Id: 14229
2017-10-30 11:07:21 +00:00
Henrik Levkowetz d442b0c15d Added a mention of the submission automation API on the submission upload page.
- Legacy-Id: 14228
2017-10-29 17:52:14 +00:00
Henrik Levkowetz e79397d6ad Added cleaning of review_url from the review completion form, to make sure it's retrievable.
- Legacy-Id: 14227
2017-10-27 05:54:34 +00:00
Henrik Levkowetz 215008211a Added some debugging code to help identify random test failures
- Legacy-Id: 14226
2017-10-27 05:53:23 +00:00
Henrik Levkowetz 4f83548b49 Added a new field Meeting.days to capture the length of a meeting. This is necessary now that we have previous meetings officially starting Sunday, lasting to Friday, and future meetings starting Saturday, Lasting to Friday. We use Meeting.days to calculate Meeting.end_date(). Meeting.get_ietf_monday() and two cut_off() methods have also been updated to be instance methods instead of class methods, and to not assume that a meeting starts on Sunday.
- Legacy-Id: 14225
2017-10-25 13:38:15 +00:00
Henrik Levkowetz 75da08d9f4 Updated coverage data
- Legacy-Id: 14224
2017-10-25 10:11:16 +00:00
Henrik Levkowetz a5e5bb1aab Expanded one of the nomcom tests a bit, and updated a fixture to match the current /nomcom/default/email/feedback_receipt.txt template.
- Legacy-Id: 14223
2017-10-20 14:34:03 +00:00
Henrik Levkowetz 042ca210c9 Updated PLAN
- Legacy-Id: 14222
2017-10-19 15:13:37 +00:00
Henrik Levkowetz 3a47fd79c8 Don't blow up when checking if the logged-in user is a document author, if the user don't have a person record.
- Legacy-Id: 14221
2017-10-18 12:32:26 +00:00
Henrik Levkowetz 7bf04ab60d Set version info and settings back to development mode
- Legacy-Id: 14219
2017-10-17 11:56:19 +00:00
Henrik Levkowetz a25c1032a0 Set version info to release version 6.63.2 before branching.
- Legacy-Id: 14217
2017-10-17 11:56:02 +00:00
Henrik Levkowetz 50f0d8a4f0 Changelog entry for 6.63.2
- Legacy-Id: 14216
2017-10-17 11:55:56 +00:00
Henrik Levkowetz 3b3664b285 Code coverage data for release 6.63.2
- Legacy-Id: 14215
2017-10-17 11:55:48 +00:00
Henrik Levkowetz e724cf59a8 Fixed a URL encoding issue on the review doc pages (when linking to rfcdiff).
- Legacy-Id: 14214
2017-10-17 11:28:26 +00:00
Henrik Levkowetz 298011469d Changelog entry for release 6.63.2.
- Legacy-Id: 14213
2017-10-16 21:48:27 +00:00
Henrik Levkowetz 9c3335be07 Merged in [14211] from rcross@amsl.com:
Changed to not check timeslot type on delete because other types now have this option.
 - Legacy-Id: 14212
Note: SVN reference [14211] has been migrated to Git commit b9bf77b543
2017-10-16 21:47:23 +00:00
Ryan Cross b9bf77b543 Changed to not check timeslot type on delete because other types now have this option. Commit ready for merge
- Legacy-Id: 14211
2017-10-16 20:37:15 +00:00
Henrik Levkowetz 7931a96460 Changed the telechat date admin to use the 'initial-date' field value instead of the now nonfunctional form.initial dictionary. This may need revisiting under Django 1.11, which has an official api to grab a form's initial values. This fixes a server 500 error on trying to save a non-default telechat date.
- Legacy-Id: 14210
2017-10-14 12:08:22 +00:00
Henrik Levkowetz 9be7d57a03 Tweaked the test-runner random state handling to display the correct random state filename and make sure to set the same random state.
- Legacy-Id: 14209
2017-10-14 12:05:01 +00:00
Henrik Levkowetz 2c95e0ed4a Added a check for new migrations which haven't been added to the repository.
- Legacy-Id: 14208
2017-10-13 13:58:44 +00:00
Henrik Levkowetz d7618ce26b An improved handling of the 'no active roles' message.
- Legacy-Id: 14207
2017-10-13 12:05:44 +00:00
Henrik Levkowetz dfaf5a56ac Renamed groupfilters to group_filters
- Legacy-Id: 14206
2017-10-13 11:58:42 +00:00
Henrik Levkowetz efea15e728 Renamed group_tags to groupfilters
- Legacy-Id: 14205
2017-10-13 11:55:12 +00:00