Henrik Levkowetz
de3976bec0
Merged in Django 1.9 upgrade work from ^/personal/henrik/6.41.1-django-1.9
...
- Legacy-Id: 12764
2017-01-31 15:13:01 +00:00
Henrik Levkowetz
55b430b525
Merged in [12748] from rcross@amsl.com:
...
Fixes #2172 . Add Requested Resources and People who must be there, to email notifications of session requests.
- Legacy-Id: 12757
Note: SVN reference [12748] has been migrated to Git commit eeb35e997d
2017-01-30 23:22:45 +00:00
Ryan Cross
eeb35e997d
Fixes #2172 . Add Requested Resources and People who must be there, to email notifications of session requests. Commit ready for merge.
...
- Legacy-Id: 12748
2017-01-27 23:32:52 +00:00
Ole Laursen
90051a1575
Add support for displaying and editing author affiliation and country
...
when submitting a draft, replace the Submission.authors line-based
text field with a JSON field
- Legacy-Id: 12745
2017-01-27 16:10:31 +00:00
Ole Laursen
9308948195
Add person, affiliation and country (through django-countries) to
...
DocumentAuthor, rename author field to email and make it optional (for
modeling old email-less submissions), remove the authors many to many
referencing field from Document as it is not really pointing the right
place.
Update the Secretariat tools to show affiliation and country.
Add migration for getting rid of the fake email addresses that the
migration script created some years ago (just set the author email
field to null).
- Legacy-Id: 12739
2017-01-26 17:10:08 +00:00
Henrik Levkowetz
650ffe3c15
Fixed some additional cases of template if statements not using '=='.
...
- Legacy-Id: 12715
2017-01-23 18:56:44 +00:00
Henrik Levkowetz
6de7be6953
Specified strip=False for another bunch of CharField form fields with Textarea widgets.
...
- Legacy-Id: 12711
2017-01-23 17:38:56 +00:00
Henrik Levkowetz
7d71a24358
Added a save for a session presentation object before adding a reference to it.
...
- Legacy-Id: 12673
2017-01-19 16:11:37 +00:00
Henrik Levkowetz
82760fb21f
Deprecation fix: Changed all instances of the old syntax for the 'cycle' template tag to use the new syntax.
...
- Legacy-Id: 12672
2017-01-19 16:10:13 +00:00
Henrik Levkowetz
7b95411f58
The context_instance parameter to render_to_response() and render_to_string() is now deprecated. Fixed this, and generally changed the idiom render_to_response('template.html', {}, RequestContext(request)) to the newer and simpler render(request, 'template.html', {}). About 200 instances.
...
- Legacy-Id: 12637
2017-01-09 21:26:30 +00:00
Henrik Levkowetz
d5460b8f7f
Django 1.9: Merged work forward to copy of latest release.
...
- Legacy-Id: 12621
2016-12-22 17:30:50 +00:00
Henrik Levkowetz
c2541ec04b
Django 1.9: Removed deprecated use of django.conf.urls.patterns() from all urls*.py files.
...
- Legacy-Id: 12618
2016-12-22 17:21:57 +00:00
Henrik Levkowetz
8e9858379b
Fixed some pyflakes and form initialization issues with the upgrade to DurationField.
...
- Legacy-Id: 12599
2016-12-21 17:03:39 +00:00
Henrik Levkowetz
67b2fc1107
Extended the form fields used for duration to accept additional formats, including formats the secretariat are currently using, in order to avoid trouble with the TimedeltaField --> DurationField transition.
...
- Legacy-Id: 12598
2016-12-21 15:26:32 +00:00
Henrik Levkowetz
3d6b370c59
Upgraded custom TimedeltaFields to use the builtin DurationField from Django 1.8, and adjusted forms and initialization values accordingly.
...
- Legacy-Id: 12597
2016-12-20 22:56:34 +00:00
Henrik Levkowetz
ff9b8a9bdb
Deprecation fixes: Explicitly say that redirects are permanent.
...
- Legacy-Id: 12532
2016-12-15 13:19:51 +00:00
Henrik Levkowetz
8e56935cfd
Undid commit 12527, which contained much too much.
...
- Legacy-Id: 12528
2016-12-15 10:38:54 +00:00
Henrik Levkowetz
e3c6e0ac6b
Changed the state shown in all_id.txt for drafts which have entered IESG processing, but then been replaced, to show as 'Replaced' instead of 'In IESG Processing'. This is consistent with how they are shown in all_id2.txt.
...
- Legacy-Id: 12527
2016-12-15 10:36:15 +00:00
Henrik Levkowetz
216ed80529
Merged in code from rcross@amsl.com to bring back the automatic conversion of slides from powerpoint to pdf.
...
- Legacy-Id: 12379
2016-11-17 07:30:14 +00:00
Henrik Levkowetz
0a15bf9bb6
Merged in [12326] from housley@vigilsec.com:
...
Allow WG Chairs to manage the meeting materials when starting from the old WG Chair Dashboard in ietf.secr.proceedings
- Legacy-Id: 12370
Note: SVN reference [12326] has been migrated to Git commit a37f41823c
2016-11-17 00:26:51 +00:00
Russ Housley
a37f41823c
Allow WG Chairs to manage the meeting materials when starting from the old WG Chair Dashboard in ietf.secr.proceedings
...
- Legacy-Id: 12326
2016-11-12 05:40:12 +00:00
Ryan Cross
f29100ab3a
Change non-working-group-session edit view to use same group options available when creating the non-working-group-sessions. Commit ready for merge.
...
- Legacy-Id: 12320
2016-11-12 04:18:22 +00:00
Henrik Levkowetz
1a92efb77e
Merged in ^/branch/proceedings/6.33.1.dev0@12141 from rcross@amsl.com:
...
Added meeting proceedings introduction pages: Progress Report and Attendees. Added a data migration to provide proceedings introduction information for IETF 95 and 96.
- Legacy-Id: 12150
2016-10-14 15:48:10 +00:00
Ryan Cross
743ec4d7ff
Refactor Proceedings Introduction pages tests and implementation. Commit ready for merge
...
- Legacy-Id: 12140
2016-10-13 23:31:03 +00:00
Ryan Cross
c3d4cc1aea
Add meeting proceedings introduction pages: Progress Report and Attendees. Commit ready for merge.
...
- Legacy-Id: 12111
2016-10-10 21:21:02 +00:00
Henrik Levkowetz
8c34e9d78d
Merged in ^/branch/proceedings/6.33.1.dev0 from rjsparks@nostrum.com and rcross@amsl.com. This provides new ietf meeting proceedings pages.
...
- Legacy-Id: 12028
2016-09-23 17:33:43 +00:00
Robert Sparks
2042f981bd
Changed default for apply_to_all for Slide uploads to False.
...
Added redirect for non-secretariat users from ietf.secr.proceedings.views.select to ietf.meeting.views.materials.
Added a note to the secr upload_footer pointing to where material upload is now done.
Modified the links on the group meetings page to make it less likely to miss the link to the session materials.
Used class anchor target to clean up landing on the right session of multiple sessions on a group's session details page. Modified the materials page to only add a fragment asking for that anchor for non-ag/wg/rg groups.
Only show the link to the (now) secretariat-only proceedings manipulation page if the user is the secretariat. Relabelled the link to better reflect the page's remaining purpose.
Changed the session_details "Artifacts" panel header to "Agenda, Minutes, and Bluesheets". Added a footer to the "Slides" panel calling out drag-and-drop reordering.
Commit ready for merge.
- Legacy-Id: 12018
2016-09-22 20:15:57 +00:00
Robert Sparks
3ef256b959
Fixed an rm that should have been an svn rm. Commit ready for merge.
...
- Legacy-Id: 12003
2016-09-19 20:32:32 +00:00
Robert Sparks
0f6e3f434e
Closed off the old paths for materials upload (redirecting some old entry points). Commit ready for merge.
...
- Legacy-Id: 12000
2016-09-19 19:06:22 +00:00
Ryan Cross
c1cc1d639f
Fix issue with proceedings for training sessions. Commit ready for merge.
...
- Legacy-Id: 11988
2016-09-14 17:49:29 +00:00
Henrik Levkowetz
ec684e1b4e
Added a pylint rc-file, and fixed or silenced a number of issues found by pylint using the settings .pylintrc (which enable only error checking).
...
- Legacy-Id: 11941
2016-09-08 14:48:59 +00:00
Henrik Levkowetz
7e6ed23f70
Merged in [11858] from rjsparks@nostrum.com:
...
Merge forward Ryan's IETF Overview pages.
- Legacy-Id: 11874
Note: SVN reference [11858] has been migrated to Git commit cb3af1a2d9
2016-08-25 13:36:48 +00:00
Henrik Levkowetz
e555fe9687
Merged in [11849] from rcross@amsl.com:
...
Fix bug with main secr/proceedings page and add test.
- Legacy-Id: 11871
Note: SVN reference [11849] has been migrated to Git commit f5fab30d63
2016-08-25 11:23:47 +00:00
Robert Sparks
cb3af1a2d9
Merge forward Ryan's IETF Overview pages. Commit ready for merge.
...
- Legacy-Id: 11858
2016-08-24 17:20:54 +00:00
Ryan Cross
f5fab30d63
Fix bug with main secr/proceedings page and add test. Commit ready for merge.
...
- Legacy-Id: 11849
2016-08-23 18:18:09 +00:00
Henrik Levkowetz
4b0a9360f0
Merged in ^/branch/iola/event-saving-refactor-r10291, which refactors document saving to always use doc.save_with_history(events), and requires accompanying events. This branch also provides refactoring of recurring regexes in url patterns into a dictionary. As part of the merge, also refactored new code which didn't use the save_with_history() method.
...
- Legacy-Id: 11840
2016-08-23 10:52:08 +00:00
Henrik Levkowetz
72d9017d63
Merged in [11780] from rjsparks@nostrum.com:
...
Removed bluesheet upload from the secr/ bluesheets generation page. Added navigation to session details from the meeting materials view rows.
- Legacy-Id: 11815
Note: SVN reference [11780] has been migrated to Git commit 9b295b1b5e346afafdcaf3d00b0b120a1b826e7f
2016-08-17 22:52:11 +00:00
Henrik Levkowetz
6f05b23837
Merged in [11778] from rjsparks@nostrum.com:
...
Enabled and refined document_main view for bluesheets.
Improved migration for 95 and 96 bluesheets, adding DocAlias and DocEvent creation.
Added bluesheet upload to the session details view.
Moved a function out of secr/proceedings/views into its own util.py file to allow reusing it in other modules without introducing circular imports.
- Legacy-Id: 11811
Note: SVN reference [11778] has been migrated to Git commit 0611444b36bc071e8db068a093cc1ad93bb69659
2016-08-17 18:28:02 +00:00
Robert Sparks
44cd9e0920
Moved the materials start, cutoff, and revision dates into the Meeting object
...
- Legacy-Id: 11760
2016-08-05 20:44:05 +00:00
Henrik Levkowetz
d117b9399d
Merged in [11708] from rcross@amsl.com:
...
Restrict session request options to groups of type WG,RG or AG. Add new mailtrigger to names fixture.
- Legacy-Id: 11716
Note: SVN reference [11708] has been migrated to Git commit 10baa54a07
2016-07-19 11:09:57 +00:00
Henrik Levkowetz
eb92924821
Merged in [11699] from rcross@amsl.com:
...
Change blue_sheet_generate() to only generate blue sheets for WG and RG group types that have sessions on the official schedule.
- Legacy-Id: 11715
Note: SVN reference [11699] has been migrated to Git commit f6301913f6
2016-07-19 10:58:27 +00:00
Ryan Cross
10baa54a07
Restrict session request options to groups of type WG,RG or AG. Add new mailtrigger to names fixture. Commit ready for merge.
...
- Legacy-Id: 11708
2016-07-18 11:39:36 +00:00
Henrik Levkowetz
4e31c4ed12
Merged in [11697] from rcross@amsl.com:
...
Changed check_audio_files() to only consider sessions on the official
schedule. Fixes some 500 errors.
- Legacy-Id: 11706
Note: SVN reference [11697] has been migrated to Git commit 2e02011725
2016-07-18 10:55:47 +00:00
Ryan Cross
f6301913f6
Change blue_sheet_generate() to only generate blue sheets for WG and RG group types that have sessions on the official schedule. Commit ready for merge.
...
- Legacy-Id: 11699
2016-07-18 09:13:43 +00:00
Ryan Cross
2e02011725
Changed check_audio_files() to only consider sessions on the official
...
schedule. Fixes some 500 errors. Commit ready to merge.
- Legacy-Id: 11697
2016-07-17 14:24:01 +00:00
Henrik Levkowetz
5f1f06631c
Merged in [11686] from rcross@amsl.com:
...
A refactor to give secretariat a broader selection of groups to choose from when scheduling non-working group sessions.
- Legacy-Id: 11694
Note: SVN reference [11686] has been migrated to Git commit b195beb3ad
2016-07-17 11:48:11 +00:00
Henrik Levkowetz
b0a0bbbe63
Merged in [11681] from suresh.krishnan@ericsson.com:
...
Allowed ADs to manage out of area working groups and upload proceedings for them. Fixes issue #1648 .
- Legacy-Id: 11693
Note: SVN reference [11681] has been migrated to Git commit f570ff803d
2016-07-17 11:16:09 +00:00
Ryan Cross
b195beb3ad
A refactor to give secretariat a broader selection of groups to choose from when scheduling non-working group sessions. Commit ready for merge.
...
- Legacy-Id: 11686
2016-07-16 15:50:16 +00:00
Suresh Krishnan
f570ff803d
Allowed ADs to manage out of area working groups and upload proceedings for them. Fixes issue #1648 . Commit ready for merge.
...
- Legacy-Id: 11681
2016-07-16 14:11:55 +00:00
Henrik Levkowetz
61540ac4bb
Carry patches to the production back to trunk.
...
- Legacy-Id: 11673
2016-07-16 13:33:16 +00:00
Henrik Levkowetz
8ca48aac42
Make group acronym regex patterns consistent.
...
There were multiple different regex patterns in different urlpattern
declarations, with some of them permitting characters which should not
occur in group acronym. Changed them to consistently use [-a-z0-9]+ .
- Legacy-Id: 11651
2016-07-13 19:19:15 +00:00
Henrik Levkowetz
37161bbde1
Merged in [11512] from rjsparks@nostrum.com:
...
Allow RG secretaries to manipulate meeting materials. Fixes #1836 .
- Legacy-Id: 11513
Note: SVN reference [11512] has been migrated to Git commit eb17c03d1d
2016-07-01 21:45:09 +00:00
Robert Sparks
eb17c03d1d
Allow RG secretaries to manipulate meeting materials. Fixes #1836 . Commit ready for merge.
...
- Legacy-Id: 11512
2016-07-01 20:59:57 +00:00
Henrik Levkowetz
8642e8da5e
Merged in [11504] from rcross@amsl.com:
...
Remove old interim proceedings location reference.
- Legacy-Id: 11507
Note: SVN reference [11504] has been migrated to Git commit 19f9b11032
2016-07-01 13:46:53 +00:00
Henrik Levkowetz
3e25390a1b
Merged in [11500] from rjsparks@nostrum.com:
...
Allow non-official schedules to be viewed in the same ways the official schedule for a meeting can be viewed. Fixes #1959 .
- Legacy-Id: 11505
Note: SVN reference [11500] has been migrated to Git commit b3883b6ac4
2016-06-30 19:54:04 +00:00
Ryan Cross
19f9b11032
Remove old interim proceedings location reference. Commit ready for merge.
...
- Legacy-Id: 11504
2016-06-30 17:02:33 +00:00
Robert Sparks
b3883b6ac4
Allow non-official schedules to be viewed in the same ways the official schedule for a meeting can be viewed. Fixes #1959 . Commit ready for merge.
...
- Legacy-Id: 11500
2016-06-29 20:56:08 +00:00
Henrik Levkowetz
04ccda3d08
Merged in [11498] from rcross@amsl.com:
...
Fix interim meeting get_proceedings_url() functions.
- Legacy-Id: 11499
Note: SVN reference [11498] has been migrated to Git commit 882fe23828
2016-06-29 19:33:35 +00:00
Ryan Cross
882fe23828
Fix interim meeting get_proceedings_url() functions. Commit ready for merge.
...
- Legacy-Id: 11498
2016-06-29 18:53:53 +00:00
Henrik Levkowetz
a0414bed7a
Merged in [11479] from rcross@amsl.com:
...
Remove references to non-existent views from templates.
- Legacy-Id: 11481
Note: SVN reference [11479] has been migrated to Git commit cbcdbaa46c
2016-06-28 04:42:29 +00:00
Ryan Cross
cbcdbaa46c
Remove references to non-existent views from templates. Commit ready for merge.
...
- Legacy-Id: 11479
2016-06-27 22:49:54 +00:00
Henrik Levkowetz
081eacae6a
Fixed some missing and mistyped web assets found with test_template_statics_exists().
...
- Legacy-Id: 11478
2016-06-27 22:21:50 +00:00
Henrik Levkowetz
e76a2a61cb
Removed dead code.
...
- Legacy-Id: 11475
2016-06-26 22:59:35 +00:00
Henrik Levkowetz
51b68099a5
Fixed a place where a logged-in user without associcated Person would cause a 500 instead of 403.
...
- Legacy-Id: 11474
2016-06-25 20:27:13 +00:00
Henrik Levkowetz
5b5d288d4c
Applied patch from production: Added timeslot filtering by schedule for non-session timeslot display.
...
- Legacy-Id: 11444
2016-06-21 19:01:55 +00:00
Henrik Levkowetz
0f0686c489
Backed out previous changes; make_directories() was used in more than one place. Renamed to more expressive name.
...
- Legacy-Id: 11441
2016-06-21 13:28:13 +00:00
Henrik Levkowetz
d4c7928c13
Removed unused import.
...
- Legacy-Id: 11440
2016-06-21 13:22:59 +00:00
Henrik Levkowetz
340c854efb
The helper function make_directories() is now used in only one place, and the function where it's used isn't terribly long. Inlined it, and added a comment (and question) about the os.umask() call. The list of leaves is possibly out of sync with some other places where material doctypes are used.
...
- Legacy-Id: 11439
2016-06-21 13:20:09 +00:00
Henrik Levkowetz
cc6096e190
Merged in [11435] from rcross@amsl.com:
...
Fix a few things with interim materials management.
- Legacy-Id: 11438
Note: SVN reference [11435] has been migrated to Git commit f1bb818434c83b4180e9655d062825a5c0016ef8
2016-06-21 12:59:10 +00:00
Henrik Levkowetz
1e50d5dd44
Merged in [11434] from rcross@amsl.com:
...
Remove legacy secretariat code for adding interim meetings in favor of new ietf.meeting interim features.
- Legacy-Id: 11437
Note: SVN reference [11434] has been migrated to Git commit 98afcae63a752129c63f0d2e1824bbbb26dbf71f
2016-06-21 12:23:58 +00:00
Henrik Levkowetz
e6a005dba6
Added a score of setting save/restores to test setup/teardown actions.
...
- Legacy-Id: 11436
2016-06-21 07:51:02 +00:00
Henrik Levkowetz
ef8da52f27
Refactored the code to not use two different functions to get_next_interim_numbers.
...
- Legacy-Id: 11425
2016-06-20 18:53:12 +00:00
Henrik Levkowetz
a1ed1aecfa
Moved check for session data up to before we try to use it in announcemen.views.confirm.
...
- Legacy-Id: 11405
2016-06-17 19:49:45 +00:00
Henrik Levkowetz
d298785fda
Merged in ^/branch/amsl/interim@11230, which provides interim meeting management support. Also fixes issues #1961 , #1962 and #1964 .
...
- Legacy-Id: 11402
2016-06-17 14:16:27 +00:00
Henrik Levkowetz
9eacdbf2c6
Merged in ^/personal/henrik/6.21.1-biophoto@11313, with work from rjsparks@nostrum.com and henrik@levkowetz.com which provides support for profile biography and photo.
...
- Legacy-Id: 11314
2016-06-10 19:36:47 +00:00
Henrik Levkowetz
c83dae57fb
Added setting for MEDIA_ROOT, and changed the setting for MEDIA_URL; introduced a setting for the IETF main site URL, for use where MEDIA_URL had been used (incorrectly) earlier.
...
- Legacy-Id: 11263
2016-06-02 19:17:38 +00:00
Ryan Cross
ead00565c4
more refactoring
...
- Legacy-Id: 11230
2016-05-23 23:19:01 +00:00
Ryan Cross
c8f3760dbe
refactor code dealing with interim materials path
...
- Legacy-Id: 11229
2016-05-23 22:58:45 +00:00
Henrik Levkowetz
a15d0ecbd6
Prevent people from adding ietf list addresses to their personal accounts.
...
- Legacy-Id: 11218
2016-05-20 22:39:30 +00:00
Henrik Levkowetz
ea4160a709
Applied production patches to trunk.
...
- Legacy-Id: 11208
2016-05-19 20:03:19 +00:00
Ryan Cross
8fef55dc31
add approval and cancel notifications
...
- Legacy-Id: 11196
2016-05-16 22:48:43 +00:00
Ole Laursen
9faae5e915
Merged community list branch with trunk
...
- Legacy-Id: 11174
2016-05-06 17:36:04 +00:00
Ryan Cross
facead5d95
Add inteirm meeting request disapprove and cancel capabilities
...
- Legacy-Id: 11135
2016-04-26 23:05:53 +00:00
Ryan Cross
d728acc8fc
Update announcement tool permissions for new IAOC chair. Commit ready for merge.
...
- Legacy-Id: 11120
2016-04-15 00:42:04 +00:00
Ryan Cross
6ef2904307
Move standalone monthly report scripts to bin directory. Commit ready for merge.
...
- Legacy-Id: 11118
2016-04-11 15:54:36 +00:00
Ryan Cross
523f0d87c4
Fix pyflakes error. Commit ready for merge.
...
- Legacy-Id: 11074
2016-04-02 19:12:43 +00:00
Ryan Cross
220e2587b8
Add ability to enter recording URLs for non working group sessions. Fixes #1885 . Commit ready for merge.
...
- Legacy-Id: 11072
2016-04-02 18:50:20 +00:00
Ryan Cross
5c06843f2c
Grant Bob Hinden announcement tool access. Commit ready for merge
...
- Legacy-Id: 11037
2016-03-30 17:40:13 +00:00
Robert Sparks
ca6512e4fa
Capture "Status update" summaries for groups that want to provide them. These updates show on the groups charter (or about) page, and in the group history. The most recent update provided before proceedings corrections closing date is included in the group's page in the meeting proceedings. This addresses the majority of #1773 (a ticket entered on behalf of the IESG). Commit ready for merge.
...
- Legacy-Id: 10969
2016-03-23 19:42:01 +00:00
Ole Laursen
c061caaf04
Merge in changes from community-list-cleanup
...
- Legacy-Id: 10968
2016-03-23 13:31:24 +00:00
Ole Laursen
c7589f9b6a
Integrate community lists for groups with the existing group documents
...
page. Each WG/RG now gets a list with an initial set of rules to
populate the list.
Refine the community list management interface a bit to support the
group lists better - group lists aren't connected to the usual track
icons so need to be able to add/remove individual drafts.
Change the "name contains" rule to support regular expressions to
enable each group to have a default replacement for the previously
implemented "related documents" search. Maintain a materialized view
of the regexp-matched drafts with a call in the submit code to avoid
having to scan all drafts/~1000 group rules all the time.
- Legacy-Id: 10963
2016-03-22 12:48:44 +00:00
Henrik Levkowetz
4cac784522
Renamed a bunch of identically named MainTestCase classes.
...
- Legacy-Id: 10913
2016-03-06 18:18:38 +00:00
Robert Sparks
d17564d695
Preserve the assumptions in the secr/proceedings code by isolating it from drafts now appearing in sessionpresentations. Commit ready for merge.
...
- Legacy-Id: 10857
2016-02-24 22:18:38 +00:00
Henrik Levkowetz
4253b95e52
Merged in [10806] from rjsparks@nostrum.com:
...
Fix a minor typo in the new rfc_editor_note code. Will apply as patch to production.
- Legacy-Id: 10814
Note: SVN reference [10806] has been migrated to Git commit a07b318900
2016-02-10 17:36:29 +00:00
Henrik Levkowetz
b00b0c3db9
Moved some production-path checks to the checks module, and fixed up tests which changed some settings without restoring them.
...
- Legacy-Id: 10808
2016-02-09 18:50:37 +00:00
Robert Sparks
a07b318900
Fix a minor typo in the new rfc_editor_note code. Commit ready for merge. Will apply as patch to production.
...
- Legacy-Id: 10806
2016-02-08 22:43:25 +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
Henrik Levkowetz
31b5c1f535
Merged in [10731] from rjsparks@nostrum.com:
...
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: 10746
Note: SVN reference [10731] has been migrated to Git commit 757397330c
2016-01-26 22:15:45 +00:00
Henrik Levkowetz
bc9a85a075
Merged [10721] and [10724] from rcross@amsl.com:
...
Removed Test watermark from interim meeting index background. Rewrote merge-person-records utility script to handle all related objects in a generic manner, remove old User records and handle email primary attribute. Fixes #1627 .
- Legacy-Id: 10740
Note: SVN reference [10721] has been migrated to Git commit e97cd64bbb
Note: SVN reference [10724] has been migrated to Git commit 8efb9229f6
2016-01-26 21:31:46 +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
Ryan Cross
8efb9229f6
Remove Test watermark from interim meeting index background. Commit ready for merge
...
- Legacy-Id: 10724
2016-01-22 20:52:43 +00:00
Ryan Cross
e97cd64bbb
Rewrite merge-person-records utility script to handle all related objects in a generic manner, remove old User records and handle email primary attribute. Fixes #1627 . Commit ready for merge
...
- Legacy-Id: 10721
2016-01-22 20:37:29 +00:00
Henrik Levkowetz
8b12a0fa03
Merged in [10591] from housley@vigilsec.com:
...
Added a negative test to ensure the RFC Editor is not included on notifications of manual posts by the Secretariat unless the document is in the RFC Editor Queue.
Also added a directory for staging of manually submitted drafts, instead of using hardcoded /tmp/, and added creation and removal of a test directory for this.
- Legacy-Id: 10638
Note: SVN reference [10591] has been migrated to Git commit 4a2868cef5
2016-01-11 22:44:01 +00:00
Henrik Levkowetz
363b451d28
Merged in [10586] from housley@vigilsec.com:
...
Added automated tests for the fix for ticket #1751 .
- Legacy-Id: 10613
Note: SVN reference [10586] has been migrated to Git commit 014e79f716
2015-12-20 17:49:36 +00:00
Henrik Levkowetz
8b0e6d1311
Merged in [10569] from housley@vigilsec.com:
...
For manual posting of an I-D by the Secretariat, include the RFC Editor on the email message if the I-D is in the RFC Editor Queue. Fixes #1751 .
- Legacy-Id: 10612
Note: SVN reference [10569] has been migrated to Git commit a380a7ff27
2015-12-20 17:38:21 +00:00
Russ Housley
4a2868cef5
Added a negative test to ensure the RFC Editor is not included on notifications of manual posts by the Secretariat unless the document is in the RFC Editor Queue.
...
- Legacy-Id: 10591
2015-12-14 21:05:49 +00:00
Russ Housley
014e79f716
Added automated tests for the fix for ticket #1751 .
...
- Legacy-Id: 10586
2015-12-11 22:56:34 +00:00
Russ Housley
a380a7ff27
For manual posting of an I-D by the Secretariat, include the RFC Editor on the email message if the I-D is in the RFC Editor Queue. Fixes #1751 .
...
- Legacy-Id: 10569
2015-12-10 22:55:04 +00:00
Henrik Levkowetz
db7aa73eb4
Merged in [10418] from henrik@levkowetz.com:
...
Modified the test data to use some AD and WG chair names that contain non-ascii characters, and fixed test issues found.
- Legacy-Id: 10420
Note: SVN reference [10418] has been migrated to Git commit cf7d794b09
2015-11-04 08:46: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
Henrik Levkowetz
471ed32536
Merged in [10413] from rcross@amsl.com:
...
Update proceedings permissions again.
- Legacy-Id: 10416
Note: SVN reference [10413] has been migrated to Git commit 3f1b281a74
2015-11-04 04:51:42 +00:00
Henrik Levkowetz
8aafb65743
Merged in [10383] from rcross@amsl.com:
...
Update proceedings permissions.
- Legacy-Id: 10410
Note: SVN reference [10383] has been migrated to Git commit 788748d7e7
2015-11-03 14:43:47 +00:00
Henrik Levkowetz
5e7a896d21
Merged in [10349] from rcross@amsl.com:
...
Fixes Ticket #1834 . Sorting slides difficult when there are only two of them.
- Legacy-Id: 10367
Note: SVN reference [10349] has been migrated to Git commit 79c49094e2
2015-11-02 05:40:23 +00:00
Henrik Levkowetz
a5ee6064b9
Merged in [10348] from rcross@amsl.com:
...
Add more information to Secretariat session recordings view.
- Legacy-Id: 10364
Note: SVN reference [10348] has been migrated to Git commit 8c82fef683
2015-11-02 04:59:30 +00:00
Henrik Levkowetz
f60fe7ceab
Fixed a weekday numbering problem in a test.
...
- Legacy-Id: 10359
2015-11-01 19:23:41 +00:00
Ryan Cross
79c49094e2
Fixes Ticket #1834 . Sorting slides difficult when there are only two of them. Commit ready for merge
...
- Legacy-Id: 10349
2015-10-31 09:47:12 +00:00
Ryan Cross
8c82fef683
Add more information to Secretariat session recordings view. Commit ready for merge
...
- Legacy-Id: 10348
2015-10-31 09:00:15 +00:00
Ryan Cross
d130d06948
Fixes Ticket #1794 . The session request form validation needs to check that durations have been entered for each requested session. Commit ready for merge
...
- Legacy-Id: 10342
2015-10-31 06:34:25 +00:00
Ryan Cross
8737808e4b
Fixes Ticket #1791 . Secretariat locked out of Session Request Tool. Commit ready for merge
...
- Legacy-Id: 10339
2015-10-31 04:51:31 +00:00
Ryan Cross
67e1678b13
Fixes Ticket #1806 . Legacy session scheduling view broken. Commit ready for merge.
...
- Legacy-Id: 10338
2015-10-31 04:27:12 +00:00
Ole Laursen
86c3a430d1
Merge in ^/branch/iola/event-saving-refactor-r10076, fixing a few problems
...
- Legacy-Id: 10298
2015-10-27 10:37:06 +00:00
Henrik Levkowetz
71dec7a692
Moved forward to 6.7.2.dev0 the changes to rename class ScheduledSession to the more correct (but unfortunately also cumbersome) SchedTimeSessAssignment, and rename reverse relationships involving this class appropriately. Accompanying changes in javascript and templates. Migrations to match.
...
- Legacy-Id: 10297
2015-10-26 22:45:26 +00:00
Henrik Levkowetz
971a676c35
Merged in [10206] from rcross@amsl.com:
...
Clean up bluesheets upload page. Add display of uploaded files.
- Legacy-Id: 10223
Note: SVN reference [10206] has been migrated to Git commit aec062b8b6
2015-10-17 17:24:39 +00:00
Ryan Cross
aec062b8b6
Clean up bluesheets upload page. Add display of uploaded files. Commit ready for merge
...
- Legacy-Id: 10206
2015-10-14 00:06:03 +00:00
Henrik Levkowetz
a6b5453e69
Merged in [10186] from rjsparks@nostrum.com:
...
This release improves visibility into where and when the datatracker
sends email. It makes where the datatracker sends email for a given
action data driven, and it shows where email will be sent for actions
on documents and groups.
- Legacy-Id: 10200
Note: SVN reference [10186] has been migrated to Git commit 1a277b00ec
2015-10-13 17:30:11 +00:00
Robert Sparks
1a277b00ec
This release improves visibility into where and when the datatracker
...
sends email. It makes where the datatracker sends email for a given
action data driven, and it shows where email will be sent for actions
on documents and groups.
Commit ready for merge.
- Legacy-Id: 10186
2015-10-10 23:08:09 +00:00
Henrik Levkowetz
9fa41c42a3
Merged in [10159] from rcross@amsl.com:
...
Improve secretariat rolodex roles section, sort and identify concluded groups.
- Legacy-Id: 10180
Note: SVN reference [10159] has been migrated to Git commit 1145751a9b
2015-10-10 11:35:41 +00:00
Henrik Levkowetz
1bc71132c5
Merged in [10156] from rcross@amsl.com:
...
Adjust audio file glob pattern.
- Legacy-Id: 10179
Note: SVN reference [10156] has been migrated to Git commit e2b8bad862
2015-10-10 11:15:19 +00:00
Henrik Levkowetz
a7667fb29e
Merged in branch/amsl/liaisons/6.4.1@10160 from rcross@amsl.com, bringing in the new liaison tool.
...
- Legacy-Id: 10161
2015-10-09 19:48:21 +00:00
Ryan Cross
1145751a9b
Improve secretariat rolodex roles section, sort and identify concluded groups. Commit ready for merge.
...
- Legacy-Id: 10159
2015-10-09 17:55:12 +00:00
Robert Sparks
f0f5a51eb6
(Rocky) merge forward.
...
- Legacy-Id: 10157
2015-10-09 03:16:24 +00:00
Ryan Cross
e2b8bad862
Adjust audio file glob pattern. Commit ready for merge
...
- Legacy-Id: 10156
2015-10-08 22:56:47 +00:00
Ole Laursen
16d9641902
Summary: Fix the generate blue sheets button properly, including
...
fixing the accompanying test
- Legacy-Id: 10126
2015-10-02 12:26:36 +00:00
Ole Laursen
009b5ad1e5
Summary: Wrap Blue Sheets generation with simple POST form, fixes a
...
crawler error
- Legacy-Id: 10123
2015-10-02 11:37:49 +00:00
Ole Laursen
6f044eea08
Summary: Move definition of document names and group acronyms to
...
settings.URL_REGEXPS, partly to cleanup the urls.py files, partly to
make sure that all URL patterns agree on what constitutes a name
- Legacy-Id: 10114
2015-10-01 14:16:16 +00:00
Ole Laursen
51e96e3c12
Summary: Add rel="nofollow" to logout link in Secretariat tools
...
- Legacy-Id: 10110
2015-09-30 12:34:06 +00:00
Ole Laursen
e91c97e7ff
Summary: Save doc state in history in delete_material
...
- Legacy-Id: 10106
2015-09-29 12:55:54 +00:00
Ole Laursen
c39c4ae5cc
Summary: Use double-quotes " instead of ' in src attrs to not confuse
...
the test crawler (which is slightly dumb)
- Legacy-Id: 10103
2015-09-29 07:58:28 +00:00
Ole Laursen
e1f0917659
Summary: Add new document saving API, Document.save_with_history(events).
...
The new API requires at least one event and will automatically save a
snapshot of the document and related state. Document.save() will now
throw an exception if called directly, as the new API is intended to
ensure that documents are saved with both an appropriate snapsnot and
relevant history log, both of which are easily defeated by just
calling .save() directly.
To simplify things, the snapshot is generated after the changes to a
document have been made (in anticipation of coming changes), instead
of before as was usual.
While revising the existing code to work with this API, a couple of
missing events was discovered:
- In draft expiry, a "Document has expired" event was only generated
in case an IESG process had started on the document - now it's
always generated, as the document changes its state in any case
- Synchronization updates like title and abstract amendmends from the
RFC Editor were silently (except for RFC publication) applied and
not accompanied by a descriptive event - they now are
- do_replace in the Secretariat tools now adds an event
- Proceedings post_process in the Secretariat tools now adds an event
- do_withdraw in the Secretariat tools now adds an event
A migration is needed for snapshotting all documents, takes a while to
run. It turns out that a single document had a bad foreign key so the
migration fixes that too.
- Legacy-Id: 10101
2015-09-28 14:01:03 +00:00
Robert Sparks
f5b6465e81
mailtoken becomes mailtrigger
...
- Legacy-Id: 10090
2015-09-17 20:03:45 +00:00
Robert Sparks
90c3426e2f
updated mailtoken utilities to match the model refactor. Morphed all the code using the utilities to match. Added paths to get Cc through as needed. Next up: Recipient selection form for the iesg save-and-send-email workflow
...
- Legacy-Id: 10040
2015-08-23 18:15:06 +00:00
Robert Sparks
8a74604a1b
Done with the second pass focusing on test coverage. Lots of test tweaks, some new tests, a couple of bugs fixed. The session request code views need to be redone to allow testing.
...
- Legacy-Id: 10035
2015-08-21 16:39:00 +00:00
Robert Sparks
5db9e0d6a8
checkpoint
...
- Legacy-Id: 10029
2015-08-19 19:53:09 +00:00
Robert Sparks
23a2ada5f9
checkpoint
...
- Legacy-Id: 10027
2015-08-18 18:52:22 +00:00
Ryan Cross
1617a2d25c
Fix issue with select2-field.js path in templates. Commit ready for merge.
...
- Legacy-Id: 10026
2015-08-18 17:10:12 +00:00
Robert Sparks
f30f5c39f1
checkpoint
...
- Legacy-Id: 10017
2015-08-13 21:16:21 +00:00
Robert Sparks
839d0f89ad
checkpoint
...
- Legacy-Id: 10016
2015-08-13 19:41:02 +00:00
Henrik Levkowetz
11411d2c30
Merged in an update from trunk@9942.
...
- Legacy-Id: 9961
2015-08-03 14:12:38 +00:00
Henrik Levkowetz
5fe1d43db2
Fixed some additional static file references.
...
- Legacy-Id: 9958
2015-08-01 22:02:14 +00:00
Henrik Levkowetz
984524b507
Changed additional direct static references to use the static template tag.
...
- Legacy-Id: 9955
2015-08-01 18:14:50 +00:00
Henrik Levkowetz
1d834801af
Removed dead code.
...
- Legacy-Id: 9948
2015-08-01 14:58:08 +00:00
Henrik Levkowetz
9cb8f65c8e
Updated templates to use the static template tag for static files.
...
- Legacy-Id: 9945
2015-08-01 14:53:59 +00:00
Henrik Levkowetz
3e4b419935
Moved bower externals from static/lib to ietf/externals/static. Moved secretariat statics to ietf/secr/static. Moved ietf statics to ietf/static/. Removed static/, as all static files will be handled using 'manage.py collectstatic' at deployment time now.
...
- Legacy-Id: 9934
2015-08-01 12:56:16 +00:00
Henrik Levkowetz
fae9066c9d
Merged in [9925] from rjsparks@nostrum.com:
...
Changed several email alias references from tools.ietf.org to ietf.org. Fixes #1759 .
- Legacy-Id: 9931
Note: SVN reference [9925] has been migrated to Git commit cd5b497acb
2015-08-01 10:23:58 +00:00
Henrik Levkowetz
bef78193f5
Merged in [9901] from rcross@amsl.com:
...
Fix matching audio file names with rooms.
- Legacy-Id: 9927
Note: SVN reference [9901] has been migrated to Git commit ce250e16e8
2015-07-31 19:41:43 +00:00
Robert Sparks
cd5b497acb
Changed several email alias references from tools.ietf.org to ietf.org. Fixes #1759 . Commit ready for merge.
...
- Legacy-Id: 9925
2015-07-30 22:13:59 +00:00
Ryan Cross
ce250e16e8
Fix matching audio file names with rooms. Commit ready for merge.
...
- Legacy-Id: 9901
2015-07-27 18:57:38 +00:00
Henrik Levkowetz
1d18e9676d
Merged in [9775] from rcross@amsl.com:
...
Add proposed groups to Blue Dot Report. Fixes #1747 .
- Legacy-Id: 9791
Note: SVN reference [9775] has been migrated to Git commit 81d4ba99ed
2015-07-18 13:11:19 +00:00
Henrik Levkowetz
c1a9ec325f
Merged in [9774] from lars@netapp.com:
...
More HTML fixes.
- Legacy-Id: 9790
Note: SVN reference [9774] has been migrated to Git commit d9f291d7e75bb33260e986b6eddf7d15b28da305
2015-07-18 13:02:53 +00:00
Ryan Cross
81d4ba99ed
Add proposed groups to Blue Dot Report. Fixes #1747 . Commit ready for merge
...
- Legacy-Id: 9775
2015-07-18 10:25:59 +00:00
Ryan Cross
9b5a69219e
Remove unused javascript reference. Fixes #1752 . Commit ready for merge.
...
- Legacy-Id: 9773
2015-07-18 10:02:12 +00:00
Henrik Levkowetz
494af99d9a
Merged in [9701] from rcross@amsl.com:
...
Fix settings CORRECTION_DAYS variable name.
- Legacy-Id: 9707
Note: SVN reference [9701] has been migrated to Git commit dade901827
2015-07-09 13:05:34 +00:00
Ryan Cross
dade901827
Fix settings CORRECTION_DAYS variable name. Commit ready for merge.
...
- Legacy-Id: 9701
2015-07-08 16:03:07 +00:00
Henrik Levkowetz
4bfcddcedc
Merged in [9670] from rcross@amsl.com:
...
Allow edit of new leadership sessions.
- Legacy-Id: 9684
Note: SVN reference [9670] has been migrated to Git commit 4f41d00112
2015-06-23 19:27:25 +00:00
Henrik Levkowetz
b44141a655
Merged in [9671] from rcross@amsl.com:
...
Fixes #1724 . Convert PPT materials to PDF.
- Legacy-Id: 9682
Note: SVN reference [9671] has been migrated to Git commit 8bf84a7e0e
2015-06-23 19:02:57 +00:00
Henrik Levkowetz
d0cdc45fe8
Merged in [9666] from rcross@amsl.com:
...
Fixes #1723 . Area names hardcoded in Proceedings app.
- Legacy-Id: 9680
Note: SVN reference [9666] has been migrated to Git commit 7b34252d29
2015-06-23 18:40:39 +00:00
Ryan Cross
8bf84a7e0e
Fixes #1724 . Convert PPT materials to PDF. Commit ready for merge.
...
- Legacy-Id: 9671
2015-06-19 22:43:14 +00:00
Ryan Cross
4f41d00112
Allow edit of new leadership sessions. Commit ready for merge.
...
- Legacy-Id: 9670
2015-06-19 22:38:49 +00:00
Ryan Cross
7b34252d29
Fixes #1723 . Area names hardcoded in Proceedings app. Commit ready for merge.
...
- Legacy-Id: 9666
2015-06-12 17:54:00 +00:00
Henrik Levkowetz
9067f88fa7
Merged in [9650] from rjsparks@nostrum.com:
...
Set the parent for newly created RGs. Be more robust if an RG has no parent. Test creation of an RG. Fixes #1718 and #1719 .
- Legacy-Id: 9661
Note: SVN reference [9650] has been migrated to Git commit b9bf7594001f0014ff4c2ac3688b431f1fcd39ec
2015-06-03 16:52:49 +00:00
Henrik Levkowetz
1c54a13f68
Merged in [9649] from rjsparks@nostrum.com:
...
Provide a session type for sessions created to say a group is not meeting. Add a test for the no_meeting view. Fixes #1720 .
- Legacy-Id: 9660
Note: SVN reference [9649] has been migrated to Git commit 0ce13839009aed0c946750989ea0a074517028ba
2015-06-03 16:33:55 +00:00
Henrik Levkowetz
8a32ffbc05
Merged in [9618] from rcross@amsl.com:
...
Make proceedings generation more robust.
- Legacy-Id: 9621
Note: SVN reference [9618] has been migrated to Git commit e99af9319c
2015-05-12 04:56:16 +00:00
Ryan Cross
e99af9319c
Make proceedings generation more robust. Commit ready for merge.
...
- Legacy-Id: 9618
2015-05-11 23:03:29 +00:00
Henrik Levkowetz
09abdf60e6
Merged in [9604] from rcross@amsl.com:
...
Update IAOC email in Announcement app.
- Legacy-Id: 9607
Note: SVN reference [9604] has been migrated to Git commit 9d43c3b526
2015-05-06 18:15:57 +00:00
Henrik Levkowetz
1ba8996fd2
Merged in [9603] from rjsparks@nostrum.com:
...
Added functionality which allows the secretariat to manage more meeting types, including leadership meetings.
Backfilled those types of meetings from IETF91 and IETF92.
Addressed several facelift issues in the meeting application.
- Legacy-Id: 9606
Note: SVN reference [9603] has been migrated to Git commit a85424ad23
2015-05-06 18:07:18 +00:00
Ryan Cross
9d43c3b526
Update IAOC email in Announcement app. COmmit ready for merge.
...
- Legacy-Id: 9604
2015-05-04 16:57:19 +00:00
Robert Sparks
3bf1beb030
fix a bug discovered with adhoc testing
...
- Legacy-Id: 9599
2015-05-04 15:10:18 +00:00
Robert Sparks
17b928b94b
checkpoint: added room functional description, backfilled ietf92 meeting data, repaired session material views, added tests
...
- Legacy-Id: 9596
2015-05-01 22:31:30 +00:00
Robert Sparks
72b85fc1c7
checkpoint: views by type working
...
- Legacy-Id: 9592
2015-04-30 21:44:45 +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
Robert Sparks
b0ce25aa44
clean merge forward
...
- Legacy-Id: 9584
2015-04-27 20:24:40 +00:00
Henrik Levkowetz
d6e9a10ed8
Merged in [9558] from rcross@amsl.com:
...
Fixes issue #1678 .
Fixes #1678 . MultipleObjectsReturned when editing draft.
- Legacy-Id: 9572
Note: SVN reference [9558] has been migrated to Git commit 9d6fc63581
2015-04-26 21:53:17 +00:00
Henrik Levkowetz
523e4adaf6
Merged in [9554] from rcross@amsl.com:
...
Fixes #1692 . Drag-and-Drop slide re-ordering no longer works in secr/proceedings. Consolidate / update JQuery-UI.
- Legacy-Id: 9569
Note: SVN reference [9554] has been migrated to Git commit 84670f7172
2015-04-26 21:24:50 +00:00
Henrik Levkowetz
8ba082c816
Merged in [9527] from rcross@amsl.com:
...
Fixes issue #1680 .
Fixes #1680 . Can't add minutes / agenda after deleting them.
- Legacy-Id: 9564
Note: SVN reference [9527] has been migrated to Git commit 5ece489701
2015-04-26 20:37:56 +00:00
Ryan Cross
9d6fc63581
Fixes #1678 . MultipleObjectsReturned when editing draft. Commit ready for merge.
...
- Legacy-Id: 9558
2015-04-24 22:46:49 +00:00
Henrik Levkowetz
acc2c59920
Updated a bunch of links from http: to https: based on a patch from lars@netapp.com.
...
- Legacy-Id: 9556
2015-04-24 21:47:12 +00:00
Ryan Cross
84670f7172
Fixes #1692 . Drag-and-Drop slide re-ordering no longer works in secr/proceedings. Consolidate / update JQuery-UI. Commit ready for merge.
...
- Legacy-Id: 9554
2015-04-24 21:31:00 +00:00
Henrik Levkowetz
d30981ddbd
Merged in [9519] from rcross@amsl.com:
...
Fixes issue #1676 .
Fixes #1676 . RelatedObjectDoesNotExist when User has no Person.
- Legacy-Id: 9538
Note: SVN reference [9519] has been migrated to Git commit 80d6564458
2015-04-21 20:17:39 +00:00
Henrik Levkowetz
881c9cb8f6
Provide the IRTF chair with access to the session request tool. Fixes issue #1687 .
...
- Legacy-Id: 9529
2015-04-21 12:36:46 +00:00
Henrik Levkowetz
88300e5d50
Removed emtpy items from the must-be-there list before handing the list to Person.objects.filter(pk__in=...). Fixes issues #1684 , #1685
...
- Legacy-Id: 9528
2015-04-21 11:53:00 +00:00
Ryan Cross
5ece489701
Fixes #1680 . Can't add minutes / agenda after deleting them. Commit ready for merge.
...
- Legacy-Id: 9527
2015-04-20 21:49:10 +00:00
Ryan Cross
80d6564458
Fixes #1676 . RelatedObjectDoesNotExist when User has no Person. Commit ready for merge.
...
- Legacy-Id: 9519
2015-04-16 22:24:40 +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
Henrik Levkowetz
422869611b
Merged in [9426] from rcross@amsl.com:
...
Add several 'From' options for IAD user of announcement tool.
- Legacy-Id: 9433
Note: SVN reference [9426] has been migrated to Git commit e5309ab73a
2015-04-09 20:38:30 +00:00
Henrik Levkowetz
b8f84dc8d7
Merged in [9375] from rjsparks@nostrum.com:
...
Put old style slides directly into archived. Migrate IETF92 materials to match.
- Legacy-Id: 9432
Note: SVN reference [9375] has been migrated to Git commit d46035003e
2015-04-09 20:22:03 +00:00
Henrik Levkowetz
2cf0c74561
Merged in [9351] from rjsparks@nostrum.com:
...
Remove sessonly, replacing the idea with a separate State. Add tests checking how materials show on agenda views.
- Legacy-Id: 9430
Note: SVN reference [9351] has been migrated to Git commit a6c64d2b12
2015-04-09 19:46:04 +00:00
Ryan Cross
e5309ab73a
Add several 'From' options for IAD user of announcement tool. Commit ready for merge.
...
- Legacy-Id: 9426
2015-04-08 18:11:49 +00:00
Robert Sparks
d46035003e
Put old style slides directly into archived. Migrate IETF92 materials to match. Commit ready for merge.
...
- Legacy-Id: 9375
2015-04-03 20:53:13 +00:00
Henrik Levkowetz
625347cd2f
Merged trunk@9354 to facelift copy
...
- Legacy-Id: 9357
2015-04-02 06:51:34 +00:00
Robert Sparks
a6c64d2b12
Remove sessonly, replacing the idea with a separate State. Add tests checking how materials show on agenda views. Commit ready for merge.
...
- Legacy-Id: 9351
2015-04-01 16:00:05 +00:00
Henrik Levkowetz
2f54511763
Changed all explicitly set HttpResponse content_types to specify charset.
...
Django sets charset if you don't specify a content_type; if you specify
one you also must add a charset specification (if you want one).
Fixes issue #1647 .
- Legacy-Id: 9348
2015-03-26 21:35:21 +00:00
Henrik Levkowetz
c16b7c555f
Merged in [9307] from rcross@amsl.com:
...
Improve test coverage of secr.drafts.
- Legacy-Id: 9312
Note: SVN reference [9307] has been migrated to Git commit 34a16483fa
2015-03-21 21:45:19 +00:00
Ryan Cross
9c9ac7ea3a
Fix pyflakes errors in secr/drafts/tests_views.py. Commit ready for merge
...
- Legacy-Id: 9308
2015-03-21 20:36:28 +00:00
Ryan Cross
34a16483fa
Improve test coverage of secr.drafts. Commit ready for merge.
...
- Legacy-Id: 9307
2015-03-21 20:26:53 +00:00
Robert Sparks
8f0b8a9225
Checkpoint for demonstration/discussion in Dallas. More development expected afterwards.
...
- Legacy-Id: 9250
2015-03-19 18:41:02 +00:00
Henrik Levkowetz
6f285a12f4
Changed the handling of some test directory creation and removal code, to be more consistent. Fixed a problem where a test didn't create and remove a test directory it used.
...
- Legacy-Id: 9203
2015-03-15 16:01:15 +00:00
Henrik Levkowetz
9e0c178e79
Merged in [9143] from rcross@amsl.com:
...
Add AG Secretary to Proceedings authorized roles.
- Legacy-Id: 9152
Note: SVN reference [9143] has been migrated to Git commit 096bd5e83e
2015-03-04 19:39:46 +00:00
Henrik Levkowetz
86997e1e95
Turned the api.py file into a module. Moved the makeresources management command to the api module. Added some api tests. Added crawling of api files to the test-crawler. Adjusted some resource files discovered by the test suite and test-crawler. Removed a bunch of empty model files.
...
- Legacy-Id: 9144
2015-03-03 20:23:36 +00:00
Ryan Cross
096bd5e83e
Add AG Secretary to Proceedings authorized roles. Commit ready to merge.
...
- Legacy-Id: 9143
2015-03-02 23:40:17 +00:00
Henrik Levkowetz
99233abff5
Merged in [9121] from rcross@amsl.com:
...
resolve issues with proceedings progress repport.
- Legacy-Id: 9123
Note: SVN reference [9121] has been migrated to Git commit a77c81cdd5
2015-02-24 20:29:42 +00:00
Ryan Cross
a77c81cdd5
resolve issues with proceedings progress repport. Commit ready for merge
...
- Legacy-Id: 9121
2015-02-24 19:11:31 +00:00
Henrik Levkowetz
048319edbc
Merged in [9097] from rcross@amsl.com:
...
Fixes #1605 . Editing session request causes KeyError.
- Legacy-Id: 9120
Note: SVN reference [9097] has been migrated to Git commit a660c433bb
2015-02-24 18:44:00 +00:00
Henrik Levkowetz
ca8d554b78
Undid previous commit -- it contained too much.
...
- Legacy-Id: 9118
2015-02-24 18:31:53 +00:00
Henrik Levkowetz
2b73f24c94
Merged in [9097] from rcross@amsl.com:
...
Fixes #1605 . Editing session request causes KeyError.
- Legacy-Id: 9117
Note: SVN reference [9097] has been migrated to Git commit a660c433bb
2015-02-24 18:29:45 +00:00
Ole Laursen
a23d80ea40
Commit patch from Lars Eggert to update the JS/CSS libraries
...
- Legacy-Id: 9116
2015-02-24 10:25:20 +00:00
Henrik Levkowetz
298adf3e20
Added 4 new fields to the meeting class, to hold draft submission cutoff information for the meeting. On request, changed the presentation of the cutoff times to show the last submission time, rather than the beginning of the cutoff time. Changed the cutoff hour format to support full timedelta information, not just a given hour (this was necessary in order to be able to set the requested 23:59:59 submission stop time).
...
- Legacy-Id: 9107
2015-02-21 20:48:29 +00:00
Ryan Cross
a660c433bb
Fixes #1605 . Editing session request causes KeyError. Commit ready for merge.
...
- Legacy-Id: 9097
2015-02-17 19:55:54 +00:00
Henrik Levkowetz
7bd647c0d6
Don't create empty Alias records. Fixes issue #1603 .
...
- Legacy-Id: 9086
2015-02-13 13:04:42 +00:00
Henrik Levkowetz
a85725e146
Added a guard against crashing because of missing timeslot location or time in check_audio_files(), which is called by create_proceedings() after changes to meeting materials. Fixes issue 1604.
...
- Legacy-Id: 9085
2015-02-13 12:09:56 +00:00
Ole Laursen
a225fd5069
Make new branch from trunk and merge facelift-r9007 into it, fixing a few merge conflicts
...
- Legacy-Id: 9072
2015-02-12 10:43:52 +00:00
Henrik Levkowetz
7ecfac6308
Merged in personal/henrik/django-1.7@9020 which upgrades Django from 1.6.0 to 1.7.4 and applies the needed changes to the datatracker code to work with release 1.7.x.
...
- Legacy-Id: 9028
2015-02-08 21:16:44 +00:00
Henrik Levkowetz
028b7e315a
Reverted to [9025] because commit [9026] failed (it was incomplete with a broken working dir).
...
- Legacy-Id: 9027
Note: SVN reference [9026] has been migrated to Git commit 4a3749a66b
2015-02-08 20:03:16 +00:00
Henrik Levkowetz
4a3749a66b
Merged in personal/henrik/django-1.7@9020 which upgrades Django from 1.6.0 to 1.7.4 and applies the needed changes to the datatracker code to work with release 1.7.x.
...
- Legacy-Id: 9026
2015-02-08 19:16:46 +00:00
Henrik Levkowetz
ff3603b979
Merged in [9005] from rcross@amsl.com:
...
Fixed the group link on the standalone Interim Meeting Proceedings
directory page.
Also removed some dead code.
- Legacy-Id: 9015
Note: SVN reference [9005] has been migrated to Git commit 9fed6d8774
2015-02-06 15:25:28 +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
Ryan Cross
9fed6d8774
Fix group link on Interim Meeting Proceedings directory page. Commit ready for merge.
...
- Legacy-Id: 9005
2015-02-06 00:02:07 +00:00
Ole Laursen
9d71ef3179
Summary: Move select2 field handling to a separate .js file, currently
...
we only include the select2 things on pages with forms that need it
anyway, and this makes it easier to use it in the Secretariat code
- Legacy-Id: 8986
2015-02-05 13:48:27 +00:00
Ole Laursen
e78637b9fc
Remove non-facelift static assets, and move the facelift assets one step up
...
- Legacy-Id: 8971
2015-02-04 17:03:43 +00:00
Ole Laursen
6da1939c7c
Remove apparently dead template file
...
- Legacy-Id: 8954
2015-02-02 17:18:20 +00:00
Ole Laursen
4087a9837f
End help_texts with period consistently - the default error rendering in the bootstrap3 library depends on it
...
- Legacy-Id: 8940
2015-01-28 13:25:21 +00:00
Robert Sparks
3f6503722c
Get the leadership timeslots to show in the secr pages
...
- Legacy-Id: 8931
2015-01-27 21:22:45 +00:00
Ole Laursen
d0999c8b5e
Merge facelift-r8510 branch with trunk. The IPR tool still has some non-facelifted parts and ideosyncracies. Fix a couple of minor bugs (including infamous empty licensing choice) in the IPR code, and port the IPR views to use the render shortcut.
...
- Legacy-Id: 8896
2015-01-22 17:38:05 +00:00
Henrik Levkowetz
d9e202c4a5
Merged in [8879] from rcross@amsl.com:
...
Fixes #1580 . grants IRTF Chair access to proceedings.
- Legacy-Id: 8895
Note: SVN reference [8879] has been migrated to Git commit bfeb650e0e
2015-01-21 21:25:51 +00:00
Henrik Levkowetz
49d86d691b
Merged in [8861] from rcross@amsl.com:
...
Changes to allow upload of bluesheets in materials upload page. Primarily for use with Interim meetings.
- Legacy-Id: 8891
Note: SVN reference [8861] has been migrated to Git commit 40efbf4f57
2015-01-21 20:32:18 +00:00
Henrik Levkowetz
05b048bfc4
Merged in [8855] from rcross@amsl.com:
...
Fixes #1577 . Fix Back and Cancel buttons in recording views.
- Legacy-Id: 8889
Note: SVN reference [8855] has been migrated to Git commit 83c3393c0c
2015-01-21 20:02:24 +00:00
Henrik Levkowetz
be1c255be1
Merged in [8854] from rjsparks@nostrum.com:
...
This is the second step towards ADs out of GroupInfo into Role.
The use of group.ad has been scrubbed from the code and templates.
- Those places that set group.ad have been directly manipulate Role objects instead
- Most places that read group.ad now use a new group.ad_role() that returns a Role object, simplifing some views.
Related to #1555 and #1557 .
- Legacy-Id: 8888
Note: SVN reference [8854] has been migrated to Git commit 65804be683
2015-01-21 19:56:57 +00:00
Henrik Levkowetz
a41f247ffa
Merged in [8853] from rcross@amsl.com:\n fix audio recordings not showing in proceedings.
...
- Legacy-Id: 8886
Note: SVN reference [8853] has been migrated to Git commit a459356043
2015-01-21 19:45:02 +00:00
Henrik Levkowetz
5c5193786c
Merged in [8852] from rcross@amsl.com:\n fixes ability to replace minutes and agendas.
...
- Legacy-Id: 8885
Note: SVN reference [8852] has been migrated to Git commit cd8cf00c52
2015-01-21 19:38:46 +00:00
Henrik Levkowetz
edc4cba1bd
Merged in [8851] from rjsparks@nostrum.com:\n This is the first step towards using Role to represent Area directors. It
...
- Migrates the information captured in GroupInfo.ad to Role objects.
- Renames GroupInfo.ad to GroupInfo._ad (retaining the current column name) to prepare for deletion of that field.
- Provides ad property accessor and setter methods implemented using the group's role_set (so that the existing view code continues to work with minimal changes)
- Improved selection in many querysets that assumed only groups of type 'area' would have area directors.
Related to #1557 and #1555 .
- Legacy-Id: 8884
Note: SVN reference [8851] has been migrated to Git commit 4c9db8f250
2015-01-21 19:33:19 +00:00
Henrik Levkowetz
73c56ef26b
Merged in [8848] from rjsparks@nostrum.com:\n Don't add the group's ad to the list of people who need to be at a meeting if the group doesn't have an ad. Protects the field formatter from occurances of None in passed in lists. Patch applied to production.
...
- Legacy-Id: 8881
Note: SVN reference [8848] has been migrated to Git commit fd9649abf2
2015-01-21 19:06:52 +00:00
Ryan Cross
bfeb650e0e
Fixes #1580 . grants IRTF Chair access to proceedings. Commit ready for merge.
...
- Legacy-Id: 8879
2015-01-21 19:00:53 +00:00
Henrik Levkowetz
0db48f3db0
Merged in [8840] from rjsparks@nostrum.com:\n Automatically ensure Alias records exists when Person records are changed, relieving multiple code locations of that responsibility. Fixes bug #1550 .
...
- Legacy-Id: 8873
Note: SVN reference [8840] has been migrated to Git commit b0b3a31b10bb35eb00d29f27d75d21c3cc4edc4e
2015-01-20 22:32:01 +00:00
Henrik Levkowetz
c3b1e1a369
Merged in [8723] from rcross@amsl.com:\n Fixes ticket #1469 , trying to add duplicate name in Rolodex causes 500 error.
...
- Legacy-Id: 8867
Note: SVN reference [8723] has been migrated to Git commit 9cf30a07d1
2015-01-15 19:37:56 +00:00
Ryan Cross
40efbf4f57
Changes to allow upload of bluesheets in materials upload page. Primarily for use with Interim meetings. Commit ready for merge.
...
- Legacy-Id: 8861
2015-01-12 18:45:50 +00:00
Ryan Cross
e686c5c7f5
Allow upload of bluesheets via materials upload interface
...
- Legacy-Id: 8857
2015-01-09 21:29:57 +00:00
Ryan Cross
83c3393c0c
Fixes #1577 . Fix Back and Cancel buttons in recording views. Commit ready for merge
...
- Legacy-Id: 8855
2015-01-09 18:54:11 +00:00
Robert Sparks
65804be683
This is the second step towards ADs out of GroupInfo into Role.
...
The use of group.ad has been scrubbed from the code and templates.
- Those places that set group.ad have been directly manipulate Role objects instead
- Most places that read group.ad now use a new group.ad_role() that returns a Role object, simplifing some views.
Related to #1555 and #1557 .
Commit ready for merge.
- Legacy-Id: 8854
2015-01-09 18:52:06 +00:00
Ryan Cross
a459356043
fix audio recordings not showing in proceedings. Commit ready for merge.
...
- Legacy-Id: 8853
2015-01-09 00:01:43 +00:00
Ryan Cross
cd8cf00c52
fixes ability to replace minutes and agendas. Commit ready for merge.
...
- Legacy-Id: 8852
2015-01-08 21:42:32 +00:00