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
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
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
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
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
Henrik Levkowetz
bd6d0775e1
Require posting confirmation for some particular draft name prefixes.
...
- Legacy-Id: 8591
2014-11-08 03:15:20 +00:00
Henrik Levkowetz
b74d4e7795
Set version info and settings back to development mode
...
- Legacy-Id: 8538
2014-11-01 23:16:37 +00:00
Henrik Levkowetz
16bbbc8e20
Set version info to release version 5.7.2 before branching.
...
- Legacy-Id: 8536
2014-11-01 23:16:27 +00:00
Henrik Levkowetz
f3b8d34479
Set version info and settings back to development mode
...
- Legacy-Id: 8493
2014-10-27 06:15:25 +00:00
Henrik Levkowetz
f6edbcd855
Set version info to release version 5.7.1 before branching.
...
- Legacy-Id: 8491
2014-10-27 06:15:21 +00:00
Henrik Levkowetz
330beb7a21
Merged in [8452] from rjsparks@nostrum.com:\n Relax ALLOWED_HOSTS when not running in production. Fixes bug #1373 .
...
- Legacy-Id: 8487
Note: SVN reference [8452] has been migrated to Git commit 745145d5ed
2014-10-26 20:39:57 +00:00
Henrik Levkowetz
b1edef1099
Merged in [8441] from rjsparks@nostrum.com:\n Remove X-Frame-Options configuration.
...
- Legacy-Id: 8485
Note: SVN reference [8441] has been migrated to Git commit c4fb9b5bd5
2014-10-26 20:19:09 +00:00
Henrik Levkowetz
1d02752f01
Set version info and settings back to development mode
...
- Legacy-Id: 8477
2014-10-26 12:52:06 +00:00
Henrik Levkowetz
e7321e1d8b
Set version info to release version 5.7.0 before branching.
...
- Legacy-Id: 8475
2014-10-26 12:52:02 +00:00
Henrik Levkowetz
df8705b187
Merged in patches from production.
...
- Legacy-Id: 8473
2014-10-25 21:14:00 +00:00
Henrik Levkowetz
51bc4430bc
Set version info and settings back to development mode
...
- Legacy-Id: 8468
2014-10-25 16:14:27 +00:00
Henrik Levkowetz
f872eaaa11
Set version info to release version 5.6.5 before branching.
...
- Legacy-Id: 8466
2014-10-25 16:14:22 +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
Robert Sparks
745145d5ed
Relax ALLOWED_HOSTS when not running in production. Fixes bug #1373 . Commit ready for merge.
...
- Legacy-Id: 8452
2014-10-21 20:20:31 +00:00
Robert Sparks
c4fb9b5bd5
Remove X-Frame-Options configuration. Commit ready for merge.
...
- Legacy-Id: 8441
2014-10-17 14:22:44 +00:00
Henrik Levkowetz
96f99e72d6
Set version info and settings back to development mode
...
- Legacy-Id: 8399
2014-10-13 20:14:44 +00:00
Henrik Levkowetz
a5f49b3fcf
Set version info to release version 5.6.4 before branching.
...
- Legacy-Id: 8397
2014-10-13 20:14:40 +00:00
Henrik Levkowetz
5bf7c412b8
Set version info and settings back to development mode
...
- Legacy-Id: 8324
2014-09-19 19:28:38 +00:00
Henrik Levkowetz
919cfd2024
Set version info to release version 5.6.3 before branching.
...
- Legacy-Id: 8322
2014-09-19 19:28:33 +00:00
Henrik Levkowetz
8b8a282730
Merged in [8229] from rjsparks@nostrum.com, with minor tweaks:
...
From mcr@sandelman.ca:
Refactor to remove dajaxice.
Modified the URLs that address schedules:
- urls now always start with /agenda, removing the mix of /agenda and /schedule prefixes
- urls to a given schedule include the schedule owner (by email address)
Corrected issue that prevented deleting sessions.
Changed comment mechanism in timeslot_edit.js
Migration to change the email address for (System)
Fixes bug #1426
- Legacy-Id: 8319
Note: SVN reference [8229] has been migrated to Git commit fc512680d8
2014-09-18 20:27:28 +00:00
Henrik Levkowetz
e661231b99
Merged in [8208] from rjsparks@nostrum.com:
...
use doc.href rather than manually constructing URLs in several templates. Fixes ticket #1459 .
- Legacy-Id: 8314
Note: SVN reference [8208] has been migrated to Git commit be3d2034ff8432ca9869d26a56e51cc66275c68b
2014-09-16 19:34:03 +00:00
Henrik Levkowetz
266c13bc6c
Merged in [8207] from rjsparks@nostrum.com:\n Cleanup commit before changing working HREF contents.
...
- Legacy-Id: 8311
Note: SVN reference [8207] has been migrated to Git commit 6a3c41a72202dfdef9467bc44924eb1093293117
2014-09-16 19:24:24 +00:00
Henrik Levkowetz
75ce7d6941
Merged in [8204] from rjsparks@nostrum.com:
...
Improves how many href urls are constructed. Updates ticket #1459 .
- Legacy-Id: 8310
Note: SVN reference [8204] has been migrated to Git commit ffa20b19ab
2014-09-16 19:18:33 +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
Robert Sparks
fc512680d8
From mcr@sandelman.ca:
...
Refactor to remove dajaxice.
Modified the URLs that address schedules:
- urls now always start with /agenda, removing the mix of /agenda and /schedule prefixes
- urls to a given schedule include the schedule owner (by email address)
Corrected issue that prevented deleting sessions.
Changed comment mechanism in timeslot_edit.js
Migration to change the email address for (System)
Fixes bug #1426
Commit ready to merge
- Legacy-Id: 8229
2014-07-31 22:13:01 +00:00
Ryan Cross
61668dba80
changes to support input of session recordings
...
- Legacy-Id: 8216
2014-07-30 21:55:42 +00:00
Henrik Levkowetz
a78cb8ce36
Added a filter to stop reporting failed uploads to the admin email address -- these seem to occur regularly when a client looses (WiFi) connectivity, and this is not something we can do anything about.
...
- Legacy-Id: 8212
2014-07-26 11:31:16 +00:00
Robert Sparks
ffa20b19ab
Improves how many href urls are constructed. Updates ticket #1459 . Commit ready for merge
...
- Legacy-Id: 8204
2014-07-24 17:31:06 +00:00
Henrik Levkowetz
a816098ee1
Set version info and settings back to development mode
...
- Legacy-Id: 8170
2014-07-22 21:21:38 +00:00
Henrik Levkowetz
c0137a7b1d
Set version info to release version 5.6.2 before branching.
...
- Legacy-Id: 8168
2014-07-22 21:21:34 +00:00
Henrik Levkowetz
094d37c44c
Permit really long sessions, and don't expire sessions on browser close. On request from Pete Resnick.
...
- Legacy-Id: 8141
2014-07-19 21:12:17 +00:00
Henrik Levkowetz
dac3efcb68
Set version info and settings back to development mode
...
- Legacy-Id: 8073
2014-07-15 09:01:20 +00:00
Henrik Levkowetz
51906f6f26
Set version info to release version 5.6.1 before branching.
...
- Legacy-Id: 8071
2014-07-15 09:01:16 +00:00
Henrik Levkowetz
1acb142b8e
Added an x_frame_options setting to permit datatracker pages to be embedded in tools parges, for the tools tutorial.
...
- Legacy-Id: 8069
2014-07-15 08:54:53 +00:00
Henrik Levkowetz
f11ef54adf
Merged in personal/fanpeng/v5.5.3-dev0@8005 from fanpeng@chinamobile.com:
...
Added email subscription and web-archive links to the datatracker wg summary page. Fixes issue #958 .
- Legacy-Id: 8062
2014-07-13 20:06:00 +00:00
Henrik Levkowetz
a73163993a
Rewrote the draft-alias and group-alias generation scripts to generate matching aliases and virtual files for postfix.
...
- Legacy-Id: 8055
2014-07-08 14:25:14 +00:00
Henrik Levkowetz
a16dc35f03
Set version info and settings back to development mode
...
- Legacy-Id: 8018
2014-07-02 19:40:25 +00:00
Henrik Levkowetz
12bbb87460
Set version info to release version 5.6.0 before branching.
...
- Legacy-Id: 8016
2014-07-02 19:40:21 +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
Peng Fan
d334c8f17b
Added MAILING_LIST_INFO_URL. Addresses issue #958 .
...
- Legacy-Id: 8003
2014-07-01 03:26:10 +00:00
Henrik Levkowetz
a188cbf8f3
Set version info and settings back to development mode
...
- Legacy-Id: 7979
2014-06-30 17:21:47 +00:00