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
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
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
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
Lars Eggert
a4daf2630c
Merge branch 'lars/5.6.3-facelift' into lars/5.6.4-facelift
...
Conflicts:
ietf/doc/templatetags/ietf_filters.py
ietf/doc/views_charter.py
ietf/templates/doc/charter/edit_notify.html
ietf/templates/doc/charter/edit_telechat_date.html
ietf/templates/doc/document_ballot_content.html
ietf/templates/doc/document_history.html
ietf/templates/doc/edit_notify.html
ietf/templates/doc/edit_telechat_date.html
ietf/templates/doc/notify.html
ietf/templates/group/concluded_groups.html
- Legacy-Id: 8429
2014-10-14 11:48:57 +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
Ole Laursen
5604914bfc
Add AutocompletedDocumentsField to be used for replacements submission
...
and refactor milestones tool to use this field
- Legacy-Id: 8381
2014-10-09 17:14:14 +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
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
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
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