Commit graph

936 commits

Author SHA1 Message Date
Henrik Levkowetz 9c818093b0 Set version info to release version 6.37.0 before branching.
- Legacy-Id: 12234
2016-10-30 12:15:33 +00:00
Henrik Levkowetz 47681c5924 Tweaks to settings.py, adding information about the use of some settings.
- Legacy-Id: 12229
2016-10-29 11:41:22 +00:00
Henrik Levkowetz aec77c2385 Rewrote Document.href() to not do database queries when possible, as that has a big performance impact. Fixed a number of tests which relied on href() not doing the right thing for simplified test data. Added caching of canonical_name(), which can be quite heavy. Additional refactoring in a number of places, to use better test data and avoid test failures for good code :-)
- Legacy-Id: 12226
2016-10-28 16:59:42 +00:00
Henrik Levkowetz 681395ff8e Added a column to the debug view of sql queries which indicate whether a query originated in view code or template rendering.
- Legacy-Id: 12217
2016-10-26 18:49:58 +00:00
Henrik Levkowetz 17bf44af3c To minimize what seems to be an increased risk of segfaults when using virtualenv with system packages, this commit introduces an alternative, which does away with the general system package availability, but adds symlinks to two svn related system packages when running checks.
- Legacy-Id: 12208
2016-10-25 00:11:31 +00:00
Henrik Levkowetz 669627b53e Set version info and settings back to development mode
- Legacy-Id: 12203
2016-10-21 15:15:06 +00:00
Henrik Levkowetz 3e4bb71dba Set version info to release version 6.36.0 before branching.
- Legacy-Id: 12201
2016-10-21 15:14:59 +00:00
Henrik Levkowetz e1f0477ec8 Make sure that the svn component is enabled, even if we can't find the Trac inherit-from settings file.
- Legacy-Id: 12184
2016-10-19 22:36:42 +00:00
Henrik Levkowetz ba5c17ecfd Merged in a management command which provides glue code for creation and maintenance of Trac issue tracker and wiki installations per group. New groups of type wg, rg, and area will autmatically receive a Trac instance.
- Legacy-Id: 12182
2016-10-19 18:08:05 +00:00
Henrik Levkowetz f9b4955880 Tweaked the settings a bit, to avoid problems if changing TRAC_WIKI_DIR_ROOT after TRAC_WIKI_DIR_PATTERN has been set. Added a --wiki-dir-pattern switch to the management command.
- Legacy-Id: 12181
2016-10-19 14:56:57 +00:00
Henrik Levkowetz 41945d5525 Reverted unintended commit
- Legacy-Id: 12179
2016-10-19 14:47:17 +00:00
Henrik Levkowetz b2aae7dc35 Ignore the virtualenv-created directories under env/
- Legacy-Id: 12178
2016-10-19 14:44:44 +00:00
Henrik Levkowetz 5c562abec2 Set version info and settings back to development mode
- Legacy-Id: 12159
2016-10-17 18:18:00 +00:00
Henrik Levkowetz 4d5da73b3e Set version info to release version 6.35.0 before branching.
- Legacy-Id: 12157
2016-10-17 18:17:52 +00:00
Ole Laursen 38109e5f13 Add a couple more of the scripts that aren't supposed to be tested
directly to TEST_CODE_COVERAGE_EXCLUDE
 - Legacy-Id: 12152
2016-10-14 16:24:27 +00:00
Ole Laursen da032407f7 Exclude review tool importer from code coverage check
- Legacy-Id: 12151
2016-10-14 16:17:42 +00:00
Henrik Levkowetz 1a92efb77e Merged in ^/branch/proceedings/6.33.1.dev0@12141 from rcross@amsl.com:
Added meeting proceedings introduction pages: Progress Report and Attendees.  Added a data migration to provide proceedings introduction information for IETF 95 and 96.
 - Legacy-Id: 12150
