Commit graph

988 commits

Author SHA1 Message Date
Henrik Levkowetz 1a09d8ab60 Set version info to release version 6.58.0 before branching.
- Legacy-Id: 14013
2017-07-31 12:33:41 +00:00
Henrik Levkowetz 0fc216b7fd Tweaked the draft dot regexp
- Legacy-Id: 13993
2017-07-28 12:51:28 +00:00
Henrik Levkowetz 4295396891 Make Document.href() point at the rfc when doc.is_rfc().
- Legacy-Id: 13988
2017-07-27 15:28:11 +00:00
Henrik Levkowetz 4be32ee7f2 Changed the menubar link to meeting materials to explicitly point at /meeting/materials/, not just /meeting/.
- Legacy-Id: 13970
2017-07-26 16:03:25 +00:00
Henrik Levkowetz 3c88cf822b Replaced some group-specific agenda and minutes urls with session-specific urls, and more consistently pointed at explicitly named meeting materilas. Related to [13964].
- Legacy-Id: 13968
Note: SVN reference [13964] has been migrated to Git commit a5d8cc85d3
2017-07-24 17:41:49 +00:00
Henrik Levkowetz a5d8cc85d3 Added urls and views for individual meeting documents, in order to be able to serve them directly from the datatracker, instead of taking them from www.ietf.org through CDN. Adjusted the patterns used for href() accordingly. This also avoid different-origin issues. Shifted the url for materials_editable_groups() to an URL more in line to those it links to. Changed the iframe urls for the agenda week view to work for groups with different agendas for different sessions by using href().
- Legacy-Id: 13964
2017-07-21 21:23:53 +00:00
Henrik Levkowetz 9ff76d026d Set version info and settings back to development mode
- Legacy-Id: 13945
2017-07-19 12:15:22 +00:00
Henrik Levkowetz f5e8b60a45 Set version info to release version 6.57.0 before branching.
- Legacy-Id: 13943
2017-07-19 12:15:05 +00:00
Henrik Levkowetz e1faf1f61d Reverted the meeting agenda href setting.
- Legacy-Id: 13922
2017-07-16 13:01:25 +00:00
Henrik Levkowetz ce9291daeb Tweaked the coverage line ignore patterns.
- Legacy-Id: 13880
2017-07-13 19:41:45 +00:00
Henrik Levkowetz e0c59bace0 Added a code coverage exception pattern.
- Legacy-Id: 13878
2017-07-13 15:38:15 +00:00
Henrik Levkowetz 263551d3b7 Set version info and settings back to development mode
- Legacy-Id: 13856
2017-07-13 12:41:25 +00:00
Henrik Levkowetz ba93c510a7 Set version info to release version 6.56.0 before branching.
- Legacy-Id: 13854
2017-07-13 12:41:16 +00:00
Henrik Levkowetz 46fc7b77fd Added more validation of extension, mime type, etc. for uploaded meeting agendas and minutes. Added '.md' (markdown) as an accepted file type. Html with frames is now rejected. Factored out validation code into separate functions.
- Legacy-Id: 13849
2017-07-12 22:45:57 +00:00
Henrik Levkowetz 95ddc35eae Added wiki creation for groups in state 'bof'
- Legacy-Id: 13829
2017-07-11 16:06:00 +00:00
Henrik Levkowetz d26c7085c6 Added code coverage settings and configuration to ignore debug-related lines of code.
- Legacy-Id: 13817
2017-07-09 15:00:22 +00:00
Henrik Levkowetz 24ce4c176c Set version info and settings back to development mode
- Legacy-Id: 13791
2017-07-08 10:09:39 +00:00
Henrik Levkowetz bba07777ad Set version info to release version 6.55.3 before branching.
- Legacy-Id: 13789
2017-07-08 10:09:31 +00:00
Henrik Levkowetz bf0aec8e89 Updated template exclusion setting.
- Legacy-Id: 13767
2017-07-03 21:19:28 +00:00
Henrik Levkowetz 4b28605774 Set version info and settings back to development mode
- Legacy-Id: 13749
2017-07-01 10:49:49 +00:00
Henrik Levkowetz f50b8fb403 Set version info to release version 6.55.2 before branching.
- Legacy-Id: 13747
2017-07-01 10:49:39 +00:00
Henrik Levkowetz 60e9b7451c Included the temporary yang model extraction directory in the list of model librarires given to yanglint, in order to support drafts with models referencing models in the same draft. Fixes issue #2324.
- Legacy-Id: 13736
2017-06-29 21:03:26 +00:00
Henrik Levkowetz 4d562e9bac Set version info and settings back to development mode
- Legacy-Id: 13693
2017-06-20 13:43:46 +00:00
Henrik Levkowetz 4ef411285e Set version info to release version 6.55.1 before branching.
- Legacy-Id: 13691
2017-06-20 13:43:38 +00:00
Henrik Levkowetz 4ea1c34791 Set version info and settings back to development mode
- Legacy-Id: 13651
2017-06-16 09:38:39 +00:00
Henrik Levkowetz 35cf75ce94 Set version info to release version 6.55.0 before branching.
- Legacy-Id: 13649
2017-06-16 09:38:31 +00:00
Henrik Levkowetz ca324df8f4 Set version info and settings back to development mode
- Legacy-Id: 13643
2017-06-16 09:13:52 +00:00
Henrik Levkowetz 6187f0c05d Set version info to release version 6.55.0 before branching.
- Legacy-Id: 13641
2017-06-16 09:13:44 +00:00
Henrik Levkowetz d98054c103 Added a new yang checker, 'yanglint', to the existing Yang checker class, in
addition to the existing 'pyang' checker.

