Commit graph

2601 commits

Author SHA1 Message Date
Henrik Levkowetz c1fa95f6a5 No code change. Whitespace fix and svn property change.
- Legacy-Id: 14204
2017-10-13 10:46:52 +00:00
Henrik Levkowetz 06b383858e Added a 'no active roles' annotation in the roles section of personal profile pages if there are none.
- Legacy-Id: 14203
2017-10-13 10:45:49 +00:00
Henrik Levkowetz f7bef142aa Added a link to ietf software contractor instructions to the release info page bottom.
- Legacy-Id: 14194
2017-10-09 13:37:41 +00:00
Henrik Levkowetz ab5254619e Use the same layout for group additional URLs as for documents. Fixes issue #2386.
- Legacy-Id: 14186
2017-10-04 19:01:23 +00:00
Henrik Levkowetz 7530e4cec3 Added a missing template.
- Legacy-Id: 14173
2017-09-27 16:49:27 +00:00
Henrik Levkowetz 53eb7c8ae8 Added migrations for document url model changes. Updated the name fixtures. Added ability for individual draft authors to edit document urls.
- Legacy-Id: 14172
2017-09-27 16:37:13 +00:00
Henrik Levkowetz 2d817427fc Added a cancel button to the submission confirmation page. Fixes issue #2379.
- Legacy-Id: 14170
2017-09-27 14:18:12 +00:00
Henrik Levkowetz 92d425fd9b Added 'Additional URLs' for documents, the same way we have them for groups.
This could be used to point to a document source repository, to extracted
  yang module files, document wikis, and other relevant resources.
 - Legacy-Id: 14166
2017-09-27 10:52:32 +00:00
Henrik Levkowetz 34c32e1b71 Fixed a html nit.
- Legacy-Id: 14164
2017-09-24 12:04:15 +00:00
Henrik Levkowetz 8d3c540edd Added submit API instructions and fixed a bug in error handling for the submission validity checkers.
- Legacy-Id: 14126
2017-09-17 13:04:41 +00:00
Henrik Levkowetz 0fac54cb3e Merged in [14086] from rjsparks@nostrum.com:
Show whether a person is nomcom eligible on their edit_profile page. Related to #2257 and #2323.
 - Legacy-Id: 14090
Note: SVN reference [14086] has been migrated to Git commit dc20598999
2017-08-31 15:21:17 +00:00
Robert Sparks dc20598999 Show whether a person is nomcom eligible on their edit_profile page. Related to #2257 and #2323. Commit ready for merge.
- Legacy-Id: 14086
2017-08-28 19:28:44 +00:00
Henrik Levkowetz f8581f7fc7 Merged in [14062] from housley@vigilsec.com:
Show which RFC was in force when the IPR disclosure was submitted. Fixes #2309.
 - Legacy-Id: 14070
Note: SVN reference [14062] has been migrated to Git commit 6d616855bc
2017-08-24 09:41:37 +00:00
Henrik Levkowetz a1dcba1741 Merged in [14059] from rjsparks@nostrum.com:
Made the view-feedback table sortable. Fixes #2259.
 - Legacy-Id: 14069
Note: SVN reference [14059] has been migrated to Git commit e5f10bfee9
2017-08-23 18:16:57 +00:00
Henrik Levkowetz e393b83f6b Merged in [14058] from rjsparks@nostrum.com:
Further refinements to the nominee status table. Related to #2261.
 - Legacy-Id: 14068
Note: SVN reference [14058] has been migrated to Git commit 7cecd9fe38
2017-08-23 17:30:00 +00:00
Henrik Levkowetz 2b2753635f Merged in [14057] from rjsparks@nostrum.com:
Improve the nominee status table to serve as a nomcom dashboard. Fixes #2261.
 - Legacy-Id: 14067