2016-10-14 15:48:10 +00:00
Henrik Levkowetz 4cd3c484be New management command create_group_wikis. Work in progress.
- Legacy-Id: 12149
2016-10-14 15:03:13 +00:00
Ryan Cross 743ec4d7ff Refactor Proceedings Introduction pages tests and implementation. Commit ready for merge
- Legacy-Id: 12140
2016-10-13 23:31:03 +00:00
Ole Laursen 958ba5ba95 Make new branch from trunk and merge in review-tracker-r11921
- Legacy-Id: 12129
2016-10-13 16:38:47 +00:00
Ryan Cross c3d4cc1aea Add meeting proceedings introduction pages: Progress Report and Attendees. Commit ready for merge.
- Legacy-Id: 12111
2016-10-10 21:21:02 +00:00
Henrik Levkowetz 06c10ff258 Changed the default setting for the htpasswd binary path.
- Legacy-Id: 12110
2016-10-08 20:34:10 +00:00
Henrik Levkowetz 269226a486 Merged in [12099] from rjsparks@nostrum.com:
Changes interim announcements and interim cancellation announcements to use mailtriggers. Adds irtf-announce to announcements for IRTF groups. Fixes #2018.
 - Legacy-Id: 12100
Note: SVN reference [12099] has been migrated to Git commit 5b32cc2da7
2016-10-07 15:30:43 +00:00
Robert Sparks 5b32cc2da7 Changes interim announcements and interim cancellation announcements to use mailtriggers. Adds irtf-announce to announcements for IRTF groups. Fixes #2018. Commit ready for merge.
- Legacy-Id: 12099
2016-10-07 15:05:47 +00:00
Henrik Levkowetz 088181cf52 Set version info and settings back to development mode
- Legacy-Id: 12078
2016-10-02 16:38:17 +00:00
Henrik Levkowetz ae6c694e8c Set version info to release version 6.34.2 before branching.
- Legacy-Id: 12076
2016-10-02 16:38:06 +00:00
Henrik Levkowetz e3a7d47fdc Moved some code and tweaked settings to ignore sql debug functions when calculating code coverage.
- Legacy-Id: 12069
2016-09-30 21:29:32 +00:00
Henrik Levkowetz f6ffc1ca10 Set version info and settings back to development mode
- Legacy-Id: 12050
2016-09-27 07:17:17 +00:00
Henrik Levkowetz b3a0506f28 Set version info to release version 6.34.1 before branching.
- Legacy-Id: 12048
2016-09-27 07:17:07 +00:00
Henrik Levkowetz f278ea74c0 Undid an unintended commit (code change for test purposes)
- Legacy-Id: 12036
2016-09-26 06:16:39 +00:00
Henrik Levkowetz 7f772641d4 Change the cache key construction to deal with query arguments containing spaces. Fixes 500 errors which would otherwise occur.
- Legacy-Id: 12035
2016-09-25 13:53:22 +00:00
Henrik Levkowetz 507e9fe6bb Set version info and settings back to development mode
- Legacy-Id: 12033
2016-09-24 09:31:29 +00:00
Henrik Levkowetz 68f9eb9b34 Set version info to release version 6.34.0 before branching.
- Legacy-Id: 12031
2016-09-24 09:31:17 +00:00
Henrik Levkowetz 26b96413a5 Set version info and settings back to development mode
- Legacy-Id: 12025
2016-09-23 06:23:18 +00:00
Henrik Levkowetz 78aa83d240 Set version info to release version 6.33.1 before branching.
- Legacy-Id: 12023
2016-09-23 06:23:06 +00:00
Henrik Levkowetz c9339c923b Set version info and settings back to development mode
- Legacy-Id: 11981
2016-09-11 12:39:54 +00:00
Henrik Levkowetz 9fbe0ebbea Set version info to release version 6.33.0 before branching.
- Legacy-Id: 11979
2016-09-11 12:39:46 +00:00
Henrik Levkowetz 99150fa793 Set version info and settings back to development mode
- Legacy-Id: 11973
2016-09-11 11:56:49 +00:00
Henrik Levkowetz b7a60f7f44 Set version info to release version 6.33.0 before branching.
- Legacy-Id: 11971
2016-09-11 11:56:42 +00:00
Henrik Levkowetz 350d5315a5 Use absolute paths when checking for app settings files to include.
- Legacy-Id: 11957
2016-09-09 14:39:55 +00:00
Henrik Levkowetz 7843ea25c5 Set version info and settings back to development mode
- Legacy-Id: 11955
2016-09-09 12:23:26 +00:00
Henrik Levkowetz e4e7cecd9d Set version info to release version 6.32.1 before branching.
- Legacy-Id: 11953
2016-09-09 12:23:18 +00:00
Henrik Levkowetz 52d8961e83 Fixed a pyflakes nit.
- Legacy-Id: 11950
2016-09-09 09:52:56 +00:00
Henrik Levkowetz 545140d939 Started moving app-specific settings into app settings.py files.
- Legacy-Id: 11949
2016-09-09 05:42:41 +00:00
Henrik Levkowetz a2ef156d36 Changed the export options and resources for charts so as to not involve a third-party server for image exports.
- Legacy-Id: 11947
2016-09-09 04:31:22 +00:00
Henrik Levkowetz eed2cd979e Added a set of chart options for small activity indication graphs. Fixed a pylint nit.
- Legacy-Id: 11939
2016-09-08 09:36:08 +00:00
Henrik Levkowetz 15a8e286a2 Set version info and settings back to development mode
- Legacy-Id: 11937
2016-09-08 09:05:30 +00:00
Henrik Levkowetz d8f82e228a Set version info to release version 6.32.0 before branching.
- Legacy-Id: 11935
2016-09-08 09:05:21 +00:00
Henrik Levkowetz f726f5c785 Moved default column chart settings to settings.py. Split chart config and data into separate ajax urls to permit drawing base chart details before having data. Added a 'Loading...' notification while loading chart data. Added more test cases. Changed chart settings to eliminate empty data points from data transfer.
- Legacy-Id: 11930
2016-09-07 13:06:30 +00:00
Ole Laursen 74a02be9bf Create new branch from trunk@r11921, and merge review-tracker-r11360 into it
- Legacy-Id: 11923
2016-09-06 10:17:12 +00:00
Henrik Levkowetz 690589dddc Set version info and settings back to development mode
- Legacy-Id: 11909
2016-08-31 14:20:37 +00:00
Henrik Levkowetz 26a6e15c25 Set version info to release version 6.31.1 before branching.
- Legacy-Id: 11907
2016-08-31 14:20:26 +00:00
Henrik Levkowetz 7e6ed23f70 Merged in [11858] from rjsparks@nostrum.com:
Merge forward Ryan's IETF Overview pages.
 - Legacy-Id: 11874
