Commit graph

9356 commits

Author SHA1 Message Date
Henrik Levkowetz 24273da256 Backed out commit 14000; the code is not idempotent and will create duplicate Person objects.
- Legacy-Id: 14004
2017-07-29 14:02:41 +00:00
Henrik Levkowetz 70614557cc Added an admin model for the MeetingRegistration class.
- Legacy-Id: 14003
2017-07-29 14:01:19 +00:00
Henrik Levkowetz 2a62b8c39d Fixed a couple of html issues.
- Legacy-Id: 14002
2017-07-29 11:41:52 +00:00
Henrik Levkowetz d61b1c7adc Increased the minimum pyflakes version; at least 0.9.2 is needed to deal correctly with the global declaration list in meeting migration 0056.
- Legacy-Id: 14001
2017-07-29 10:46:32 +00:00
Henrik Levkowetz 68abf06905 Merged ^/personal/sbirkholz/meeting_registration/@13969:
Added Person objects to a MeetingRegistration objects in ietf/stats/utils.py when importing meeting registrations in get_meeting_registration_data().
 - Legacy-Id: 14000
2017-07-29 10:34:32 +00:00
Henrik Levkowetz 926c197c14 Changed from get_meetings() to get_meeting() for meeting.views.floor_plan(), in order to raise 404 on missing meetings. Fixes a server 500 on /meeting/floor-plan/ for nonexistant meetings.
- Legacy-Id: 13999
2017-07-28 22:50:23 +00:00
Henrik Levkowetz b33b62824e Added a document name validator to avoid new documents with unwanted characters in the name.
- Legacy-Id: 13998
2017-07-28 22:48:30 +00:00
Henrik Levkowetz 6eda346356 Added a data migration to fix recent slides names containing underscores.
- Legacy-Id: 13997
2017-07-28 22:47:34 +00:00
Henrik Levkowetz 0fc216b7fd Tweaked the draft dot regexp
- Legacy-Id: 13993
2017-07-28 12:51:28 +00:00
Henrik Levkowetz 5bcecc7c54 Fixed a bug and added an url exception for some redirected urls in the test crawler.
- Legacy-Id: 13992
2017-07-28 12:50:39 +00:00
Henrik Levkowetz d35ec73069 Added support for mime-encoding of non-ascii name parts in document notify lists when generating draft email aliases.
- Legacy-Id: 13990
2017-07-27 19:22:59 +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 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 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 fa408ce7f6 Removed fenner@ from release email list, after Bill's wishes.
- Legacy-Id: 13986
2017-07-27 15:08:13 +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
Henrik Levkowetz a3c5c7f72a Merged in [13978] from rjsparks@nostrum.com:
Query unique person objects when searching for duplicates based on aliases. Fixes #2263.
 - Legacy-Id: 13982
Note: SVN reference [13978] has been migrated to Git commit 503199eaff
2017-07-26 21:51:42 +00:00
Henrik Levkowetz 73c4a7b397 - Legacy-Id: 13981 2017-07-26 21:34:29 +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 896fb3d098 Removed old admin styling, things have moved on to the point where it doesn't work well any more.
- Legacy-Id: 13979
2017-07-26 20:47:13 +00:00
Robert Sparks 503199eaff Query unique person objects when searching for duplicates based on aliases. Fixes #2263. Commit ready for merge.
- Legacy-Id: 13978
2017-07-26 20:37:17 +00:00
Henrik Levkowetz 65e9a63c8d Fixed a bug in mkdevbranch
- Legacy-Id: 13977
2017-07-26 19:53:14 +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
Seth Birkholz 6359192cbb Commit ready for merge. This commit implements fixes suggested by Henrik to the MeetingRegistration class
- added tests
    - reverted 'obj' to 'object'
    - removed check for valid email
    - identifing person by Email.person rather than Person.user__username
    - used a simpler form of unidecode logic.  TBD: the previous code was stolen from elsewhere in the code which should also be simplified.
    - Person.name now uses firstname + lastname rather than email.
 - Legacy-Id: 13969
2017-07-25 20:20:00 +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 d00921b94b Added a new release-coverage format which whould make it easier to show line-by-line code test coverage changes in the future.
- Legacy-Id: 13967
2017-07-24 17:38:00 +00:00
Henrik Levkowetz 2de6855ccd Fixed a time arithmetics issue in meeting cutoff date methods
- Legacy-Id: 13966
2017-07-23 14:47:46 +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 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 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 fe7d484e27 Added the necessary switch argument for the registration importer's --latest switch.
- Legacy-Id: 13960
2017-07-21 12:55:27 +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
Seth Birkholz 95d3ac3b3c Branch ready to merge. added Person object to a MeetingRegistration object in ietf/stats/utils.py method get_meeting_registration_data
- Legacy-Id: 13954
2017-07-21 07:26:58 +00:00
Henrik Levkowetz eac8b425e7 Updated PLAN after the Tools Committee prioritisation meeting at IETF 99.
- Legacy-Id: 13953
2017-07-20 17:06:21 +00:00
Henrik Levkowetz 3d5862a9d4 Changed get_timeslot_for_filename() to not blow up in the presence of duplicate timeslots.
- Legacy-Id: 13952
2017-07-20 12:43:38 +00:00
Henrik Levkowetz 60bfe4dcd5 Updated PLAN
- Legacy-Id: 13951
2017-07-20 11:49:43 +00:00
Seth Birkholz bffc7114eb Added Person object to ietf/stats/utils.py in get_meeting_registration_data
- Legacy-Id: 13949
2017-07-19 16:48:28 +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 dc60f84efe Changelog entry for 6.57.0
- Legacy-Id: 13942
2017-07-19 12:14:59 +00:00
Henrik Levkowetz 906291639d Code coverage data for release 6.57.0
- Legacy-Id: 13941
2017-07-19 12:14:50 +00:00
Henrik Levkowetz 7751f54742 Make materials links on the ietf materials page visible to group delegates.
- Legacy-Id: 13939
2017-07-19 11:45:35 +00:00
Henrik Levkowetz 3b4992d2b7 Fixed a bug in a meeting number comparison.
- Legacy-Id: 13938
2017-07-19 11:42:26 +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