Ole Laursen
a99aa32c59
Refactor account code to use the built-in Django signing framework
...
(reusing code previously written for the community lists) instead of
the a custom MD5 scheme, add tests of all views, rewrite custom form
handling code to use plain forms and ensure that the data is properly
validated and errors visible in the UI. Move help texts on the Person
form up to the model.
- Legacy-Id: 11136
2016-04-27 16:26: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
0ed8a5cb02
ignore test/data files
...
- Legacy-Id: 11134
2016-04-26 21:01:29 +00:00
Robert Sparks
62d3ac8fe7
Cleanup: Remove hooks for TowTruck. Commit ready for merge.
...
- Legacy-Id: 11133
2016-04-26 19:50:45 +00:00
Robert Sparks
d41ca9b6c7
Minor template typo correction. Commit ready for merge.
...
- Legacy-Id: 11132
2016-04-26 19:13:41 +00:00
Ryan Cross
21d3ede5bc
save agenda as a Document object
...
- Legacy-Id: 11131
2016-04-26 00:16:32 +00:00
Ryan Cross
ba75fad3b5
added send announcement view
...
- Legacy-Id: 11130
2016-04-22 23:14:35 +00:00
Robert Sparks
2fd2b3a8e6
Have person.formatted_email() return the primary address if one is so marked. Fixes #1928 . Commit ready for merge.
...
- Legacy-Id: 11129
2016-04-22 20:19:21 +00:00
Robert Sparks
79a7eae0ba
Leave out the sentence about consensus when requesting publication as the ISE. Fixes #1952 . Commit ready for merge.
...
- Legacy-Id: 11128
2016-04-22 19:30:26 +00:00
Ryan Cross
f46fdcfa14
change main menu meeting->upcoming, add navigation tabs
...
- Legacy-Id: 11127
2016-04-22 18:07:27 +00:00
Ryan Cross
bd96d89c85
implement preapproved, add new SessionStatusName, add announce views
...
- Legacy-Id: 11126
2016-04-22 16:48:20 +00:00
Ryan Cross
be6e536769
add pending and detail views and tests.
...
- Legacy-Id: 11125
2016-04-20 23:57:52 +00:00
Robert Sparks
f8a28077f5
Add page counts to doc.json. Fixes #1936 . Commit ready for merge.
...
- Legacy-Id: 11122
2016-04-15 13:53:04 +00:00
Ryan Cross
8f8e4df650
changes for demo
...
- Legacy-Id: 11121
2016-04-15 12:45:39 +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
Robert Sparks
eda3f8fba5
Add an entry to GROUP_EVENT_CHOICES for status updates. Fixes #1948 . Commit ready for merge.
...
- Legacy-Id: 11116
2016-04-08 17:41:01 +00:00
Henrik Levkowetz
4d7f1bf6ed
- Legacy-Id: 11115
2016-04-08 17:35:59 +00:00
Henrik Levkowetz
8488d0620f
Added a crontab file to be symlinked from /etc/cron.d/, and related scripts to be run from cron. Requires refactoring of CronRunner and NightRunner scripts before activation, to avoid duplicate runs.
...
- Legacy-Id: 11114
2016-04-08 17:32:18 +00:00
Robert Sparks
61082289fa
Template missed in r11112. Commit ready for merge.
...
- Legacy-Id: 11113
2016-04-08 17:32:09 +00:00
Robert Sparks
1f8cc9a4f1
Add a page to show the active status reports all in one place. Fixes #1951 . Commit ready for merge.
...
- Legacy-Id: 11112
2016-04-08 17:31:16 +00:00
Henrik Levkowetz
aab0a565d3
Added a crontab file to be symlinked from /etc/cron.d/, and related scripts to be run from cron. Requires refactoring of CronRunner and NightRunner scripts before activation, to avoid duplicate runs.
...
- Legacy-Id: 11111
2016-04-08 17:21:50 +00:00
Henrik Levkowetz
d96f0fe964
Added a django management command to populate yang model libraries from RFCs and drafts.
...
- Legacy-Id: 11110
2016-04-08 17:18:54 +00:00
Henrik Levkowetz
658a5cecbb
Add support for legacy IPR search arguments, for compatibility with old ipr search URLs.
...
- Legacy-Id: 11108
2016-04-07 18:00:08 +00:00
Henrik Levkowetz
ff52e9b475
Additional fix for issue #1950 , removing the double slash.
...
- Legacy-Id: 11106
2016-04-06 21:30:29 +00:00
Henrik Levkowetz
e3603202e9
Added a missing '?join' to each group's xmpp link on the charter pages. Fixes issue #1950
...
- Legacy-Id: 11105
2016-04-06 21:25:41 +00:00
Henrik Levkowetz
5107dcf04f
Fixed the multiple (incorrect) extension problem for some materials links. Fixes issue #1947 .
...
- Legacy-Id: 11104
2016-04-06 21:11:17 +00:00
Henrik Levkowetz
0bb8c23909
Set version info and settings back to development mode
...
- Legacy-Id: 11102
2016-04-05 17:54:27 +00:00
Henrik Levkowetz
eefe6b90d0
Set version info to release version 6.19.0 before branching.
...
- Legacy-Id: 11100
2016-04-05 17:54:16 +00:00
Henrik Levkowetz
f86ca3e89d
Changelog entry for 6.19.0
...
- Legacy-Id: 11099
2016-04-05 17:54:11 +00:00
Henrik Levkowetz
98f19555ec
Code coverage data for release 6.19.0
...
- Legacy-Id: 11098
2016-04-05 17:54:04 +00:00
Henrik Levkowetz
d78b4bd0fb
Changelog information for 6.19.0
...
- Legacy-Id: 11097
2016-04-05 17:46:02 +00:00
Henrik Levkowetz
50c9b32420
Merged in [11085] from bartosz.balazinski@interdigital.com:
...
Added validation for the dependency graph output type (one of 'dot', 'pdf', 'svg'). Added an area column to the directorate summary page.
Commit fixes bug #1887 , fixes bug #1940 .
- Legacy-Id: 11095
Note: SVN reference [11085] has been migrated to Git commit b46081f514
2016-04-04 20:08:33 +00:00
Henrik Levkowetz
108d9a159d
- Legacy-Id: 11094
2016-04-04 19:56:28 +00:00
Henrik Levkowetz
a5a15d7306
Merged in [11080] from rjsparks@nostrum.com:
...
Show the link for editing what agendas a document appears on more liberally. Fixes #1935 .
- Legacy-Id: 11093
Note: SVN reference [11080] has been migrated to Git commit 38b9c52d1d
2016-04-04 19:53:42 +00:00
Henrik Levkowetz
4b467d3624
Merged in [11079] from kivinen@iki.fi:
...
Fixed ICS UIDs so they are unique, even if the timeslot is same. Fixes #1522 .
- Legacy-Id: 11092
Note: SVN reference [11079] has been migrated to Git commit 180624c430
2016-04-04 19:44:20 +00:00
Henrik Levkowetz
40bb23169c
Merged in [11064] [11082] from housley@vigilsec.com:
...
The secretariat and the Team Chair can now edit team groups. In
addition, if the team in within the IETF, Area Directors can edit
it. And, if the team is within the IRTF, the IRTF Chair can edit it.
Cleaned up the checking permission for a user to
manage a group. Also, cleanly handle a set of group parent links did
for a loop. Fixes #1915 .
- Legacy-Id: 11091
Note: SVN reference [11064] has been migrated to Git commit 1c509cd64c
Note: SVN reference [11082] has been migrated to Git commit 858530c214
2016-04-04 19:35:19 +00:00
Henrik Levkowetz
d2cd382292
Added links back to the group pages from the group names on the meeting materials page.
...
- Legacy-Id: 11090
2016-04-04 04:18:00 +00:00
Henrik Levkowetz
c9cb6a6cee
Merged in [11083] from stephen.farrell@cs.tcd.ie, with some tweaks:
...
Assigned default consensus for IETF stream documents, partly fixing #1403 - IRTF/IAB may want more, this just does IETF stream.
- Legacy-Id: 11089
Note: SVN reference [11083] has been migrated to Git commit 9ca4e98d46
2016-04-03 17:56:33 +00:00
Henrik Levkowetz
59a74b6954
- Legacy-Id: 11088
2016-04-03 17:50:37 +00:00
Henrik Levkowetz
8cac770f83
- Legacy-Id: 11087
2016-04-03 17:27:29 +00:00
Henrik Levkowetz
eabc7b2c76
Merged in [11070] from housley@vigilsec.com:
...
Only the Secretariat can see the history for parked IPR statements. Fixes #1922 .
- Legacy-Id: 11086
Note: SVN reference [11070] has been migrated to Git commit 570107dbf1
2016-04-03 13:35:45 +00:00
Bartosz Balazinski
b46081f514
Commit fixes bug #1887 , fixes bug #1940 . Commit ready to merge
...
- Legacy-Id: 11085
2016-04-02 21:21:05 +00:00
Stephen Farrell
9ca4e98d46
assigned default consensus for IETF stream documents partly fixing #1403 - IRTF/IAB may want more, this just does IETF stream. Commit ready to merge. (even more:-)
...
- Legacy-Id: 11083
2016-04-02 21:10:00 +00:00
Russ Housley
858530c214
Cleaned up the checking permission for a user to manage a group. Also, cleanly handle a set of group parent links did for a loop.
...
- Legacy-Id: 11082
2016-04-02 21:06:33 +00:00
Henrik Levkowetz
2c4efd1e25
Merged in [11075] from ben@nostrum.com:
...
Allow meetings/materials to be queried without an explicit meeting number. Fixes issue #1934 .
- Legacy-Id: 11081
Note: SVN reference [11075] has been migrated to Git commit d3a14a7e15
2016-04-02 21:02:19 +00:00
Robert Sparks
38b9c52d1d
Show the link for editing what agendas a document appears on more liberally. Fixes #1935 . Commit ready for merge.
...
- Legacy-Id: 11080
2016-04-02 20:58:35 +00:00
Tero Kivinen
180624c430
Fixed ICS UIDs so they are unique, even if the timeslot is same. Fixes #1522 . Commit ready for merge.
...
- Legacy-Id: 11079
2016-04-02 20:49:42 +00:00
Henrik Levkowetz
760e324c7f
Merged in [11072] from rcross@amsl.com:
...
Add ability to enter recording URLs for non working group sessions. Fixes #1885 .
- Legacy-Id: 11078
Note: SVN reference [11072] has been migrated to Git commit 220e2587b8
2016-04-02 20:47:51 +00:00
Henrik Levkowetz
e4552c4b2f
Added ipython to the docker image.
...
- Legacy-Id: 11077
2016-04-02 20:35:06 +00:00