Ryan Cross
99e32cdce4
fix pyflakes error in process_email.py. Commit ready for merge
...
- Legacy-Id: 8944
2015-01-29 00:51:55 +00:00
Ryan Cross
5a0e381985
Fix logging problem in IPR mail handling. Commit ready for merge.
...
- Legacy-Id: 8903
2015-01-23 21:00:13 +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
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
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
Ryan Cross
e934aa8e73
fix several issues with IPR references in iesg templates. Commit ready for merge.
...
- Legacy-Id: 8849
2015-01-08 01:35:39 +00:00
Ryan Cross
c957f3383b
allow editing of legacy disclosures which don't have required fields (set required=False). Commit ready for merge.
...
- Legacy-Id: 8845
2015-01-06 23:32:23 +00:00
Ryan Cross
1d92f940ce
Fixes #1570 . Fixes document search result row and IESG agenda documents row links to IPR. Commit ready for merge.
...
- Legacy-Id: 8842
2015-01-06 19:42:32 +00:00
Ryan Cross
8130d244d8
Fixes #1569 . Fixes link to IPR search from doc page. Commit ready for merge.
...
- Legacy-Id: 8841
2015-01-05 23:48:48 +00:00
Henrik Levkowetz
f90e802dc5
Set version info to release version 5.10.0 before branching.
...
- Legacy-Id: 8811
2014-12-21 21:33:56 +00:00
Henrik Levkowetz
5183042d58
Merged in branch/amsl/iprtool/5.7.4@8734 from rcross@amsl.com, providing new IPR models, refactored code, and improved list, search, and management interfaces.
...
- Legacy-Id: 8808
2014-12-21 19:26:33 +00:00
Henrik Levkowetz
04164ad157
Set version info and settings back to development mode
...
- Legacy-Id: 8805
2014-12-18 21:29:50 +00:00
Henrik Levkowetz
813bf0c025
Set version info to release version 5.9.0 before branching.
...
- Legacy-Id: 8803
2014-12-18 21:29:46 +00:00
Henrik Levkowetz
5133e59c9b
Merged in [8711] from rjsparks@nostrum.com:\n Added functionality for management of group materials,
...
focusing on groups of type 'team'.
* Simplifies managing the Abstract for uploaded group materials.
Displays the abstract on the groups materials page
* Provides SessionPresentation: a binding between
Document and Session objects, that tracks doc version.
* Adds helpers for finding upcoming sessions, and the
most recent SessionPresentations whose sessions have passed
* Generalizes the snippet concept (as a templatetage) used
in the history tab for use on other pages
* Adds a variant of the snippet that can be styled as an edit link
* Provides several ways to address sessions, using sequence,
dates, group acronyms, and day of week
* Adds a 'Materials Manager' Role
- Legacy-Id: 8765
Note: SVN reference [8711] has been migrated to Git commit b4448a8faa
2014-12-18 18:47:14 +00:00
Henrik Levkowetz
da9419ae64
Set version info and settings back to development mode
...
- Legacy-Id: 8763
2014-12-18 18:40:22 +00:00
Henrik Levkowetz
f15295863a
Set version info to release version 5.8.1 before branching.
...
- Legacy-Id: 8761
2014-12-18 18:40:18 +00:00
Henrik Levkowetz
a9b91deead
Added a file which was missed in the 5.8.0 release.
...
- Legacy-Id: 8759
2014-12-18 18:37:53 +00:00
Henrik Levkowetz
f403aa9886
Set version info and settings back to development mode
...
- Legacy-Id: 8757
2014-12-18 16:06:12 +00:00
Henrik Levkowetz
b878bfa9eb
Set version info to release version 5.8.0 before branching.
...
- Legacy-Id: 8755
2014-12-18 16:06:08 +00:00
Henrik Levkowetz
00e4818ceb
Alternative DRY definition of the REST api top URL; this time in ietf/urls.py. This in itself is nicer, but I'm not so sure about the use of reverse() everywhere else, instead of referring to settings.
...
- Legacy-Id: 8752
2014-12-17 21:26:32 +00:00
Henrik Levkowetz
3cb39d462e
Define the REST api top url in settings.py, rather than having literals in multiple places in the code.
...
- Legacy-Id: 8751
2014-12-17 21:06:05 +00:00
Henrik Levkowetz
7d2c934699
Cleanup.
...
- Legacy-Id: 8750
2014-12-17 20:25:18 +00:00
Henrik Levkowetz
48e0c33aff
Don't list REST API endpoints which don't provide access to any tables.
...
- Legacy-Id: 8749
2014-12-17 20:18:27 +00:00
Henrik Levkowetz
9cb2f17f0f
Added a refinement to the pyflakes management command, to make it clearer where exceptions while running pyflakes originate.
...
- Legacy-Id: 8747
2014-12-14 20:35:35 +00:00
Henrik Levkowetz
ed2458feac
Tests for the restapi.
...
- Legacy-Id: 8745
2014-12-14 20:34:03 +00:00
Henrik Levkowetz
770b36d575
Added generated (and sometimes manually tweaked) resources.py files.
...
- Legacy-Id: 8744
2014-12-14 20:33:25 +00:00
Henrik Levkowetz
147cc96a51
Added a management command to generate (and update) resource files for tastypie, in order to have to manually maintain the resource files needed by tastypie when models are added (model changes will have to be handled manually, or by removing the old class from the resources and auto-generate it again).
...
- Legacy-Id: 8743
2014-12-14 20:32:12 +00:00
Henrik Levkowetz
9883b8de78
Added a module with autodiscovery support for API resource files, and the necessary support for TimedeltaField to be used with tastypie. ALso a top-level resource list generated from settings.INSTALLED_APPS, in order to not have to maintain the top level manually in ietf/urls.py.
...
- Legacy-Id: 8741
2014-12-14 20:27:51 +00:00
Robert Sparks
b4448a8faa
Added functionality for management of group materials,
...
focusing on groups of type 'team'.
* Simplifies managing the Abstract for uploaded group materials.
Displays the abstract on the groups materials page
* Provides SessionPresentation: a binding between
Document and Session objects, that tracks doc version.
* Adds helpers for finding upcoming sessions, and the
most recent SessionPresentations whose sessions have passed
* Generalizes the snippet concept (as a templatetage) used
in the history tab for use on other pages
* Adds a variant of the snippet that can be styled as an edit link
* Provides several ways to address sessions, using sequence,
dates, group acronyms, and day of week
* Adds a 'Materials Manager' Role
Commit ready for merge.
- Legacy-Id: 8711
2014-11-25 00:09:05 +00:00
Robert Sparks
8a8da7a397
cleaned out boilerplate migration imports that arent actually used
...
- Legacy-Id: 8709
2014-11-24 21:51:51 +00:00
Robert Sparks
e5e6b1337d
Added a materials manager (matman) Role, and populated it for the edu team
...
- Legacy-Id: 8708
2014-11-24 21:40:49 +00:00
Robert Sparks
986768bf73
Cleaned up issues with date and weekday variants of the session views
...
- Legacy-Id: 8707
2014-11-24 21:06:58 +00:00
Robert Sparks
2d0eb1e011
Reworked URLs to explicitly invoke edit. Build list of possible sessions using group acronym and sequence variant of urls, not just sequence alone
...
- Legacy-Id: 8706
2014-11-24 20:53:36 +00:00
Robert Sparks
5f1663530c
Added comment docevents when changing SessionPresentation objects. Reworked group materials page to be more helpful when there are multiple SessionPresentations withing a given Meeting
...
- Legacy-Id: 8705
2014-11-24 19:54:25 +00:00
Henrik Levkowetz
6596a858af
Fixed a problem with the admin interface for the ietf.doc.DocHistory class.
...
- Legacy-Id: 8693
2014-11-14 00:21:54 +00:00
Henrik Levkowetz
50cb5f0762
Set version info and settings back to development mode
...
- Legacy-Id: 8656
2014-11-13 03:37:17 +00:00
Henrik Levkowetz
8bdd8deafd
Set version info to release version 5.7.4 before branching.
...
- Legacy-Id: 8654
2014-11-13 03:37:13 +00:00
Henrik Levkowetz
8675c1e5ad
Added a setting for the temporary bluesheets directory used during testing.
...
- Legacy-Id: 8648
2014-11-12 01:49:55 +00:00
Henrik Levkowetz
c462e63adb
Added settings for the PhantomJS ghostdriver.log and the temporary meeting materials directory used during testing, so that it's possible to place them in other places than the working copy.
...
- Legacy-Id: 8646
2014-11-12 01:45:58 +00:00
Henrik Levkowetz
184662f5e0
Merged in [8641] from rcross@amsl.com:
...
Fixed the check_permissions() decorator to handle not authenticated users.
- Legacy-Id: 8645
Note: SVN reference [8641] has been migrated to Git commit 0ad5828b0f42abc2b0af0564f7b01935d0c326f5
2014-11-11 22:29:50 +00:00
Henrik Levkowetz
72247628a2
Removed an errant print debug statement.
...
- Legacy-Id: 8644
2014-11-11 22:24:02 +00:00
Henrik Levkowetz
9bcdf342fb
Merged in [8634] from rcross@amsl.com:\n Remove none-selected option from licensing options of new IPR form.
...
- Legacy-Id: 8638
Note: SVN reference [8634] has been migrated to Git commit 5016baeb30
2014-11-11 02:05:35 +00:00
Henrik Levkowetz
bb8359f80d
Merged in [8624] from rcross@amsl.com:\n Remove secauth middleware. Replace with role_required decorators.
...
- Legacy-Id: 8637
Note: SVN reference [8624] has been migrated to Git commit 097b936ca8
2014-11-11 02:00:35 +00:00
Henrik Levkowetz
2d1d95e03b
Merged in [8623] from suresh.krishnan@ericsson.com:\n Advising IESG Secretary of personnel changes in WGs. Fixing issue #1357 .
...
- Legacy-Id: 8636
Note: SVN reference [8623] has been migrated to Git commit b6ff986ffd
2014-11-11 01:41:24 +00:00
Henrik Levkowetz
ea341466ca
Merged in [8609] from tterriberry@mozilla.com, with minor changes:
...
Allow changing the title of a charter document.
Fixes #1334
- Legacy-Id: 8635
Note: SVN reference [8609] has been migrated to Git commit 63d919eb52
2014-11-11 01:34:04 +00:00
Ryan Cross
5016baeb30
Remove none-selected option from licensing options of new IPR form. Commit ready for merge
...
- Legacy-Id: 8634
2014-11-11 01:10:52 +00:00
Henrik Levkowetz
f2d3d4213a
Reworked the generation of draft aliases and WG aliases, after trying out the output of the previous version for real. This code seems to work better, based on tests on ietfa.
...
- Legacy-Id: 8633
2014-11-11 01:09:30 +00:00
Henrik Levkowetz
69a7668d2e
Merged in [8622] from harald@alvestrand.no:
...
Adding a missing column header to search result.
- Legacy-Id: 8628
Note: SVN reference [8622] has been migrated to Git commit de8dd26b59
2014-11-09 04:27:52 +00:00
Henrik Levkowetz
b6fc0586b8
Merged in [8617] from liudapeng@chinamobile.com:
...
Add RG in the search popup. Change to use Django Q object. Fixes issue #1355 .
- Legacy-Id: 8625
Note: SVN reference [8617] has been migrated to Git commit 136bce88b4
2014-11-09 03:38:40 +00:00