Henrik Levkowetz
cfa211f1bf
Merged in [8584] from rjsparks@nostrum.com:
...
Reworked smtp error warning and logging to not use hard-to-read context_managers. Fixes bug #1390 .
- Legacy-Id: 8610
Note: SVN reference [8584] has been migrated to Git commit 5ca9581072
2014-11-09 00:54:03 +00:00
Timothy B. Terriberry
63d919eb52
Allow changing the title of a charter document
...
Fixes #1334
Commit ready for merge
- Legacy-Id: 8609
2014-11-09 00:46:28 +00:00
Robert Sparks
696e93254a
Allow chosing the initial state when beginning WG processing of a draft. Fixes bug #1406 . Commit ready for merge.
...
- Legacy-Id: 8608
2014-11-09 00:37:47 +00:00
Dapeng Liu
f5a0cd00da
add RG in the search popup. fixed issue #1355 . Commit ready for merge
...
- Legacy-Id: 8605
2014-11-09 00:00:50 +00:00
Harald T. Alvestrand
c0c608ae1c
Fixed agenda view save-as. Fixes #1425 . Commit ready for merge.
...
- Legacy-Id: 8604
2014-11-08 23:11:03 +00:00
Henrik Levkowetz
cb85e419b3
Merged in [8573] from rcross@amsl.com:
...
fix role_required to permit access to proposed RGs.
- Legacy-Id: 8603
Note: SVN reference [8573] has been migrated to Git commit 882e0af92e
2014-11-08 22:52:08 +00:00
Suresh Krishnan
16c5e24782
Synchronize the currently set tags when document state is edited
...
- Legacy-Id: 8602
2014-11-08 22:46:40 +00:00
Henrik Levkowetz
6cca7f9472
Added some missing admin views.
...
- Legacy-Id: 8594
2014-11-08 19:50:38 +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
Robert Sparks
b7d8ed8491
add missing templates
...
- Legacy-Id: 8590
2014-11-05 21:49:44 +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
Robert Sparks
de94d49665
Tests that a message is set when a shepherd is not changed. Related to #1508 and r8504. Commit ready for merge.
...
- Legacy-Id: 8585
2014-11-04 21:15:11 +00:00
Robert Sparks
5ca9581072
Reworked smtp error warning and logging to not use hard-to-read context_managers. Fixes bug #1390 . Commit ready to merge.
...
- Legacy-Id: 8584
2014-11-04 19:49:22 +00:00
Ryan Cross
882e0af92e
fix role_required to permit access to proposed RGs. Commit ready for merge
...
- Legacy-Id: 8573
2014-11-03 19:11:45 +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
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
370f9efa56
Merged in [8506] from rjsparks@nostrum.com:\n change default notify address for IRTF stream documents. Fixes bug #1489 .
...
- Legacy-Id: 8533
Note: SVN reference [8506] has been migrated to Git commit 31da337eb2
2014-10-31 21:47:50 +00:00
Henrik Levkowetz
4fda60a42a
Merged in [8505] from rjsparks@nostrum.com:\n Allow removing a document shepherd, and test that it works. Fixes bug #1509 .
...
- Legacy-Id: 8532
Note: SVN reference [8505] has been migrated to Git commit 0496ee1b73
2014-10-31 21:38:55 +00:00
Henrik Levkowetz
cea2e8e603
Merged in [8504] from rjsparks@nostrum.com:\n Added tests that would have caught bug #1508 . Added message to edit_shepherd_email to match that added in edit_shepherd.
...
- Legacy-Id: 8531
Note: SVN reference [8504] has been migrated to Git commit 905df236c3
2014-10-31 21:34:00 +00:00
Henrik Levkowetz
78da505019
Changed the signature line of the generate-wg-aliases to give the script path instead of a manually maintained string (which had become outdated) in the signature string at the top of the generated files.
...
- Legacy-Id: 8523
2014-10-30 15:39:46 +00:00
Henrik Levkowetz
26501383e0
Added generation of {draftname}.shepherd aliases for drafts when generating draft email aliases, and also added the shepherd's email address to the {draftname}.all alias. Changed the signature line of the script to give the script path instead of a manually maintained string (which had become outdated).
...
- Legacy-Id: 8522
2014-10-30 15:35:54 +00:00
Henrik Levkowetz
1ef00d44b2
Removed an unused import: pyflakes fix.
...
- Legacy-Id: 8521
2014-10-30 15:35:27 +00:00
Henrik Levkowetz
7635d8d11a
Fixed a bug in calculating can_edit_shepherd_writeup, triggered by the change in what Document.shepherd refers to (now, Email, used to be Person).
...
- Legacy-Id: 8510
2014-10-29 14:23:17 +00:00
Henrik Levkowetz
1bf4356002
Improved regex for the Dr.-Ing. honorific fix.
...
- Legacy-Id: 8509
2014-10-29 06:53:34 +00:00
Henrik Levkowetz
770f79e601
Added 'Dr.-Ing.' to the recognised honorifics in the author extraction code.
...
- Legacy-Id: 8508
2014-10-29 06:24:41 +00:00
Henrik Levkowetz
46cb5cbdca
Did a number of changes to the author extraction method of class Draft in order to make it able to match up names with double-word family names on the first page (A. Foo Bar) with (familyname, given-name) ordering (Foo Bar Any) in the Authors' Addresses section. Regression tested against 200+ known good author extraction results. A number of stronger restrictions in regular expressions had to be introduced to avoid regression, which is probably all to the good.
...
- Legacy-Id: 8507
2014-10-28 15:45:47 +00:00
Robert Sparks
31da337eb2
change default notify address for IRTF stream documents. Fixes bug #1489 . Commit ready for merge.
...
- Legacy-Id: 8506
2014-10-27 22:23:09 +00:00
Robert Sparks
0496ee1b73
Allow removing a document shepherd, and test that it works. Fixes bug #1509 . Commit ready for merge.
...
- Legacy-Id: 8505
2014-10-27 21:27:49 +00:00
Robert Sparks
905df236c3
Added tests that would have caught bug #1508 . Added message to edit_shepherd_email to match that added in edit_shepherd. Commit ready for merge
...
- Legacy-Id: 8504
2014-10-27 18:35:57 +00:00
Henrik Levkowetz
594684a185
Fixed a problem with the fill_in_shepherd_email migration, even if it has been run (and things cleaned up), just in case it might be needed or viewed as a pattern later.
...
- Legacy-Id: 8503
2014-10-27 18:20:35 +00:00
Henrik Levkowetz
e3077c6e50
Fixed a bug in the new ISO-date code for draft metadata extraction.
...
- Legacy-Id: 8502
2014-10-27 17:01:16 +00:00
Henrik Levkowetz
4dddf14be0
Added support for ISO-format dates (or RFC 3339 dates, if you will) to the date parsing done for the submission tool. Also refined the regexes a bit to avoid false matches on for instance things like 'Juniper 2014'.
...
- Legacy-Id: 8501
2014-10-27 16:51:19 +00:00
Henrik Levkowetz
9d5a9c143e
Reverted changes in ietf/utils/draft.py which should not have been part of [8499].
...
- Legacy-Id: 8500
Note: SVN reference [8499] has been migrated to Git commit a8ddac15e2
2014-10-27 16:35:50 +00:00
Henrik Levkowetz
a8ddac15e2
Merged in [8498] from rjsparks@nostrum.com:\n Reworked logic flow for editing shepherds. Added message to inform the user when the shepherd is not changed. Fixes bug #1508 .
...
- Legacy-Id: 8499
Note: SVN reference [8498] has been migrated to Git commit 055202dee4
2014-10-27 16:01:51 +00:00
Robert Sparks
055202dee4
Reworked logic flow for editing shepherds. Added message to inform the user when the shepherd is not changed. Fixes bug #1508 . Commit ready for merge.
...
- Legacy-Id: 8498
2014-10-27 15:54:08 +00:00
Henrik Levkowetz
ad2777972d
Reverted erroneous commit [8495] to the tags branch.
...
- Legacy-Id: 8496
Note: SVN reference [8495] has been migrated to Git commit c706413064
2014-10-27 13:13:35 +00:00
Lars Eggert
c706413064
Merge branch 'lars/5.6.4-facelift' into lars/5.7.1-facelift
...
Conflicts:
ietf/group/edit.py
ietf/group/views_stream.py
ietf/nomcom/forms.py
ietf/person/forms.py
ietf/settings.py
ietf/templates/doc/change_shepherd.html
ietf/templates/doc/document_draft.html
ietf/templates/doc/search/search_result_row.html
ietf/templates/doc/submit_to_iesg.html
ietf/templates/nomcom/edit_position.html
ietf/templates/nomcom/list_positions.html
- Legacy-Id: 8495
2014-10-27 11:08:30 +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
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
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
a18410cca5
Merged in [8438] from rjsparks@nostrum.com:\n Better evaluation of whether a document type is diffable. Fixes bug #1504 .
...
- Legacy-Id: 8484
Note: SVN reference [8438] has been migrated to Git commit 71195b0a72
2014-10-26 20:00:29 +00:00
Henrik Levkowetz
55cef621bd
Merged in [8305] from rjsparks@nostrum.com:\n Replaces the return_to_url notion with logic that uses the session object. Related to bug #1430 .
...
- Legacy-Id: 8483
Note: SVN reference [8305] has been migrated to Git commit feb57a04f0
2014-10-26 19:35:10 +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
5a6819832f
Prevent 500 errors on file move race condition.
...
- Legacy-Id: 8480
2014-10-26 13:19:38 +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
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
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
fd82d280e6
Moved the location of the test-crawler, to co-reside with other code and release management scripts.
...
- Legacy-Id: 8463
2014-10-24 12:20: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
Henrik Levkowetz
28f8b30bf5
Added migration and fixtures for NameModels subclass changes.
...
- Legacy-Id: 8461
2014-10-24 12:12:11 +00:00
Henrik Levkowetz
0d61e270d6
Normalized a couple of NameModels subclasses.
...
- Legacy-Id: 8460
2014-10-23 21:14:41 +00:00
Henrik Levkowetz
c7bf774bad
Tweaked the name slug migration to set the blank and null keywords correctly.
...
- Legacy-Id: 8459
2014-10-23 21:12:14 +00:00
Henrik Levkowetz
28b31061b4
Normalized the naming of a couple of NameModel subclasses.
...
- Legacy-Id: 8458
2014-10-23 19:54:24 +00:00
Henrik Levkowetz
6e6dd79e0f
Removed unused imports from name slug migration.
...
- Legacy-Id: 8457
2014-10-23 18:56:36 +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
Robert Sparks
c05d734cf3
one more tweak before refactoring
...
- Legacy-Id: 8455
2014-10-21 22:38:06 +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
2f6799ece6
Have working selectors for sessions related to a meeting and sessions related to a document, views for listing such sections that can be edited, and an edit form for changing the presented version. Checkpointing before big refactor to move the URI components around
...
- Legacy-Id: 8453
2014-10-21 21:16:27 +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
41f0905689
Fixed condition check problem introduced with adjustments to setting the returning item bit. Fixes bug #1505 . Commit ready to merge.
...
- Legacy-Id: 8444
2014-10-20 13:31:23 +00:00
Henrik Levkowetz
c13258c8c8
Added a migration to change foreign keys to NameModel models from 8 to 32 bytes.
...
- Legacy-Id: 8442
2014-10-18 15:24:19 +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
Robert Sparks
9a46f47168
fix diffable bug, improve form grooming, remove too restrictive help text from form
...
- Legacy-Id: 8439
2014-10-16 18:58:13 +00:00
Robert Sparks
71195b0a72
Better evaluation of whether a document type is diffable. Fixes bug #1504 . Commit ready for merge.
...
- Legacy-Id: 8438
2014-10-16 18:36:29 +00:00
Robert Sparks
0db5b308c9
take advantage of new filters to simplify page a little
...
- Legacy-Id: 8437
2014-10-16 17:58:45 +00:00
Robert Sparks
7e60f910d4
rework filters to avoid conflict in editing vs showing all
...
- Legacy-Id: 8436
2014-10-16 17:39:52 +00:00
Robert Sparks
31f687b343
allow editing of abstract for existing material
...
- Legacy-Id: 8435
2014-10-16 16:46:38 +00:00
Robert Sparks
2f56de6223
added abstract to the upload form
...
- Legacy-Id: 8434
2014-10-16 16:27:51 +00:00
Robert Sparks
b86d5c1d09
renumber migration to resolve prefix collision after merge
...
- Legacy-Id: 8433
2014-10-16 16:01:16 +00:00
Robert Sparks
e889177a32
merged forward
...
- Legacy-Id: 8432
2014-10-16 15:07:33 +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
0a5a8bc3d9
In the document-history template, the use of doc.canonical_name caused bad links for /feed/document-changes/* for charter documents. Changed to use doc.name instead, which gave no errors with the test-crawler.
...
- Legacy-Id: 8395
2014-10-13 20:14:03 +00:00
Henrik Levkowetz
272c738471
Added migration erroneously not included in earlier merge.
...
- Legacy-Id: 8393
2014-10-12 19:56:27 +00:00
Henrik Levkowetz
3f130f393d
Merged in [8359] from rcross@amsl.com:\n fix get_or_create_nominee() to create Alias for new Person.
...
- Legacy-Id: 8392
Note: SVN reference [8359] has been migrated to Git commit c71d1d1ef6
2014-10-12 19:23:06 +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
a4d206074a
Merged in [8308] from rjsparks@nostrum.com:\n Build the links to about_url for concluded groups correctly. Fixes bug #1487 .
...
- Legacy-Id: 8390
Note: SVN reference [8308] has been migrated to Git commit 5f9e8123381f3846caca58dfe7b676cd99996cb4
2014-10-12 18:52:47 +00:00
Henrik Levkowetz
c1c892e3ac
Merged in [8303] from rjsparks@nostrum.com:\n Only show comment/discuss document version on the ballot page when the text is for a version of the document other than the current one. Fixes bug #1482 .
...
- Legacy-Id: 8389
Note: SVN reference [8303] has been migrated to Git commit 75f46e78e51c7312e9e31e1330f5f1f4eee58deb
2014-10-12 18:47:35 +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
Henrik Levkowetz
d4e5f070af
Merged in [8293] from rjsparks@nostrum.com:\n XXX: Should what is now captured in the list of STATUSCHANGE_RELATIONS instead be captured in the database in name_docrelationshipname?
...
Refactored editing the notify field to remove redundant code.
Changed the default notification list to include .all for documents, and the wg list for wg documents.
Allowed recalculating the notification list for all document types.
Improved the calculated notification list value for charters, conflict-reviews, and status-changes.
Adds shepherds to the notification list when they are assigned to a document.
Adds the working group email list to the notification list when a document is adopted.
Fixes #1438
- Legacy-Id: 8385
Note: SVN reference [8293] has been migrated to Git commit 640c5eb52ace8bb6d2c1b3ca6c14ef10ad0f324f
2014-10-12 17:32:11 +00:00
Henrik Levkowetz
6f7a2cceb6
Merged in [8285] from rjsparks@nostrum.com:\n Removed templates that were no longer being used.
...
- Legacy-Id: 8384
Note: SVN reference [8285] has been migrated to Git commit 89313c8eb8ca6d51e5c1e400d33fe9ad301da879
2014-10-12 17:13:26 +00:00
Henrik Levkowetz
320051213e
Merged in [8271] and [8292] from rjsparks@nostrum.com:
...
Send email when a the telechat date (or returning item bit) changes for a document.
Fixes #1452
- Legacy-Id: 8383
Note: SVN reference [8271] has been migrated to Git commit 80fc0c7caa4feac2966722324e42a53cabe67a6b
Note: SVN reference [8292] has been migrated to Git commit 7c56f8bad35b6ed06f6c6eff7436c178209d4143
2014-10-12 17:07:45 +00:00
Henrik Levkowetz
25423f6779
Added some formset attributes which are needed by the current Django (1.6) code. A better way would maybe be to use formset_factory(), but a simple invocation of that gives other problems. Leaving as is for now, to get a patch out so the nomcom chair can get on with things.
...
- Legacy-Id: 8370
2014-09-29 21:16:55 +00:00
Henrik Levkowetz
ec3e247732
Merged in [8262] and [8263] from rjsparks@nostrum.com:
...
Changes when returning_item is automatically set to match the
current IESGs preferences. Removes several chunks of dead code
related to editing telechat dates. Improves returning item tests.
Refactored multiple edit_telechat functions into one function in
doc_views. Added a helper function for determining if ballots have
changed to isolate the implementation. Fixed the issue with
update_agenda setting the returning item bit even when the user
explicitly said not to. Added prompting to encourage proper setting
of the returning item bit to the edit_telechat view.
Fixes #1209
- Legacy-Id: 8369
Note: SVN reference [8262] has been migrated to Git commit 9d8d0d63e2338d6fa81a82c553b8c6a1c3a105c1
Note: SVN reference [8263] has been migrated to Git commit 35a7436b782fc45e224ac9ea29bfb535fd3ce959
2014-09-28 19:57:01 +00:00
Henrik Levkowetz
d9787d87a3
Merged in [8355] from rjsparks@nostrum.com:\n Add the owners email address to the json path for schedule objects. Fixes ticket #1492 .
...
- Legacy-Id: 8368
Note: SVN reference [8355] has been migrated to Git commit 19b31576eb
2014-09-28 19:32:29 +00:00
Henrik Levkowetz
fc3773bcb4
Merged in [8256] from rjsparks@nostrum.com:\n Allow defer for status change documents. Fixes bug #1397 .
...
- Legacy-Id: 8367
Note: SVN reference [8256] has been migrated to Git commit 1a29f28361b11bc32432be8b31e78d933a4d04d8
2014-09-28 19:13:31 +00:00
Henrik Levkowetz
cea60ad8df
Merged in [8255] from rjsparks@nostrum.com:\n Combined defer/undefer tests from doc/tests_ballot and iesg/tests, extending them to demonstrate current reported bugs.
...
Made doc.active_defer_event() look for the events that are currently being created. This remains brittle.
Added email notifying the IESG of an undefer analagous to the defer email.
Guarded against deferring an already deferred document or undeferring a document that hasn't been deferred.
Guarded against deferring a document that's not scheduled for a telechat.
Fixes bugs 1417, 1465, 1417
- Legacy-Id: 8366
Note: SVN reference [8255] has been migrated to Git commit 0b49f402b4ec9145cb290b8a968755cc9ebdef92
2014-09-28 18:59:10 +00:00
Henrik Levkowetz
4cc4f5080c
Merged in [8254] from rjsparks@nostrum.com:\n Don't send mail to unknown-email-* addresses. Fixes bug #1471 .
...
- Legacy-Id: 8365
Note: SVN reference [8254] has been migrated to Git commit f7f29a62588eac9b2aaf26cd0401a910fa48403f
2014-09-28 18:51:21 +00:00
Henrik Levkowetz
9f2ad03748
Merged in [8249] from rjsparks@nostrum.com:\n Skip sheme-relative urls. Fixes bug #1466 .
...
- Legacy-Id: 8364
Note: SVN reference [8249] has been migrated to Git commit 2d10a8d20c71d3df815e6ea15737d0cd60b3cde3
2014-09-28 18:44:38 +00:00
Henrik Levkowetz
57b3f7a825
Merged in [8239] from rjsparks@nostrum.com:\n Adds javascript to return to a page a few seconds after successfully logging out. Fixes ticket #1461 .
...
- Legacy-Id: 8363
Note: SVN reference [8239] has been migrated to Git commit b927da7a15f0a9f671323467c55e2968ccbe3e90
2014-09-28 18:37:51 +00:00
Henrik Levkowetz
8e0200abc9
Merged in [8238] from rjsparks@nostrum.com:\n Look in the right place in the filesystem for the files bits when building reference relations during submit. Fixes bug #1467 .
...
- Legacy-Id: 8362
Note: SVN reference [8238] has been migrated to Git commit c6e22bc429e3c77fd2d5be6d78c20a0c90cbc80b
2014-09-28 18:32:00 +00:00
Henrik Levkowetz
1c439cda48
Merged in [8236] from rjsparks@nostrum.com:\n Log what rebuild_reference_relations returns to diagnose #1467 .
...
- Legacy-Id: 8360
Note: SVN reference [8236] has been migrated to Git commit b95b769267907f2ac8430893b153a7c82756265b
2014-09-28 17:53:02 +00:00
Ryan Cross
c71d1d1ef6
fix get_or_create_nominee() to create Alias for new Person. commit ready for merge.
...
- Legacy-Id: 8359
2014-09-26 22:19:22 +00:00
Robert Sparks
754ee80016
snapshot before SIPit - have a working session presentation edit form
...
- Legacy-Id: 8358
2014-09-26 20:47:13 +00:00
Robert Sparks
19b31576eb
Add the owners email address to the json path for schedule objects. Fixes ticket #1492 . Commit ready for merge.
...
- Legacy-Id: 8355
2014-09-23 21:39:09 +00:00
Robert Sparks
67782ade34
merge forward complete
...
- Legacy-Id: 8354
2014-09-23 15:48:27 +00:00
Robert Sparks
81119d6f37
checkpoint before migrating forward to 5.6.4-dev0
...
- Legacy-Id: 8352
2014-09-23 15:34:10 +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
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
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
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
f708266e50
Merged in [8211] from rjsparks@nostrum.com:\n Provide a way to get back to the page the user logged out from. Fixes ticket #1461 .
...
- Legacy-Id: 8318
Note: SVN reference [8211] has been migrated to Git commit b86c0dcc6f8b507d42ad10c2d45aa13583b1fae8
2014-09-16 20:04:17 +00:00
Henrik Levkowetz
c276ecac4a
Slight reversion to earlier code - checking up on codecs.open(), it turns out that it returns a file object with __enter__ and __exit__ methods, so can be used in a 'with codecs.open(path) as file:' pattern.
...
- Legacy-Id: 8317
2014-09-16 20:00:28 +00:00
Henrik Levkowetz
2ff2d79a7e
Merged in [8210] from rjsparks@nostrum.com:\n Default the responsible AD for an initial charter or recharter document to the responsible AD for the group. Fixes ticket #1451 .
...
- Legacy-Id: 8316
Note: SVN reference [8210] has been migrated to Git commit 77ddbbe04aedcf7ad7af35032606c1e952228a84
2014-09-16 19:52:24 +00:00
Henrik Levkowetz
cbb5b84652
Merged in [8209] from rjsparks@nostrum.com:\n Fixed several places where files were not being closed.
...
- Legacy-Id: 8315
Note: SVN reference [8209] has been migrated to Git commit 4aae3ff6785ca2649e54a212bd669369950f4b86
2014-09-16 19:48:30 +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
Henrik Levkowetz
e98e6c3e27
Merged in [8166] from rcross@amsl.com:
...
Added the 'proposed' WG state to WG role queries for Chair and Secretary
- Legacy-Id: 8309
Note: SVN reference [8166] has been migrated to Git commit e9a7133fec
2014-09-16 19:05:39 +00:00
Robert Sparks
feb57a04f0
Replaces the return_to_url notion with logic that uses the session object. Related to bug #1430 .
...
- Legacy-Id: 8305
2014-09-11 20:41:59 +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
5b7258ae12
Add change shepherd email page so that a document shepherd can change
...
the email address used for shepherding a document
- Legacy-Id: 8297
2014-08-25 22:59:33 +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
065660b66f
Replace the gigantic incumbent email drop-down in the NomCom tool with an
...
AutocompletedEmailField, also show the name of the incumbents and not
just their email addresses on the list page
- Legacy-Id: 8281
2014-08-18 11:52:08 +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
5703dc3bc6
Remove unused import
...
- Legacy-Id: 8279
2014-08-17 16:10:36 +00:00
Ole Laursen
baab85b6b5
Make the EmailsField search a bit more intelligent by tokenizing the
...
input values so that a search for John Doe matches John M. Doe too
- Legacy-Id: 8278
2014-08-17 16:08:12 +00:00
Ole Laursen
a5e1586433
Add option (default set to true) to EmailsField to require that the
...
email addresses have associated Datatracker accounts - this takes
effect immediately for the JS auto-complete thing, but the actual
validation afterwards doesn't actually require it yet (check commented
out for the time being), as it appears there are still a few people
without accounts in active groups
- Legacy-Id: 8277
2014-08-17 15:39:22 +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
9850290adb
A little bit of cleanup, don't allow selecting email addresses without
...
associated persons in the EmailsField
- Legacy-Id: 8274
2014-08-17 10:08:11 +00:00
Ole Laursen
5d714469a1
Use Role.formatted_email a couple of places we actually have the role
...
rather than use the one on person as the latter is guessing while the
former is not
- Legacy-Id: 8273
2014-08-17 10:07:21 +00:00
Ole Laursen
a1a13323d2
Use hint text instead of Django help text for providing the help for
...
EmailsField and clarify the text displayed when the input is invalid
so it's hopefully more clear what happens
- Legacy-Id: 8272
2014-08-17 09:02:21 +00:00
Ole Laursen
691befb126
Actually validate the EmailsField input entries and return an error in
...
case of unknown addresses instead of just taking the known ones
- Legacy-Id: 8270
2014-08-15 12:50:03 +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
Ole Laursen
25cdc289e0
Search emails over email address too in addition to person names
...
- Legacy-Id: 8266
2014-08-13 10:24:12 +00:00
Ole Laursen
8b63dd982f
Add support for customizing max number of entries in EmailsField,
...
update to version 1.6 of jquery.tokeninput.js and fix problem with
reloading EmailsField pages by adding a data-pre attribute instead of
hacking the value attribute
- Legacy-Id: 8264
2014-08-13 08:58:10 +00:00
Ole Laursen
3f1951d443
Get rid of a warning message in Python 2.7 by using str(e) rather than e.message
...
- Legacy-Id: 8261
2014-08-12 13:05: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
fd9ee73df3
Improved fix for the problem with trying to use None as a Q object.
...
- Legacy-Id: 8203
2014-07-24 14:45:22 +00:00
Henrik Levkowetz
0d5fbf4eb3
Fixed a problem with trying to use None as a Q object.
...
- Legacy-Id: 8202
2014-07-24 14:06:21 +00:00
Henrik Levkowetz
872762670c
Check for no doc.stream first, to avoid exception on doc.stream.slug.
...
- Legacy-Id: 8201
2014-07-23 07:28:26 +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
Ryan Cross
e9a7133fec
add proposed state to WG role queries. Commit ready for merge
...
- Legacy-Id: 8166
2014-07-22 13:34:52 +00:00
Henrik Levkowetz
f7772cf6a4
Merged in [8155] from rcross@amsl.com:\n allow Team Chairs access to proceedings.
...
- Legacy-Id: 8165
Note: SVN reference [8155] has been migrated to Git commit c046739045
2014-07-22 13:33:41 +00:00
Henrik Levkowetz
bc8a998f61
Merged in [8154] from rcross@amsl.com:
...
fix bug where ScheduledSession objects still being created without related session.
- Legacy-Id: 8164
Note: SVN reference [8154] has been migrated to Git commit 4db0adc86d
2014-07-22 13:21:52 +00:00
Henrik Levkowetz
73ae54d407
Merged in [8150] from rjsparks@nostrum.com:
...
Small cleanup refactor removing redundant configuration line in settings for charter text URLs.
- Legacy-Id: 8162
Note: SVN reference [8150] has been migrated to Git commit 7266cda08a
2014-07-21 23:16:02 +00:00
Henrik Levkowetz
fe0e43dc4a
Changed the length of the NameModel slug field from 8 to 32 characters. Added a corresponding migration.
...
- Legacy-Id: 8159
2014-07-21 20:18:54 +00:00
Henrik Levkowetz
7d5d520e05
Added a missing name migration.
...
- Legacy-Id: 8158
2014-07-21 20:17:55 +00:00
Henrik Levkowetz
22e006aba2
Merged in [8146] from sunqi.csnet.thu@gmail.com:
...
Changed the ietfauth file to allow to change the replaces relationship without setting the doc stream. Fixes ticket #1305 .
- Legacy-Id: 8157
Note: SVN reference [8146] has been migrated to Git commit 03711ef538
2014-07-21 20:02:34 +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
Henrik Levkowetz
712c89f149
Merged in [8143] from tterriberry@mozilla.com:\n Allow IRTF chair to adopt a draft into any RG.
...
Fixes #1082 .
- Legacy-Id: 8153
Note: SVN reference [8143] has been migrated to Git commit e9c79a9e19
2014-07-20 15:04:12 +00:00
Henrik Levkowetz
660bd42ccc
Merged in [8137] from rjsparks@nostrum.com:
...
First automated javascript test using PhantomJS and Selenium.
- Legacy-Id: 8151
Note: SVN reference [8137] has been migrated to Git commit 2db4a3b270
2014-07-20 14:54:47 +00:00
Robert Sparks
7266cda08a
Small cleanup refactor removing redundant configuration line in settings for charter text URLs. Commit ready to merge.
...
- Legacy-Id: 8150
2014-07-20 03:50:20 +00:00
Sun Qi
03711ef538
Changed the ietfauth file to allow to change the replaces relationship without setting the doc stream. Fixes ticket #1305 . Commit ready for merge.
...
- Legacy-Id: 8146
2014-07-19 21:45:40 +00:00
Henrik Levkowetz
f50fa3a412
Merged in personal/shane/v5.6.2-dev0@8144 from shane@time-travellers.org:
...
Added untrack to document and search pages. Fixes #1381 .
- Legacy-Id: 8145
2014-07-19 21:44:36 +00:00
Henrik Levkowetz
6036a09dca
Merged in [8136] from denghui@chinamobile.com:
...
add revision number for ballot input Fixes issue #911 .
- Legacy-Id: 8144
Note: SVN reference [8136] has been migrated to Git commit 9371ca969f
2014-07-19 21:33:02 +00:00
Timothy B. Terriberry
e9c79a9e19
Allow IRTF chair to adopt a draft into any RG.
...
Fixes #1082 .
Commit ready for merge.
- Legacy-Id: 8143
2014-07-19 21:15:47 +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
Shane Kerr
5639bc79fa
Added untrack to document and search pages. Implements #1381 . Branch ready for merge.'
...
- Legacy-Id: 8140
2014-07-19 21:03:51 +00:00
Shane Kerr
ea05042d12
Provide "untrack" option in the search results page.
...
- Legacy-Id: 8139
2014-07-19 21:00:22 +00:00
Robert Sparks
2db4a3b270
First automated javascript test using PhantomJS and Selenium. Commit ready to merge
...
- Legacy-Id: 8137
2014-07-19 20:50:40 +00:00
Deng Hui
9371ca969f
add revision number for ballot input Fixes issue #911 . commit ready for merge
...
- Legacy-Id: 8136
2014-07-19 20:41:06 +00:00
Robert Sparks
cb659afd2f
changed call to skip to make the code more readable
...
- Legacy-Id: 8134
2014-07-19 20:36:55 +00:00
Shane Kerr
4d71417817
Untrack this document button added to draft document view.
...
- Legacy-Id: 8130
2014-07-19 19:44:30 +00:00
Henrik Levkowetz
27a5e27e20
Merged in [8122] from gnocuil@gmail.com:\n Force mailing to secretary when a charter state changed to internal or external review. Fixes ticket #1444 .
...
- Legacy-Id: 8128
Note: SVN reference [8122] has been migrated to Git commit 8ca62eae6d
2014-07-19 18:34:21 +00:00
Henrik Levkowetz
6bba774b82
Merged in [8121] from fanpeng@chinamobile.com:
...
updates document page. Fixes ticket #1112 and #1432 .
- Legacy-Id: 8127
Note: SVN reference [8121] has been migrated to Git commit c04ba31dfa
2014-07-19 17:40:32 +00:00
Henrik Levkowetz
be842a6c1f
Added a meta tag to the base template, to specify a page character set.
...
- Legacy-Id: 8125
2014-07-19 17:18:18 +00:00
Cong Liu
8ca62eae6d
Force mailing to secretary when a charter state changed to internal or external review. Fixes ticket #1444 . Commit ready for merge.
...
- Legacy-Id: 8122
2014-07-19 16:12:21 +00:00
Peng Fan
c04ba31dfa
updates document page. Fixes ticket #1112 and #1432 . Commit ready for merge.
...
- Legacy-Id: 8121
2014-07-19 16:09:24 +00:00
Henrik Levkowetz
3bddbe641e
Merged in [8114] from gnocuil@gmail.com:\n Changed the template to highlight groups from different areas instead of the same area. Fixes ticket #1368 .
...
- Legacy-Id: 8120
Note: SVN reference [8114] has been migrated to Git commit d458ca2f8d
2014-07-19 15:49:37 +00:00
Deng Hui
02ed2e358a
add revision number for ballot input Fixes issue #911 . commit ready for merge
...
- Legacy-Id: 8119
2014-07-19 15:33:37 +00:00
Cong Liu
d458ca2f8d
Changed the template to highlight groups from different areas instead of the same area. Fixes ticket #1368 . Commit ready for merge.
...
- Legacy-Id: 8114
2014-07-19 14:59:13 +00:00
Robert Sparks
4de405e8d3
Use the name field from the materials upload form. Fixes ticket #1445 . Commit ready for merge.
...
- Legacy-Id: 8099
2014-07-16 14:47:39 +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
f07e02b462
Merged in [8057] from olau@iola.dk:\n Change Document.get_absolute_url to handle case of non-meeting-based group materials, fixes #1440
...
- Legacy-Id: 8064
Note: SVN reference [8057] has been migrated to Git commit 9eba9f78d8
2014-07-13 21:40:41 +00:00
Henrik Levkowetz
aefe2d70a4
Merged in [8045] from rcross@amsl.com:\n grant IETF Trust Chair permissions for Announcement Tool.
...
- Legacy-Id: 8063
Note: SVN reference [8045] has been migrated to Git commit d6422c0c93
2014-07-13 20:54:06 +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
Ole Laursen
9eba9f78d8
Change Document.get_absolute_url to handle case of non-meeting-based group materials, fixes #1440
...
- Legacy-Id: 8057
2014-07-08 15:47:06 +00:00
Henrik Levkowetz
25ef2ad184
Some cleanup of the alias generation scripts.
...
- Legacy-Id: 8056
2014-07-08 14:37:12 +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
5f03888065
Adjusted the permissions checking in has_role to accept bof chairs and secretaries.
...
- Legacy-Id: 8054
2014-07-08 07:30:59 +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
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
7df4897002
Rename a migration to avoid ordering conflicts with already applied migrations.
...
- Legacy-Id: 8014
2014-07-02 19:32:20 +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
8e9545e23e
Tweaked the base template to give a http login link in development mode, instead of relying on the debug setting, which requires a correct INTERNAL_IP setting, too.
...
- Legacy-Id: 8012
2014-07-02 07:03:34 +00:00
Henrik Levkowetz
8aba7e97fc
Provide a better message if pyflakes fails due to syntax errors in a python file.
...
- Legacy-Id: 8011
2014-07-01 21:12:03 +00:00
Peng Fan
46656c2e8f
Fixes ticket #958 . Branch ready for merge.
...
- Legacy-Id: 8005
2014-07-01 04:00:18 +00:00