Robert Sparks
f8a28077f5
Add page counts to doc.json. Fixes #1936 . Commit ready for merge.
...
- Legacy-Id: 11122
2016-04-15 13:53:04 +00:00
Robert Sparks
1a2b885864
checkpoint. Refactor to put session oriented utilites back in the meeting app. Minimize the use of the /materials url. Provide better access control to the remaining materials url functions.
...
- Legacy-Id: 10850
2016-02-22 17:03:46 +00:00
Robert Sparks
fe17f6d87b
checkpoint: Allows adding a document to upcoming sessions
...
- Legacy-Id: 10849
2016-02-19 23:13:23 +00:00
Robert Sparks
859f2ead3d
checkpoint: purged the rest of the day/seq URLs. Streamlined workflows to focus on "current" versions as a default. Plumbed editing and deleting sessionpresentations from a document perspective. Started adding meat to document factories.
...
- Legacy-Id: 10847
2016-02-19 04:20:57 +00:00
Robert Sparks
d709af6ca2
checkpoint: refined document/session view with test. Trivial start on Document factories.
...
- Legacy-Id: 10845
2016-02-18 04:07:17 +00:00
Henrik Levkowetz
174cfeafa3
Merged in [10770], [10771], [10772], and [10773] from housley@vigilsec.com:
...
The IESG Telechat Agenda now shows "(Has RFC Editor Note)" after the I-D
filename if there is an RFC Editor Note associated with the document. This
was added to the html and txt versions of the agenda. It was not added to the
Secretariat view or the Scribe view of the agenda.
For transition, when an AD edits the RFC Editor Note, they need to move the
text from the current writeup into the new field. Returning documents on the
telechat agenda seems to be the biggest opportunity for something to fall
between the cracks. If an event of type "changed_rfc_editor_note' exists, and
the string "RFC Editor Note" appears in the text of the most recent
'changed_ballot_writeup_text' event, then a message is shown that tells the AD
to remove the RFC Editor Note from the writeup.
- Legacy-Id: 10783
Note: SVN reference [10770] has been migrated to Git commit 4b5ac9e09e
Note: SVN reference [10771] has been migrated to Git commit 46589ee421
Note: SVN reference [10772] has been migrated to Git commit c73659e95c
Note: SVN reference [10773] has been migrated to Git commit 2e6633c016
2016-02-05 22:18:14 +00:00
Russ Housley
4b5ac9e09e
Indicate on the IESG Telechat Agenda if a document has an RFC Editor Note. To accomplish this, the RFC Editor Note needed to be separated from the rest of the ballot write up. Fixes #1230 .
...
- Legacy-Id: 10770
2016-02-04 13:32:24 +00:00
Robert Sparks
757397330c
Addresses issues uncovered by the test-crawler. Adds missing DocAlias records for several document types. Creates DocAlias objects when createing Document objects for those document types. Identifies places in code to touch when we are ready to expose the bluesheets and recording document types at /doc/. (The data rows and the content store need work before doing so).
...
- Legacy-Id: 10731
2016-01-25 19:40:35 +00:00
Henrik Levkowetz
cf7d794b09
Modified the test data to use some AD and WG chair names that contain non-ascii characters, and fixed test issues found.
...
- Legacy-Id: 10418
2015-11-04 07:34:56 +00:00
Robert Sparks
5daee49d7c
Added an RSS feed for RFCs for use with the digital preservation project. Commit ready for merge.
...
- Legacy-Id: 10345
2015-10-31 08:11:48 +00:00
Henrik Levkowetz
7accc69144
Updated a couple of tests.
...
- Legacy-Id: 10273
2015-10-23 17:12:46 +00:00
Henrik Levkowetz
309275dd7f
Enhanced the partial-match URL feature introduced in [10158], merged in [10253], so that it now handles other document types than drafts/rfcs if the partial string has the proper prefix, and also handles partial strings which don't match at the start of the document name.
...
- Legacy-Id: 10255
Note: SVN reference [10158] has been migrated to Git commit 4ac99a9dc4
Note: SVN reference [10253] has been migrated to Git commit 083abf7516
2015-10-21 19:21:52 +00:00
Henrik Levkowetz
083abf7516
Merged in [10158] from olau@iola.dk:
...
Summary: Add a view for /doc/foo-bar-baz that tries to redirect
helpfully instead of just throwing a 404 in case in an inexact match.
Right now, it knows how to do prefix matches and handles revisions and
extensions. If it can't find a unique match, it redirects to the
search page.
Branch
- Legacy-Id: 10253
Note: SVN reference [10158] has been migrated to Git commit 4ac99a9dc4
2015-10-21 16:54:24 +00:00
Henrik Levkowetz
407cad853a
Reverted erroneous commit.
...
- Legacy-Id: 10226
2015-10-17 17:56:36 +00:00
Henrik Levkowetz
f4b09f4cac
Merged in [10207] from rcross@amsl.com:
...
Fix pyflakes error.
- Legacy-Id: 10224
Note: SVN reference [10207] has been migrated to Git commit 8a421c61cc
2015-10-17 17:38:26 +00:00
Henrik Levkowetz
ac43afcaef
Fix an issue with the new checks in test context.
...
- Legacy-Id: 10205
2015-10-13 21:15:54 +00:00
Ole Laursen
4ac99a9dc4
Summary: Add a view for /doc/foo-bar-baz that tries to redirect
...
helpfully instead of just throwing a 404 in case in an inexact match.
Right now, it knows how to do prefix matches and handles revisions and
extensions. If it can't find a unique match, it redirects to the
search page.
Branch ready for merge.
- Legacy-Id: 10158
2015-10-09 14:20:27 +00:00
Robert Sparks
5c13bddd77
New explicit "Comment has been added to document history" message
...
- Legacy-Id: 10060
2015-08-25 20:05:11 +00:00
Robert Sparks
46c5b3ff64
Moved doc-specific email aliases onto the email tab for the document
...
- Legacy-Id: 10057
2015-08-25 15:19:55 +00:00
Henrik Levkowetz
8313f3ef08
When looking for a specific revision for a draft, which could be a quite old revision, look in the aggregate draft archive which should contain all available versions of drafts, also those which are missing in the official secretariat archive. Fixes issue #1729 .
...
- Legacy-Id: 9713
2015-07-09 15:36:50 +00:00
Robert Sparks
1e30120710
checkpoint. Model changes done and UI tweaked to match.
...
- Legacy-Id: 9588
2015-04-30 15:57:48 +00:00
Henrik Levkowetz
f3d4f3e474
Updated a test to match the 'Document Search' change.
...
- Legacy-Id: 9462
2015-04-12 13:30:34 +00:00
Henrik Levkowetz
02cd366ff0
Merged in trunk@9440, containing the changes for version 5.13.1; and updated tests which look at HTML content to work with the facelift changes.
...
- Legacy-Id: 9446
2015-04-11 18:24:20 +00:00
Robert Sparks
0ff9747092
Properly mark (and test) older ballot comment and discuss text after a new revision is submitted . Fixes bug #1656 . Commit ready for merge.
...
- Legacy-Id: 9428
2015-04-08 20:55:04 +00:00
Henrik Levkowetz
ca728d9b48
Updated a set of doc tests to account for changed 'show full text' wording in the facelift document page.
...
- Legacy-Id: 9360
2015-04-02 19:47:55 +00:00
Henrik Levkowetz
625347cd2f
Merged trunk@9354 to facelift copy
...
- Legacy-Id: 9357
2015-04-02 06:51:34 +00:00
Henrik Levkowetz
edb7a5cb3a
Fixed a problem in Document.meeting_related(), and fixed a number of tests which broke when slide objects started to return True to meeting_related() without being related to a session.
...
- Legacy-Id: 9329
2015-03-25 16:04:57 +00:00
Henrik Levkowetz
ba90fe03ef
Merged in [9319] from kivinen@iki.fi:
...
Added test cases for cookie code. This will test all the cookie setting code, and also adds test for draft for include_text and full_draft cookie checking.
- Legacy-Id: 9325
Note: SVN reference [9319] has been migrated to Git commit 79b4688f8e
2015-03-22 19:35:04 +00:00
Tero Kivinen
79b4688f8e
Added test cases for cookie code. This will test all the cookie setting code, and also adds test for draft for include_text and full_draft cookie checking. Commit ready for merge.
...
- Legacy-Id: 9319
2015-03-21 23:06:13 +00:00
Henrik Levkowetz
9ee16e778e
Added a login requirement for the full document and group email alias pages, but kept the individual group and document email-alias pages visible without login. Added testing of login redirects for the full email alias lists, and reordered the test sequence within the test methods appropriately.
...
- Legacy-Id: 9160
2015-03-07 15:55:18 +00:00
Robert Sparks
a208803e82
Added dealing with /wg/foo/email-aliases, /wg/email-aliases, and similar for /rg. Added an initial test suite for all invocations of the email_alias views. Commit ready for merge.
...
- Legacy-Id: 9083
2015-02-13 04:18:47 +00:00
Ole Laursen
eccd8d27c4
Make new branch from trunk (r9007) and merge facelift-r8876 into it, fixing a few merge conflicts
...
- Legacy-Id: 9014
2015-02-06 14:08:34 +00:00
Henrik Levkowetz
f15ba3346b
Merged in [8846] from rjsparks@nostrum.com:
...
Added tests for document urls that provide a revision for all the document types the view code currently handles. Refactored parts of Document and DocHistory into DocumentInfo to get the tests to pass. (but careful review is probably warranted).
- Legacy-Id: 8880
Note: SVN reference [8846] has been migrated to Git commit ce5bda1835b32640d17136d09262f654fade94d4
2015-01-21 19:01:47 +00:00
Ole Laursen
cebc979282
Summary: Resolve person/email/document multiselect issue by importing
...
select2 and switching the widgets over to using that. Port the
milestones editing page to Bootstrap.
- Legacy-Id: 8713
2014-11-25 16:47:48 +00:00
Ole Laursen
4bb48ac831
Cherrypick r8381 from /branch/iola/submit-replacement/ to get the document widget in, in preparation for fixing the autocomplete problems
...
- Legacy-Id: 8703
2014-11-21 15:32:04 +00:00
Ole Laursen
7d0e817e5d
Fix a bunch of failing tests, mostly due to changes in markup
...
- Legacy-Id: 8529
2014-10-31 17:20:14 +00:00
Ole Laursen
5604914bfc
Add AutocompletedDocumentsField to be used for replacements submission
...
and refactor milestones tool to use this field
- Legacy-Id: 8381
2014-10-09 17:14:14 +00:00
Henrik Levkowetz
09f654b1f4
Merged in branch/iola/team-support from olau@iola.dk. This generalises and extends the group support for WGs and RGs so that also other groups, such as for instance the Edu Team, can have pages.
...
- Legacy-Id: 8013
2014-07-02 19:30:07 +00:00
Ole Laursen
602feff7c9
Add tests for new material code
...
- Legacy-Id: 7850
2014-06-04 13:10:55 +00:00
Robert Sparks
e9984b957b
Adjust when publication request button appears for documents in non-ietf streams. Fixes bug #1402 . Commit ready for merge.
...
- Legacy-Id: 7748
2014-05-14 17:31:00 +00:00
Henrik Levkowetz
5f0c22d1e7
Fixed a pyflakes issue with previous commit.
...
- Legacy-Id: 7608
2014-04-13 20:35:24 +00:00
Henrik Levkowetz
06ff160c73
Merged in [7586] from rjsparks@nostrum.com:
...
Fixed calculation of needed ballots for status-change documents. Added needed ballots tests for drafts and status-change docs. Fixes bug 1116.
- Legacy-Id: 7607
Note: SVN reference [7586] has been migrated to Git commit e30ba32c78cf324f5875fcce3f89ff7e27f8453c
2014-04-13 20:10:21 +00:00
Henrik Levkowetz
c50fccdb7e
Merged in [7586] from rjsparks@nostrum.com:
...
Fixed calculation of needed ballots for status-change documents. Added needed ballots tests for drafts and status-change docs. Fixes bug 1116.
- Legacy-Id: 7606
Note: SVN reference [7586] has been migrated to Git commit e30ba32c78cf324f5875fcce3f89ff7e27f8453c
2014-04-13 19:36:06 +00:00
Henrik Levkowetz
b02b0a96df
All tests pass, except for some pyflakes tests which I believe are fixed in trunk.
...
- Legacy-Id: 7579
2014-04-06 20:04:36 +00:00
Henrik Levkowetz
c19268f6a1
A second pass of pyflakes cleanup, removing additional bulk imports, fixing a bug in get_initial_notify(), and removing some dead (and buggy) code.
...
- Legacy-Id: 7509
2014-03-16 22:15:46 +00:00
Henrik Levkowetz
02031a01b9
Cleaned out some (arbitrary) submodule name imports into ietf.utils, and made the corresponding import statements import the names directly from the correct submodules.
...
- Legacy-Id: 7495
2014-03-16 07:09:38 +00:00
Henrik Levkowetz
5bef5d11ae
Made doc/ pyflakes-clean.
...
- Legacy-Id: 7462
2014-03-15 16:09:47 +00:00
Henrik Levkowetz
6e97c2c8da
Merged in the port from Django 1.2 to Django 1.6 from olau@iola.dk: branch/iola/djangoport@7121, and fixed some merge issues.
...
- Legacy-Id: 7152
2014-01-18 21:02:40 +00:00
Ole Laursen
84136cb5ae
Add missing doc page tests, found by the coverage check
...
- Legacy-Id: 7087
2014-01-09 17:03:59 +00:00
Ole Laursen
a5f5eb84d3
With the new test discovery mechanism in Django 1.6 (inherited from
...
unittest2 in Python 2.7), manually importing tests from files starting
with test* will run them twice, so don't do that
- Legacy-Id: 7030
2013-12-20 13:08:38 +00:00