Henrik Levkowetz
a9db20e48a
Added a utf-8 encoding setting, in case the autogenerated datetime string from the $ keyword uses a non-ascii locale.
...
- Legacy-Id: 12322
2016-11-12 05:29:58 +00:00
Ryan Cross
f29100ab3a
Change non-working-group-session edit view to use same group options available when creating the non-working-group-sessions. Commit ready for merge.
...
- Legacy-Id: 12320
2016-11-12 04:18:22 +00:00
Robert Sparks
ca0980a8ea
Change the edit buttons on the materials page to be links. Move where the link appears. Commit ready for merge.
...
- Legacy-Id: 12318
2016-11-12 03:07:46 +00:00
Robert Sparks
0c816eaaf9
Add links to group meetings tabs from the navbar for chairs/secretaries. Commit ready for merge.
...
- Legacy-Id: 12317
2016-11-12 01:07:07 +00:00
Robert Sparks
3c04782559
Guard against sessions that have no timeslot (such as for groups that are not officially not meeting at an IETF meeting) in the materials upload views. Commit ready for merge.
...
- Legacy-Id: 12316
2016-11-11 07:09:41 +00:00
Robert Sparks
e3c3b716cd
Add a view of past meetings. Commit ready for merge.
...
- Legacy-Id: 12315
2016-11-11 06:48:26 +00:00
Ole Laursen
e171aa657e
Add support for revising a closed review, mostly to allow reviewers to
...
correct historic entries with missing data
- Legacy-Id: 12314
2016-11-09 16:20:58 +00:00
Ole Laursen
39d674b4ca
Add missing resource and missing test review secretary settings
...
- Legacy-Id: 12313
2016-11-09 10:07:49 +00:00
Henrik Levkowetz
f68d0c6f6b
Set version info and settings back to development mode
...
- Legacy-Id: 12288
2016-11-08 18:01:50 +00:00
Henrik Levkowetz
cc836a7401
Set version info to release version 6.37.1 before branching.
...
- Legacy-Id: 12286
2016-11-08 18:01:42 +00:00
Ole Laursen
ceec1254f2
Add review team secretary reminders, like those for reviewers
...
- Legacy-Id: 12283
2016-11-08 16:24:28 +00:00
Ole Laursen
a5c70ff9e3
Make the assign/close buttons more visible on the manage reviews page
...
- Legacy-Id: 12280
2016-11-08 11:34:55 +00:00
Ole Laursen
cde7cfacd5
Modify the reviewer overview page to display up to 10 historic reviews
...
per person from the past year instead of only 5.
Add basic reviewer stats to the assignment select box.
- Legacy-Id: 12279
2016-11-07 22:32:53 +00:00
Ole Laursen
c3e8cabafb
Revamp the layout in the manage review requests page. Drop the table
...
and instead provide more information about each document to be
reviewed, to help the secretaries determine locally on that page what
action to take. The new layout should also make it easier to fit in
more info, in case it is still found lacking.
The public review request page still provides the previous information
in the summarized tabular form, so the overview can be found there.
- Legacy-Id: 12278
2016-11-07 21:20:15 +00:00
Henrik Levkowetz
27abaae2e4
Tweaked and enhanced doc.admin.DocEventAdmin.
...
- Legacy-Id: 12276
2016-11-07 18:38:34 +00:00
Henrik Levkowetz
7f1c1e43f2
Replaced the use of plain DocEvent for submission doc events with a SubmissionDocEvent that carries rev and a FK to submission.
...
- Legacy-Id: 12275
2016-11-07 18:21:34 +00:00
Henrik Levkowetz
bb7d3b476f
Tweaked the create_group_wiki management command and its test to show more information on failures.
...
- Legacy-Id: 12273
2016-11-07 17:13:09 +00:00
Henrik Levkowetz
888bd44a10
Stash the test results summary in ./.testresults instead of ./testresults, to avoid visual littering.
...
- Legacy-Id: 12272
2016-11-07 17:11:48 +00:00
Henrik Levkowetz
71d5eca6e6
If a session agenda for a meeting exists, but is not bound to the session, the Document.objects.create() in upload_session_agenda() will fail. Using get_or_create() instead.
...
- Legacy-Id: 12270
2016-11-07 12:19:03 +00:00
Henrik Levkowetz
7c7e282797
When using select_related, field names are now valiadate. Fixed some invalid names.
...
- Legacy-Id: 12269
2016-11-04 19:03:58 +00:00
Henrik Levkowetz
1558a52c55
django.admin.utils.get_deleted_objects() changed signature. Fixed.
...
- Legacy-Id: 12268
2016-11-04 19:02:40 +00:00
Ole Laursen
58dd25ff79
Split up open review requests on the review team page in assigned and
...
unassigned requests to make it easier to just work with the unassigned
ones. Use same split on the manage reviews page which is now two
pages.
- Legacy-Id: 12266
2016-11-04 17:19:33 +00:00
Ole Laursen
19a3f10f69
Fix bug in telechat code, a previous rewrite to fix a possible problem
...
was misguided - we should always only look at the latest telechat
event
- Legacy-Id: 12265
2016-11-03 23:43:01 +00:00
Ole Laursen
ac1b93a8a2
Base the assignment checks on persons rather than email addresses -
...
otherwise people may use a new email address and not be caught in a
check
- Legacy-Id: 12264
2016-11-03 21:01:41 +00:00
Henrik Levkowetz
90bf63f01e
Fixed the import path for formtools.
...
- Legacy-Id: 12263
2016-11-03 20:54:35 +00:00
Henrik Levkowetz
c05d53da09
Fixed the import path for some template classes.
...
- Legacy-Id: 12262
2016-11-03 20:52:02 +00:00
Henrik Levkowetz
8d1aca19cc
Rewrote the template coverage loader function to a proper template loader class.
...
- Legacy-Id: 12261
2016-11-03 20:51:06 +00:00
Henrik Levkowetz
f7cf00b7ec
Use get_or_create when creating test data, to avoid duplicate key warnings.
...
- Legacy-Id: 12259
2016-11-03 20:48:38 +00:00
Henrik Levkowetz
4f2eb07fa7
Updated proceedings_templates fixture.
...
- Legacy-Id: 12258
2016-11-03 20:47:14 +00:00
Ole Laursen
7461409f7f
Fix bug in suggestion algorithm, it was pruning suggestions with
...
review requests from all teams, not just the team under consideration
- Legacy-Id: 12257
2016-11-03 20:31:44 +00:00
Henrik Levkowetz
87e1339924
Fixed all the warnings emitted by the check command; mostly use of null=True on ManyToManyFields, which doesn't make sense.
...
- Legacy-Id: 12256
2016-11-03 20:13:44 +00:00
Ole Laursen
010c20801e
When importing next reviewer, set it to the reviewer following the one
...
that the old tool was pointing to, as it was pointing to the
last one having completed a review (despite being named next)
- Legacy-Id: 12255
2016-11-03 20:13:00 +00:00
Henrik Levkowetz
cfe4d2f6aa
Removed use of the fix_ampersands() function.
...
- Legacy-Id: 12254
2016-11-03 20:11:49 +00:00
Henrik Levkowetz
ca570ae355
Reverted an inadvertent commit of all changes.
...
- Legacy-Id: 12253
2016-11-03 20:10:09 +00:00
Henrik Levkowetz
276c9c1030
Removed use of the fix_ampersands() function.
...
- Legacy-Id: 12252
2016-11-03 20:08:44 +00:00
Henrik Levkowetz
7b6407dfed
Rewrote the test runner command-line switch declarations to use parser.add_argument() instead of the now unsupported option_list class attribute.
...
- Legacy-Id: 12251
2016-11-03 20:07:22 +00:00
Ole Laursen
b16a829ec7
Modify review import to read result data for genart from an extra dataset
...
- Legacy-Id: 12248
2016-11-03 12:49:50 +00:00
Ole Laursen
54bc9ff596
Modify importer to close review requests for done documents as status
...
"Unknown" instead of auto-closing those where the IESG state is
further in the process on - this seems to leave more requests in
genart open, but hopefully the extra data for genart will fix this
problem shortly.
- Legacy-Id: 12247
2016-11-02 16:58:03 +00:00
Ole Laursen
67e6423cb4
Modify importer to pick deadline from documents when there's an exact
...
match, otherwise prefer what's stored with the review request (fixes
a bunch of cases with multiple reviews of the same draft)
- Legacy-Id: 12246
2016-11-02 12:37:47 +00:00
Ole Laursen
b9d5352afd
Display the reviewed revision in reviewer overview page
...
- Legacy-Id: 12245
2016-11-02 11:33:25 +00:00
Ole Laursen
70dfb760cb
Don't import reviewer roles for completely unavailable reviewers who were marked as away until after 2020
...
- Legacy-Id: 12244
2016-11-01 20:57:34 +00:00
Henrik Levkowetz
ec3723f875
Made the svn and libsvn symlinking code more robust against bad settings.
...
- Legacy-Id: 12243
2016-10-31 16:12:40 +00:00
Henrik Levkowetz
288d211ca1
Made doc.views_stat.make_title() more robust against inconsistent query arguments.
...
- Legacy-Id: 12242
2016-10-30 18:16:52 +00:00
Henrik Levkowetz
db203a53cb
Fixed typo
...
- Legacy-Id: 12241
2016-10-30 18:15:22 +00:00
Henrik Levkowetz
1d6853037e
Updated the create_group_wikis management command with additional switches to make it easier to do test deployment of individual wikis.
...
- Legacy-Id: 12240
2016-10-30 18:10:41 +00:00
Henrik Levkowetz
4ab2fe53cb
Don't run ietf.checks.* more than once per invocation (under Django 1.7, these can be run more times than there are apps with migrations, posibly as many times as twice that number).
...
- Legacy-Id: 12239
2016-10-30 18:08:52 +00:00
Henrik Levkowetz
0d62fdeb23
Set version info and settings back to development mode
...
- Legacy-Id: 12236
2016-10-30 12:15:42 +00:00
Henrik Levkowetz
9c818093b0
Set version info to release version 6.37.0 before branching.
...
- Legacy-Id: 12234
2016-10-30 12:15:33 +00:00
Henrik Levkowetz
21dfc19441
Added some logging to wsgi.py, to show the virtualenv settings being used.
...
- Legacy-Id: 12230
2016-10-29 11:44:00 +00:00
Henrik Levkowetz
47681c5924
Tweaks to settings.py, adding information about the use of some settings.
...
- Legacy-Id: 12229
2016-10-29 11:41:22 +00:00
Henrik Levkowetz
2b2abdbc29
Merged in [12213] from rcross@amsl.com:
...
Fix bug where interim announcement form was initialized with lists instead of strings.
- Legacy-Id: 12228
Note: SVN reference [12213] has been migrated to Git commit ab945b16e5
2016-10-29 10:56:34 +00:00
Henrik Levkowetz
aec77c2385
Rewrote Document.href() to not do database queries when possible, as that has a big performance impact. Fixed a number of tests which relied on href() not doing the right thing for simplified test data. Added caching of canonical_name(), which can be quite heavy. Additional refactoring in a number of places, to use better test data and avoid test failures for good code :-)
...
- Legacy-Id: 12226
2016-10-28 16:59:42 +00:00
Henrik Levkowetz
a1934d1713
Refined the sql debug view at the bottom of each page. Added a column showing the WHERE clause, as that is quite helpful in working out where a given query is coming from. Added an sql_debug template variable to make it easier to switch between the sql debug view and using the django-debug-toolbar.
...
- Legacy-Id: 12225
2016-10-28 16:46:05 +00:00
Ole Laursen
77d7d8b236
Add totals to review statistics tables and make it possible to select
...
multiple teams in the graph and get accumulated counts shown
- Legacy-Id: 12223
2016-10-27 21:36:02 +00:00
Henrik Levkowetz
7f9fa7b02a
Tweaked SQL a debug table header.
...
- Legacy-Id: 12221
2016-10-26 20:21:09 +00:00
Henrik Levkowetz
534a8d3e12
Reverted last commit as it leads to test failures. Doubtful if these actually can occur in production, but tests will have to be re-written before using the added caching.
...
- Legacy-Id: 12220
2016-10-26 20:20:37 +00:00
Henrik Levkowetz
e1cadcb119
Added caching to avoid calling the meat of each of the Session minutes(), recordings(), bluesheets(), slides(), drafts() methods more than once per session. This removes another 3*#sessions sql queries when the materials are all in place (less when the first invocation reurns nothing).
...
- Legacy-Id: 12219
2016-10-26 19:17:41 +00:00
Henrik Levkowetz
af584c6a1f
Removed caching of the materials page (edit buttons are different for different users), and used select_related() and code re-write to reduce the sql query count from ~1900 to ~600, query time from ~2s to ~0.5s. More can be done, but the page response time is more acceptable now.
...
- Legacy-Id: 12218
2016-10-26 19:06:06 +00:00
Henrik Levkowetz
681395ff8e
Added a column to the debug view of sql queries which indicate whether a query originated in view code or template rendering.
...
- Legacy-Id: 12217
2016-10-26 18:49:58 +00:00
Ole Laursen
3835532d71
Insert iconic link to review statistics from the team pages
...
- Legacy-Id: 12215
2016-10-26 13:35:32 +00:00
Henrik Levkowetz
6a905897f8
Fixed a bad link to uploaded session agendas.
...
- Legacy-Id: 12214
2016-10-25 21:38:46 +00:00
Ryan Cross
ab945b16e5
Fix bug where interim announcement form was initialized with lists instead of strings. Commit ready for merge
...
- Legacy-Id: 12213
2016-10-25 20:25:54 +00:00
Henrik Levkowetz
a2c8fa0178
Added a Document.pub_date() method which returns the RFC publication datetime or other documents' new-revision datetime. Changed the generated bibtex entries to use pub_date(). Added tests for bibtext entries. Added 'bibtexparser' to requirements.txt. Fixes issue #2032 .
...
- Legacy-Id: 12212
2016-10-25 18:07:48 +00:00
Henrik Levkowetz
cae4ab0024
Added caching of Document.href() values.
...
- Legacy-Id: 12210
2016-10-25 00:14:21 +00:00
Henrik Levkowetz
0656d0daa5
Changed the agenda template to provide links to video recordings on youtube if available, instead of pointing at meetecho's archive.
...
- Legacy-Id: 12209
2016-10-25 00:13:03 +00:00
Henrik Levkowetz
17bf44af3c
To minimize what seems to be an increased risk of segfaults when using virtualenv with system packages, this commit introduces an alternative, which does away with the general system package availability, but adds symlinks to two svn related system packages when running checks.
...
- Legacy-Id: 12208
2016-10-25 00:11:31 +00:00
Henrik Levkowetz
669627b53e
Set version info and settings back to development mode
...
- Legacy-Id: 12203
2016-10-21 15:15:06 +00:00
Henrik Levkowetz
3e4bb71dba
Set version info to release version 6.36.0 before branching.
...
- Legacy-Id: 12201
2016-10-21 15:14:59 +00:00
Henrik Levkowetz
2bb65e7d1b
Changed svn:ignore
...
- Legacy-Id: 12198
2016-10-21 14:48:16 +00:00
Henrik Levkowetz
5b6ffbcbd5
Fixed a bug in the API cache key construction which could make the key longer than necessary.
...
- Legacy-Id: 12196
2016-10-21 14:27:18 +00:00
Henrik Levkowetz
8e2259ebac
Added a test for meeting/agenda-utc.
...
- Legacy-Id: 12195
2016-10-21 14:02:49 +00:00
Henrik Levkowetz
a6db502108
Removed some dead code.
...
- Legacy-Id: 12194
2016-10-21 13:58:36 +00:00
Henrik Levkowetz
38245c6323
Fixed the javascript code in the floor-plan template that adds room links. It didn't handle rooms without assinged floor-plans well.
...
- Legacy-Id: 12192
2016-10-20 21:44:47 +00:00
Ole Laursen
2548153894
Fix permission bug, secretaries should be able to request reviews
...
- Legacy-Id: 12191
2016-10-20 19:57:39 +00:00
Ole Laursen
31931ee0e8
Reviewed by -> Reviews
...
- Legacy-Id: 12190
2016-10-20 19:55:42 +00:00
Ole Laursen
76fd00c83e
Don't put an anchor without an href around suggested review requests,
...
it makes it look like a link despite the missing href
- Legacy-Id: 12189
2016-10-20 16:21:16 +00:00
Ole Laursen
fb657c10b9
Don't put an anchor without an href around suggested review requests,
...
it makes it look like a link despite the missing href
- Legacy-Id: 12188
2016-10-20 15:45:59 +00:00
Ole Laursen
31cc77db12
Add some help text to the team reviewers overview page
...
- Legacy-Id: 12187
2016-10-20 15:43:00 +00:00
Ole Laursen
1febf2465d
Fix a bug in the logic that determines which roles are editable (the
...
bug had the reviewer field showing up on non-dir pages)
- Legacy-Id: 12186
2016-10-20 15:30:35 +00:00
Henrik Levkowetz
27cd21155c
Fixed a bug in testing for directory existence in the test setup.
...
- Legacy-Id: 12185
2016-10-19 22:38:28 +00:00
Henrik Levkowetz
e1f0477ec8
Make sure that the svn component is enabled, even if we can't find the Trac inherit-from settings file.
...
- Legacy-Id: 12184
2016-10-19 22:36:42 +00:00
Henrik Levkowetz
c22842a7c4
Made the wiki glue test skippable, in case the python subversion bindings are unavailable. Added creation of temporary directories also for the svn repositores created for wikis during testing.
...
- Legacy-Id: 12183
2016-10-19 21:14:20 +00:00
Henrik Levkowetz
ba5c17ecfd
Merged in a management command which provides glue code for creation and maintenance of Trac issue tracker and wiki installations per group. New groups of type wg, rg, and area will autmatically receive a Trac instance.
...
- Legacy-Id: 12182
2016-10-19 18:08:05 +00:00
Henrik Levkowetz
f9b4955880
Tweaked the settings a bit, to avoid problems if changing TRAC_WIKI_DIR_ROOT after TRAC_WIKI_DIR_PATTERN has been set. Added a --wiki-dir-pattern switch to the management command.
...
- Legacy-Id: 12181
2016-10-19 14:56:57 +00:00
Henrik Levkowetz
d400b88239
Added a test for the create_group_wikis management command.
...
- Legacy-Id: 12180
2016-10-19 14:53:58 +00:00
Henrik Levkowetz
41945d5525
Reverted unintended commit
...
- Legacy-Id: 12179
2016-10-19 14:47:17 +00:00
Henrik Levkowetz
b2aae7dc35
Ignore the virtualenv-created directories under env/
...
- Legacy-Id: 12178
2016-10-19 14:44:44 +00:00
Henrik Levkowetz
ef9bf2f175
Added a system check to ensure that the svn bindings are available when running in production mode.
...
- Legacy-Id: 12177
2016-10-19 14:44:05 +00:00
Henrik Levkowetz
887455c1d5
Make sure to not include draft name in the title extracted from draft text.
...
- Legacy-Id: 12176
2016-10-19 12:18:59 +00:00
Ole Laursen
4b987436c0
Fix a missing HttpResponseForbidden in review statistics, make the
...
review test code use a separate reviewer and reviewsecretary user to
avoid confounding things - also let these use Unicode in their names
to check for Unicode trouble.
- Legacy-Id: 12175
2016-10-19 11:58:49 +00:00
Henrik Levkowetz
f33eab6770
Install custom wiki pages before default pages, as we refuse to overwrite an existing page.
...
- Legacy-Id: 12174
2016-10-18 19:32:19 +00:00
Henrik Levkowetz
f0a730856b
Added a pip config file to support virtualenvs created with option --system-site-packages. The recommended way of creating a virtualenv for the datatracker is now '$ virtualenv --system-site-packages env', placing the virtualenv libs and binaries under env/bin/ and env/lib/. Also updated the ietf/wsgi.py file to use this.
...
- Legacy-Id: 12172
2016-10-18 19:11:28 +00:00
Ole Laursen
95bbabf384
Ignore duplicate review requests in importer - genart has had quite a
...
few of these
- Legacy-Id: 12171
2016-10-18 13:50:10 +00:00
Ole Laursen
d95be38ee7
Implement a reviewer blacklist in the importer and add "alice" in
...
genart to it
- Legacy-Id: 12170
2016-10-18 11:51:33 +00:00
Ole Laursen
2ce2f8d067
Change default of ReviewerSettings.min_interval to null - if it's not
...
specified for a reviewer, we don't take it into account
- Legacy-Id: 12169
2016-10-18 10:37:03 +00:00
Ole Laursen
d0877a0aa9
Change default of ReviewerSettings.min_interval to null - if it's not
...
specified for a reviewer, we don't take it into account
- Legacy-Id: 12168
2016-10-18 10:36:42 +00:00
Ole Laursen
78e4fa623e
Tweak the sort order so that the minimum interval between reviews is
...
considered of lower importance compared to previous reviews/wishes to
review the document
- Legacy-Id: 12167
2016-10-17 21:52:07 +00:00
Ole Laursen
a216694c4c
Add missing guard on the manage review button so it only shows up if
...
the user can access the manage review page
- Legacy-Id: 12166
2016-10-17 21:43:35 +00:00
Ole Laursen
6b492ccf59
Only suggest I-Ds for review, not other types of documents
...
- Legacy-Id: 12165
2016-10-17 21:38:15 +00:00
Ole Laursen
ed8f35e5a9
Scroll to top of textarea when clicking a message to use when
...
completing a review.
- Legacy-Id: 12164
2016-10-17 21:30:34 +00:00
Ole Laursen
e11a911d86
Include from in the list of messages when completing a review and
...
searching for the review email, redo layout somewhat to accommodate
this and improve the presentation of the message date.
- Legacy-Id: 12163
2016-10-17 21:26:36 +00:00
Ole Laursen
4450ff192c
Improve the looks of the previous commit by using an infinity sign in
...
case of a missing start or end date
- Legacy-Id: 12162
2016-10-17 19:44:19 +00:00
Ole Laursen
399bb3bf4d
Make UnavailablePeriod.start_date nullable and import the unavailable
...
periods from the Perl tool with start date null as we don't know when
they started.
- Legacy-Id: 12161
2016-10-17 19:37:56 +00:00
Henrik Levkowetz
5c562abec2
Set version info and settings back to development mode
...
- Legacy-Id: 12159
2016-10-17 18:18:00 +00:00
Henrik Levkowetz
4d5da73b3e
Set version info to release version 6.35.0 before branching.
...
- Legacy-Id: 12157
2016-10-17 18:17:52 +00:00
Henrik Levkowetz
31c9defd0e
New version of pytz, new choices for the meeting timezone form.
...
- Legacy-Id: 12154
2016-10-17 18:05:55 +00:00
Henrik Levkowetz
80e52ef0a1
Modified a test in upcoming_ical() to not break if a group does not have a parent.
...
- Legacy-Id: 12153
2016-10-17 17:33:01 +00:00
Ole Laursen
38109e5f13
Add a couple more of the scripts that aren't supposed to be tested
...
directly to TEST_CODE_COVERAGE_EXCLUDE
- Legacy-Id: 12152
2016-10-14 16:24:27 +00:00
Ole Laursen
da032407f7
Exclude review tool importer from code coverage check
...
- Legacy-Id: 12151
2016-10-14 16:17:42 +00:00
Henrik Levkowetz
1a92efb77e
Merged in ^/branch/proceedings/6.33.1.dev0@12141 from rcross@amsl.com:
...
Added meeting proceedings introduction pages: Progress Report and Attendees. Added a data migration to provide proceedings introduction information for IETF 95 and 96.
- Legacy-Id: 12150
2016-10-14 15:48:10 +00:00
Henrik Levkowetz
4cd3c484be
New management command create_group_wikis. Work in progress.
...
- Legacy-Id: 12149
2016-10-14 15:03:13 +00:00
Henrik Levkowetz
ca59bdac77
Templates for ietf-specific wiki pages
...
- Legacy-Id: 12148
2016-10-14 14:59:49 +00:00
Ole Laursen
e1f69171b5
xslugify the last name part when constructing a name for the review document
...
- Legacy-Id: 12147
2016-10-14 09:42:34 +00:00
Ole Laursen
9a3996a286
Make sure that name_parts doesn't accidentally turn Unicode strings
...
into plain strings
- Legacy-Id: 12146
2016-10-14 09:41:21 +00:00
Ole Laursen
e864abdcdb
Fix some pyquery compatibility issues
...
- Legacy-Id: 12145
2016-10-14 09:40:12 +00:00
Ole Laursen
d59d0e8bdc
Fix spelling mistake in class name
...
- Legacy-Id: 12144
2016-10-14 09:29:52 +00:00
Ole Laursen
e3fbc070f9
Fix bug in reference in resources
...
- Legacy-Id: 12143
2016-10-14 08:43:21 +00:00
Ole Laursen
2b7fcf0b5f
Remove unused import
...
- Legacy-Id: 12142
2016-10-14 08:40:24 +00:00
Ryan Cross
68e11fc823
Add missing proceedings attendee migration. Commit ready for merge.
...
- Legacy-Id: 12141
2016-10-13 23:32:54 +00:00
Ryan Cross
743ec4d7ff
Refactor Proceedings Introduction pages tests and implementation. Commit ready for merge
...
- Legacy-Id: 12140
2016-10-13 23:31:03 +00:00
Henrik Levkowetz
dbfea9097b
Merged in [12132] from rcross@amsl.com:
...
Extended Liaison to_contacts field to 2000 characters. Fixes #2024 .
- Legacy-Id: 12139
Note: SVN reference [12132] has been migrated to Git commit 4634b2dd73
2016-10-13 20:03:37 +00:00
Henrik Levkowetz
20c9bc9e62
Reverted one instance of caching, as it seems schedules can change owners.
...
- Legacy-Id: 12138
2016-10-13 19:51:10 +00:00
Ole Laursen
e598b7209a
Update name fixture with the alphabetical ordering.
...
- Legacy-Id: 12137
2016-10-13 19:37:30 +00:00
Ole Laursen
505b4fcea3
Fix redirection problem when group_type is not given.
...
- Legacy-Id: 12136
2016-10-13 19:34:39 +00:00
Ole Laursen
9de2d49823
Fixup some of the migrations a bit upon the merge with trunk.
...
- Legacy-Id: 12135
2016-10-13 19:20:26 +00:00
Henrik Levkowetz
d27fdb976b
Fixed a schedule save-as redirect which could not match any URL, leading to a 500 error.
...
- Legacy-Id: 12134
2016-10-13 18:42:18 +00:00
Henrik Levkowetz
de82a244fa
Added some caching to methods which are called very often when showing the meeting schedule edit view.
...
- Legacy-Id: 12133
2016-10-13 18:40:26 +00:00
Ryan Cross
4634b2dd73
Extended Liaison to_contacts field to 2000 characters. Fixes #2024 . Commit ready for merge.
...
- Legacy-Id: 12132
2016-10-13 18:31:18 +00:00
Ole Laursen
60ec861bd6
Shorten the verbose names a bit, they make Django complain
...
- Legacy-Id: 12130
2016-10-13 17:10:04 +00:00
Ole Laursen
958ba5ba95
Make new branch from trunk and merge in review-tracker-r11921
...
- Legacy-Id: 12129
2016-10-13 16:38:47 +00:00
Ole Laursen
8f497af6e6
Add admin.py for review models
...
- Legacy-Id: 12128
2016-10-13 16:16:34 +00:00
Ole Laursen
5a878981fe
Guard against reviewer name not being filled in properly (still
...
containing a @) on the complete review page
- Legacy-Id: 12127
2016-10-13 15:54:11 +00:00
Ole Laursen
336e2bbc5e
In case the review data contains a proper name for a person we already
...
know, use that - this prevents problems with email addresses being
embedded in review document names.
- Legacy-Id: 12126
2016-10-13 15:53:14 +00:00
Ole Laursen
6d7bfd7b37
Actually commit the statistics section.
...
- Legacy-Id: 12125
2016-10-13 15:36:14 +00:00
Ole Laursen
bf55237112
Add statistics section with review statistics. Fix a couple of missing tests.
...
- Legacy-Id: 12124
2016-10-13 15:20:04 +00:00
Henrik Levkowetz
99b22efc96
Merged in [12104] from rjsparks@nostrum.com:
...
Don't show the request publication button for ise,irtf, and iab drafts after publication has already been requested. Fixes #2019 .
- Legacy-Id: 12122
Note: SVN reference [12104] has been migrated to Git commit 933134f4cc
2016-10-12 18:39:22 +00:00
Henrik Levkowetz
05c26ba4c9
The db api prefers resource URIs ending in slash -- make it so in json_agenda().
...
- Legacy-Id: 12121
2016-10-12 18:09:18 +00:00
Henrik Levkowetz
c6a633885c
Changed another class name that might trigger adblock. Related to issues #2016 and #2027 .
...
- Legacy-Id: 12120
2016-10-12 15:39:19 +00:00
Henrik Levkowetz
679c5d3f5f
Changed an unfortunate html class name 'adname' (Area Director name) which triggered adblock. Fixes issues #2016 and #2027 .
...
- Legacy-Id: 12119
2016-10-12 15:31:11 +00:00
Henrik Levkowetz
23532102f8
Fixed room_name() to not fail when a timeslog has no location. Fixes a server 500 for agenda.json
...
- Legacy-Id: 12118
2016-10-12 14:17:22 +00:00
Henrik Levkowetz
e7b76917ae
Added a missing string format parmameter.
...
- Legacy-Id: 12116
2016-10-11 12:53:14 +00:00
Ole Laursen
293ecb1488
Don't use the bootstrap3 title plugin on th elements, it doesn't work
...
properly for those
- Legacy-Id: 12115
2016-10-11 11:44:49 +00:00
Ryan Cross
61945fd11b
Fix pyflakes errors. Commit ready for merge
...
- Legacy-Id: 12112
2016-10-10 22:32:24 +00:00
Ryan Cross
c3d4cc1aea
Add meeting proceedings introduction pages: Progress Report and Attendees. Commit ready for merge.
...
- Legacy-Id: 12111
2016-10-10 21:21:02 +00:00
Henrik Levkowetz
06c10ff258
Changed the default setting for the htpasswd binary path.
...
- Legacy-Id: 12110
2016-10-08 20:34:10 +00:00
Robert Sparks
933134f4cc
Don't show the request publication button for ise,irtf, and iab drafts after publication has already been requested. Fixes #2019 . Commit ready for merge.
...
- Legacy-Id: 12104
2016-10-07 17:29:05 +00:00
Ole Laursen
46dd4682bf
Remove debug output
...
- Legacy-Id: 12102
2016-10-07 16:49:37 +00:00
Ole Laursen
59180240af
Add a simple reminder system for reviewers so that they can opt in to
...
being reminded X days before deadline of an assignment
- Legacy-Id: 12101
2016-10-07 16:43:29 +00:00
Henrik Levkowetz
269226a486
Merged in [12099] from rjsparks@nostrum.com:
...
Changes interim announcements and interim cancellation announcements to use mailtriggers. Adds irtf-announce to announcements for IRTF groups. Fixes #2018 .
- Legacy-Id: 12100
Note: SVN reference [12099] has been migrated to Git commit 5b32cc2da7
2016-10-07 15:30:43 +00:00
Robert Sparks
5b32cc2da7
Changes interim announcements and interim cancellation announcements to use mailtriggers. Adds irtf-announce to announcements for IRTF groups. Fixes #2018 . Commit ready for merge.
...
- Legacy-Id: 12099
2016-10-07 15:05:47 +00:00
Henrik Levkowetz
e06ac44060
Added a migration to remove most duplicate 'Upload' doc events.
...
- Legacy-Id: 12098
2016-10-06 18:40:04 +00:00
Henrik Levkowetz
8a5593e714
When converting submission events to doc events, post them in chronological order. Don't add upload doc events until we're past the possibility of submission cancellation.
...
- Legacy-Id: 12097
2016-10-06 17:03:23 +00:00
Ole Laursen
5e030ed206
Add reviews to IESG agenda text edition too
...
- Legacy-Id: 12096
2016-10-06 15:01:05 +00:00
Ole Laursen
227fdd7953
Add reviews to search results and IESG agenda. Support restricting
...
review types so that teams will only have those review types
listed and suggested that they are configured to have.
Fix a couple of things in the importer after having tested it on all
the databases. Set unavailable end date >= 2020 to indefinite.
Fix a couple of bugs.
- Legacy-Id: 12095
2016-10-06 14:47:41 +00:00
Ole Laursen
168fc0425b
Fix formatting bug with multiple milestones in search results
...
- Legacy-Id: 12094
2016-10-06 12:52:43 +00:00
Henrik Levkowetz
5612a3f463
Merged in [12082] from rcross@amsl.com:
...
Fix issue where interim meeting request form didn't list research groups when user was a working group chair and a research group chair.
- Legacy-Id: 12093
Note: SVN reference [12082] has been migrated to Git commit adf28c922f
2016-10-05 18:17:28 +00:00
Henrik Levkowetz
e31bdff708
Apply string operations on the string, not on the Email object.
...
- Legacy-Id: 12092
2016-10-05 17:51:22 +00:00
Henrik Levkowetz
236fb3e185
Make it possible to merge nominations with inactive email addresses in the Nominee Merge form.
...
- Legacy-Id: 12091
2016-10-05 17:03:31 +00:00
Henrik Levkowetz
c236357b4f
Ensure we're including the tablesorter css and js in debug mode, since we're using tablesorter for the sql_queries table.
...
- Legacy-Id: 12090
2016-10-05 15:50:51 +00:00
Henrik Levkowetz
5f03d70bd7
Added admin support for the DocumentAuthor model.
...
- Legacy-Id: 12089
2016-10-05 15:16:46 +00:00
Henrik Levkowetz
c20357b75d
Fixed a place where email addresses not all lowercase could slip in, which can mess up reverse table relationships.
...
- Legacy-Id: 12088
2016-10-05 15:16:03 +00:00
Henrik Levkowetz
851b9b3d2f
Fixed a problem with the error message text for the nominee email edit form.
...
- Legacy-Id: 12087
2016-10-05 15:14:33 +00:00
Ole Laursen
0aa8f8a7cc
Don't automatically open a new review request if there's already
...
another open request in the team
- Legacy-Id: 12086
2016-10-05 13:34:15 +00:00
Ole Laursen
037556bc8f
Set request time for auto-suggested review requests to the time where
...
the triggering event happened - this is probably only marginally
useful at the moment, but could perhaps be used for statistics later
on (e.g. comparing earliest possible request time vs. assignment time)
- Legacy-Id: 12085
2016-10-05 13:04:07 +00:00
Ole Laursen
e484f6b0ae
Fix styling problem on reviewer overview, apparently the Boostrap CSS
...
anchor style gives a color to plain anchors instead of only touching
a:link so don't put non-link inside <a>
- Legacy-Id: 12084
2016-10-05 13:01:13 +00:00
Ole Laursen
27d9c18759
Add personal review overview page to the menu
...
- Legacy-Id: 12083
2016-10-05 12:37:27 +00:00
Ryan Cross
adf28c922f
Fix issue where interim meeting request form didn't list research groups when user was a working group chair and a research group chair. Commit ready for merge.
...
- Legacy-Id: 12082
2016-10-04 23:42:18 +00:00
Ole Laursen
a177dc616b
Fix a couple of bugs, add test for reviewer overview page
...
- Legacy-Id: 12081
2016-10-04 20:22:11 +00:00
Ole Laursen
4c7b2847ba
Add a utility function for extracting information about review
...
requests for a given set of teams/reviewers (making it trivial to
compute statistics), revamp the related doc event code to support this
by referencing the review request directly, add a reviewer overview
page with recent performance for each reviewer as well as
settings/unavailable periods. Fix some bugs and shuffle some of the
review code a bit around.
Finish the importer from the previous Perl-based review tool,
importing log entries, figuring out whether a given review is
early/telechat/last call and fixing corner cases.
- Legacy-Id: 12080
2016-10-03 15:52:32 +00:00
Henrik Levkowetz
088181cf52
Set version info and settings back to development mode
...
- Legacy-Id: 12078
2016-10-02 16:38:17 +00:00
Henrik Levkowetz
ae6c694e8c
Set version info to release version 6.34.2 before branching.
...
- Legacy-Id: 12076
2016-10-02 16:38:06 +00:00
Henrik Levkowetz
88a9c30600
Added a data migration to fix up incorrect submission doc events.
...
- Legacy-Id: 12073
2016-10-02 16:04:26 +00:00
Henrik Levkowetz
72cfe4cf68
Removed the creation of duplicate new revision doc events. Corrected the timestamp on approval docevents. Changed where the submission upload docevent is created, to avoid spurious events for cancelled uploads. Adjusted the person associated with some events from submitter to (System). Added tests for the sequence of events associated with a submission.
...
- Legacy-Id: 12072
2016-10-01 21:16:04 +00:00
Henrik Levkowetz
a9f879cd0e
Tweaked admin models.
...
- Legacy-Id: 12071
2016-10-01 13:36:31 +00:00
Henrik Levkowetz
a842e19452
Moved some code and tweaked settings to ignore sql debug functions when calculating code coverage.
...
- Legacy-Id: 12070
2016-09-30 21:30:04 +00:00
Henrik Levkowetz
e3a7d47fdc
Moved some code and tweaked settings to ignore sql debug functions when calculating code coverage.
...
- Legacy-Id: 12069
2016-09-30 21:29:32 +00:00
Henrik Levkowetz
9e18351a0b
Refined the sql debug info, making the table of queries sortable and adding duplication counts and accumulated query time.
...
- Legacy-Id: 12068
2016-09-30 20:38:18 +00:00
Henrik Levkowetz
ff5866367b
Tweaked the nonascii draft test template.
...
- Legacy-Id: 12067
2016-09-30 20:31:24 +00:00
Henrik Levkowetz
8e11c7cb64
Fixed some invalid html, and tweaked the html validation settings in the test crawler.
...
- Legacy-Id: 12066
2016-09-30 18:47:56 +00:00
Henrik Levkowetz
cd2d8a597e
Merged in [12055] from rjsparks@nostrum.com:
...
Modified the rfc feed to better represent dois. Fixes #2014 .
- Legacy-Id: 12065
Note: SVN reference [12055] has been migrated to Git commit c34356db94
2016-09-30 18:17:30 +00:00
Henrik Levkowetz
68655b569b
Fixed 2 testing bugs. Added tests for handling of submitters without email and drafts with non-ascii names in the author section.
...
- Legacy-Id: 12064
2016-09-30 17:35:35 +00:00
Henrik Levkowetz
da2c25182f
Code changes to handle draft submission authors without email addresses better.
...
- Legacy-Id: 12063
2016-09-30 10:48:46 +00:00
Henrik Levkowetz
69263b8f8f
Use plain_ascii() name for formatted_email() address.
...
- Legacy-Id: 12062
2016-09-30 10:47:34 +00:00
Henrik Levkowetz
88a1dda35d
Menu item text change.
...
- Legacy-Id: 12061
2016-09-30 10:46:16 +00:00
Robert Sparks
c34356db94
Modified the rfc feed to better represent dois. Fixes #2014 . Commit ready for merge.
...
- Legacy-Id: 12055
2016-09-28 17:52:39 +00:00
Henrik Levkowetz
613363cccc
Try various ways of handling non-ascii names/emails in draft submissions, in order to get past the early processing to the point where we run idnits and can flag non-ascii content, instead of failing with a server 500 error.
...
- Legacy-Id: 12053
2016-09-27 20:27:05 +00:00
Henrik Levkowetz
f6ffc1ca10
Set version info and settings back to development mode
...
- Legacy-Id: 12050
2016-09-27 07:17:17 +00:00
Henrik Levkowetz
b3a0506f28
Set version info to release version 6.34.1 before branching.
...
- Legacy-Id: 12048
2016-09-27 07:17:07 +00:00
Henrik Levkowetz
87bf9d0ccb
Merged in [12038] from rjsparks@nostrum.com:
...
Change how document names are generated for agendas and slides to allow uploads before meetings are scheduled.
- Legacy-Id: 12045
Note: SVN reference [12038] has been migrated to Git commit 55febb5432
2016-09-26 19:18:19 +00:00
Henrik Levkowetz
0378f4a2f6
Merged in [12014] from rjsparks@nostrum.com:
...
Improves who to copy when sending submission confirmation mail when authors change.
- Legacy-Id: 12044
Note: SVN reference [12014] has been migrated to Git commit 4f01de1b94
2016-09-26 18:47:23 +00:00
Henrik Levkowetz
e2d9baab2b
Tweaked test data to make test data sessions actually fall within their meeting, and to make sure that the test_agenda_current_audio sessions are in the near future.
...
- Legacy-Id: 12043
2016-09-26 18:46:27 +00:00
Henrik Levkowetz
f82399fe1c
Added interpolation of values from the session object when rendering audio_stream_url.
...
- Legacy-Id: 12042
2016-09-26 17:53:48 +00:00
Henrik Levkowetz
f1b146a1d9
Added a test which specifies a meeting currently under way, in order to make sure that code paths which are used only for current meetings are excercises, this reduces coverage variation due to random meeting dates. Also added a test for the presence of Audio stream, which isn't present on agenda pages of past meetings.
...
- Legacy-Id: 12041
2016-09-26 17:52:49 +00:00
Henrik Levkowetz
eb7c39fcad
Made it possible to pass in a meeting instance to make_meeting_test_data(), and added an audio stream UrlResource for test purposes.
...
- Legacy-Id: 12040
2016-09-26 17:50:38 +00:00
Henrik Levkowetz
3854c832a0
Change things so that the reorder_by setting has an effect on the test ordering. It didn't before, as CoverageTest was a subclass of the earlier entries in the reorder_by setting.
...
- Legacy-Id: 12039
2016-09-26 17:48:26 +00:00
Robert Sparks
55febb5432
Change how document names are generated for agendas and slides to allow uploads before meetings are scheduled. Commit ready for merge.
...
- Legacy-Id: 12038
2016-09-26 17:34:29 +00:00
Henrik Levkowetz
c11f3b5ee7
Make pyflakes happier sorting out tastypie.resources.ModelResource.
...
- Legacy-Id: 12037
2016-09-26 10:33:22 +00:00
Henrik Levkowetz
f278ea74c0
Undid an unintended commit (code change for test purposes)
...
- Legacy-Id: 12036
2016-09-26 06:16:39 +00:00
Henrik Levkowetz
7f772641d4
Change the cache key construction to deal with query arguments containing spaces. Fixes 500 errors which would otherwise occur.
...
- Legacy-Id: 12035
2016-09-25 13:53:22 +00:00
Henrik Levkowetz
507e9fe6bb
Set version info and settings back to development mode
...
- Legacy-Id: 12033
2016-09-24 09:31:29 +00:00
Henrik Levkowetz
68f9eb9b34
Set version info to release version 6.34.0 before branching.
...
- Legacy-Id: 12031
2016-09-24 09:31:17 +00:00
Henrik Levkowetz
8c34e9d78d
Merged in ^/branch/proceedings/6.33.1.dev0 from rjsparks@nostrum.com and rcross@amsl.com. This provides new ietf meeting proceedings pages.
...
- Legacy-Id: 12028
2016-09-23 17:33:43 +00:00
Ole Laursen
c586feb579
Fix an old bug in draft resurrection, it was using the long gone
...
doc.idinternal in an explanation
- Legacy-Id: 12027
2016-09-23 15:29:27 +00:00
Henrik Levkowetz
26b96413a5
Set version info and settings back to development mode
...
- Legacy-Id: 12025
2016-09-23 06:23:18 +00:00
Henrik Levkowetz
78aa83d240
Set version info to release version 6.33.1 before branching.
...
- Legacy-Id: 12023
2016-09-23 06:23:06 +00:00
Henrik Levkowetz
c44d7b45d9
Merged in [11988] from rcross@amsl.com:
...
Fix issue with proceedings for training sessions.
- Legacy-Id: 12020
Note: SVN reference [11988] has been migrated to Git commit c1cc1d639f
2016-09-23 06:11:46 +00:00
Robert Sparks
c7b82bdf1d
Open the new proceedings page for anyone to see. Commit ready for merge.
...
- Legacy-Id: 12019
2016-09-22 21:09:09 +00:00
Robert Sparks
2042f981bd
Changed default for apply_to_all for Slide uploads to False.
...
Added redirect for non-secretariat users from ietf.secr.proceedings.views.select to ietf.meeting.views.materials.
Added a note to the secr upload_footer pointing to where material upload is now done.
Modified the links on the group meetings page to make it less likely to miss the link to the session materials.
Used class anchor target to clean up landing on the right session of multiple sessions on a group's session details page. Modified the materials page to only add a fragment asking for that anchor for non-ag/wg/rg groups.
Only show the link to the (now) secretariat-only proceedings manipulation page if the user is the secretariat. Relabelled the link to better reflect the page's remaining purpose.
Changed the session_details "Artifacts" panel header to "Agenda, Minutes, and Bluesheets". Added a footer to the "Slides" panel calling out drag-and-drop reordering.
Commit ready for merge.
- Legacy-Id: 12018
2016-09-22 20:15:57 +00:00
Henrik Levkowetz
26fcce9c28
Brought back the nomcom nominee merge functionality which was inadvertently removed in January. There is now both a Merge Nominee and a Merge Person form, with additional instructions which should make it easier to choose the right one for the task.
...
- Legacy-Id: 12017
2016-09-22 14:23:20 +00:00
Robert Sparks
eab067ff34
Repaired a max string vs max int bug in MeetingFactory. Commit ready for merge.
...
- Legacy-Id: 12016
2016-09-21 21:56:37 +00:00
Ole Laursen
99beb58291
Implement a round-robin rotation scheme for reviewers instead of
...
relying on when they last reviewed. In-order assignments automatically
move the rotation forwards while out-of-order assignments increment
the skip next of the assigned reviewer. Include rotation in open
review assignments email. Fix a couple of issues in the importer.
- Legacy-Id: 12015
2016-09-21 16:52:50 +00:00
Robert Sparks
4f01de1b94
Improves who to copy when sending submission confirmation mail when authors change. Commit ready for merge.
...
- Legacy-Id: 12014
2016-09-21 15:55:17 +00:00
Henrik Levkowetz
5089651e17
Don't use EmptyQuerySet directly; return Class.objects.none() instead.
...
- Legacy-Id: 12013
2016-09-21 11:23:57 +00:00
Henrik Levkowetz
d0c3331f9f
Clarified the differences between Document.href() and Document.get_absolute_url(). Updated PLAN.
...
- Legacy-Id: 12012
2016-09-20 21:05:14 +00:00
Henrik Levkowetz
18b7a2fcdb
On request, changed the agenda and minutes links in json_agenda to point at the document text instead of the document API endpoint.
...
- Legacy-Id: 12011
2016-09-20 20:46:32 +00:00
Henrik Levkowetz
c8335f4c59
Set the is_bof flag in json_agenda also when it's false.
...
- Legacy-Id: 12010
2016-09-20 20:31:39 +00:00
Henrik Levkowetz
e553ff80d8
Added an is_bof flag to json_agenda. Also added group state information. Changed the group information to use historic information instead of current.
...
- Legacy-Id: 12009
2016-09-20 20:28:22 +00:00
Henrik Levkowetz
fe0bc55632
Added a link to the minutes api to json_agenda(). Changed the output json to use sorted keys.
...
- Legacy-Id: 12008
2016-09-20 20:04:27 +00:00
Henrik Levkowetz
9e66c16fa7
Made retrieve_search_results() always return a queryset, which lets us use .exists() on the returned value as needed.
...
- Legacy-Id: 12007
2016-09-20 18:32:20 +00:00
Henrik Levkowetz
f8bca9bcf6
Reverted inadvertent commit
...
- Legacy-Id: 12006
2016-09-20 18:31:16 +00:00
Henrik Levkowetz
e917c5a0df
Added made group a json object in the json_agenda, and added session.group.type information.
...
- Legacy-Id: 12005
2016-09-20 18:24:08 +00:00
Robert Sparks
efa3228314
Added the ability to remove documents from a session to session_details. Made slide upload code more robust against removing a set of slides from a session and then revising them. Commit ready for merge.
...
- Legacy-Id: 12004
2016-09-19 22:05:59 +00:00
Robert Sparks
3ef256b959
Fixed an rm that should have been an svn rm. Commit ready for merge.
...
- Legacy-Id: 12003
2016-09-19 20:32:32 +00:00
Robert Sparks
6eda94db76
Use anchors on session_details to let the browser go directly to the particular session selected from meeting_materials. This is paricularly useful for the plenary. Commit ready for merge.
...
- Legacy-Id: 12002
2016-09-19 20:20:15 +00:00
Robert Sparks
e24281cfac
Split links on the session detail page so that the title goes straight to the document content for non-draft documents. Commit ready for merge.
...
- Legacy-Id: 12001
2016-09-19 20:02:40 +00:00
Robert Sparks
0f6e3f434e
Closed off the old paths for materials upload (redirecting some old entry points). Commit ready for merge.
...
- Legacy-Id: 12000
2016-09-19 19:06:22 +00:00
Ole Laursen
6b3e93d5c0
Add test of duplicating a person name - after having fixed the test
...
data, that's no longer in any other test case
- Legacy-Id: 11999
2016-09-19 16:26:18 +00:00
Ole Laursen
6da25e6bd9
Add personal review overview page for reviewers, add page for editing
...
reviewer availability settings, emailing the reviewer/secretary as
necessary, add tests for these pages. Fix a bunch of bugs.
- Legacy-Id: 11998
2016-09-19 16:05:32 +00:00
Ole Laursen
0a8f3dbe02
Make it so that we don't have two persons with the same name in the
...
test data (prevents the duplicate warning email from being generated
on each test run)
- Legacy-Id: 11997
2016-09-19 15:14:58 +00:00
Robert Sparks
c045f7ed73
improve cleanup after slide reorder test. Commit ready for merge.
...
- Legacy-Id: 11996
2016-09-19 14:17:52 +00:00
Robert Sparks
bcac1dfff8
Added slide sorting. Commit ready to merge.
...
- Legacy-Id: 11995
2016-09-16 20:36:59 +00:00
Henrik Levkowetz
f01327cba7
Fixed a merge error which replaced the group group state with a duplicate group charter line on the group_about page. Fixes issue #2009 .
...
- Legacy-Id: 11994
2016-09-15 19:18:06 +00:00
Henrik Levkowetz
f2c31f242b
Changed the 1id_index generation to use a new Person method .plain_ascii(). Added tests for some Person name methods.
...
- Legacy-Id: 11993
2016-09-15 17:29:08 +00:00
Robert Sparks
02ee5dc5d7
(somewhat bumpy) merge forward from proceedings/6.31.1.dev0
...
- Legacy-Id: 11992
2016-09-14 22:09:30 +00:00
Robert Sparks
53f41a6327
Added an order field to SessionPresentation.
...
Set up removing the order field from Document.
Modified the meeting materials, proceedings, and session details views to use the order field on SessionPresentation.
Added bootstrapped views to upload session materials (agendas, slides, minutes, and bluesheets).
Integrated upload into the session details view.
Commit ready for merge.
- Legacy-Id: 11989
2016-09-14 19:11:31 +00:00
Ryan Cross
c1cc1d639f
Fix issue with proceedings for training sessions. Commit ready for merge.
...
- Legacy-Id: 11988
2016-09-14 17:49:29 +00:00
Henrik Levkowetz
807e89cb85
Change 1id_index back to using plain names, undoing an inadvertent change to names with title.
...
- Legacy-Id: 11986
2016-09-13 18:53:52 +00:00
Henrik Levkowetz
5a5446ca28
Added object IDs to /meeting/<num>/agenda.json.
...
- Legacy-Id: 11984
2016-09-13 13:51:01 +00:00
Henrik Levkowetz
c9339c923b
Set version info and settings back to development mode
...
- Legacy-Id: 11981
2016-09-11 12:39:54 +00:00
Henrik Levkowetz
9fbe0ebbea
Set version info to release version 6.33.0 before branching.
...
- Legacy-Id: 11979
2016-09-11 12:39:46 +00:00
Henrik Levkowetz
586eec7f2b
Made a reverse migration more robust.
...
- Legacy-Id: 11974
2016-09-11 11:59:05 +00:00
Henrik Levkowetz
99150fa793
Set version info and settings back to development mode
...
- Legacy-Id: 11973
2016-09-11 11:56:49 +00:00
Henrik Levkowetz
b7a60f7f44
Set version info to release version 6.33.0 before branching.
...
- Legacy-Id: 11971
2016-09-11 11:56:42 +00:00
Henrik Levkowetz
9d053cae38
Removed an unwanted migration.
...
- Legacy-Id: 11968
2016-09-11 11:50:05 +00:00
Henrik Levkowetz
9cb627f1cc
Made some migrations work backwards, too.
...
- Legacy-Id: 11964
2016-09-10 20:06:15 +00:00
Henrik Levkowetz
ecd4491150
Corrected a migration to match the list of event types in doc/models.py
...
- Legacy-Id: 11963
2016-09-10 20:05:35 +00:00
Henrik Levkowetz
d22979c93e
Added a missing migration.
...
- Legacy-Id: 11962
2016-09-10 20:02:56 +00:00
Henrik Levkowetz
22b2953b18
Merged in ^/branch/scow/track-manual-id-posts-6.31.1.dev0, which provides secretariat support for managing draft submissions outside of the automated datatracker draft submission tool. In addition to making the secreatiat handling of draft submissions that come in by email or other paths easier, it also improves the datatracker submission and document history for these documents.
...
- Legacy-Id: 11959
2016-09-09 17:00:23 +00:00
Henrik Levkowetz
a1efbcad47
Fixed an issue where button badges would be positioned differently on firefox and webkit-based browsers.
...
- Legacy-Id: 11958
2016-09-09 16:52:36 +00:00
Henrik Levkowetz
350d5315a5
Use absolute paths when checking for app settings files to include.
...
- Legacy-Id: 11957
2016-09-09 14:39:55 +00:00