Allow a nomcom to show nominees that have accepted nomination before feedback is open. Fixes#2598.
- Legacy-Id: 15487
Note: SVN reference [15486] has been migrated to Git commit 4d5de5dee6
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
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
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
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
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
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