Note: SVN reference [11858] has been migrated to Git commit cb3af1a2d9
2016-08-25 13:36:48 +00:00
Henrik Levkowetz c97424ce43 Set version info and settings back to development mode
- Legacy-Id: 11867
2016-08-25 06:05:00 +00:00
Henrik Levkowetz 18026745b8 Set version info to release version 6.31.0 before branching.
- Legacy-Id: 11865
2016-08-25 06:04:52 +00:00
Robert Sparks cb3af1a2d9 Merge forward Ryan's IETF Overview pages. Commit ready for merge.
- Legacy-Id: 11858
2016-08-24 17:20:54 +00:00
Henrik Levkowetz 4b0a9360f0 Merged in ^/branch/iola/event-saving-refactor-r10291, which refactors document saving to always use doc.save_with_history(events), and requires accompanying events. This branch also provides refactoring of recurring regexes in url patterns into a dictionary. As part of the merge, also refactored new code which didn't use the save_with_history() method.
- Legacy-Id: 11840
2016-08-23 10:52:08 +00:00
Henrik Levkowetz 3e3255db7d Set version info and settings back to development mode
- Legacy-Id: 11832
2016-08-20 11:46:42 +00:00
Henrik Levkowetz 21e1c920db Set version info to release version 6.30.0 before branching.
- Legacy-Id: 11830
2016-08-20 11:46:33 +00:00
Robert Sparks 44cd9e0920 Moved the materials start, cutoff, and revision dates into the Meeting object
- Legacy-Id: 11760
2016-08-05 20:44:05 +00:00
Henrik Levkowetz c3718c8e6c Set version info and settings back to development mode
- Legacy-Id: 11729
2016-07-20 09:34:11 +00:00
Henrik Levkowetz 5462fc4dce Set version info to release version 6.29.0 before branching.
- Legacy-Id: 11727
2016-07-20 09:34:02 +00:00
Henrik Levkowetz 5307dc1cf1 Set version info and settings back to development mode
- Legacy-Id: 11678
2016-07-16 13:44:01 +00:00
Henrik Levkowetz 9dc2b0d6a0 Set version info to release version 6.28.0 before branching.
- Legacy-Id: 11676
2016-07-16 13:43:52 +00:00
Henrik Levkowetz b0880b3499 Set version info and settings back to development mode
- Legacy-Id: 11599
2016-07-10 16:07:23 +00:00
Henrik Levkowetz 2429eb10fb Set version info to release version 6.27.0 before branching.
- Legacy-Id: 11597
2016-07-10 16:07:12 +00:00
Henrik Levkowetz 167fba37e8 Set version info and settings back to development mode
- Legacy-Id: 11566
2016-07-08 11:34:03 +00:00
Henrik Levkowetz f79ac44206 Set version info to release version 6.26.0 before branching.
- Legacy-Id: 11564
2016-07-08 11:32:16 +00:00
Henrik Levkowetz 11d3e6fcd5 Added a media subdirectory for floorplans.
- Legacy-Id: 11535
2016-07-07 12:21:25 +00:00
Henrik Levkowetz 9318efa13a Set version info and settings back to development mode
- Legacy-Id: 11495
2016-06-28 20:50:58 +00:00
Henrik Levkowetz c750e5765b Set version info to release version 6.25.0 before branching.
- Legacy-Id: 11493
2016-06-28 20:50:51 +00:00
Henrik Levkowetz 834bf08d6f Added settings to use the cache back-end for sessions. Separated out the preference cookie age from the session age. Made the session age refresh on each access, and set the session timeout to 4 weeks of no access.
- Legacy-Id: 11473
2016-06-24 15:44:54 +00:00
Henrik Levkowetz f36f38af90 Set version info and settings back to development mode
- Legacy-Id: 11449
2016-06-21 19:15:42 +00:00
Henrik Levkowetz 66e847b208 Set version info to release version 6.24.0 before branching.
- Legacy-Id: 11447
2016-06-21 19:15:18 +00:00
Henrik Levkowetz d298785fda Merged in ^/branch/amsl/interim@11230, which provides interim meeting management support. Also fixes issues #1961, #1962 and #1964.
- Legacy-Id: 11402
2016-06-17 14:16:27 +00:00
Henrik Levkowetz 688ffa4e2d Set version info and settings back to development mode
- Legacy-Id: 11400
2016-06-17 13:20:35 +00:00
Henrik Levkowetz a9942ab05b Set version info to release version 6.23.0 before branching.
- Legacy-Id: 11398
2016-06-17 13:20:26 +00:00
Henrik Levkowetz e110419916 Merged in ^/personal/henrik/6.22.1-acctdeps which provides import of addresses subscribed to IETF mailing lists, and additional datatracker account creation requirements. Also a table and form for manual whitelisting of account logins, in order to handle cases which fall outside the default requirements. Fixed some tests.
- Legacy-Id: 11389
2016-06-15 22:10:50 +00:00
Henrik Levkowetz 4f6870d5a8 Set version info and settings back to development mode
- Legacy-Id: 11381
2016-06-15 15:09:50 +00:00
Henrik Levkowetz 576176ecce Set version info to release version 6.22.2 before branching.
- Legacy-Id: 11379
2016-06-15 15:09:41 +00:00
Henrik Levkowetz b0ddd0daeb Added models for mailman lists and subscribed and whitelisted addresses, and an import management command suited to be run as a periodic cron-job.
- Legacy-Id: 11373
2016-06-14 21:36:05 +00:00
Ole Laursen 7b95f46ecb Merge review-tracker branch with new branch from trunk
- Legacy-Id: 11364
2016-06-14 13:57:20 +00:00
Ole Laursen 7cbe36fb62 Implement completing a review with tests. One can currently
enter/upload content or retrieve it from an IETF mailarch archive
through integrated searching support. Support for partial completion.
 - Legacy-Id: 11360
