Commit graph

8511 commits

Author SHA1 Message Date
Henrik Levkowetz d04869a3d5 Added an ALLOWED_HOSTS setting to settings_testcrawl.
- Legacy-Id: 13090
2017-03-23 10:43:39 +00:00
Henrik Levkowetz c53be35f13 Removed list emails from the ADMINS setting, and added localhost to ALLOWED_HOSTS.
- Legacy-Id: 13089
2017-03-23 10:40:51 +00:00
Henrik Levkowetz b603791cae Another fix for get_file_path().
- Legacy-Id: 13088
2017-03-23 10:39:35 +00:00
Henrik Levkowetz bb13eeefb5 Set version info and settings back to development mode
- Legacy-Id: 13065
2017-03-22 12:37:21 +00:00
Henrik Levkowetz a0b8ab983a Set version info to release version 6.48.1 before branching.
- Legacy-Id: 13063
2017-03-22 12:37:13 +00:00
Henrik Levkowetz 1f36fa4bef Changelog entry for 6.48.1
- Legacy-Id: 13062
2017-03-22 12:37:07 +00:00
Henrik Levkowetz 523c567613 Code coverage data for release 6.48.1
- Legacy-Id: 13061
2017-03-22 12:36:58 +00:00
Henrik Levkowetz eef984202f Better handling of missing documents (such as rfc575)
- Legacy-Id: 13060
2017-03-22 12:07:08 +00:00
Henrik Levkowetz 570ef785d6 Improved Document.get_file_path().
- Legacy-Id: 13059
2017-03-22 12:06:28 +00:00
Henrik Levkowetz d0b34ebd45 Changed test assertions so they provide more information on failure.
- Legacy-Id: 13058
2017-03-22 12:05:48 +00:00
Henrik Levkowetz 9082b0abe5 Another tweak to the rev pattern, and exception handling when breaking apart name an rev for documents which don't use the charter rev model.
- Legacy-Id: 13057
2017-03-22 09:50:07 +00:00
Henrik Levkowetz 5203118041 Changed one more draft directory reference to use the draft archive setting.
- Legacy-Id: 13056
2017-03-22 09:48:11 +00:00
Henrik Levkowetz 16f067fa8e Tweaks to docker/copydb.
- Legacy-Id: 13055
2017-03-21 22:42:42 +00:00
Henrik Levkowetz f778e39a27 On request, reverted the document rendering on the document status page to the old look.
- Legacy-Id: 13053
2017-03-21 15:53:08 +00:00
Henrik Levkowetz 475d18ea8e Changed where to look for the text version of expired drafts.
- Legacy-Id: 13052
2017-03-21 15:12:30 +00:00
Henrik Levkowetz 50d8a46e82 Reverted a bad css change from the rfcmarkup merge.
- Legacy-Id: 13051
2017-03-21 14:07:13 +00:00
Henrik Levkowetz e8043e53fb Made Document.htmlized() be a bit smarter about handling documents which have not been provided in .txt format.
- Legacy-Id: 13050
2017-03-21 14:02:43 +00:00
Henrik Levkowetz c3ab8124a9 Set version info and settings back to development mode
- Legacy-Id: 13048
2017-03-21 13:02:52 +00:00
Henrik Levkowetz 2cd26bde53 Set version info to release version 6.48.0 before branching.
- Legacy-Id: 13046
2017-03-21 13:02:44 +00:00
Henrik Levkowetz f426463c15 Changelog entry for 6.48.0
- Legacy-Id: 13045
2017-03-21 13:02:38 +00:00
Henrik Levkowetz f7239be7d1 Code coverage data for release 6.48.0
- Legacy-Id: 13044
2017-03-21 13:02:29 +00:00
Henrik Levkowetz c832ba2fb7 Tweaked the info symbol on search results rows slightly.
- Legacy-Id: 13042
2017-03-20 15:12:48 +00:00
Henrik Levkowetz bca5951251 Merged in ^/personal/henrik/6.47.3-htmlize@13040:
Htmlized drafts, rfcs, and charters using the htmlization code developed for
tools.ietf.org.
 - Legacy-Id: 13041
2017-03-20 15:05:25 +00:00
Henrik Levkowetz 814e1315b5 Added a new document tab for some documents, showing htmlized drafts and RFCs
using the htmlization code previously developed for tools.ietf.org.  As the
generation of the htmlized page is a bit too costly to do on the fly for
often-referenced drafts and RFCs, the part of each page which contains the
htmlized document is cached on file with a cache time of 2 weeks.

Changed all links which pointed to the htmlized version on tools to instead
point at the datatracker htmlized document.

Tweaked some URLs which didn't permit retrieval of intermediate-rev-charters.

Narrowed the pattern for document names to disallow dots in names, and
instead explicitly enumerated the few historical draftw with dots in the
name.

Added a file-system cache for the htmlized documents, and specified a
max_entries value for caches, overriding the default 300 entries.

Tweaked the code for new author email entries to provide a time if missing
in an updated entry.

Changed links in various email templates which pointed at tools.ietf.org
pages to instead point at datatracker pages, where appropriate.

Changed the search result rows to provide links to both the current meta-
information document pages (with a (i) info symbol) and to the new htmlized
document pages.
 - Legacy-Id: 13040
