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
Robert Sparks
4c9db8f250
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 .
Commit ready to merge.
- Legacy-Id: 8851
2015-01-08 20:22:23 +00:00
Robert Sparks
fd9649abf2
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. Commit ready for merge.
...
- Legacy-Id: 8848
2015-01-07 21:24:42 +00:00
Henrik Levkowetz
b5dad67b05
Fix django 1.7 deprecation warnings: get_query_set() --> get_queryset().
...
- Legacy-Id: 8827
2014-12-22 17:38:49 +00:00
Henrik Levkowetz
25eb00c925
New django-1.7 initial migrations. Circular references exist, requiring explicit --fake migration for doc, dbtemplate and community apps.
...
- Legacy-Id: 8823
2014-12-22 17:07:38 +00:00
Henrik Levkowetz
39389bf163
Added a migrations directory for secr/proceedings, needed for the django 1.7 makemigrations command to run properly, because there is a subclass of meeting.models.Meeting in proceedings ...
...
- Legacy-Id: 8821
2014-12-22 16:48:54 +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
Ryan Cross
9cf30a07d1
Fixes ticket #1469 , trying to add duplicate name in Rolodex causes 500 error. Commit ready for merge
...
- Legacy-Id: 8723
2014-12-02 18:30:35 +00:00
Ole Laursen
cebc979282
Summary: Resolve person/email/document multiselect issue by importing
...
select2 and switching the widgets over to using that. Port the
milestones editing page to Bootstrap.
- Legacy-Id: 8713
2014-11-25 16:47:48 +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
Ole Laursen
6a7f3d981d
Summary: Update Secretariat jQuery version to the same as the rest of
...
the site (1.11.1) to make the people selection widget work
- Legacy-Id: 8704
2014-11-24 15:33:55 +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
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
Ryan Cross
097b936ca8
Remove secauth middleware. Replace with role_required decorators. Commit ready for merge
...
- Legacy-Id: 8624
2014-11-09 02:32:41 +00:00
Robert Sparks
c436607039
merged forward. Adjusted new proceedings code to new models. Found bug in earlier work on proceedings code exposing places that tests are not covering.
...
- Legacy-Id: 8589
2014-11-05 21:19:09 +00:00
Henrik Levkowetz
be4e45e16d
Temporary patch for exception when trying to generate proceedings for a session which doesn't have an assigned timeslot in an official schedule. Happens all the time for interims, for example.
...
- Legacy-Id: 8534
2014-10-31 21:52:19 +00:00
Henrik Levkowetz
06ea9a0025
Merged in [8456] from rcross@amsl.com:
...
fix bug when trying to edit a session request that doesn't exist. fix bug when submitted session request form does not include conflict input fields.
- Legacy-Id: 8489
Note: SVN reference [8456] has been migrated to Git commit 09d7255e4a
2014-10-26 21:44:03 +00:00
Henrik Levkowetz
d7223b8ebc
Merged in [8454] from rcross@amsl.com:\n fix IRTF proceedings to include Open IRTF Meeting (openirtf).
...
- Legacy-Id: 8488
Note: SVN reference [8454] has been migrated to Git commit ac5e4b9b4c
2014-10-26 21:30:29 +00:00
Henrik Levkowetz
388b271f1c
Fixed a 500 error that could occur if someone manyally entered a proceedings url to upload materials to a nonexistent meeting/group combination.
...
- Legacy-Id: 8481
2014-10-26 13:48:57 +00:00
Henrik Levkowetz
704589b4c7
Merged in branch/iola/people-cleanup @ [8471] from olau@iola.dk, which
...
enhances a number of pages in the datatracker where forms contain fields
where a person should be chosen, such as for instance when choosing the
shepherd of a document, so that they uniformly display choices which show
both email address and name.
Furthermore, changes have been made so as to make the email address
uniformly act as reference to the person record.
Autocompletion is now consistently provided when looking for the email
address or name of the person to choose.
This solves a number of issues where it has been difficult to choose the
correct Person/Email combination, and where the correct email address to use
for an association has been unavailable previously.
- Legacy-Id: 8472
Note: SVN reference [8471] has been migrated to Git commit d62f2343e8
2014-10-25 21:05:50 +00:00
Henrik Levkowetz
6e38e974f5
Merged in [8237] from rcross@amsl.com:
...
Changes to support video content in proceedings ('recording' document type).
- Legacy-Id: 8462
Note: SVN reference [8237] has been migrated to Git commit 96bccc7b17
2014-10-24 12:18:25 +00:00
Ryan Cross
09d7255e4a
fix bug when trying to edit a session request that doesn't exist. fix bug when submitted session request form does not include conflict input fields. Commit ready for merge.
...
- Legacy-Id: 8456
2014-10-21 23:22:25 +00:00
Ryan Cross
ac5e4b9b4c
fix IRTF proceedings to include Open IRTF Meeting (openirtf). Commit ready for merge.
...
- Legacy-Id: 8454
2014-10-21 21:29:09 +00:00
Robert Sparks
e889177a32
merged forward
...
- Legacy-Id: 8432
2014-10-16 15:07:33 +00:00
Henrik Levkowetz
f3afb556c2
Merged in [8156] and [8320] from rcross@amsl.com:
...
Do not allow editing or submitting new session requests when the tool is locked. Fixes Ticket #1443 .
- Legacy-Id: 8391
Note: SVN reference [8156] has been migrated to Git commit f9d614528b
Note: SVN reference [8320] has been migrated to Git commit faa6469e27
2014-10-12 19:17:51 +00:00
Henrik Levkowetz
90fa82476b
Merged in [8301] from rcross@amsl.com:
...
changes to support consensus status.
- Legacy-Id: 8387
Note: SVN reference [8301] has been migrated to Git commit feec6899be
2014-10-12 18:31:39 +00:00
Robert Sparks
c3f460cbe9
Refactored history snippets for general use
...
Moved from VersionedMaterials to SessionPresentation for the through table name
Added the abstract and most recent presentation to the documents on the group materials page
Working snapshot before building historic edu-team documents
- Legacy-Id: 8349
2014-09-19 21:33:30 +00:00
Ryan Cross
faa6469e27
change session request lock to use new meeting field: session_request_lock_message instead of lock file. commit ready for merge
...
- Legacy-Id: 8320
2014-09-18 22:24:33 +00:00
Robert Sparks
75b94bd114
sketch that uses a through table, preserving most, but not all, of the current interface
...
- Legacy-Id: 8302
2014-09-09 21:56:33 +00:00
Ryan Cross
feec6899be
changes to support consensus status. Commit ready for merge
...
- Legacy-Id: 8301
2014-09-02 22:56:05 +00:00
Ole Laursen
1aafd73ec1
Make the meeting session request tool use a Person field rather than
...
one operating on Email, also fix a couple of bugs in the Person branch
of the tokenized autocompleting field
- Legacy-Id: 8283
2014-08-19 08:18:17 +00:00
Ole Laursen
92e5694ed3
Revamp the AutocompletedEmailsField API a bit to allow for an AutocompletedPersonsField
...
- Legacy-Id: 8282
2014-08-18 13:55:43 +00:00
Ole Laursen
7b36280070
Rename EmailsField to AutocompletedEmailsField and add a singular
...
AutocompletedEmailField that cleans to a single Email to make it
easier to use with ModelForms
- Legacy-Id: 8280
2014-08-18 11:50:04 +00:00
Ole Laursen
f7ac066059
Integrate Secretariat tools MultiEmailField with the one in
...
utils/fields.py, also fix a couple of issues in NomCom tool (spelling
bugs and avoid overwriting base_fields on forms with dynamic data)
- Legacy-Id: 8276
2014-08-17 14:39:23 +00:00
Ole Laursen
92e4763d9f
Fix spelling bug in Bcc field display in Secretariat announcement tool
...
- Legacy-Id: 8275
2014-08-17 14:36:49 +00:00
Ole Laursen
9e9ec98206
Moved EmailsField from person.forms to person.fields
...
- Legacy-Id: 8269
2014-08-14 08:03:11 +00:00
Ole Laursen
f291a466d7
Change Document.shepherd to point to the email address rather than the
...
person, add migration to fix the existing shepherds, fix wording and
max entries on change shepherd page to be more self-explanatory
- Legacy-Id: 8268
2014-08-13 11:40:01 +00:00
Ryan Cross
96bccc7b17
changes to support video content in proceedings ('recording' document type). Commit ready for merge
...
- Legacy-Id: 8237
2014-08-04 17:17:52 +00:00
Ryan Cross
61668dba80
changes to support input of session recordings
...
- Legacy-Id: 8216
2014-07-30 21:55:42 +00:00
Ryan Cross
f9d614528b
fixes Ticket #1443 . Do not allow editing or submitting new session requests when the tool is locked. Commit ready for merge.
...
- Legacy-Id: 8156
2014-07-20 20:31:08 +00:00
Ryan Cross
c046739045
allow Team Chairs access to proceedings. Commit ready for merge.
...
- Legacy-Id: 8155
2014-07-20 17:17:31 +00:00
Ryan Cross
4db0adc86d
fix bug where ScheduledSession objects still being created without related session. Commit ready for merge.
...
- Legacy-Id: 8154
2014-07-20 15:23:42 +00:00
Ryan Cross
d6422c0c93
grant IETF Trust Chair permissions for Announcement Tool. commit ready for merge.
...
- Legacy-Id: 8045
2014-07-03 19:35:38 +00:00
Henrik Levkowetz
09f654b1f4
Merged in branch/iola/team-support from olau@iola.dk. This generalises and extends the group support for WGs and RGs so that also other groups, such as for instance the Edu Team, can have pages.
...
- Legacy-Id: 8013
2014-07-02 19:30:07 +00:00
Henrik Levkowetz
db7adf1fb5
Modified the code which adds non-session entries to a schedule so as to bind a Session object also to Break and Registration timeslots, through the Schedule/Timeslot/Session m2m table. This makes the agenda templates work as expected. There's also a migration and a standalone script that fills in this information for existing schedules.
...
- Legacy-Id: 7975
2014-06-30 17:05:40 +00:00
Henrik Levkowetz
27e939380d
Merged [7911] from rcross@amsl.com: fix problem using non-ascii names in session request notification email.
...
- Legacy-Id: 7930
Note: SVN reference [7911] has been migrated to Git commit e58b72209a
2014-06-24 21:10:54 +00:00
Ryan Cross
e58b72209a
fix problem using non-ascii names in session request notification email. Commit ready for merge.
...
- Legacy-Id: 7911
2014-06-12 21:44:35 +00:00
Ryan Cross
61b1755ae5
Change Type field default on groups search form, from WG to unset. Commit ready for merge
...
- Legacy-Id: 7843
2014-06-03 21:44:07 +00:00
Ole Laursen
97e6cebe91
Don't show charter for group types without chartering processes
...
- Legacy-Id: 7795
2014-05-28 15:58:03 +00:00
Ole Laursen
d16bdb3723
Add support for editing Group.description in Secretariat tools
...
- Legacy-Id: 7767
2014-05-22 15:08:37 +00:00
Henrik Levkowetz
58cc1f33b4
Merged [7740] from rjsparks@nostrum.com: Fixed a crash when requesting sessions for groups that do not have ADs. Applied to production as 2014-05-13-sreq-rg.patch .
...
- Legacy-Id: 7764
Note: SVN reference [7740] has been migrated to Git commit c64243ba31
2014-05-20 20:29:24 +00:00
Henrik Levkowetz
0baf1899d8
Merged [7734] from rcross@amsl.com: changes to support IAB group types, including requesting a session and uploading materials.
...
- Legacy-Id: 7762
Note: SVN reference [7734] has been migrated to Git commit ed53dfdf78
2014-05-20 20:21:42 +00:00
Robert Sparks
c64243ba31
Fixed a crash when requesting sessions for groups that do not have ADs. Applied to production as 2014-05-13-sreq-rg.patch . Commit ready for merge.
...
- Legacy-Id: 7740
2014-05-13 19:23:45 +00:00
Ryan Cross
ed53dfdf78
changes to support IAB group types, including requesting a session and uploading materials. Commit ready for merge
...
- Legacy-Id: 7734
2014-05-12 20:54:33 +00:00
Henrik Levkowetz
4c03bc73d8
Merged in [7726] from rcross@amsl.com:
...
Fix secauth middleware to grant access to WG Secretary, RG Chair and Area Director.
- Legacy-Id: 7729
Note: SVN reference [7726] has been migrated to Git commit 90c9e3e256
2014-05-10 10:28:20 +00:00
Ryan Cross
90c9e3e256
Fix secauth middleware to grant access to WG Secretary, RG Chair and Area Director. Commit ready for merge.
...
- Legacy-Id: 7726
2014-05-08 22:26:50 +00:00
Henrik Levkowetz
93cf098bf7
Merged [7678] from rcross@amsl.com: Show correct group type and ommit link to tools.ietf.org on BOF proceedings.
...
- Legacy-Id: 7722
Note: SVN reference [7678] has been migrated to Git commit e838ca78c5
2014-05-08 19:11:31 +00:00
Henrik Levkowetz
5bb6c50c66
Merged [7677] from rjsparks@nostrum.com: Protect against cases where add_state_change_event can return None. Fixes bug # 1383.
...
- Legacy-Id: 7721
Note: SVN reference [7677] has been migrated to Git commit cb458b1689
2014-05-08 18:58:00 +00:00
Henrik Levkowetz
9c12b28ba2
Changed a bunch of URLs from http:// to https://, and stripped instances of http.?://datatracker.ietf.org/ from some URLs to make them work better in test and development deployments.
...
- Legacy-Id: 7683
2014-05-01 19:43:13 +00:00
Ryan Cross
e838ca78c5
Show correct group type and ommit link to tools.ietf.org on BOF proceedings. Commit ready for merge
...
- Legacy-Id: 7678
2014-04-30 23:14:56 +00:00
Robert Sparks
cb458b1689
Protect against cases where add_state_change_event can return None. Fixes bug # 1383. Commit ready for merge.
...
- Legacy-Id: 7677
2014-04-30 22:17:01 +00:00
Henrik Levkowetz
3e0e10377c
Changed how edit_mtg() is called, in order to propagate kwargs as kwargs. Removed repeated @check_permissions.
...
- Legacy-Id: 7664
2014-04-28 16:34:09 +00:00
Henrik Levkowetz
666d67eec3
Merged [7653] from rcross@amsl.com: fix two issues with proceedings generation.
...
- Legacy-Id: 7654
Note: SVN reference [7653] has been migrated to Git commit a886f9ddcd
2014-04-25 19:19:09 +00:00
Ryan Cross
a886f9ddcd
fix two issues with proceedings generation. Commit ready for merge.
...
- Legacy-Id: 7653
2014-04-25 18:06:07 +00:00
Henrik Levkowetz
3ac1856d09
Merged in [7644] from rjsparks@nostrum.com:
...
From rjsparks@nostrum.com:
- Fixed layout issue on schedule editing page in Chrome
- Fixed errant display of text in unscheduled group bar
on the schedule editing page
- Changed the instruction text on the special requests
field of the session request form
From rcross@amsl.com:
- Improved scheduling of non-session items
- Fixed issue with layout of the new notifications page
- Fixed crash on notifications page
- Legacy-Id: 7651
Note: SVN reference [7644] has been migrated to Git commit b8cfbf18e5
2014-04-25 15:45:54 +00:00
Robert Sparks
b8cfbf18e5
From rjsparks@nostrum.com:
...
- Fixed layout issue on schedule editing page in Chrome
- Fixed errant display of text in unscheduled group bar
on the schedule editing page
- Changed the instruction text on the special requests
field of the session request form
From rcross@amsl.com:
- Improved scheduling of non-session items
- Fixed issue with layout of the new notifications page
- Fixed crash on notifications page
- Legacy-Id: 7644
2014-04-25 14:44:40 +00:00
Henrik Levkowetz
e11180e073
Changed the get_meeting import in ietf.secr.drafts.views to get it from where it's actually located.
...
- Legacy-Id: 7642
2014-04-25 13:28:48 +00:00
Henrik Levkowetz
bf1e44864d
Merged in [7561] from rjsparks@nostrum.com:
...
Updates and bugfixes to the agenda editing features
* Removes the pattern of using ScheduledSession m2m objects with one of the relationships left as None
* Improves scheduled session state handling
* Simplifies sending email to scheduled session requestors
* Improved timeslot purpose and room editing
* Improved access controls to editing forms
* Better test coverage for the meeting views
* Improvements to the javascript driven by prototyping automated tests
* Better initialization of a new meeting
On the session request form:
- Allows specifiying room resources (projectors, meetecho)
- Allows specifying what people must be present
On the schedule editing page:
- correctly calculates conflict levels
- displays conflicts in and out of each session separately
- italicizes BoFs
- shows resource and people conflicts
Adds automated placement as a management command
- Legacy-Id: 7628
Note: SVN reference [7561] has been migrated to Git commit 1221f79af9
2014-04-22 21:34:23 +00:00
Ryan Cross
029b477180
resolve several bugs with scheduling code
...
- Legacy-Id: 7618
2014-04-17 17:05:36 +00:00
Henrik Levkowetz
9ce5280229
Applied a patch from rcross@amsl.com, which fixes a problem associated with the recent Secretariat auth changes and the not-so-ideal use of sessions in the sec code.
...
- Legacy-Id: 7594
2014-04-12 18:05:00 +00:00
Henrik Levkowetz
156b0d4e3a
Changed the code to use django's own authentication, instead of http basic auth. This will let people log out, and will also use stronger password hashing than basic auth. Added a login page, and logout links, and links from the logged in username (in the upper right corner) to the user's profile page.
...
- Legacy-Id: 7580
2014-04-07 18:56:44 +00:00
Henrik Levkowetz
b02b0a96df
All tests pass, except for some pyflakes tests which I believe are fixed in trunk.
...
- Legacy-Id: 7579
2014-04-06 20:04:36 +00:00
Henrik Levkowetz
7603f4e1da
Merged [7568] from rcross@amsl.com: grant ISOC CEO access to announcement tool, change announcement tool from option 'IAB Executive Director' to 'IAB Executive Administrative Manager'
...
- Legacy-Id: 7573
Note: SVN reference [7568] has been migrated to Git commit 2cf5f1ce25
2014-04-06 15:09:55 +00:00
Henrik Levkowetz
003691fd86
Merged in [7549] from rcross@amsl.com:
...
fix tests to work with secauth middleware changes
- Legacy-Id: 7570
Note: SVN reference [7549] has been migrated to Git commit 0b5fc98290
2014-04-06 14:41:44 +00:00
Ryan Cross
2cf5f1ce25
grant ISOC CEO access to announcement tool, change announcement tool from option 'IAB Executive Director' to 'IAB Executive Administrative Manager'
...
- Legacy-Id: 7568
2014-04-03 17:46:27 +00:00
Robert Sparks
1221f79af9
Updates and bugfixes to the agenda editing features
...
* Removes the pattern of using ScheduledSession m2m objects with one of the relationships left as None
* Improves scheduled session state handling
* Simplifies sending email to scheduled session requestors
* Improved timeslot purpose and room editing
* Improved access controls to editing forms
* Better test coverage for the meeting views
* Improvements to the javascript driven by prototyping automated tests
* Better initialization of a new meeting
On the session request form:
- Allows specifiying room resources (projectors, meetecho)
- Allows specifying what people must be present
On the schedule editing page:
- correctly calculates conflict levels
- displays conflicts in and out of each session separately
- italicizes BoFs
- shows resource and people conflicts
Adds automated placement as a management command
Commit ready for merge.
- Legacy-Id: 7561
2014-04-01 22:17:18 +00:00
Ryan Cross
2ff7900326
fix various issues with recent changes
...
- Legacy-Id: 7559
2014-04-01 18:09:11 +00:00
Ryan Cross
0fafe56381
allow edit of timeslots, changes to scheduled notifications, support non-official schedules
...
- Legacy-Id: 7554
2014-03-28 23:16:41 +00:00
Ryan Cross
0b5fc98290
fix tests to work with secauth middleware changes
...
- Legacy-Id: 7549
2014-03-27 16:08:27 +00:00
Robert Sparks
e3d946999c
Reworked add/edit of resources and people who must be there on session requests
...
- Legacy-Id: 7543
2014-03-25 22:29:58 +00:00
Robert Sparks
73c4f694ca
remove agenda from the meeting creation/edit form - that is managed elsewhere now
...
- Legacy-Id: 7528
2014-03-19 21:00:14 +00:00
Robert Sparks
0d5a940f55
Create no ScheduledSessions with session=None
...
- Legacy-Id: 7510
2014-03-17 18:54:11 +00:00
Robert Sparks
ad54cfe230
resolved an ambiguous URL pattern added to secr.sreq.urls and (hopefully) fixed a broken form initializer in code added to secr/sreq/forms
...
- Legacy-Id: 7508
2014-03-16 21:32:13 +00:00
Robert Sparks
59fe8ee3bf
Valid name for initial schedule
...
- Legacy-Id: 7507
2014-03-16 19:07:51 +00:00
Henrik Levkowetz
02031a01b9
Cleaned out some (arbitrary) submodule name imports into ietf.utils, and made the corresponding import statements import the names directly from the correct submodules.
...
- Legacy-Id: 7495
2014-03-16 07:09:38 +00:00
Henrik Levkowetz
865f221225
Finished up making ietf/secrpyflakes-clean. Removed some dead code.
...
- Legacy-Id: 7493
2014-03-15 23:32:21 +00:00
Henrik Levkowetz
f9b76bff13
Made ietf/secr/proceedings pyflakes-clean.
...
- Legacy-Id: 7492
2014-03-15 23:31:09 +00:00
Henrik Levkowetz
c4c8effcde
Made ietf/secr/sreq pyflakes-clean.
...
- Legacy-Id: 7491
2014-03-15 23:30:48 +00:00
Henrik Levkowetz
0b65b383f8
Made ietf/secr/rolodex pyflakes-clean.
...
- Legacy-Id: 7490
2014-03-15 23:30:31 +00:00
Henrik Levkowetz
b20382729c
Corrected an import bug.
...
- Legacy-Id: 7489
2014-03-15 23:29:45 +00:00
Henrik Levkowetz
ef0c4206f5
Made ietf/secr/middleware pyflakes-clean.
...
- Legacy-Id: 7488
2014-03-15 23:27:10 +00:00
Henrik Levkowetz
4dd7b6963f
Made ietf/secr/meetings pyflakes-clean and fixed a bug in the signature of is_combined()
...
- Legacy-Id: 7487
2014-03-15 23:25:59 +00:00
Henrik Levkowetz
aeaf0413a6
Made ietf/secr/telechat pyflakes-clean.
...
- Legacy-Id: 7486
2014-03-15 23:24:19 +00:00
Henrik Levkowetz
6e9469da01
Made ietf/secr/areas pyflakes-clean.
...
- Legacy-Id: 7485
2014-03-15 23:22:48 +00:00
Henrik Levkowetz
3893061219
Fixed the use of a non-existing model in AddAreaForm. It does however look like this form isn't used anywhere, so I've also commented the code out for now.
...
- Legacy-Id: 7484
2014-03-15 23:22:03 +00:00
Henrik Levkowetz
b9d6d0295e
Made ietf/secr/ipradmin pyflakes-clean.
...
- Legacy-Id: 7483
2014-03-15 22:10:11 +00:00
Henrik Levkowetz
498777ad24
Made ietf/secr/{drafts,roles,ipradmin} pyflakes-clean.
...
- Legacy-Id: 7482
2014-03-15 22:06:48 +00:00
Henrik Levkowetz
5bbbe24e91
Made ietf/secr/announcement pyflakes-clean.
...
- Legacy-Id: 7481
2014-03-15 21:37:19 +00:00
Henrik Levkowetz
8a6c121073
Made ietf/secr/groups pyflakes-clean.
...
- Legacy-Id: 7480
2014-03-15 21:13:21 +00:00
Henrik Levkowetz
b9c38d3c06
Merged pyflakes fixes forward to new copy of trunk.
...
- Legacy-Id: 7463
2014-03-15 16:27:05 +00:00
Henrik Levkowetz
5bef5d11ae
Made doc/ pyflakes-clean.
...
- Legacy-Id: 7462
2014-03-15 16:09:47 +00:00
Robert Sparks
1ef73b5a76
Reworked the worst of the conflicting permissions policies
...
- Legacy-Id: 7458
2014-03-13 20:45:06 +00:00
Robert Sparks
f4a72ffe2a
cleaned up permissions on dajaxice calls, ported and expanded more tests, refactored sendEmail, made a secr filter more robust
...
- Legacy-Id: 7457
2014-03-13 18:47:31 +00:00
Ryan Cross
37b758b04e
changes to support django authentication
...
- Legacy-Id: 7454
2014-03-13 00:06:16 +00:00
Robert Sparks
ad2784962f
ported forward from personal/rjs/trunk-7174. Still one existing test failing
...
- Legacy-Id: 7449
2014-03-08 10:37:24 +00:00
Henrik Levkowetz
bb029db147
Merged [7400] from rcross@amsl.com: fix bugs with decorators.check_permissions() to allow upload to top level group and fix plenary check.
...
- Legacy-Id: 7408
Note: SVN reference [7400] has been migrated to Git commit 03643cb0344f9a04e0f0041f9c1ace6a82375da2
2014-03-04 21:44:37 +00:00
Henrik Levkowetz
e1efe561da
Merged [7397] from rcross@amsl.com: fix bug where build_nonsession() not creating ScheduledSession objects.
...
- Legacy-Id: 7406
Note: SVN reference [7397] has been migrated to Git commit 0f0bcd0da3ccf98b5449e6dd1d98a431726986eb
2014-03-04 21:21:01 +00:00
Henrik Levkowetz
dfd9b98de8
Reapplied merge of [7209], which although listed in svn:mergeinfo on . actually doesn't seem to have made it into the repository.
...
- Legacy-Id: 7265
Note: SVN reference [7209] has been migrated to Git commit 8d56e458d9
2014-02-19 14:53:45 +00:00
Henrik Levkowetz
08c0b601c3
Merged [7214] from rcross@amsl.com: change old references to pub.ietf.org, to datatracker.ietf.org/secr/.
...
- Legacy-Id: 7242
Note: SVN reference [7214] has been migrated to Git commit b9552a9331
2014-02-16 16:28:47 +00:00
Henrik Levkowetz
1b3bbad040
Merged [7213] from rcross@amsl.com: add missing template unauthorized.html.
...
- Legacy-Id: 7241
Note: SVN reference [7213] has been migrated to Git commit 913d90b90a
2014-02-16 16:26:35 +00:00
Ryan Cross
b9552a9331
change old references to pub.ietf.org, to datatracker.ietf.org/secr/. ready for merge
...
- Legacy-Id: 7214
2014-02-06 21:10:08 +00:00
Ryan Cross
913d90b90a
add missing template unauthorized.html. ready for merge
...
- Legacy-Id: 7213
2014-02-06 20:42:44 +00:00
Ryan Cross
8d56e458d9
fix typo in drafts add(). ready for merge
...
- Legacy-Id: 7209
2014-02-05 21:24:59 +00:00
Henrik Levkowetz
78b09b0c4e
Merged [7174] from rcross@amsl.com:
...
fix build_nonsession for new db schema, and path to roles ajax call
- Legacy-Id: 7179
Note: SVN reference [7174] has been migrated to Git commit 7e38c4becd
2014-01-28 21:17:07 +00:00
Henrik Levkowetz
a07e2cfbc3
Merged [7151] from rcross@amsl.com:
...
Ticket #1248 : catch DoesNotExist errors with user.get_profile() when user does not have a corresponding Person record.
- Legacy-Id: 7178
Note: SVN reference [7151] has been migrated to Git commit d119b33a1a
2014-01-28 21:15:41 +00:00
Henrik Levkowetz
5dd0aa075d
Merged [7073] from rcross@amsl.com:
...
changes to official proceedings generation code to support new agenda schema
- Legacy-Id: 7177
Note: SVN reference [7073] has been migrated to Git commit 35a94362a1
2014-01-28 21:12:49 +00:00
Ryan Cross
7e38c4becd
fix build_nonsession for new db schema, and path to roles ajax call
...
- Legacy-Id: 7174
2014-01-28 14:11:13 +00:00
Henrik Levkowetz
2d420fac34
Merged additional django-port and shim-removal tweaks from olau@iola.dk: branch/iola/djangoport@7167.
...
- Legacy-Id: 7168
2014-01-26 16:30:52 +00:00
Henrik Levkowetz
6e97c2c8da
Merged in the port from Django 1.2 to Django 1.6 from olau@iola.dk: branch/iola/djangoport@7121, and fixed some merge issues.
...
- Legacy-Id: 7152
2014-01-18 21:02:40 +00:00
Ryan Cross
d119b33a1a
Ticket #1248 : catch DoesNotExist errors with user.get_profile() when user does not have a corresponding Person record.
...
- Legacy-Id: 7151
2014-01-17 23:04:17 +00:00
Ole Laursen
87ca10d122
Remove usage of log_state_changed (and duplicate in
...
doc/utils_charter.py) in favour of add_state_change_event which has
slightly better API but otherwise does basically the same except it
sets an event type we can later search for. Also expand tests slightly
to exercise three more templates.
- Legacy-Id: 7129
2014-01-15 17:52:00 +00:00
Ryan Cross
35a94362a1
changes to official proceedings generation code to support new agenda schema
...
- Legacy-Id: 7073
2014-01-04 00:38:44 +00:00
Henrik Levkowetz
b68bedce30
Merged in [7009] from rcross@amsl.com: removed references to old models for shim removal release.
...
- Legacy-Id: 7020
Note: SVN reference [7009] has been migrated to Git commit cf81cce650
2013-12-19 17:17:58 +00:00
Ryan Cross
cf81cce650
remove references to old models for shim removal release. ready for merge
...
- Legacy-Id: 7009
2013-12-19 04:52:33 +00:00
Ole Laursen
23725f781c
Port secr/drafts/report_id_activity.py away from setup_environ too
...
- Legacy-Id: 6988
2013-12-18 16:02:04 +00:00
Ole Laursen
e54bd17499
Port from django.core.management.setup_environ to DJANGO_SETTINGS_MODULE
...
- Legacy-Id: 6985
2013-12-18 15:51:11 +00:00
Ole Laursen
cf61f2b59b
Remove a bunch of unnecessary |escape filter calls, auto-escaping is enabled by default so manual escape is only necessary in few cases
...
- Legacy-Id: 6981
2013-12-18 13:38:13 +00:00
Ole Laursen
7f277a8fbb
Replace user.get_profile() with user.person, the profile stuff is deprecated since Django 1.5
...
- Legacy-Id: 6968
2013-12-18 10:13:40 +00:00
Ole Laursen
ea24f5c3bd
Import slugify from django.utils.text (introduced in Django 1.5)
...
- Legacy-Id: 6967
2013-12-18 10:00:58 +00:00
Henrik Levkowetz
ecb5cd6526
Merged in branch/iola/shimfree@6856. This pretty much completes the shim removal. Next step is upgrading Django to 1.6, and then doing some final polishing.
...
- Legacy-Id: 6966
2013-12-17 21:29:05 +00:00
Ole Laursen
d1782297ab
assertEquals -> assertEqual in tests, the former is deprecated
...
- Legacy-Id: 6964
2013-12-17 12:52:24 +00:00
Ole Laursen
42ade6273c
Turn on CSRF protection - all forms must from now on have a {% csrf_token %}
...
- Legacy-Id: 6963
2013-12-17 12:50:24 +00:00
Ole Laursen
36dd439027
Rewrite ifequal/endifequal template tags to if tags with ==/!=
...
- Legacy-Id: 6961
2013-12-17 10:42:34 +00:00
Ole Laursen
d66ac15fc2
Rewrite a bunch of HttpResponseRedirect + url reverse calls to instead
...
take advantage of the redirect shortcut (introduced in Django 1.1)
- Legacy-Id: 6960
2013-12-17 10:23:42 +00:00
Ole Laursen
84a9f49053
mimetype -> content_type (mimetype is deprecated)
...
- Legacy-Id: 6945
2013-12-16 16:53:47 +00:00
Ole Laursen
d86789608a
Remove use of "groupgroup" fixture from Secretariat apps, it looks
...
like they don't actually depend on it, and the fixture itself is
unfortunately not complete so Django refuses to load it
- Legacy-Id: 6938
2013-12-16 13:16:29 +00:00
Ole Laursen
0c2c5a7573
Rewrite url tags in Secretariat templates to new syntax
...
- Legacy-Id: 6936
2013-12-16 13:05:38 +00:00
Ole Laursen
e1025e67ae
Fix some oddities in secauth.py
...
- Legacy-Id: 6934
2013-12-16 12:48:43 +00:00
Ole Laursen
2eb8566d2f
Remove : after label_tag in templates, the colon is now included in the label_tag itself
...
- Legacy-Id: 6930
2013-12-13 17:34:05 +00:00
Ole Laursen
0006b9ddcc
Make sure all model forms have a Meta.fields attribute
...
- Legacy-Id: 6927
2013-12-13 17:20:02 +00:00
Ole Laursen
e324f5551e
Fix some {% url %} tags with commas between arguments, which is not valid with the new url syntax
...
- Legacy-Id: 6925
2013-12-13 17:00:12 +00:00
Ole Laursen
9b720d2a70
Fix bug in Secretariat MeetingModelForm, exclude was missing a , to be a tuple
...
- Legacy-Id: 6896
2013-12-12 12:12:03 +00:00
Ole Laursen
12960d9204
Fix bug in Secretariat GroupMilestoneForm, exclude was missing a , to be a tuple
...
- Legacy-Id: 6895
2013-12-12 12:11:09 +00:00
Ole Laursen
fcb2dad155
Fix bug in Secretariat EditPersonForm, exclude was missing a , to be a tuple
...
- Legacy-Id: 6894
2013-12-12 12:10:05 +00:00
Ole Laursen
fdd03eee8c
Use validate_email instead of email_re to validate email
...
- Legacy-Id: 6893
2013-12-12 12:09:17 +00:00
Ole Laursen
d1e60e533c
Fix a couple of problems in previous URL conversion commit
...
- Legacy-Id: 6887
2013-12-11 17:13:49 +00:00
Ole Laursen
6a98fec2c3
Use built-in json module in Python instead of simplejson bundled with Django
...
- Legacy-Id: 6883
2013-12-11 16:59:19 +00:00
Ole Laursen
883853f09c
Fix bug, TemplateView takes template_name, not template as parameter
...
- Legacy-Id: 6880
2013-12-11 16:43:34 +00:00
Ole Laursen
cfa0d47ca0
Port to new class-based generic redirect and simple template views, remove utils.lazy.reverse_lazy, it's now included in Django
...
- Legacy-Id: 6878
2013-12-11 16:36:09 +00:00
Ole Laursen
f5b2cfbc42
Make MEDIA_URL end in slash
...
- Legacy-Id: 6874
2013-12-11 15:29:38 +00:00
Ryan Cross
9b06fb9958
fixed calls to reverse() to match new url names since code merge
...
- Legacy-Id: 6859
2013-12-09 20:41:32 +00:00
Ole Laursen
56f36018a2
Fix bug in secr test
...
- Legacy-Id: 6843
2013-12-07 19:29:32 +00:00
Ole Laursen
f935577f77
Remove some unused references to SimpleUrlTestCase
...
- Legacy-Id: 6838
2013-12-07 13:30:41 +00:00
Ole Laursen
77fc3ec134
Rewrite simple URL test in secr/sreq/tests.py to use fake data
...
- Legacy-Id: 6836
2013-12-07 13:10:36 +00:00
Ole Laursen
947c973724
Remove reference to redesign
...
- Legacy-Id: 6832
2013-12-07 12:30:58 +00:00
Ole Laursen
da91b15e16
Remove some references to shim layer
...
- Legacy-Id: 6822
2013-12-06 18:08:37 +00:00
Ole Laursen
ad9503f1ed
Removing remaining traces of shim layer usage in meeting
...
- Legacy-Id: 6817
2013-12-06 16:10:10 +00:00
Ole Laursen
e63ac36b8f
Remove shim layer from ietfauth, delete some dead code and migrate
...
remaining importers of ietfauth.decorators to ietfauth.utils
- Legacy-Id: 6797
2013-12-05 16:24:03 +00:00
Ole Laursen
28abe3dc0d
Remove unused idtracker.models import
...
- Legacy-Id: 6780
2013-12-03 18:35:29 +00:00
Ole Laursen
bb2d070679
Redo tests for IPR to cover all views, fix some bugs and add some
...
finishing touches
- Legacy-Id: 6779
2013-12-03 18:33:07 +00:00
Ole Laursen
e9638cb1c2
Port IPR module to new schema, remove some cruft
...
- Legacy-Id: 6774
2013-12-02 16:34:00 +00:00
Ole Laursen
78d9bfff24
Move send_scheduled_announcement functionality to messages/utils.py
...
- Legacy-Id: 6768
2013-11-28 13:05:51 +00:00
Ole Laursen
35939cc20c
Remove references to old announcement models and remove the model definitions
...
- Legacy-Id: 6767
2013-11-27 16:45:05 +00:00
Ole Laursen
9457669310
Merge in changes from the old shimfree branch
...
- Legacy-Id: 6764
2013-11-27 12:55:50 +00:00
Ole Laursen
ecf68dbb05
Revamp and clean up submit models:
...
- Rename IdSubmissionDetail to Submission
- Rename various submission fields to correspond to the conventions in
the new schema
- Use a name model for the states instead of IdSubmissionStatus
- Drop the TempIdAuthor model which is based on splitting up author
names
- Add a simple textual SubmissionEvent for tracking events in the
lifetime of a submission
- Delete a bunch of obsolete fields
- Make sure all submission have an access key so we can depend on it
- Add state for when approval is needed from previous authors
A couple of migrations take care of transforming the
IdSubmissionDetail and moving data over/cleaning it up.
Also revamp the submit view code:
- Make form code do validation/cleaning only so there's a clear
separation of concerns
- Reduce uses of inheritance that made the code hard to follow -
forms now don't inherit from each other, views don't call each other
but instead reuse common utilities, templates share CSS/utilities
instead of relying on inheritance
- Move email rendering/sending to separate file
- Drop the in-grown terminology use (auto post vs. manual posts)
- Make the status page explain who is emailed for what purpose
- Add history table with recorded events
- Make the status page handle its post actions by itself instead of
duplicating most of the setup logic in a number of simple views
- Fix a couple of minor bugs and handle some edge cases better
- Expand tests with a couple of more cases
Possibly the submit tool could still use more help text added to
explain the process, ideally what's explained in the tool instructions
page should be inlined or self-evident.
- Legacy-Id: 6714
2013-11-15 13:30:32 +00:00
Ole Laursen
e0be9bcb95
Remove unused and bitrotten get_authors_email
...
- Legacy-Id: 6711
2013-11-15 12:50:24 +00:00
Ole Laursen
e6b0ef4323
Fix spelling error in validation
...
- Legacy-Id: 6709
2013-11-15 11:04:12 +00:00
Ryan Cross
dbff28dbb2
change draft replace action: move document to archive directory
...
- Legacy-Id: 6643
2013-11-03 01:38:23 +00:00
Ole Laursen
9842eef405
For no good reason, agenda_data took request as first parameter, remove this as it makes testing harder
...
- Legacy-Id: 6487
2013-10-25 12:53:54 +00:00
Henrik Levkowetz
edcc97aded
Merged in branch/amsl/1.50@6388 from rcross@amsl.com, with secretariat tool
...
announcement fixes, permission fixes, and agenda database schema fixes.
- Legacy-Id: 6473
2013-10-21 20:29:15 +00:00
Ole Laursen
10dceef26d
Refactor IESG agenda pages, put the agenda structure in a helper function in agenda.py, build the agenda up around this structure, and reuse this everywhere instead of duplicating the structure in various templates and the JSON view - this also fixes a couple of minor bugs where the copy-pasted copies were not entirely in sync
...
- Legacy-Id: 6454
2013-10-16 13:07:09 +00:00
Ole Laursen
de2ed527b4
Fix indentation problem with ballot writeup in Secretariat telechat tool and fix problem with unescaped << and >>
...
- Legacy-Id: 6453
2013-10-16 12:04:27 +00:00
Ole Laursen
f6ff2a8082
Delete all old WGAction stuff, it's superceded by the WG charter
...
support, clean up iesg/models.py a bit
- Legacy-Id: 6411
2013-10-10 16:12:34 +00:00
Ole Laursen
55c7c69679
Remove unused secr/ copy of agenda outline template (from iesg/)
...
- Legacy-Id: 6396
2013-10-09 12:41:59 +00:00
Ole Laursen
bd34270cbc
Port IESG agenda pages to new schema, add tests for them, move agenda
...
utilities to agenda.py, fix a couple of things, remove obsolete test
versions of agenda view, add support for viewing future IESG agendas
through /agenda/YYYY-MM-DD/* (useful when testing)
- Legacy-Id: 6395
2013-10-09 12:40:42 +00:00
Ole Laursen
53ec62a5c9
Fix a bug in the Secretariat telechat menu, "232" -> "s232"
...
- Legacy-Id: 6394
2013-10-09 12:16:14 +00:00
Henrik Levkowetz
e4f4467725
Changed tests to use our own subclassed TestCase, and changed almost all fixtures to be perma_fixtures.
...
- Legacy-Id: 6320
2013-09-30 20:36:20 +00:00
Ole Laursen
c191a691e0
Remove "names" fixture from all tests, since it's now loaded once just
...
after creating the test database through the global test fixture
mechanism - this speeds up multiple tests considerably
- Legacy-Id: 6305
2013-09-29 17:35:59 +00:00
Henrik Levkowetz
7bb999e09e
Undid gratuitous changes.
...
- Legacy-Id: 6284
2013-09-26 21:35:18 +00:00
Henrik Levkowetz
6154b9922d
This commit isn't tested. It captures the state after merging in branch/ssw/agenda/v4.70.
...
- Legacy-Id: 6273
2013-09-26 19:56:17 +00:00
Henrik Levkowetz
08ea8c1b30
Fixed a wrong secretariat template extension name.
...
- Legacy-Id: 6260
2013-09-24 17:51:50 +00:00
Ole Laursen
019ca2ae03
Merge changes from attic/shimfree into new branch to complete rebasing shimfree on trunk
...
- Legacy-Id: 6215
2013-09-20 09:48:58 +00:00
Ole Laursen
3562c5ef06
Rewrite slightly to avoid using wgchairs.accounts.get_person_for_user
...
- Legacy-Id: 6194
2013-09-19 11:02:24 +00:00
Henrik Levkowetz
d8074d39d3
Merged the latest secretariat code from rcross@amsl.com, from branch/amsl/trunkmerge@6149.
...
- Legacy-Id: 6168
2013-09-18 19:33:36 +00:00
Ryan Cross
4f98ac157c
Revert to pre-agenda tool db schema. Change sec static files subdirectory to 'secretariat'. Branch ready for merge.
...
- Legacy-Id: 6148
2013-09-12 16:58:44 +00:00
Ryan Cross
54ca99c1bf
new version
...
- Legacy-Id: 6144
2013-09-11 22:08:12 +00:00
Ryan Cross
ed745b457d
fix bug where concluded BOFs showing in proceedings
...
- Legacy-Id: 6143
2013-09-11 17:35:10 +00:00
Ryan Cross
0d1c0b2db9
updates to announcements and groups view to match secretariat production branch
...
- Legacy-Id: 6140
2013-09-10 23:49:13 +00:00
Ryan Cross
62f83fc67d
changes to support datatracker v4.71
...
- Legacy-Id: 6129
2013-09-09 22:26:14 +00:00
Ryan Cross
24ffdb2d34
changes to IPR notification email
...
- Legacy-Id: 6076
2013-08-22 21:35:01 +00:00
Ole Laursen
742dbace24
Move views and templatetags from idrfc/ to doc, the I-D specific views
...
go into views_draft.py and tests in tests_draft.py; what's left in
idrfc is wrapper code, templates and the ballot_icon templatetag
- Legacy-Id: 6051
2013-08-14 10:32:25 +00:00
Ole Laursen
a8fefd9454
Remove unused idrfc import from secr/telechat/views.py
...
- Legacy-Id: 6049
2013-08-13 16:28:21 +00:00
Ole Laursen
ec2f0cabbf
Delete dead code from idrfc, and delete some obsolete imports too
...
- Legacy-Id: 6001
2013-08-09 14:55:51 +00:00
Ryan Cross
22748ac289
add warning to group edit, use datatracker to manage groups
...
- Legacy-Id: 5960
2013-08-06 21:53:23 +00:00
Ryan Cross
1dd59020b8
remove additional info link from RG proceedings
...
- Legacy-Id: 5957
2013-08-06 17:41:35 +00:00
Ryan Cross
7d6d324c81
add new section to proceedings, 6
...
- Legacy-Id: 5924
2013-07-31 07:12:31 +00:00
Ryan Cross
b14e3ddce9
add javascript form validation to materials upload form
...
- Legacy-Id: 5919
2013-07-30 13:01:38 +00:00
Ryan Cross
5855140136
changes to announcements: default reply_to=ietf@ietf.org, widen body field, add back button
...
- Legacy-Id: 5889
2013-07-27 10:16:23 +00:00
Ryan Cross
1c60bb6b00
add zip to valid slide extensions
...
- Legacy-Id: 5887
2013-07-27 08:41:54 +00:00
Henrik Levkowetz
96771f7340
Updated tests to not depend on the record ids of generated test data.
...
- Legacy-Id: 5821
2013-07-15 07:10:27 +00:00
Ryan Cross
3655dbb36e
fixed 2 bugs where combined sessions aren't being handled properly in edit() and remove()
...
- Legacy-Id: 5807
2013-07-08 18:51:13 +00:00
Ryan Cross
d19fe19ce0
add Standardization Level to drafts view/edit
...
- Legacy-Id: 5804
2013-06-24 23:30:30 +00:00
Ryan Cross
45ec7a97a1
TICKET:928 use correct role in session request notification email
...
- Legacy-Id: 5802
2013-06-24 22:52:13 +00:00
Ryan Cross
613746fceb
changes, timeslot should always have scheduled session
...
- Legacy-Id: 5766
2013-05-30 20:11:47 +00:00
Ryan Cross
a667b0b95f
version update
...
- Legacy-Id: 5763
2013-05-28 17:56:28 +00:00
Ryan Cross
c9e2955d75
modifications to support agenda tool db changes
...
- Legacy-Id: 5762
2013-05-28 17:48:07 +00:00
Ryan Cross
adb9164653
add Status Changes to telechat agenda section 2
...
- Legacy-Id: 5706
2013-05-07 21:31:54 +00:00
Ryan Cross
f8dbd6e055
changes to support new Status Changes section in IESG agenda
...
- Legacy-Id: 5675
2013-04-19 18:23:22 +00:00
Ryan Cross
dd189eb5fe
add missing import of IntegrityError
...
- Legacy-Id: 5605
2013-04-03 18:08:05 +00:00
Ryan Cross
17dbec6d0c
add IAB executive director to announcement access list
...
- Legacy-Id: 5603
2013-03-29 15:45:08 +00:00
Ryan Cross
f04d424e6a
fix bug with draft edit if no substate set
...
- Legacy-Id: 5567
2013-03-13 20:23:29 +00:00
Ryan Cross
e4cbf9a45d
fix bug where DocEvent record created when editing draft data did not have a description
...
- Legacy-Id: 5539
2013-03-09 23:38:42 +00:00
Adam Roach
ad23d56fb2
Adding links to request page
...
- Legacy-Id: 5527
2013-03-09 21:22:16 +00:00
Henrik Levkowetz
7e67b40a87
Merged in branch/amsl/trunkmerge@5449 from rcross@amsl.com, with some tweaks. This provides the secretariat apps.
...
- Legacy-Id: 5482
2013-03-05 22:43:31 +00:00
Ryan Cross
275f82d224
normalize secr settings variable names
...
- Legacy-Id: 5449
2013-02-21 23:30:22 +00:00
Ryan Cross
b229612c0c
move form_utils again
...
- Legacy-Id: 5447
2013-02-21 22:14:19 +00:00
Ryan Cross
fb8bbc7099
move form_utils
...
- Legacy-Id: 5445
2013-02-21 22:11:51 +00:00
Ryan Cross
a5a7ea17c8
support variable path for static files, SECR_STATIC_URL
...
- Legacy-Id: 5443
2013-02-21 21:43:37 +00:00
Ryan Cross
39f8e27e7f
restore url prefix to secr
...
- Legacy-Id: 5442
2013-02-21 21:32:00 +00:00
Ryan Cross
2ba9736808
ipr app move fixes
...
- Legacy-Id: 5441
2013-02-21 19:35:33 +00:00
Ryan Cross
4ca091dba3
changing name of ipr app to ipradmin
...
- Legacy-Id: 5440
2013-02-21 19:03:04 +00:00
Ryan Cross
185ac9f547
move ipr templates dir to ipradmin
...
- Legacy-Id: 5439
2013-02-21 18:38:14 +00:00
Ryan Cross
8688eafa61
move ipr app dir to ipradmin
...
- Legacy-Id: 5438
2013-02-21 18:35:36 +00:00