2016-06-14 11:28:53 +00:00
Henrik Levkowetz 7037c734f6 Set version info and settings back to development mode
- Legacy-Id: 11353
2016-06-13 15:14:03 +00:00
Henrik Levkowetz 3d2bd57301 Set version info to release version 6.22.1 before branching.
- Legacy-Id: 11351
2016-06-13 15:13:54 +00:00
Henrik Levkowetz d5701633fa Grouped aliases settings together.
- Legacy-Id: 11344
2016-06-13 14:50:11 +00:00
Henrik Levkowetz ee14795563 Reapplying aliases patch lost in previous commit.
- Legacy-Id: 11342
2016-06-13 13:47:44 +00:00
Henrik Levkowetz 4a227601df Added default media and photo directories for use in development. Changed settings to point to the media dir in development.
- Legacy-Id: 11341
2016-06-13 13:42:03 +00:00
Henrik Levkowetz 09109516f9 Fixed a bug in the default alias-file settings.
- Legacy-Id: 11340
2016-06-13 10:57:02 +00:00
Henrik Levkowetz c6e1daa2e9 Set version info and settings back to development mode
- Legacy-Id: 11328
2016-06-12 10:44:16 +00:00
Henrik Levkowetz aa08aad199 Set version info to release version 6.22.0 before branching.
- Legacy-Id: 11326
2016-06-12 10:44:09 +00:00
Henrik Levkowetz 9eacdbf2c6 Merged in ^/personal/henrik/6.21.1-biophoto@11313, with work from rjsparks@nostrum.com and henrik@levkowetz.com which provides support for profile biography and photo.
- Legacy-Id: 11314
2016-06-10 19:36:47 +00:00
Henrik Levkowetz e62c3ac8d2 Set version info and settings back to development mode
- Legacy-Id: 11311
2016-06-10 09:45:48 +00:00
Henrik Levkowetz 517425d12f Set version info to release version 6.21.1 before branching.
- Legacy-Id: 11309
2016-06-10 09:45:41 +00:00
Henrik Levkowetz c80b654f18 Simplified some setting calculations.
- Legacy-Id: 11299
2016-06-09 21:50:56 +00:00
Henrik Levkowetz 9e382bb711 Added support for reStructuredText markup in bios.
- Legacy-Id: 11284
2016-06-06 16:29:25 +00:00
Henrik Levkowetz 2947bb4096 Added a setting (to go with the earlier changes in ietfauth and secr/rolodex) for excluded personal email patterns.
- Legacy-Id: 11282
2016-06-06 07:49:26 +00:00
Henrik Levkowetz 5f4de2047e Added additional directories for IAB photos.
- Legacy-Id: 11273
2016-06-05 09:50:09 +00:00
Henrik Levkowetz 33a0629911 Enhanced the photo collection script to look in multiple locations, in order to capture missing IAB and IESG member photos, and to select full and thumbnail photos from a preference list based on timestamp and size.
- Legacy-Id: 11270
2016-06-03 22:54:35 +00:00
Henrik Levkowetz c83dae57fb Added setting for MEDIA_ROOT, and changed the setting for MEDIA_URL; introduced a setting for the IETF main site URL, for use where MEDIA_URL had been used (incorrectly) earlier.
- Legacy-Id: 11263
2016-06-02 19:17:38 +00:00
Henrik Levkowetz 14a4ea177c Merged in ^/personal/rjs/6.21.1.dev0@11257
- Legacy-Id: 11259
2016-06-01 16:37:01 +00:00
Ryan Cross c8f3760dbe refactor code dealing with interim materials path
- Legacy-Id: 11229
2016-05-23 22:58:45 +00:00
Henrik Levkowetz dad8cc6ba1 Updated maximum file-sizes for draft submissions. Added some Trac-glue-related settings.
- Legacy-Id: 11223
2016-05-22 16:00:35 +00:00
Henrik Levkowetz a15d0ecbd6 Prevent people from adding ietf list addresses to their personal accounts.
- Legacy-Id: 11218
2016-05-20 22:39:30 +00:00
Henrik Levkowetz caf3a4cb7e Set version info and settings back to development mode
- Legacy-Id: 11215
2016-05-20 10:22:05 +00:00
Henrik Levkowetz 0b4d3b5802 Set version info to release version 6.21.0 before branching.
- Legacy-Id: 11213
2016-05-20 10:21:43 +00:00
Ole Laursen 64a65340a2 Add review tracking models, add a request review page (with test), show
review requests on doc page
 - Legacy-Id: 11206