Note: SVN reference [14057] has been migrated to Git commit 2dbb0766fd
2017-08-23 15:06:12 +00:00
Russ Housley 6d616855bc Show which RFC was in force when the IPR disclosure was submitted. Fixes #2309.
- Legacy-Id: 14062
2017-08-21 14:30:20 +00:00
Henrik Levkowetz 52fe135c53 Use the wordwrap filter instead of the fill filter when displaying meeting minutes and similar, to avoid messing up the formatting.
- Legacy-Id: 14060
2017-08-21 12:11:17 +00:00
Robert Sparks e5f10bfee9 Made the view-feedback table sortable. Fixes #2259. Commit ready for merge.
- Legacy-Id: 14059
2017-08-17 21:58:19 +00:00
Robert Sparks 7cecd9fe38 Further refinements to the nominee status table. Related to #2261. Commit ready for merge.
- Legacy-Id: 14058
2017-08-16 21:59:51 +00:00
Robert Sparks 2dbb0766fd Improve the nominee status table to serve as a nomcom dashboard. Fixes #2261. Commit ready for merge.
- Legacy-Id: 14057
2017-08-16 20:42:33 +00:00
Henrik Levkowetz 0d4320fcdd Merged in [14053] from rjsparks@nostrum.com:
Fixed typo in the meeting materials template that was causing minutes for groups that met more than once to not show.
 - Legacy-Id: 14054
Note: SVN reference [14053] has been migrated to Git commit 8a4d5aa8ba
2017-08-14 15:58:09 +00:00
Robert Sparks 8a4d5aa8ba Fixed typo in the meeting materials template that was causing minutes for groups that met more than once to not show. Commit ready for merge.
- Legacy-Id: 14053
2017-08-13 20:42:45 +00:00
Henrik Levkowetz 0e0fd173a8 Merged in [14035] from rjsparks@nostrum.com:
Make it more obvious which sessions are scheduled and which are not when viewing session details and managing materials. Fixes #2084.
 - Legacy-Id: 14038
Note: SVN reference [14035] has been migrated to Git commit 661bb18f0c
2017-08-10 11:33:26 +00:00
Robert Sparks 661bb18f0c Make it more obvious which sessions are scheduled and which are not when viewing session details and managing materials. Fixes #2084. Commit ready for merge.
- Legacy-Id: 14035
2017-08-09 20:06:36 +00:00
Henrik Levkowetz 2a62b8c39d Fixed a couple of html issues.
- Legacy-Id: 14002
2017-07-29 11:41:52 +00:00
Henrik Levkowetz dfaceb6e22 Point at the datatracker's document pages, instead of directly at the document in question, for documents on a person's profile page. This reverts to the functionality as originally designed, but uses the correct doc.get_absolute_url instead of doc.href() (which incorrectly did the same as get_absolute_url until recently). Fixes issue #2340.
- Legacy-Id: 13989
2017-07-27 15:31:05 +00:00
Henrik Levkowetz c8336b9ca0 Made the materials links on the group materials tab say 'Edit Materials' for people who can edit the group. Fixes issue #2332.
- Legacy-Id: 13987
2017-07-27 15:10:18 +00:00
Henrik Levkowetz c7a2b4a019 Merged in [13980] from rjsparks@nostrum.com:
Remove the Historic charter link that has 404ed for several months. The closest we have for the content it might have reached in the path is already linked out of the concluded working groups page. Fixes #2223.
 - Legacy-Id: 13983
Note: SVN reference [13980] has been migrated to Git commit 9ddbbd5ffd
2017-07-26 22:17:01 +00:00
Robert Sparks 9ddbbd5ffd Remove the Historic charter link that has 404ed for several months. The closest we have for the content it might have reached in the path is already linked out of the concluded working groups page. Fixes #2223. Commit ready for merge.
- Legacy-Id: 13980
2017-07-26 21:08:43 +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 8e942f44a6 Changed the display of individual item update time on the materials overview page. In practice, having a tooltip on every agenda, minutes, and slides link became intrusive and annoying. Changed to display a bell if the update is within one day of now, and to display the time tooltip when hovering over the bell. Also corrected the colspan numbers for cancelled sessions, for consistency.
- Legacy-Id: 13965
2017-07-22 11:39:11 +00:00
Henrik Levkowetz b56e9483b4 Merged in [13958] from rjsparks@nostrum.com:
Tweak to the important dates page title.
 - Legacy-Id: 13963
Note: SVN reference [13958] has been migrated to Git commit a327e1402e
2017-07-21 17:07:15 +00:00
Henrik Levkowetz 0d1feacb42 Merged in [13957] from rjsparks@nostrum.com:
Moves Important Dates into the datatracker. Fixes #2338.
 - Legacy-Id: 13962
