Henrik Levkowetz
c44d7b45d9
Merged in [11988] from rcross@amsl.com:
...
Fix issue with proceedings for training sessions.
- Legacy-Id: 12020
Note: SVN reference [11988] has been migrated to Git commit c1cc1d639f
2016-09-23 06:11:46 +00:00
Robert Sparks
c7b82bdf1d
Open the new proceedings page for anyone to see. Commit ready for merge.
...
- Legacy-Id: 12019
2016-09-22 21:09:09 +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
Henrik Levkowetz
26fcce9c28
Brought back the nomcom nominee merge functionality which was inadvertently removed in January. There is now both a Merge Nominee and a Merge Person form, with additional instructions which should make it easier to choose the right one for the task.
...
- Legacy-Id: 12017
2016-09-22 14:23:20 +00:00
Robert Sparks
eab067ff34
Repaired a max string vs max int bug in MeetingFactory. Commit ready for merge.
...
- Legacy-Id: 12016
2016-09-21 21:56:37 +00:00
Robert Sparks
4f01de1b94
Improves who to copy when sending submission confirmation mail when authors change. Commit ready for merge.
...
- Legacy-Id: 12014
2016-09-21 15:55:17 +00:00
Henrik Levkowetz
5089651e17
Don't use EmptyQuerySet directly; return Class.objects.none() instead.
...
- Legacy-Id: 12013
2016-09-21 11:23:57 +00:00
Henrik Levkowetz
d0c3331f9f
Clarified the differences between Document.href() and Document.get_absolute_url(). Updated PLAN.
...
- Legacy-Id: 12012
2016-09-20 21:05:14 +00:00
Henrik Levkowetz
18b7a2fcdb
On request, changed the agenda and minutes links in json_agenda to point at the document text instead of the document API endpoint.
...
- Legacy-Id: 12011
2016-09-20 20:46:32 +00:00
Henrik Levkowetz
c8335f4c59
Set the is_bof flag in json_agenda also when it's false.
...
- Legacy-Id: 12010
2016-09-20 20:31:39 +00:00
Henrik Levkowetz
e553ff80d8
Added an is_bof flag to json_agenda. Also added group state information. Changed the group information to use historic information instead of current.
...
- Legacy-Id: 12009
2016-09-20 20:28:22 +00:00
Henrik Levkowetz
fe0bc55632
Added a link to the minutes api to json_agenda(). Changed the output json to use sorted keys.
...
- Legacy-Id: 12008
2016-09-20 20:04:27 +00:00
Henrik Levkowetz
9e66c16fa7
Made retrieve_search_results() always return a queryset, which lets us use .exists() on the returned value as needed.
...
- Legacy-Id: 12007
2016-09-20 18:32:20 +00:00
Henrik Levkowetz
f8bca9bcf6
Reverted inadvertent commit
...
- Legacy-Id: 12006
2016-09-20 18:31:16 +00:00
Henrik Levkowetz
e917c5a0df
Added made group a json object in the json_agenda, and added session.group.type information.
...
- Legacy-Id: 12005
2016-09-20 18:24:08 +00:00
Robert Sparks
efa3228314
Added the ability to remove documents from a session to session_details. Made slide upload code more robust against removing a set of slides from a session and then revising them. Commit ready for merge.
...
- Legacy-Id: 12004
2016-09-19 22:05:59 +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
6eda94db76
Use anchors on session_details to let the browser go directly to the particular session selected from meeting_materials. This is paricularly useful for the plenary. Commit ready for merge.
...
- Legacy-Id: 12002
2016-09-19 20:20:15 +00:00
Robert Sparks
e24281cfac
Split links on the session detail page so that the title goes straight to the document content for non-draft documents. Commit ready for merge.
...
- Legacy-Id: 12001
2016-09-19 20:02:40 +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
Robert Sparks
c045f7ed73
improve cleanup after slide reorder test. Commit ready for merge.
...
- Legacy-Id: 11996
2016-09-19 14:17:52 +00:00
Robert Sparks
bcac1dfff8
Added slide sorting. Commit ready to merge.
...
- Legacy-Id: 11995
2016-09-16 20:36:59 +00:00
Henrik Levkowetz
f01327cba7
Fixed a merge error which replaced the group group state with a duplicate group charter line on the group_about page. Fixes issue #2009 .
...
- Legacy-Id: 11994
2016-09-15 19:18:06 +00:00
Henrik Levkowetz
f2c31f242b
Changed the 1id_index generation to use a new Person method .plain_ascii(). Added tests for some Person name methods.
...
- Legacy-Id: 11993
2016-09-15 17:29:08 +00:00
Robert Sparks
02ee5dc5d7
(somewhat bumpy) merge forward from proceedings/6.31.1.dev0
...
- Legacy-Id: 11992
2016-09-14 22:09:30 +00:00
Robert Sparks
53f41a6327
Added an order field to SessionPresentation.
...
Set up removing the order field from Document.
Modified the meeting materials, proceedings, and session details views to use the order field on SessionPresentation.
Added bootstrapped views to upload session materials (agendas, slides, minutes, and bluesheets).
Integrated upload into the session details view.
Commit ready for merge.
- Legacy-Id: 11989
2016-09-14 19:11:31 +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
807e89cb85
Change 1id_index back to using plain names, undoing an inadvertent change to names with title.
...
- Legacy-Id: 11986
2016-09-13 18:53:52 +00:00
Henrik Levkowetz
5a5446ca28
Added object IDs to /meeting/<num>/agenda.json.
...
- Legacy-Id: 11984
2016-09-13 13:51:01 +00:00
Henrik Levkowetz
c9339c923b
Set version info and settings back to development mode
...
- Legacy-Id: 11981
2016-09-11 12:39:54 +00:00
Henrik Levkowetz
9fbe0ebbea
Set version info to release version 6.33.0 before branching.
...
- Legacy-Id: 11979
2016-09-11 12:39:46 +00:00
Henrik Levkowetz
586eec7f2b
Made a reverse migration more robust.
...
- Legacy-Id: 11974
2016-09-11 11:59:05 +00:00
Henrik Levkowetz
99150fa793
Set version info and settings back to development mode
...
- Legacy-Id: 11973
2016-09-11 11:56:49 +00:00
Henrik Levkowetz
b7a60f7f44
Set version info to release version 6.33.0 before branching.
...
- Legacy-Id: 11971
2016-09-11 11:56:42 +00:00
Henrik Levkowetz
9d053cae38
Removed an unwanted migration.
...
- Legacy-Id: 11968
2016-09-11 11:50:05 +00:00
Henrik Levkowetz
9cb627f1cc
Made some migrations work backwards, too.
...
- Legacy-Id: 11964
2016-09-10 20:06:15 +00:00
Henrik Levkowetz
ecd4491150
Corrected a migration to match the list of event types in doc/models.py
...
- Legacy-Id: 11963
2016-09-10 20:05:35 +00:00
Henrik Levkowetz
d22979c93e
Added a missing migration.
...
- Legacy-Id: 11962
2016-09-10 20:02:56 +00:00
Henrik Levkowetz
22b2953b18
Merged in ^/branch/scow/track-manual-id-posts-6.31.1.dev0, which provides secretariat support for managing draft submissions outside of the automated datatracker draft submission tool. In addition to making the secreatiat handling of draft submissions that come in by email or other paths easier, it also improves the datatracker submission and document history for these documents.
...
- Legacy-Id: 11959
2016-09-09 17:00:23 +00:00
Henrik Levkowetz
a1efbcad47
Fixed an issue where button badges would be positioned differently on firefox and webkit-based browsers.
...
- Legacy-Id: 11958
2016-09-09 16:52:36 +00:00
Henrik Levkowetz
350d5315a5
Use absolute paths when checking for app settings files to include.
...
- Legacy-Id: 11957
2016-09-09 14:39:55 +00:00
Henrik Levkowetz
7843ea25c5
Set version info and settings back to development mode
...
- Legacy-Id: 11955
2016-09-09 12:23:26 +00:00
Henrik Levkowetz
e4e7cecd9d
Set version info to release version 6.32.1 before branching.
...
- Legacy-Id: 11953
2016-09-09 12:23:18 +00:00
Henrik Levkowetz
52d8961e83
Fixed a pyflakes nit.
...
- Legacy-Id: 11950
2016-09-09 09:52:56 +00:00
Henrik Levkowetz
545140d939
Started moving app-specific settings into app settings.py files.
...
- Legacy-Id: 11949
2016-09-09 05:42:41 +00:00
Henrik Levkowetz
a2ef156d36
Changed the export options and resources for charts so as to not involve a third-party server for image exports.
...
- Legacy-Id: 11947
2016-09-09 04:31:22 +00:00
Henrik Levkowetz
c1ce79f14d
Style tweak
...
- Legacy-Id: 11945
2016-09-08 18:30:03 +00:00
Henrik Levkowetz
254c3db807
Style changes.
...
- Legacy-Id: 11944
2016-09-08 17:37:36 +00:00
Henrik Levkowetz
e0e930fc0c
Fixed a situation where the Change IETF WG State form gave an exception when the form was submitted empty, instead of informing the user.
...
- Legacy-Id: 11943
2016-09-08 17:23:15 +00:00
Henrik Levkowetz
47d6bbbea3
Renamed the SubmissionEmail event class to SubmissionEmailEvent, and added an admin class for it.
...
- Legacy-Id: 11942
2016-09-08 15:04:53 +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
22e2b0ab88
Added a return value used by ietf.middleware.SMTPExceptionMiddleware.process_exception().
...
- Legacy-Id: 11940
2016-09-08 09:37:22 +00:00
Henrik Levkowetz
eed2cd979e
Added a set of chart options for small activity indication graphs. Fixed a pylint nit.
...
- Legacy-Id: 11939
2016-09-08 09:36:08 +00:00
Henrik Levkowetz
15a8e286a2
Set version info and settings back to development mode
...
- Legacy-Id: 11937
2016-09-08 09:05:30 +00:00
Henrik Levkowetz
d8f82e228a
Set version info to release version 6.32.0 before branching.
...
- Legacy-Id: 11935
2016-09-08 09:05:21 +00:00
Henrik Levkowetz
f726f5c785
Moved default column chart settings to settings.py. Split chart config and data into separate ajax urls to permit drawing base chart details before having data. Added a 'Loading...' notification while loading chart data. Added more test cases. Changed chart settings to eliminate empty data points from data transfer.
...
- Legacy-Id: 11930
2016-09-07 13:06:30 +00:00
Henrik Levkowetz
0b9ed9183a
Added spin.js, bower files for external packages, and updated versions of highcharts, jquery.tablesorter and bootstrap-datepicker.
...
- Legacy-Id: 11929
2016-09-07 08:27:22 +00:00
Henrik Levkowetz
03d5b07e51
Added document information and submission timeline to profile pages. Refactored the chart data generation.
...
- Legacy-Id: 11928
2016-09-06 19:25:51 +00:00
Henrik Levkowetz
74f7c5782b
Added some basic charting support, using highcharts, and charts showing new-revision timelines for document search results.
...
- Legacy-Id: 11927
2016-09-06 13:19:45 +00:00
Henrik Levkowetz
b0906f04af
Basic charting of new revision activity for document search results.
...
- Legacy-Id: 11922
2016-09-06 09:47:22 +00:00
Henrik Levkowetz
a531b7cbc0
Removed BOM
...
- Legacy-Id: 11919
2016-09-02 09:27:44 +00:00
Henrik Levkowetz
be6065e6a5
Manual post naming and string tweaks
...
- Legacy-Id: 11918
2016-09-01 12:04:43 +00:00
Henrik Levkowetz
7a8c067d83
Changed a state name, and renamed some view functions for easier code reading. Removed extra name= parameters from the submit/ urlpatterns.
...
- Legacy-Id: 11917
2016-09-01 09:14:34 +00:00
Henrik Levkowetz
14607c977d
Fixed a blowup which could happen if an rfc doesn't have its standard level set.
...
- Legacy-Id: 11916
2016-09-01 08:57:49 +00:00
Henrik Levkowetz
476ad780e3
Fixed a bug in the rfceditor index sync introduced by the event saving refactoring.
...
- Legacy-Id: 11915
2016-09-01 08:24:05 +00:00
Henrik Levkowetz
e2fccfb094
Merged in ^/branch/scow/track-manual-id-posts-6.31.1.dev0@11899, which provides better support for manual ID posting.
...
- Legacy-Id: 11914
2016-08-31 22:30:31 +00:00
Henrik Levkowetz
a939936a10
Fixed document methods .get_file_path() and .href() for historic meeting documents, to make urls like /doc/minutes-96-detnet/1/ work.
...
- Legacy-Id: 11912
2016-08-31 16:19:05 +00:00
Henrik Levkowetz
690589dddc
Set version info and settings back to development mode
...
- Legacy-Id: 11909
2016-08-31 14:20:37 +00:00
Henrik Levkowetz
26a6e15c25
Set version info to release version 6.31.1 before branching.
...
- Legacy-Id: 11907
2016-08-31 14:20:26 +00:00
Henrik Levkowetz
fae136cfc3
Made migration doc:0013 more robust.
...
- Legacy-Id: 11903
2016-08-31 13:48:00 +00:00
Henrik Levkowetz
f97204ceee
Fixed a number of places where events were given the document time, but the document had not been given a new time yet, after the eventsave refactoring code changes of [11841]. Fixes issue #2004 .
...
- Legacy-Id: 11901
Note: SVN reference [11841] has been migrated to Git commit d868371aff
2016-08-31 10:54:27 +00:00
Mike Douglass
fa3a34389e
Merge forward to 6.31.1.dev0
...
- Legacy-Id: 11899
2016-08-31 03:00:10 +00:00
Henrik Levkowetz
eb22690d78
Merged in [11891] from rjsparks@nostrum.com:
...
Modify agenda.json to properly handle meetings that do not have an agenda yet. Fixes #2003 .
- Legacy-Id: 11896
Note: SVN reference [11891] has been migrated to Git commit 9f409480c0
2016-08-30 18:23:12 +00:00
Henrik Levkowetz
714781d6c5
Merged in [11890] from rcross@amsl.com:
...
Modify monthly progress report to handle unicode characters in document titles.
- Legacy-Id: 11895
Note: SVN reference [11890] has been migrated to Git commit 98b9efdb02
2016-08-30 17:44:51 +00:00
Henrik Levkowetz
4940bf79e9
Merged in [11889] from rcross@amsl.com:
...
Strip .py extension of report scripts to match the rest. Add svn:executable to scripts that were missing it.
- Legacy-Id: 11894
Note: SVN reference [11889] has been migrated to Git commit 96fb33f50d
2016-08-30 17:34:23 +00:00
Henrik Levkowetz
375f2a710d
Added page caching for json_agenda(). Changed localization of naive time from database in json_agenda to use settings.PRODUCTION_TIMEZONE.
...
- Legacy-Id: 11893
2016-08-30 16:32:58 +00:00
Henrik Levkowetz
02e2f591bc
Merged in [11888] from rjsparks@nostrum.com:
...
Added an order field to sessionpresentation to allow ordering slides. Reworked the session details page to break slides and drafts into their own sections.
- Legacy-Id: 11892
Note: SVN reference [11888] has been migrated to Git commit 89a3afe025
2016-08-30 16:29:51 +00:00
Robert Sparks
9f409480c0
Modify agenda.json to properly handle meetings that do not have an agenda yet. Fixes #2003 . Commit ready for merge.
...
- Legacy-Id: 11891
2016-08-30 14:57:28 +00:00
Ryan Cross
98b9efdb02
Modify monthly progress report to handle unicode characters in document titles. Commit ready for merge.
...
- Legacy-Id: 11890
2016-08-26 22:35:48 +00:00
Ryan Cross
96fb33f50d
Strip .py extension of report scripts to match the rest. Add svn:executable to scripts that were missing it. Commit ready for merge.
...
- Legacy-Id: 11889
2016-08-26 21:37:42 +00:00
Robert Sparks
89a3afe025
Added an order field to sessionpresentation to allow ordering slides. Reworked the session details page to break slides and drafts into their own sections. Commit ready for merge.
...
- Legacy-Id: 11888
2016-08-26 21:06:01 +00:00
Henrik Levkowetz
9fb2ec22c6
Added handling for an exception which could occur for charter documents which does not have a matching chartered group.
...
- Legacy-Id: 11886
2016-08-26 14:07:50 +00:00
Henrik Levkowetz
5a6c8c5fcf
Merged in [11877] from rjsparks@nostrum.com:
...
Copy group chairs on confirmation email when a new group document revision is submitted that changes the author set. Fixes #1998 .
- Legacy-Id: 11883
Note: SVN reference [11877] has been migrated to Git commit b988b86b1a
2016-08-26 10:50:01 +00:00
Henrik Levkowetz
16c9a2f65a
Style the textarea of the charter form to use a monospaced font.
...
- Legacy-Id: 11882
2016-08-26 10:32:26 +00:00
Henrik Levkowetz
7d0fd4cb29
Merged in [11859] from rjsparks@nostrum.com:
...
Put WG summary information on the rechartering page. Fixes #2000 .
- Legacy-Id: 11881
Note: SVN reference [11859] has been migrated to Git commit b6978debb6
2016-08-26 10:31:03 +00:00
Henrik Levkowetz
2c484d5abb
Added another migration dependency, to avoid looking for removed tables.
...
- Legacy-Id: 11880
2016-08-26 10:30:21 +00:00
Robert Sparks
89c128de63
merge forward from 6.30.1.dev0
...
- Legacy-Id: 11879
2016-08-25 19:36:08 +00:00
Robert Sparks
b988b86b1a
Copy group chairs on confirmation email when a new group document revision is submitted that changes the author set. Fixes #1998 . Commit ready for merge.
...
- Legacy-Id: 11877
2016-08-25 15:52:51 +00:00
Robert Sparks
2009afe7b8
preparing to merge forward to 6.31
...
- Legacy-Id: 11875
2016-08-25 15:21:57 +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
6859ca90a9
Merged in [11855] from rjsparks@nostrum.com:
...
Update the instructions page for the submit tool to reflect what currently happens.
- Legacy-Id: 11873
Note: SVN reference [11855] has been migrated to Git commit 1160ea5ff1
2016-08-25 12:27:21 +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
Henrik Levkowetz
c97424ce43
Set version info and settings back to development mode
...
- Legacy-Id: 11867
2016-08-25 06:05:00 +00:00
Henrik Levkowetz
18026745b8
Set version info to release version 6.31.0 before branching.
...
- Legacy-Id: 11865
2016-08-25 06:04:52 +00:00
Henrik Levkowetz
c8917f51aa
Changed the migration progress indication to a tqdm progress bar.
...
- Legacy-Id: 11862
2016-08-25 05:48:04 +00:00
Henrik Levkowetz
a90af1e9e3
Added a migration to capture an additional DocEvent type string.
...
- Legacy-Id: 11861
2016-08-25 05:22:59 +00:00
Robert Sparks
b6978debb6
Put WG summary information on the rechartering page. Fixes #2000 . Commit ready for merge.
...
- Legacy-Id: 11859
2016-08-24 18:43:15 +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
Henrik Levkowetz
2b226ae7b7
Improved test coverage somewhat by making more of the group tests apply to both the /group/acronym and /wg/acronym (or equivalent) url forms.
...
- Legacy-Id: 11857
2016-08-24 16:50:54 +00:00
Robert Sparks
1160ea5ff1
Update the instructions page for the submit tool to reflect what currently happens. Commit ready for merge.
...
- Legacy-Id: 11855
2016-08-24 15:48:18 +00:00