2016-05-19 15:35:30 +00:00
Henrik Levkowetz 3849620362 Settings for Trac glue commands.
- Legacy-Id: 11201
2016-05-18 18:10:46 +00:00
Ole Laursen b599dca51d Override the django-bootstrap3 default help-text-and-errors rendering
to separate the unrelated concepts
 - Legacy-Id: 11177
2016-05-10 16:44:45 +00:00
Henrik Levkowetz 8f2872124e Set version info and settings back to development mode
- Legacy-Id: 11161
2016-05-05 12:37:34 +00:00
Henrik Levkowetz e0ef2ea178 Set version info to release version 6.20.0 before branching.
- Legacy-Id: 11159
2016-05-05 12:37:24 +00:00
Henrik Levkowetz 274aa60834 Excluded management commands from code coverage figures -- testing is possible but in many cases would be so slow that the test suite would become much more painful to run.
- Legacy-Id: 11144
2016-05-03 18:12:40 +00:00
Ryan Cross ba75fad3b5 added send announcement view
- Legacy-Id: 11130
2016-04-22 23:14:35 +00:00
Henrik Levkowetz 8488d0620f Added a crontab file to be symlinked from /etc/cron.d/, and related scripts to be run from cron. Requires refactoring of CronRunner and NightRunner scripts before activation, to avoid duplicate runs.
- Legacy-Id: 11114
2016-04-08 17:32:18 +00:00
Henrik Levkowetz d96f0fe964 Added a django management command to populate yang model libraries from RFCs and drafts.
- Legacy-Id: 11110
2016-04-08 17:18:54 +00:00
Henrik Levkowetz 0bb8c23909 Set version info and settings back to development mode
- Legacy-Id: 11102
2016-04-05 17:54:27 +00:00
Henrik Levkowetz eefe6b90d0 Set version info to release version 6.19.0 before branching.
- Legacy-Id: 11100
2016-04-05 17:54:16 +00:00
Henrik Levkowetz 9f90441aa6 Set version info and settings back to development mode
- Legacy-Id: 11034
2016-03-30 11:54:43 +00:00
Henrik Levkowetz 54c45c9a1d Set version info to release version 6.18.1 before branching.
- Legacy-Id: 11032
2016-03-30 11:54:36 +00:00
Henrik Levkowetz 4866a24849 Set version info and settings back to development mode
- Legacy-Id: 11004
2016-03-28 20:10:19 +00:00
Henrik Levkowetz 759bb5476b Set version info to release version 6.18.0 before branching.
- Legacy-Id: 11002
2016-03-28 20:10:11 +00:00
Henrik Levkowetz 9b5e860ffb Set version info and settings back to development mode
- Legacy-Id: 10988
2016-03-28 15:00:26 +00:00
Henrik Levkowetz ae683fd542 Set version info to release version 6.17.1 before branching.
- Legacy-Id: 10986
2016-03-28 15:00:15 +00:00
Henrik Levkowetz 723c57de25 Merged in [10953] from rjsparks@nostrum.com:
Use the same pattern for extending installed apps with middleware classes.
 - Legacy-Id: 10971
