Henrik Levkowetz
9ff2b9ff9a
Merged in support for RG pages, from branch/iola/rg-support.
...
- Legacy-Id: 7866
2014-06-09 20:52:14 +00:00
Henrik Levkowetz
fbc41e7aaa
Set version info and settings back to development mode
...
- Legacy-Id: 7831
2014-06-02 22:10:43 +00:00
Henrik Levkowetz
eb2a639a49
Set version info to release version 5.4.3 before branching.
...
- Legacy-Id: 7829
2014-06-02 22:10:40 +00:00
Henrik Levkowetz
83c7f3af91
Set version info and settings back to development mode
...
- Legacy-Id: 7682
2014-05-01 00:14:32 +00:00
Henrik Levkowetz
a2fd7f19ad
Set version info to release version 5.4.2 before branching.
...
- Legacy-Id: 7680
2014-05-01 00:14:29 +00:00
Henrik Levkowetz
c50d05302b
Set version info and settings back to development mode
...
- Legacy-Id: 7649
2014-04-25 15:11:38 +00:00
Henrik Levkowetz
d220932332
Set version info to release version 5.4.1 before branching.
...
- Legacy-Id: 7647
2014-04-25 15:11:34 +00:00
Henrik Levkowetz
94123b37e0
Set version info and settings back to development mode
...
- Legacy-Id: 7633
2014-04-22 21:58:32 +00:00
Henrik Levkowetz
f0fcc5075e
Set version info to release version 5.4.0 before branching.
...
- Legacy-Id: 7631
2014-04-22 21:58:29 +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
Henrik Levkowetz
2f142bb918
Set version info and settings back to development mode
...
- Legacy-Id: 7617
2014-04-16 21:22:55 +00:00
Henrik Levkowetz
02b8e919fe
Set version info to release version 5.3.1 before branching.
...
- Legacy-Id: 7615
2014-04-16 21:22:49 +00:00
Henrik Levkowetz
b448ac4da0
When we changed auth to use basic http auth, we also changed the session timeout time to 12 hours, from the default 2 weeks. I see no need to use a non-default setting; changing this back.
...
- Legacy-Id: 7605
2014-04-12 20:40:31 +00:00
Henrik Levkowetz
e9fa1d60c9
Set version info and settings back to development mode
...
- Legacy-Id: 7598
2014-04-12 18:14:45 +00:00
Henrik Levkowetz
66edb314a5
Set version info to release version 5.3.0 before branching.
...
- Legacy-Id: 7596
2014-04-12 18:14:34 +00:00
Ole Laursen
43e472b647
Remove IETFWG_DESCRIPTIONS_PATH which is no longer useful as all charter files will soon have been moved
...
- Legacy-Id: 7582
2014-04-08 14:15:49 +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
46b31ccab3
Set version info and settings back to development mode
...
- Legacy-Id: 7577
2014-04-06 15:28:55 +00:00
Henrik Levkowetz
6f199806a8
Set version info to release version 5.2.1 before branching.
...
- Legacy-Id: 7575
2014-04-06 15:28:51 +00:00
Henrik Levkowetz
b8cd069070
Merged [7557] from rjsparks@nostrum.com: Update reference relationships (asyncronously) for new rfcs found when syncing with the rfc index. Fixes ticket #1347 .
...
- Legacy-Id: 7572
Note: SVN reference [7557] has been migrated to Git commit 9b43e159623ed1fb53438541b25a1605922943dd
2014-04-06 15:01:12 +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
Ole Laursen
f52e676793
Move chartering groups to /group/chartering/ (with a redirect from the old location), list RGs there too, and amend the previous fix to the chartering process for non-WGs so they have internal and external review states instead of just approved. Also move the code in wginfo/ to group/ as it is no longer just about info for WGs.
...
- Legacy-Id: 7556
2014-04-01 11:59:08 +00:00
Henrik Levkowetz
5ff7ddcc5a
Cosmetic change
...
- Legacy-Id: 7545
2014-03-26 14:25:39 +00:00
Henrik Levkowetz
29fe2e87ea
Django's transaction handling changed in 1.6, and the TransactionMiddleware is now deprecated. It turns out (after much debugging) that if you still have it in the middleware list, the logout() view will fail. Removing it so we can go forward with Django auth.
...
- Legacy-Id: 7538
2014-03-23 23:15:50 +00:00
Henrik Levkowetz
475bcbbd30
Working django-auth login and logout views. Password import from htpasswd file still needed.
...
- Legacy-Id: 7536
2014-03-23 18:27:14 +00:00
Henrik Levkowetz
1d246b8b1f
Set version info and settings back to development mode
...
- Legacy-Id: 7526
2014-03-19 20:41:22 +00:00
Henrik Levkowetz
56f25cb4a9
Set version info to release version 5.2.0 before branching.
...
- Legacy-Id: 7524
2014-03-19 20:41:19 +00:00
Henrik Levkowetz
f0faed513e
Added settings for the default pyflakes and vulture argument (top ietf/ directory).
...
- Legacy-Id: 7503
2014-03-16 18:17:46 +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
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
e78931cf7c
Merged [7445] from rjsparks@nostrum.com: Adds dependency graphs for drafts belonging to a group.
...
Removes links to Bill's dependency tools.
Fixes bug #536 .
- Legacy-Id: 7446
Note: SVN reference [7445] has been migrated to Git commit 74e4ff72e9
2014-03-06 18:03:45 +00:00
Robert Sparks
74e4ff72e9
Adds dependency graphs for drafts belonging to a group.
...
Removes links to Bill's dependency tools.
Fixes bug #536 .
Commit ready to merge.
- Legacy-Id: 7445
2014-03-06 16:29:35 +00:00
Henrik Levkowetz
d4c0102537
Set version info and settings back to development mode
...
- Legacy-Id: 7415
2014-03-05 17:20:44 +00:00
Henrik Levkowetz
a0311b7ee8
Set version info to release version 5.1.0 before branching.
...
- Legacy-Id: 7413
2014-03-05 17:20:35 +00:00
Henrik Levkowetz
14d629afe9
Fixed another bug in the non-production setup.
...
- Legacy-Id: 7344
2014-02-25 18:12:14 +00:00
Henrik Levkowetz
ec58068139
Fixed a bug in the check for a SECRET_KEY setting
...
- Legacy-Id: 7343
2014-02-25 18:01:51 +00:00
Henrik Levkowetz
2f072a90ee
Set version info and settings back to development mode
...
- Legacy-Id: 7300
2014-02-25 15:53:59 +00:00
Henrik Levkowetz
8b049ec2d1
Set version info to release version 5.0.2 before branching.
...
- Legacy-Id: 7298
2014-02-25 15:53:55 +00:00
Henrik Levkowetz
b1ae148580
Extend the set of allowed hosts slightly.
...
- Legacy-Id: 7291
2014-02-22 20:37:47 +00:00
Henrik Levkowetz
5fd513e9cd
Added a logging filter to filter out the 'Invalid HTTP_HOST' emails.
...
- Legacy-Id: 7263
2014-02-18 23:10:03 +00:00
Henrik Levkowetz
ad1194799a
Changed the SECRET_KEY setting to take account of the settings in settings_local.
...
- Legacy-Id: 7262
2014-02-18 23:06:53 +00:00
Henrik Levkowetz
49d5f1a010
Set version info and settings back to development mode
...
- Legacy-Id: 7252
2014-02-16 18:36:46 +00:00
Henrik Levkowetz
c09bcebdb3
Set version info to release version 5.0.1 before branching.
...
- Legacy-Id: 7250
2014-02-16 18:36:43 +00:00
Henrik Levkowetz
612085779b
Added a secret key to settings.py for development use. NOT for production use; that needs to go in settings_local.py
...
- Legacy-Id: 7234
2014-02-11 19:37:13 +00:00
Henrik Levkowetz
e593d9d640
Added a warning to the draft submission page about upcoming submission cut-offs. Added a value in settings.py for the number of days before the first cut-off to display the waring.
...
- Legacy-Id: 7233
2014-02-11 19:28:59 +00:00
Henrik Levkowetz
07e93b599b
Updated the caching settings to use memcached in production.
...
- Legacy-Id: 7232
2014-02-11 19:21:36 +00:00
Henrik Levkowetz
04d940534d
Modified ALLOWED_HOSTS to permit some (surprising) alternative HTTP_HOST names. Are these a result of queries proxied through other ietf.org domains? The numerical address is the mail server address. We should find out why that appears, and see if it can be made to appear as mail.ietf.org instead.
...
- Legacy-Id: 7197
2014-01-31 19:07:37 +00:00
Henrik Levkowetz
fd5aac4583
Set version info and settings back to development mode
...
- Legacy-Id: 7187
2014-01-30 21:11:34 +00:00