2017-03-20 14:08:52 +00:00
Henrik Levkowetz a67e9dd5c4 Added a number of new methods on DocumentInfo/Document/DocHistory, to support the new htmlized document page. Added caching for some methods.
- Legacy-Id: 13039
2017-03-20 13:51:46 +00:00
Henrik Levkowetz 3f92aee755 Added the rfcmarkup module. This will be changed to a library dependency when the module is published.
- Legacy-Id: 13038
2017-03-20 13:48:13 +00:00
Henrik Levkowetz 5bb9518b5f Added some new exceptions to the test-crawler; files which are known to not exist, and files with known html character problems.
- Legacy-Id: 13037
2017-03-20 13:46:23 +00:00
Henrik Levkowetz 4f1fbb7d9b Set version info and settings back to development mode
- Legacy-Id: 13034
2017-03-20 12:03:05 +00:00
Henrik Levkowetz ec8603f2b8 Set version info to release version 6.47.2 before branching.
- Legacy-Id: 13032
2017-03-20 12:02:57 +00:00
Henrik Levkowetz 68a896c613 Changelog entry for 6.47.2
- Legacy-Id: 13031
2017-03-20 12:02:49 +00:00
Henrik Levkowetz dbb3d673b8 Code coverage data for release 6.47.2
- Legacy-Id: 13030
2017-03-20 12:02:41 +00:00
Henrik Levkowetz 6f47675f6a Minor tweak
- Legacy-Id: 13029
2017-03-20 11:45:08 +00:00
Henrik Levkowetz 90c61f87ba Added a check to bin/mkrelease, preventing releases with both schema change migrations and data migrations. Data migrations often take some time, which will delay the time between the schema changes and deployment of the matching new code.
- Legacy-Id: 13028
2017-03-20 11:42:50 +00:00
Henrik Levkowetz 7296b951ee Refined the test crawler a bit, to avoid extracting URLs to follow
from html outside the datatracker's control, such as uploaded WG
agendas.  Also excempted some pages with known-bad character issues
from html validation, and refined the error reporting for html
validation failures.
 - Legacy-Id: 13027
2017-03-19 19:34:50 +00:00
Henrik Levkowetz 53481eebd8 Added a utility function to create a test-class specific temporary directory.
- Legacy-Id: 13026
2017-03-19 19:25:26 +00:00
Henrik Levkowetz 483d5f9a2a Silenced an unnecessary error which could occur when looking for charter documents for groups (such as bofs) without them, by asking the API for a group description.
- Legacy-Id: 13025
2017-03-19 19:24:37 +00:00
Henrik Levkowetz 1b0226d238 Merged in [13022] from rcross@amsl.com:
Fixes interim meeting edit form returning 500 when duration field is empty.  Fixes #2206.
 - Legacy-Id: 13024
Note: SVN reference [13022] has been migrated to Git commit eb10f54bd6
2017-03-18 23:56:45 +00:00
Henrik Levkowetz 919477454b Merged in [13021] from rcross@amsl.com:
Fix issue where editing interim meeting duration does not update underlying timeslot duration.  Fixes #2203.
 - Legacy-Id: 13023
Note: SVN reference [13021] has been migrated to Git commit 3cd5bea78b
2017-03-18 22:34:35 +00:00
Ryan Cross eb10f54bd6 Fixes interim meeting edit form returning 500 when duration field is empty. Fixes #2206. Commit ready for merge.
- Legacy-Id: 13022
2017-03-17 18:49:33 +00:00
Ryan Cross 3cd5bea78b Fix issue where editing interim meeting duration does not update underlying timeslot duration. Fixes #2203. Commit ready for merge.
- Legacy-Id: 13021
2017-03-17 18:28:07 +00:00
Henrik Levkowetz 55ff15952d Merged in [13018] from rcross@amsl.com:
Fix issue with interim meeting timezone getting reset on edit.  Fixes #2204.
 - Legacy-Id: 13020
Note: SVN reference [13018] has been migrated to Git commit adee827726
2017-03-17 17:02:14 +00:00
Henrik Levkowetz 1abb631c61 Merged in [13017] from rcross@amsl.com:
Add placeholders and validations to secretariat non-session time input fields.  Fixes #2208.
 - Legacy-Id: 13019
Note: SVN reference [13017] has been migrated to Git commit 4f5933ae20
2017-03-17 16:32:42 +00:00
Ryan Cross adee827726 Fix issue with interim meeting timezone getting reset on edit. Fixes #2204. Commit ready for merge.
- Legacy-Id: 13018
2017-03-17 00:25:21 +00:00
Ryan Cross 4f5933ae20 Add placeholders and validations to secretariat non-session time input fields. Fixes #2208. Commit ready for merge.
- Legacy-Id: 13017
2017-03-16 23:10:14 +00:00
Henrik Levkowetz d6d6fd65db Applied a patch rjsparks@nostrum.com to make ballot grids show for statchg documents in ietf last call.
- Legacy-Id: 13015
2017-03-15 14:57:20 +00:00
Henrik Levkowetz bb5096da8a Added more email validation for draft submission author emails, and blocked some baths that could lead to bad email addresses ('none') being set as document author email addresses.
- Legacy-Id: 13010
2017-03-14 14:07:21 +00:00
Henrik Levkowetz 888aa75a2f Set version info and settings back to development mode
- Legacy-Id: 13008
2017-03-13 17:09:54 +00:00
Henrik Levkowetz 986a2ea881 Set version info to release version 6.47.1 before branching.
- Legacy-Id: 13006
2017-03-13 17:09:46 +00:00
Henrik Levkowetz c2bc976e06 Changelog entry for 6.47.1
- Legacy-Id: 13005
2017-03-13 17:09:41 +00:00
Henrik Levkowetz d5f93fa389 Code coverage data for release 6.47.1
- Legacy-Id: 13004
2017-03-13 17:09:31 +00:00