Note: SVN reference [10953] has been migrated to Git commit d411803e80
2016-03-24 14:14:55 +00:00
Robert Sparks d411803e80 Use the same pattern for extending installed apps with middleware classes. Commit ready for merge.
- Legacy-Id: 10953
2016-03-17 23:18:29 +00:00
Henrik Levkowetz 75a3895dd9 Set version info and settings back to development mode
- Legacy-Id: 10948
2016-03-16 15:12:03 +00:00
Henrik Levkowetz e62e8c0893 Set version info to release version 6.17.0 before branching.
- Legacy-Id: 10946
2016-03-16 15:11:53 +00:00
Henrik Levkowetz 661d89e811 Corrected the path to the wrapper for postconfirm used by the draft- and wg-aliases.
- Legacy-Id: 10923
2016-03-14 19:27:32 +00:00
Henrik Levkowetz 3cdff01277 Set version info and settings back to development mode
- Legacy-Id: 10907
2016-03-05 15:01:57 +00:00
Henrik Levkowetz 9b3943a050 Set version info to release version 6.16.0 before branching.
- Legacy-Id: 10905
2016-03-05 15:01:44 +00:00
Henrik Levkowetz 76bb233b70 Refactored draft submission checks so that new checkers can be slotted in through a configuration in settings.py. Refactored the calling of idnits to use the new API, and added a pyang validation check.
- Legacy-Id: 10894
2016-03-04 20:08:29 +00:00
Henrik Levkowetz f542eeb1ce Set version info and settings back to development mode
- Legacy-Id: 10877
2016-02-29 17:00:58 +00:00
Henrik Levkowetz 7460d8d197 Set version info to release version 6.15.0 before branching.
- Legacy-Id: 10875
2016-02-29 17:00:51 +00:00
Henrik Levkowetz 8b87125716 Set version info and settings back to development mode
- Legacy-Id: 10825
2016-02-11 09:33:35 +00:00
Henrik Levkowetz 07b60f6721 Set version info to release version 6.14.1 before branching.
- Legacy-Id: 10823
2016-02-11 09:33:29 +00:00
Henrik Levkowetz 36d30ed9e6 Set version info and settings back to development mode
- Legacy-Id: 10801
2016-02-07 15:42:58 +00:00
Henrik Levkowetz 36e56d4fa8 Set version info to release version 6.14.0 before branching.
- Legacy-Id: 10799
2016-02-07 15:42:48 +00:00
Henrik Levkowetz 04cc29db7b Set version info and settings back to development mode
- Legacy-Id: 10712
2016-01-18 09:05:54 +00:00
Henrik Levkowetz ac9eaa6f7e Set version info to release version 6.13.0 before branching.
- Legacy-Id: 10710
2016-01-18 09:05:48 +00:00
Henrik Levkowetz 6c8629c4a9 Merged in [10629] from rjsparks@nostrum.com:
This set of changes focuses on improvements to the nomcom portion of
    the datatracker. 

    These changes:

    - Simplify the nomcom form for comments. Make it more obvious who
      receives mail when a comment is supplied. Fixes #1849.

    - Simplify the nomcom form for nominations. Provide a primary workflow
      where nominations choose an existing Person, and a secondary
      workflow for nominating new people. 

    - Allow nominees to add a comment when accepting or declining a
      nomination. Fixes #1845.

    - Organize the list of nominees on the feedback page. Fixes #1786 and
      #1809.

    - Simplify the mechanisms used to display feedback message counts.

    - Regroup the feedback view to make it easier to see where to spend
      review effort. Fixes #1866.

    - Capture when nomcom members last reviewed feedback for a given
      nominee. Add badges when new feedback is avaliable. Improve the
      layout of the feedback index page. Fixes #1850.

    - Reorganize the tab navigation on the nomcom private pages. Made it
      more obvious when the chair is doing something that only the chair
      gets to see. Fixes #1788 and #1795.

    - Regroup multiselect options to make classifying pending feedback
      simpler. Make the control larger and resizable. Fixes #1495.

    - Simplify the chair's views for editing nominee records. Replace the
      merge nominee form with a request to the secretariat to merge Person
      records. Fixes #1847. 

    - Added merging nominees to the secretariat's persson merging script. 

    - Show information for concluded nomcoms. Close feedback and
      nomination for concluded nomcoms. Fixes #1856.

    - Improve the questionnaire templates, reminding the nominee that
      receiving the questionnaire does not imply they have accepted a
      nomination. Fixes #1807.

    - Remove the description field from Postion. Simplify the Position
      list and the Position edit form. Make the nomcom pages more self
      documenting. Add a page to help nomcom chiars through setting up a
      new nomcom. Fixes #1867 and #1768.

    - Remove the type from the template pathname for the requirements
      templates. Make the requirements views work for both types plain and
      rst. Changed the default type for new nomcom requirement templates
      to rst.

    - Remove 'incumbent' from the models. Fixes #1771.

    - Adjust the models for Nominee and Nomination to better associate
      Nominee objects with Person objects.

    - Remove BaseNomcomForm and the implementation of custom fieldsets.

    - Replace the custom message framework with the django provided
      messages framework.

    - Improve SearchablePersonField to show the primary email address for
      any search result where a name appears more than once.

    - Add the use of factory-boy for generating test data. Normalize
      management of a test directory for test nomcom public keys.
      Significantly improve test coverage of the nomcom related code.
 - Legacy-Id: 10703