Added modal overlay displays showing the yang check results every place the
yin/yang symbol is shown (red or green) to indicate the presencee and result
of yang checks.  Added a Yang Validation: line in the document
meta-information section on the document's page in the datatracker.

Added the result of the xym extaction to the yang check results, to make
extration failures visible.

Added the version of the used xym, pyang, and yanglint commands to the check
results.

Added an action to move successfully extracted and validated modules to the
module library directories immediately on submission.

Added the xym and pyang repositories as svn:external components, rather than
listing them in requirements.txt, as there has been delays of many months
between essential features in the repositories, and an actual release.  We may
get occasional buildbot failures if broken code is pulled in from the
repository, but better that than the functionality failure of severely
outdated componets.

Added a new management command to re-run yang validation for active drafts for
which yang modules were found at submission time, in order to pick up imported
models which may have arrived in the model libraries after the draft's
submission.  Run daily from bin/daily.

Added a table to hold version information for external commands.  The yang
checker output should include the version information of the used checkers,
but seems unnecessary to run each command with its --version switch every
time we check a module...

Added a new management command to collect version information for external
commands on demand.  To be run daily from bin/daily.

Added tests to verify that xym, pyang and yanglint information is available
on the submission confirmation page, and updated the yang module contained in
the test document to validate under both pyang and yanglint.

Updated admin.py and resource.py files as needed.
 - Legacy-Id: 13630
2017-06-15 16:09:28 +00:00
Henrik Levkowetz c53e3784c3 Set version info and settings back to development mode
- Legacy-Id: 13599
2017-06-13 10:38:36 +00:00
Henrik Levkowetz 317d948c90 Set version info to release version 6.54.1 before branching.
- Legacy-Id: 13597
2017-06-13 10:36:58 +00:00
Henrik Levkowetz 356fa71a6a Set version info and settings back to development mode
- Legacy-Id: 13564
2017-06-08 11:17:44 +00:00
Henrik Levkowetz 7da2f28588 Set version info to release version 6.54.0 before branching.
- Legacy-Id: 13562
2017-06-08 11:17:11 +00:00
Henrik Levkowetz 023a32715d Merged in ^/branch/iola/author-stats-r13145 from olau@iola.com, with additional features from ^/personal/henrik/6.52.1-authorstats.
- Legacy-Id: 13550
2017-06-06 18:36:59 +00:00
Henrik Levkowetz 1158a4d780 Set version info and settings back to development mode
- Legacy-Id: 13548
2017-06-06 17:40:29 +00:00
Henrik Levkowetz c6a46983a1 Set version info to release version 6.53.1 before branching.
- Legacy-Id: 13546
2017-06-06 17:40:21 +00:00
Henrik Levkowetz a28940fc1e Name/email formatting tweaks, to complement [13536].
- Legacy-Id: 13540
Note: SVN reference [13536] has been migrated to Git commit 55d36e284d
2017-06-06 08:11:31 +00:00
Henrik Levkowetz 20b4250ea5 Reduced the size of stats data transferred from the server by an order of magnitude for author stats pages by not sending complete lists of item names per table item (we're only displaying them when there are few to display, anyway). Added caching of the resulting stats data for 24 hours. The caching was not possible in all cases before the data reduction, due to an item size limit of 1 MByte in memcached.
- Legacy-Id: 13534
2017-06-05 22:32:15 +00:00
Henrik Levkowetz 26f07f0a29 Set version info and settings back to development mode
- Legacy-Id: 13530
2017-06-05 13:42:03 +00:00
Henrik Levkowetz db50ad4a27 Set version info to release version 6.53.0 before branching.
- Legacy-Id: 13528
2017-06-05 13:41:54 +00:00
Henrik Levkowetz d3decdcb61 Merged in [13485] from rcross@amsl.com:
Add import of YouTube session videos using YouTube Data API.  Fixes #2249.
 - Legacy-Id: 13509
Note: SVN reference [13485] has been migrated to Git commit 7ee2a16967
2017-06-03 23:58:05 +00:00
Henrik Levkowetz b2da91de1b Added a middleware exception handler for the case of people submitting unicode outside the Basic Multilingual Plane, which cannot currently be saved to the database.
- Legacy-Id: 13508
2017-06-03 21:47:51 +00:00
Henrik Levkowetz d5eb59c5a6 Changed the extension filtering from using a blacklist to a whitelist, to avoid a lot of incorrect types.
- Legacy-Id: 13487
2017-06-01 20:19:38 +00:00
Ryan Cross 7ee2a16967 Add import of YouTube session videos using YouTube Data API. Fixes #2249. Commit ready for merge.
- Legacy-Id: 13485
2017-06-01 18:36:46 +00:00
Henrik Levkowetz 76628be3fd Merged in ^/branch/iola/author-stats-r13145 from olau@iola.dk, and fixed some tests in code which moved after the latest merge with trunk. The test suite passes, but the migrations are _not_ ready to run, because of numbering conflicts (again due to code changes on trunk since the latest sync).
- Legacy-Id: 13479
2017-05-31 20:59:26 +00:00
Henrik Levkowetz e0c994ffea Set version info and settings back to development mode
- Legacy-Id: 13457
2017-05-29 23:21:48 +00:00
Henrik Levkowetz f542801631 Set version info to release version 6.52.0 before branching.
- Legacy-Id: 13455
2017-05-29 23:21:36 +00:00
Henrik Levkowetz 1d37e387bd Set version info and settings back to development mode
- Legacy-Id: 13377
2017-05-16 15:34:52 +00:00
Henrik Levkowetz 46edaaa825 Set version info to release version 6.51.0 before branching.
- Legacy-Id: 13375
2017-05-16 15:34:43 +00:00
Henrik Levkowetz 15063bf74c Set version info and settings back to development mode
- Legacy-Id: 13345
2017-05-14 10:01:04 +00:00