Allow the IRTF stream to set shepherds and shepherd writeups. Fixes#1993.
- Legacy-Id: 15407
Note: SVN reference [15395] has been migrated to Git commit c470e61129
Fixed the tablesorter issue by adding display:none character in the
front of the date. Tablesorter looks first characters and picks the
parser based on that, meaning that if the text starts with number, it
will try to parse everything in column as numbers, and if there is
anything that is not numebr it will fail, and only sorts the column
once. This is bit ugly but I do not think we want to add yet another
jquery meta tool. Fixes#2089, and #2151.
- Legacy-Id: 15403
Note: SVN reference [15358] has been migrated to Git commit 6301862b27
added anchors for working group rows. Still needs some work since the anchor ends up being under the menu bar. Partially addresses issue #1481.
- Legacy-Id: 15401
Note: SVN reference [15357] has been migrated to Git commit 37f8695f98
Change newlines to commas in to contacts for new liaison email notification. Fixes issue 2525.
- Legacy-Id: 15400
Note: SVN reference [15356] has been migrated to Git commit f8853fa468
Added default to review completion draft version number. If the reviewer
is filling in the review form himself the default will be the latest
version of the draft. If it is someone else filling in the review
then the version number is the latest version at the point when review
was assigned (i.e., it assumes reviewer did review on version he was
requested to and then document authors might have updated the document).
Also mark the document versions that are earlier than the review request
date with red background and those which are newer with green background.
Fixes#2125.
- Legacy-Id: 15386
Note: SVN reference [15354] has been migrated to Git commit dc3e8ee810
Add a sidebar to display feedback section names and simplify navigation. Could use some visual improvements but otherwise works. Fixes#2431.
- Legacy-Id: 15385
Note: SVN reference [15353] has been migrated to Git commit 2123c09d76
Update secr/drafts/tests_views to align with view logic. Fixes#2480.
- Legacy-Id: 15384
Note: SVN reference [15351] has been migrated to Git commit 7df5ed1ca4
Removed the requirement for review_content field to be mandatory when
using \'link\' method. This partially addresses #2520. Commit ready for
merge.
- Legacy-Id: 15383
Note: SVN reference [15349] has been migrated to Git commit 0783890fa5
Add review request date to the top. Add tooltips for drafts versions
providing the date they were sumbmitted. Fixes#2218. Commit ready for
merge.
- Legacy-Id: 15382
Note: SVN reference [15347] has been migrated to Git commit dcabfc84f1
email confirming interim meeting request now says 'the Area Director of the <area>' instead of '<area> Area Director'. Fixes issue #2522.
- Legacy-Id: 15378
Note: SVN reference [15344] has been migrated to Git commit 3c478e5c52
Give secretariat the ability to cancel non-working group sessions. Fixes#2537.
- Legacy-Id: 15363
Note: SVN reference [15328] has been migrated to Git commit ec279682d2
front of the date. Tablesorter looks first characters and picks the
parser based on that, meaning that if the text starts with number, it
will try to parse everything in column as numbers, and if there is
anything that is not numebr it will fail, and only sorts the column
once. This is bit ugly but I do not think we want to add yet another
jquery meta tool. Fixes#2089, and #2151. Commit ready for merge.
- Legacy-Id: 15358
is filling in the review form himself the default will be the latest
version of the draft. If it is someone else filling in the review
then the version number is the latest version at the point when review
was assigned (i.e., it assumes reviewer did review on version he was
requested to and then document authors might have updated the document).
Also mark the document versions that are earlier than the review request
date with red background and those which are newer with green background.
Fixes#2125. Commit ready for merge.
- Legacy-Id: 15354
clarified description in the search form, removing the etc since you can't search on author names. Fixes issue #1159.
- Legacy-Id: 15352
Note: SVN reference [15327] has been migrated to Git commit 0ece320908
The cookie tests were all calling make_test_data, but not using anything it created. Removed the calls.
- Legacy-Id: 15348
Note: SVN reference [15320] has been migrated to Git commit 151b5bc39a
in a database table:
- Added a GroupFeatures model to the group models, and removed the old
features.py
- Added a agenda type for future use in showing different group types on
different agendas.
- Renamed the group feature has_materials to has_nonsession_materials.
- Added API resources and admin support for the new tables.
- Added a Directorate (with reviews) group type as complement to
Directorate, to distinguish between directorates with and without reviews.
- Adjusted tests as needed.
- Updated the fixtures, and fixed the generate_fixtures script to include
the new AgendaTypeName objects.
There still exists about 70 instances of code comparing the group type
with a list of types; most of these should probably be replaced with new
features, instead, to make it possible to add new group types through the
database table, rather than having to edit the code. That was the purpose
of this refactoring from the start, but the presence of this large number
of comparisons of group type against lists of types defeats the goal until
we add appropriate features and replace the group type list comparisons.
- Legacy-Id: 15316
Set reply-to for I-D Announcements that include a CC to a mail list. Fixes#2530.
- Legacy-Id: 15289
Note: SVN reference [15282] has been migrated to Git commit 733c304e3d