Note: SVN reference [10629] has been migrated to Git commit c8bbfbad78
2016-01-15 21:59:49 +00:00
Henrik Levkowetz da5cf1f201 Set version info and settings back to development mode
- Legacy-Id: 10697
2016-01-15 08:46:29 +00:00
Henrik Levkowetz 837b66cb9c Set version info to release version 6.12.1 before branching.
- Legacy-Id: 10695
2016-01-15 08:46:23 +00:00
Henrik Levkowetz eb0bf299c0 Set version info and settings back to development mode
- Legacy-Id: 10666
2016-01-13 10:29:09 +00:00
Henrik Levkowetz 9d336d9584 Set version info to release version 6.12.0 before branching.
- Legacy-Id: 10664
2016-01-13 10:29:02 +00:00
Henrik Levkowetz 4bc31b9856 Merged in [10623] from lars@netapp.com:
Simplify the dependency graph generation, by relying on dot to generate PDF (and
now also SVG) directly. Default to showing SVG from the link on a group's page.
 - Legacy-Id: 10650
Note: SVN reference [10623] has been migrated to Git commit f1dcfcafb6
2016-01-12 17:14:11 +00:00
Henrik Levkowetz 8b12a0fa03 Merged in [10591] from housley@vigilsec.com:
Added a negative test to ensure the RFC Editor is not included on notifications of manual posts by the Secretariat unless the document is in the RFC Editor Queue.

Also added a directory for staging of manually submitted drafts, instead of using hardcoded /tmp/, and added creation and removal of a test directory for this.
 - Legacy-Id: 10638
Note: SVN reference [10591] has been migrated to Git commit 4a2868cef5
2016-01-11 22:44:01 +00:00
Robert Sparks f68d546233 removed move_to_default
- Legacy-Id: 10603
2015-12-16 12:07:32 +00:00
Henrik Levkowetz 95e2147f73 Set version info and settings back to development mode
- Legacy-Id: 10516
2015-11-20 20:25:23 +00:00
Henrik Levkowetz f1fba5aa9e Set version info to release version 6.11.0 before branching.
- Legacy-Id: 10514
2015-11-20 20:25:13 +00:00
Henrik Levkowetz 7e08303c33 Set version info and settings back to development mode
- Legacy-Id: 10496
2015-11-15 16:25:44 +00:00