Note: SVN reference [13957] has been migrated to Git commit 2e6f26af23
2017-07-21 16:30:04 +00:00
Henrik Levkowetz 7d443e5577 Merged in [13955] from kivinen@iki.fi:
Changed links to previous reviews go to the doc page of the last
result, not the review request page. The doc page will contain the
actual review, so it has all information that is needed. Fixes #2090.
 - Legacy-Id: 13961
Note: SVN reference [13955] has been migrated to Git commit 7154166e74
2017-07-21 15:57:03 +00:00
Henrik Levkowetz ab8590ecea Merged in [13934] from kivinen@iki.fi:
Added sorting for the review team statistics tables. Fixed #2330.
 - Legacy-Id: 13959
Note: SVN reference [13934] has been migrated to Git commit 249c345383
2017-07-21 12:03:19 +00:00
Robert Sparks a327e1402e Tweak to the important dates page title. Commit ready for merge
- Legacy-Id: 13958
2017-07-21 11:00:00 +00:00
Robert Sparks 2e6f26af23 Moves Important Dates into the datatracker. Fixes #2338. Commit ready for merge.
- Legacy-Id: 13957
2017-07-21 10:29:56 +00:00
Tero Kivinen 7154166e74 Changed links to previous reviews go to the doc page of the last
result, not the review request page. The doc page will contain the
actual review, so it has all information that is needed. Fixes #2090.
Commit ready for merge.
 - Legacy-Id: 13955
2017-07-21 08:40:16 +00:00
Henrik Levkowetz 337efbbe3f Merged in [13919] from peter@akayla.com:
Prints the group type and IRTF/IETF correctly now.  Fixes #2034.
 - Legacy-Id: 13937
Note: SVN reference [13919] has been migrated to Git commit 6df0b52532
2017-07-18 13:51:34 +00:00
Henrik Levkowetz 39dbf43da4 Merged in [13918] from kivinen@iki.fi:
Unified the review request views to use same template, so they all
show same data, in same format.
 - Legacy-Id: 13936
Note: SVN reference [13918] has been migrated to Git commit b6e036b63e
2017-07-18 12:57:56 +00:00
Tero Kivinen 249c345383 Added sorting for the review team statistics tables. Fixed #2330.
Commit ready for merge.
 - Legacy-Id: 13934
2017-07-18 11:47:07 +00:00
Henrik Levkowetz 3db5be1af0 Changed etherpad links to not use the explicit 9000 port any more; it's not needed and may cause issues.
- Legacy-Id: 13932
2017-07-17 14:37:36 +00:00
Henrik Levkowetz edc57b961f Merged in [13911] from kivinen@iki.fi:
Fixed sign in page so it will always scroll to top when page is loaded, so the sign in fields are visible.
 - Legacy-Id: 13929
Note: SVN reference [13911] has been migrated to Git commit 16fb57b14d
2017-07-17 13:18:12 +00:00
Henrik Levkowetz 02ae6aebd3 Merged in [13908] from alireza.mohammadi@icann.org:
Ticket# 1644 : add \'last updated\' timestamps on meeting materials page
Added UTC time to the tooltip of Agenda and slides and an new column of Updated. Updated column present the latest time stamp for agenda and slides.
 - Legacy-Id: 13928
Note: SVN reference [13908] has been migrated to Git commit 5b0555581f
2017-07-17 12:47:26 +00:00
Henrik Levkowetz f3a5f4fd9a Modified the meeting session materials template to use href(), in order to be able to point at the right materials for groups with multiple sessions with different materials.
- Legacy-Id: 13923
2017-07-16 13:06:37 +00:00
Peter E. Yee 6df0b52532 Prints the group type and IRTF/IETF correctly now. Fixes #2034. Commit ready for merge.
- Legacy-Id: 13919
2017-07-15 18:03:30 +00:00
Tero Kivinen b6e036b63e Unified the review request views to use same template, so they all
show same data, in same format. Commit ready for merge.
 - Legacy-Id: 13918
2017-07-15 17:21:58 +00:00
Tero Kivinen 16fb57b14d Fixed sign in page so it will always scroll to top when page is loaded, so the sign in fields are visible. Commit ready for merge.
- Legacy-Id: 13911
2017-07-15 15:40:51 +00:00