Commit graph

929 commits

Author SHA1 Message Date
Henrik Levkowetz 67bfcda880 Set version info and settings back to development mode
- Legacy-Id: 13243
2017-04-19 12:11:25 +00:00
Henrik Levkowetz 8b1180e342 Set version info to release version 6.50.0 before branching.
- Legacy-Id: 13241
2017-04-19 12:11:17 +00:00
Henrik Levkowetz 7e8aeeefee Moved the caching of htmlized documents into Document.htmlized() in order to avoid caching failed htmliztions (usually because of a missing .txt file).
- Legacy-Id: 13227
2017-04-16 13:17:18 +00:00
Henrik Levkowetz c445611904 Replaced old unworkable email addesss in the 404 page with the current bugreport address, now configured in settings.py.
- Legacy-Id: 13224
2017-04-15 12:34:50 +00:00
Henrik Levkowetz b2db0d4f52 Set version info and settings back to development mode
- Legacy-Id: 13220
2017-04-14 12:50:17 +00:00
Henrik Levkowetz da4cf2645c Set version info to release version 6.49.1 before branching.
- Legacy-Id: 13218
2017-04-14 12:50:09 +00:00
Henrik Levkowetz 978e8f72f5 Changed the signature of ietf.utils.aliases.dump_sublist() to include a list of the alias domains, in order to be able to generate IRTF group aliases @irtf.org. Updated ietf/bin/generate-*-aliases accordingly.
- Legacy-Id: 13206
2017-04-12 18:51:38 +00:00
Henrik Levkowetz 4efe4fcd50 Updated draft names with dot regex.
- Legacy-Id: 13203
2017-04-12 18:22:16 +00:00
Henrik Levkowetz 814a6d45b2 Extended the DRAFT_NAMES_WITH_DOT regexp.
- Legacy-Id: 13187
2017-04-07 12:38:02 +00:00
Henrik Levkowetz b22c2a946c Set version info and settings back to development mode
- Legacy-Id: 13174
2017-03-29 20:01:34 +00:00
Henrik Levkowetz f1fed9e385 Set version info to release version 6.49.0 before branching.
- Legacy-Id: 13172
2017-03-29 20:01:26 +00:00
Henrik Levkowetz 14c748df98 Changed the creation of temporary test dirs to use names which include the test class name, in order to make it possible to run test cases in parallel. Disabled coverage testing when running in parallel (those classes cannot be pickled and distributed to the test runner threads, and also won't pass coverage data back). Tweaked the TestCase.tempdir() method.
- Legacy-Id: 13157
2017-03-27 21:41:18 +00:00
Henrik Levkowetz 3c8d101fe3 Merged in [13114] from rcross@amsl.com:
Add meetecho address to settings.AUDIO_IMPORT_EMAIL.
 - Legacy-Id: 13149
Note: SVN reference [13114] has been migrated to Git commit 73dfdfbd2c
2017-03-27 16:48:22 +00:00
Ryan Cross 73dfdfbd2c Add meetecho address to settings.AUDIO_IMPORT_EMAIL. Commit ready for merge.
- Legacy-Id: 13114
2017-03-25 19:43:02 +00:00
Henrik Levkowetz f553b3f8a9 Updated DRAFT_NAMES_WITH_DOT for another dot draft.
- Legacy-Id: 13094
2017-03-24 09:04:36 +00:00
Henrik Levkowetz ebef6d06d8 Reverted some links to htmlized draft versions, on request.
- Legacy-Id: 13091
2017-03-23 10:57:19 +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 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 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 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 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 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 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 0af1223b3c Merged in [12990] and [12991] from rcross@amsl.com:
Refactor session audio file import.  Add informative email.  Fixes #2164.
 - Legacy-Id: 12998
Note: SVN reference [12990] has been migrated to Git commit 084f8a7495

Note: SVN reference [12991] has been migrated to Git commit 6a5f180fb0
2017-03-12 12:15:37 +00:00
Ryan Cross 084f8a7495 Refactor session audio file import. Add informative email. Fixes #2164. Commit ready for merge
- Legacy-Id: 12990
2017-03-10 23:04:06 +00:00
Henrik Levkowetz 1b3b8da0d0 Set version info and settings back to development mode
- Legacy-Id: 12984
2017-03-07 10:38:21 +00:00
Henrik Levkowetz 9580b797c3 Set version info to release version 6.47.0 before branching.
- Legacy-Id: 12982
2017-03-07 10:38:13 +00:00
Henrik Levkowetz 225c1d9afe Changed the state choices in the document adoption form to exclude the few that should not be available, rather than explicitly list all others. Makes adding WG/RG states simpler.
- Legacy-Id: 12949
2017-03-02 20:07:50 +00:00
Henrik Levkowetz 348591a4bb Set version info and settings back to development mode
- Legacy-Id: 12944
2017-03-01 12:27:39 +00:00
Henrik Levkowetz bc8e66d741 Set version info to release version 6.46.1 before branching.
- Legacy-Id: 12942
2017-03-01 12:27:29 +00:00
Henrik Levkowetz 11497e5f1f Set version info and settings back to development mode
- Legacy-Id: 12912
2017-02-24 10:38:29 +00:00
Henrik Levkowetz 288073487f Set version info to release version 6.46.0 before branching.
- Legacy-Id: 12910
2017-02-24 10:38:22 +00:00
Henrik Levkowetz c4cdb82a39 Made the logging settings explicit in ietf/settings.py (instead of copying default then modifying), and added enough surrounding information to make it possible to read also for people not very familiar with Python's intricate logging infrastructure. To a large extent to understand myself how the logging is set up in Django, and where to hook in the affirm() function.
- Legacy-Id: 12902
2017-02-23 11:53:31 +00:00
Henrik Levkowetz 8a8cf5b811 Set version info and settings back to development mode
- Legacy-Id: 12890
2017-02-20 11:45:43 +00:00
Henrik Levkowetz 73ad26c57d Set version info to release version 6.45.0 before branching.
- Legacy-Id: 12888
2017-02-20 11:45:35 +00:00
Henrik Levkowetz 5556e87a07 Removed some filterwarnings which were overtaken by events.
- Legacy-Id: 12828
2017-02-13 15:40:50 +00:00
Henrik Levkowetz 7f607c51d2 Changed from old-style to new-style middleware.
- Legacy-Id: 12824
2017-02-12 17:07:48 +00:00
Henrik Levkowetz 2b4f4b0302 Merged django-1.10 work forward to 6.43.0
- Legacy-Id: 12812
2017-02-10 11:05:43 +00:00
Henrik Levkowetz b762273400 Removed some old warning filters (OBE)
- Legacy-Id: 12810
2017-02-10 11:00:38 +00:00
Henrik Levkowetz 77f1a25f0a Set version info and settings back to development mode
- Legacy-Id: 12807
2017-02-10 10:52:24 +00:00
Henrik Levkowetz 102bffc700 Set version info to release version 6.43.0 before branching.
- Legacy-Id: 12805
2017-02-10 10:52:16 +00:00
Henrik Levkowetz b1bbf9850f Added an explicit setting for the password hashers to use, in order to place the bcrypt hasher first. This makes BCrypt the default hasher. Added the django_password_strength app to installed apps.
- Legacy-Id: 12796
2017-02-09 16:53:08 +00:00
Henrik Levkowetz db1cc15f1f Undid last commit
- Legacy-Id: 12792
2017-02-08 18:03:29 +00:00
Henrik Levkowetz 15628c698f Tweaked the IPR Details page to show the possible a), b), and c) choices under section 'V' when licensing declaration to be provided later has been chosen.
- Legacy-Id: 12791
2017-02-08 18:02:03 +00:00
Henrik Levkowetz 49a899fe66 Added support for management of trac wikis for explicitly named groups, such as the IESG and IAOC. Tweaked the dummy-run handling of the create_group_wikis management command.
- Legacy-Id: 12789
2017-02-08 16:37:31 +00:00
Henrik Levkowetz 2d02ec9237 Set version info and settings back to development mode
- Legacy-Id: 12775
2017-02-01 18:12:27 +00:00