Henrik Levkowetz
db50ad4a27
Set version info to release version 6.53.0 before branching.
...
- Legacy-Id: 13528
2017-06-05 13:41:54 +00:00
Henrik Levkowetz
f2b0881dae
Corrected the add_topics migration
...
- Legacy-Id: 13525
2017-06-05 12:27:45 +00:00
Henrik Levkowetz
89dd68db1f
Updated bower-managed static web assets
...
- Legacy-Id: 13522
2017-06-05 12:00:01 +00:00
Henrik Levkowetz
b3fe24d76b
Merged in [13503] from rjsparks@nostrum.com:
...
Add usernames to the email sent to the secretariat when a possible duplicate person has been detected. Fixes #2307 .
- Legacy-Id: 13521
Note: SVN reference [13503] has been migrated to Git commit d330b8ded453b61eabc59589d44785d4fc09c767
2017-06-04 21:49:43 +00:00
Henrik Levkowetz
d041edf1b3
Merged in [13501] from rjsparks@nostrum.com:
...
Use a simpler widget for the public key file when editing a nomcom to remove confusion between clearing keys and clearing the form control. Fixes #2299 .
- Legacy-Id: 13519
Note: SVN reference [13501] has been migrated to Git commit ca76f5c8f0fbf0832440680381380995b0092ea7
2017-06-04 19:40:26 +00:00
Henrik Levkowetz
2bacdd3a00
Merged in [13500] from rjsparks@nostrum.com:
...
Provide assigned dates on review team reviewers page. Fixes #2304 . Related to #2305 .
- Legacy-Id: 13518
Note: SVN reference [13500] has been migrated to Git commit e422717f91eb26a0691347beca9380889d8ee890
2017-06-04 17:31:25 +00:00
Henrik Levkowetz
2e20d9df66
Changed all instances of deprecated self.failUnless() unittest method to self.assertTrue().
...
- Legacy-Id: 13515
2017-06-04 16:24:34 +00:00
Henrik Levkowetz
d20e6ce53a
Merged in [13499] from rcross@amsl.com:
...
Add non WG Area choices to Parent field of secretariat groups edit form. Fixes #1344 .
- Legacy-Id: 13513
Note: SVN reference [13499] has been migrated to Git commit a63d5132b2
2017-06-04 15:34:52 +00:00
Henrik Levkowetz
08f134bf52
Improved review linebreaking tests, based on [13495] from olau@iola.dk.
...
- Legacy-Id: 13511
Note: SVN reference [13495] has been migrated to Git commit 1a59cf60d3
2017-06-04 15:14:56 +00:00
Henrik Levkowetz
d23650e382
Merged in [13492] from rcross@amsl.com:
...
Remove old proceedings generation code. Fixes #2234 .
- Legacy-Id: 13510
Note: SVN reference [13492] has been migrated to Git commit 254e35fa56
2017-06-04 13:09:16 +00:00
Henrik Levkowetz
d3decdcb61
Merged in [13485] from rcross@amsl.com:
...
Add import of YouTube session videos using YouTube Data API. Fixes #2249 .
- Legacy-Id: 13509
Note: SVN reference [13485] has been migrated to Git commit 7ee2a16967
2017-06-03 23:58:05 +00:00
Henrik Levkowetz
b2da91de1b
Added a middleware exception handler for the case of people submitting unicode outside the Basic Multilingual Plane, which cannot currently be saved to the database.
...
- Legacy-Id: 13508
2017-06-03 21:47:51 +00:00
Henrik Levkowetz
96c5b2b524
Added a test for no-agenda templates being used for future meetings without agenda. Aligned the wording in the txt and html templates.
...
- Legacy-Id: 13507
2017-06-03 21:46:13 +00:00
Henrik Levkowetz
495169de21
Merged in [13474] from rjsparks@nostrum.com:
...
Allow the nomcom to collect feedback on arbitrary topics. Fixes #2256 and #1846 .
- Legacy-Id: 13506
Note: SVN reference [13474] has been migrated to Git commit 4813177086
2017-06-03 13:50:44 +00:00
Henrik Levkowetz
5b2087f910
Eliminated several variations on word wrapping, keeping only what used to be wrap_text(), but renamed as ietf.utils.text.wordwrap(). This performs better than django.utils.text.wrap() when there are indented text parts. Replaced django's default wordwrap filter with one calling ietf.utils.text.wordwrap in templates. Changed to triggered wrapping in some cases, with the maybewordwrap filter, which triggers on lines longer than 100 characters. This fixes the issue with undesired wrapping of reviews.
...
- Legacy-Id: 13505
2017-06-02 23:13:22 +00:00
Ryan Cross
a63d5132b2
Add non WG Area choices to Parent field of secretariat groups edit form. Fixes #1344 . Commit ready for merge.
...
- Legacy-Id: 13499
2017-06-02 18:50:01 +00:00
Henrik Levkowetz
16d129cacf
Added examples of how our different text wrapper functions work to ietf.utils.text. Run 'python ietf/utils/text.py | less' to see the results.
...
- Legacy-Id: 13498
2017-06-02 17:59:26 +00:00
Ole Laursen
1a59cf60d3
Introduce a word-wrapping filter that checks if there are lines (containing spaces to not
...
count URLs) longer than 100 characters, and only wraps the text if that's the case, to
prevent messing up pre-wrapped text. Use this filter in the review email code.
Branch ready for merge.
- Legacy-Id: 13495
2017-06-02 13:17:30 +00:00
Henrik Levkowetz
91b4063669
Added 24 hour caching of the author and meeting stats pages. Sorted the django imports and combined 2 imports from the same module.
...
- Legacy-Id: 13494
2017-06-02 10:21:12 +00:00
Henrik Levkowetz
4c6ecbf303
Tweaked the authorstats backfill script's output
...
- Legacy-Id: 13493
2017-06-02 10:19:12 +00:00
Ryan Cross
254e35fa56
Remove old proceedings generation code. Fixes #2234 . Commit ready for merge.
...
- Legacy-Id: 13492
2017-06-01 23:59:56 +00:00
Henrik Levkowetz
151b14ab3f
Converted the meeting attendance fetcher to a management command.
...
- Legacy-Id: 13490
2017-06-01 20:55:40 +00:00
Henrik Levkowetz
4971c01ced
Moved the fetch-meeting-registration script in order to convert it to a management command.
...
- Legacy-Id: 13489
2017-06-01 20:54:42 +00:00
Henrik Levkowetz
d5eb59c5a6
Changed the extension filtering from using a blacklist to a whitelist, to avoid a lot of incorrect types.
...
- Legacy-Id: 13487
2017-06-01 20:19:38 +00:00
Henrik Levkowetz
64b9615aa7
Changed most instances of 'registrations' to 'attendees' in the meeting statistics code (as that's what the numbers show)
...
- Legacy-Id: 13486
2017-06-01 20:17:16 +00:00
Ryan Cross
7ee2a16967
Add import of YouTube session videos using YouTube Data API. Fixes #2249 . Commit ready for merge.
...
- Legacy-Id: 13485
2017-06-01 18:36:46 +00:00
Henrik Levkowetz
be28c2b2db
Fix a date arithmetic bug.
...
- Legacy-Id: 13484
2017-06-01 17:28:55 +00:00
Henrik Levkowetz
ecb0e75e4d
Added a guard against trying to list locations which are None in agenda.json (there are socials with a timeslot but no location)
...
- Legacy-Id: 13482
2017-06-01 07:44:18 +00:00
Henrik Levkowetz
b6b45166bf
Added email address to the MeetingRegistration model, and also to the fields imported from ietf.org/registration/attendees/NN . Changed the bin counting code for attendee-related stats to use names plus email as unique string, rather than only names.
...
- Legacy-Id: 13481
2017-05-31 23:08:23 +00:00
Henrik Levkowetz
a92c2b4ad5
Updated migration numbering to avoid collisions.
...
- Legacy-Id: 13480
2017-05-31 21:36:08 +00:00
Henrik Levkowetz
76628be3fd
Merged in ^/branch/iola/author-stats-r13145 from olau@iola.dk, and fixed some tests in code which moved after the latest merge with trunk. The test suite passes, but the migrations are _not_ ready to run, because of numbering conflicts (again due to code changes on trunk since the latest sync).
...
- Legacy-Id: 13479
2017-05-31 20:59:26 +00:00
Henrik Levkowetz
b81be04f20
Fixed the DOI information for doc/rfc*/bibtex/ temporarily; for a better fix we need to import the DOI values in ietf/sync/rfceditor.py
...
- Legacy-Id: 13478
2017-05-31 16:29:07 +00:00
Robert Sparks
4813177086
Allow the nomcom to collect feedback on arbitrary topics. Fixes #2256 and #1846 . Commit ready for merge.
...
- Legacy-Id: 13474
2017-05-30 19:54:31 +00:00
Henrik Levkowetz
e0c994ffea
Set version info and settings back to development mode
...
- Legacy-Id: 13457
2017-05-29 23:21:48 +00:00
Henrik Levkowetz
f542801631
Set version info to release version 6.52.0 before branching.
...
- Legacy-Id: 13455
2017-05-29 23:21:36 +00:00
Henrik Levkowetz
097235a5cf
Updated bower-managed static web assets
...
- Legacy-Id: 13451
2017-05-29 23:05:54 +00:00
Henrik Levkowetz
94cec8c943
Merged in [13418] from rcross@amsl.com:
...
Add full edit capability for non-sessions. Fixes #2235 .
- Legacy-Id: 13450
Note: SVN reference [13418] has been migrated to Git commit 930aaccc87
2017-05-28 11:59:52 +00:00
Henrik Levkowetz
471ffd0388
Merged in [13417] from rjsparks@nostrum.com:
...
Minor tweak to instructions for removing nomcom positions.
- Legacy-Id: 13449
Note: SVN reference [13417] has been migrated to Git commit 92b1c30b63
2017-05-28 11:37:15 +00:00
Henrik Levkowetz
a4469c3009
Merged in [13413] from rjsparks@nostrum.com:
...
Allow nomcoms to configure the feedback page to show nominee pictures. Fixes #2252 . ,
- Legacy-Id: 13426
Note: SVN reference [13413] has been migrated to Git commit c49abdd557
2017-05-25 14:50:29 +00:00
Henrik Levkowetz
85a1cd89d0
Merged in [13412] from rcross@amsl.com:
...
Allow chairs to upload bluesheets for interim meetings. Fixes #2165 .
- Legacy-Id: 13425
Note: SVN reference [13412] has been migrated to Git commit 264f6f36e2
2017-05-25 14:35:20 +00:00
Henrik Levkowetz
d3b4d8c18b
Fixed a bug for /meeting/*/agenda.json where multiple entries for a room name could occur, even if only one of them were referenced by sessions.
...
- Legacy-Id: 13424
2017-05-25 14:13:00 +00:00
Henrik Levkowetz
4afe0b8830
Added stripping of leading and trailing whitespace from submission data (including email addresses) gleaned from submitted xml. Changed email line parsing to use email.utils.parseaddr() instead of a regex which only would handle unwuoted names (and possibly not utf-8 names) correctly.
...
- Legacy-Id: 13423
2017-05-25 14:10:42 +00:00
Ryan Cross
930aaccc87
Add full edit capability for non-sessions. Fixes #2235 . Commit ready for merge.
...
- Legacy-Id: 13418
2017-05-24 21:08:41 +00:00
Robert Sparks
92b1c30b63
Minor tweak to instructions for removing nomcom positions. Commit ready for merge.
...
- Legacy-Id: 13417
2017-05-24 16:07:28 +00:00
Robert Sparks
c49abdd557
Allow nomcoms to configure the feedback page to show nominee pictures. Fixes #2252 . Commit ready for merge,
...
- Legacy-Id: 13413
2017-05-23 22:18:04 +00:00
Ryan Cross
264f6f36e2
Allow chairs to upload bluesheets for interim meetings. Fixes #2165 . Commit ready for merge.
...
- Legacy-Id: 13412
2017-05-23 19:56:35 +00:00
Henrik Levkowetz
4d97def715
Merged in [13409] from rjsparks@nostrum.com:
...
Add some help for the nomcom chair for when new positions are needed later in a nomcom cycle. Fixes #2253 .
- Legacy-Id: 13410
Note: SVN reference [13409] has been migrated to Git commit ffa49a68fd
2017-05-23 19:09:05 +00:00
Robert Sparks
ffa49a68fd
Add some help for the nomcom chair for when new positions are needed later in a nomcom cycle. Fixes #2253 . Commit ready for merge.
...
- Legacy-Id: 13409
2017-05-23 18:35:33 +00:00
Henrik Levkowetz
c684cc45f4
Merged in [13400] from rjsparks@nostrum.com:
...
Correctly calculate statistics on the nomcom private index page. Fixes #2254 .
- Legacy-Id: 13408
Note: SVN reference [13400] has been migrated to Git commit ab6820e938
2017-05-22 22:44:49 +00:00
Henrik Levkowetz
93228f8833
Merged in [13399] from rjsparks@nostrum.com:
...
Make it possible to close nominations without closing feedback. Fixes #2255 .
- Legacy-Id: 13403
Note: SVN reference [13399] has been migrated to Git commit ac8e5f5402
2017-05-22 20:14:12 +00:00
Henrik Levkowetz
d54f9a1a58
Merged in [13390] from rjsparks@nostrum.com:
...
Avoid confusing messages saying a key has not been entered when it has. Fixes #2250 .
- Legacy-Id: 13402
Note: SVN reference [13390] has been migrated to Git commit 1a18130c57
2017-05-22 19:46:39 +00:00
Henrik Levkowetz
994bef0c92
Merged in [13388] from rjsparks@nostrum.com:
...
Update the feedback count badge when new feedback is provided. Fixes #2260 .
- Legacy-Id: 13401
Note: SVN reference [13388] has been migrated to Git commit ceff54480c
2017-05-22 19:32:15 +00:00
Robert Sparks
ab6820e938
Correctly calculate statistics on the nomcom private index page. Fixes #2254 . Commit ready for merge.
...
- Legacy-Id: 13400
2017-05-22 19:07:52 +00:00
Robert Sparks
ac8e5f5402
Make it possible to close nominations without closing feedback. Fixes #2255 . Commit ready for merge.
...
- Legacy-Id: 13399
2017-05-22 18:40:05 +00:00
Henrik Levkowetz
26bd9283ef
Merged in [13383] from rjsparks@nostrum.com:
...
Don't double-escape when showing feedback. Fixes #2297 .
- Legacy-Id: 13398
Note: SVN reference [13383] has been migrated to Git commit cf382d30bb
2017-05-19 20:10:02 +00:00
Henrik Levkowetz
a559557284
Added more information about session presentations to the agenda.json output, on request from pusateri@bangj.com.
...
- Legacy-Id: 13397
2017-05-19 19:55:38 +00:00
Henrik Levkowetz
04e76c9fc9
Added raw_id_fields on DocumentAuthorAdmin to speed up form loading, and added SessionPresentationAdmin to the meeting admin.py
...
- Legacy-Id: 13395
2017-05-19 14:09:49 +00:00
Ole Laursen
12eb4dc650
Port credits setting to pie chart
...
- Legacy-Id: 13392
2017-05-18 08:00:30 +00:00
Robert Sparks
1a18130c57
Avoid confusing messages saying a key has not been entered when it has. Fixes #2250 . Commit ready for merge.
...
- Legacy-Id: 13390
2017-05-17 21:02:20 +00:00
Robert Sparks
4b0fefeb3e
Revert an attempt to improve a nomcom test. Affects #2260 . Commit ready for merge.
...
- Legacy-Id: 13389
2017-05-17 16:45:58 +00:00
Robert Sparks
ceff54480c
Update the feedback count badge when new feedback is provided. Fixes #2260 . Commit ready for merge.
...
- Legacy-Id: 13388
2017-05-17 13:55:39 +00:00
Robert Sparks
cf382d30bb
Don't double-escape when showing feedback. Fixes #2297 . Commit ready for merge.
...
- Legacy-Id: 13383
2017-05-16 22:25:52 +00:00
Henrik Levkowetz
1d37e387bd
Set version info and settings back to development mode
...
- Legacy-Id: 13377
2017-05-16 15:34:52 +00:00
Henrik Levkowetz
46edaaa825
Set version info to release version 6.51.0 before branching.
...
- Legacy-Id: 13375
2017-05-16 15:34:43 +00:00
Henrik Levkowetz
e6191432f3
Updated person migration 0017 to avoid database referential inconsistency due to missing person records.
...
- Legacy-Id: 13371
2017-05-16 15:17:07 +00:00
Henrik Levkowetz
355c5cb626
Updated doc migration 0029 to avoid duplicate actions, and to avoid database referential inconsistency due to case differences in email addresses.
...
- Legacy-Id: 13370
2017-05-16 15:15:30 +00:00
Henrik Levkowetz
fe30afdfe7
Updated the check_referential_integrity management command to show progress bars when not in verbose mode.
...
- Legacy-Id: 13369
2017-05-16 15:07:56 +00:00
Henrik Levkowetz
a1b48cbc45
Merged in [13337] from rcross@amsl.com:
...
When editing interim meeting request show duration as HH:MM instead of HH:MM:SS. Fixes #2226 .
- Legacy-Id: 13362
Note: SVN reference [13337] has been migrated to Git commit 066de1e612
2017-05-15 15:54:46 +00:00
Henrik Levkowetz
1b7a39545b
Merged in [13290] from rjsparks@nostrum.com:
...
Provides the utility used to reconcile the RFC Editor database against what the draft parser returns for document authors. (But only if keeping this in trunk is a good idea.)
- Legacy-Id: 13361
Note: SVN reference [13290] has been migrated to Git commit 6d8182965b
2017-05-15 14:22:16 +00:00
Henrik Levkowetz
48c275fa64
Merged in [13336] from rcross@amsl.com:
...
Fix issue where deferring a ballot causes 500 error in Telechat app. Fixes #1342 .
- Legacy-Id: 13360
Note: SVN reference [13336] has been migrated to Git commit 7542e8daa3
2017-05-15 14:05:25 +00:00
Henrik Levkowetz
15063bf74c
Set version info and settings back to development mode
...
- Legacy-Id: 13345
2017-05-14 10:01:04 +00:00
Henrik Levkowetz
3d39982b3e
Set version info to release version 6.50.1 before branching.
...
- Legacy-Id: 13343
2017-05-14 10:00:56 +00:00
Henrik Levkowetz
795afd1730
Updated bower-managed static web assets
...
- Legacy-Id: 13339
2017-05-14 09:42:45 +00:00
Henrik Levkowetz
83ed53e7a9
Merged in [13336] from rcross@amsl.com:
...
Fix issue where deferring a ballot causes 500 error in Telechat app. Fixes #1342 .
- Legacy-Id: 13338
Note: SVN reference [13336] has been migrated to Git commit 7542e8daa3
2017-05-12 21:40:52 +00:00
Ryan Cross
066de1e612
When editing interim meeting request show duration as HH:MM instead of HH:MM:SS. Fixes #2226 . Commit ready for merge.
...
- Legacy-Id: 13337
2017-05-12 21:40:20 +00:00
Ryan Cross
7542e8daa3
Fix issue where deferring a ballot causes 500 error in Telechat app. Fixes #1342 . Commit ready for merge.
...
- Legacy-Id: 13336
2017-05-12 19:30:06 +00:00
Henrik Levkowetz
7850502c4f
Merged in [13333] from rcross@amsl.com:
...
Correct Management Item Details link in telechat agenda_package.txt. Fixes #2158 .
- Legacy-Id: 13335
Note: SVN reference [13333] has been migrated to Git commit a6070f8fb0
2017-05-12 18:13:40 +00:00
Ryan Cross
a6070f8fb0
Correct Management Item Details link in telechat agenda_package.txt. Fixes #2158 . Commit ready for merge.
...
- Legacy-Id: 13333
2017-05-12 17:10:11 +00:00
Henrik Levkowetz
5422b80bc2
Merged in [13328] from rcross@amsl.com:
...
Set parent of new areas to IESG. Fixes #2011 .
- Legacy-Id: 13332
Note: SVN reference [13328] has been migrated to Git commit a9096359ce
2017-05-12 16:18:07 +00:00
Henrik Levkowetz
4ddd0d2d2f
Merged in [13326] from rcross@amsl.com:
...
Fix escaping in abstracts in i-d-announce message. Fixes #1353 .
- Legacy-Id: 13331
Note: SVN reference [13326] has been migrated to Git commit 073a7fb04a
2017-05-12 15:54:54 +00:00
Henrik Levkowetz
b5319c576a
Updated the utils.DumpInfo model to match the database.
...
- Legacy-Id: 13330
2017-05-12 15:27:23 +00:00
Ryan Cross
a9096359ce
Set parent of new areas to IESG. Fixes #2011 . Commit ready for merge.
...
- Legacy-Id: 13328
2017-05-11 23:42:01 +00:00
Ryan Cross
073a7fb04a
Fix escaping in abstracts in i-d-announce message. Fixes #1353 . Commit ready for merge.
...
- Legacy-Id: 13326
2017-05-11 21:20:35 +00:00
Henrik Levkowetz
db40ddc231
Merged in [13324] from rcross@amsl.com:
...
Disallow multi-day interim meetings with non-consecutive dates. Fixes #2193 .
- Legacy-Id: 13325
Note: SVN reference [13324] has been migrated to Git commit 75a7beb596
2017-05-11 20:15:49 +00:00
Ryan Cross
75a7beb596
Disallow multi-day interim meetings with non-consecutive dates. Fixes #2193 . Commit ready for merge.
...
- Legacy-Id: 13324
2017-05-11 19:30:26 +00:00
Henrik Levkowetz
49cdf0424a
Merged in [13309] from rcross@amsl.com:
...
Fix Edit button of session request view. Fixes #2285 .
- Legacy-Id: 13322
Note: SVN reference [13309] has been migrated to Git commit a35cb5f2d5
2017-05-11 13:27:18 +00:00
Henrik Levkowetz
c0c128d491
Merged in [13308] from rcross@amsl.com:
...
Add ability for secretariat to skip announcement of regular interim meetings. Fixes #2210 .
- Legacy-Id: 13321
Note: SVN reference [13308] has been migrated to Git commit 53615b0970
2017-05-11 12:46:44 +00:00
Henrik Levkowetz
73df0baefb
Merged in [13303] from rcross@amsl.com:
...
Fixes #2211 . Session admin edit fails if no resources selected.
- Legacy-Id: 13319
Note: SVN reference [13303] has been migrated to Git commit 9ba73e70a2
2017-05-11 12:03:19 +00:00
Henrik Levkowetz
b7fba37f52
Added a guard to prevent problems with legacy drafts without any draft state.
...
- Legacy-Id: 13318
2017-05-11 11:47:45 +00:00
Henrik Levkowetz
79258227bc
Tweaked the DRAFT_NAMES_WITH_DOT setting for another draft name exception.
...
- Legacy-Id: 13317
2017-05-11 11:46:56 +00:00
Henrik Levkowetz
ccba8e1ba2
Merged in [13293] from rcross@amsl.com:
...
Improve help messages for multi-day and series interim meeting types. Fixes #2194 .
- Legacy-Id: 13316
Note: SVN reference [13293] has been migrated to Git commit 0a51d88741
2017-05-11 11:42:04 +00:00
Henrik Levkowetz
a885c85717
Merged in [13292] from rcross@amsl.com:
...
Fixes #2002 . Trailing comma in Liaison cc_contacts field causes invalid email address error.
- Legacy-Id: 13315
Note: SVN reference [13292] has been migrated to Git commit 9972a5464a
2017-05-11 11:23:29 +00:00
Henrik Levkowetz
3ee897d63b
Merged in [13291] from rcross@amsl.com:
...
Change From address of session request notifications from session_request_developers@ietf.org to session-request@ietf.org . Fix requester information in session request cancellation email. Fixes #1621 .
- Legacy-Id: 13314
Note: SVN reference [13291] has been migrated to Git commit 9a9531d9f6
2017-05-11 10:23:20 +00:00
Henrik Levkowetz
9635e5e3e4
Fixed some pyflakes issues.
...
- Legacy-Id: 13313
2017-05-11 09:57:58 +00:00
Henrik Levkowetz
7ed85fa96c
Updated doc resources.py with EditedAuthorsDocEventResource
...
- Legacy-Id: 13311
2017-05-11 05:07:57 +00:00
Henrik Levkowetz
c36e773a9d
More fixes for the makeresources management command
...
- Legacy-Id: 13310
2017-05-11 05:06:41 +00:00
Ryan Cross
a35cb5f2d5
Fix Edit button of session request view. Fixes #2285 . Commit ready for merge.
...
- Legacy-Id: 13309
2017-05-10 22:07:51 +00:00
Ryan Cross
53615b0970
Add ability for secretariat to skip announcement of regular interim meetings. Fixes #2210 . Commit ready for merge.
...
- Legacy-Id: 13308
2017-05-10 21:06:15 +00:00
Henrik Levkowetz
405f76f238
Updated the makeresources command to use the current AppCommand.handle_app_config() interface.
...
- Legacy-Id: 13306
2017-05-10 20:08:40 +00:00
Ryan Cross
9ba73e70a2
Fixes #2211 . Session admin edit fails if no resources selected. Commit ready for merge.
...
- Legacy-Id: 13303
2017-05-10 19:04:11 +00:00
Henrik Levkowetz
bea447c21c
Merged in [13276] from rcross@amsl.com:
...
Add group field to Roles add form validation. Fixes #2292 .
- Legacy-Id: 13301
Note: SVN reference [13276] has been migrated to Git commit 4d9bdcad6a
2017-05-10 17:36:17 +00:00
Henrik Levkowetz
454a00585b
Merged in [13275] from rcross@amsl.com:
...
Refactor to prevent secretariat recordings entry page from timing out. Fixes #2287 .
- Legacy-Id: 13299
Note: SVN reference [13275] has been migrated to Git commit 462fc1a2e5
2017-05-10 15:39:03 +00:00
Henrik Levkowetz
db85712f6f
Merged in [13274] from rcross@amsl.com:
...
Indicate official schedule in Select a Schedule drop-down. Fixes #1456 .
- Legacy-Id: 13298
Note: SVN reference [13274] has been migrated to Git commit 6b7bb57597
2017-05-10 15:18:36 +00:00
Henrik Levkowetz
d82b8bf036
Reverted one of the changes in [13296], and added a comment explaining the relationship between the role list in roles_for_group_type() and the fields in the following GroupForm.
...
- Legacy-Id: 13297
Note: SVN reference [13296] has been migrated to Git commit a59331dd63
2017-05-10 13:22:16 +00:00
Henrik Levkowetz
a59331dd63
Align the roles edit buttons on a group's about page with the roles that the group edit GroupForm will accept. Avoids edit forms without any fields and some server 500 errors.
...
- Legacy-Id: 13296
2017-05-10 13:05:51 +00:00
Henrik Levkowetz
38bfdb4095
Fixed a bug in the earlier author extraction bugfix.
...
- Legacy-Id: 13295
2017-05-10 12:21:17 +00:00
Henrik Levkowetz
27374cf52d
Changed alignment for the RFC 'Errata' label within the document name and title column to consistently put it at the right side of the column, for a tidier appearance.
...
- Legacy-Id: 13294
2017-05-10 09:54:56 +00:00
Ryan Cross
0a51d88741
Improve help messages for multi-day and series interim meeting types. Fixes #2194 . Commit ready for merge.
...
- Legacy-Id: 13293
2017-05-09 23:46:53 +00:00
Ryan Cross
9972a5464a
Fixes #2002 . Trailing comma in Liaison cc_contacts field causes invalid email address error. Commit ready for merge.
...
- Legacy-Id: 13292
2017-05-09 23:28:35 +00:00
Ryan Cross
9a9531d9f6
Change From address of session request notifications from session_request_developers@ietf.org to session-request@ietf.org. Fix requester information in session request cancellation email. Fixes #1621 . Commit ready for merge.
...
- Legacy-Id: 13291
2017-05-09 21:33:14 +00:00
Robert Sparks
6d8182965b
Provides the utility used to reconcile the RFC Editor database against what the draft parser returns for document authors. Commit ready for merge. (But only if keeping this in trunk is a good idea.)
...
- Legacy-Id: 13290
2017-05-09 20:42:14 +00:00
Robert Sparks
8030fb3965
Created an EditedAuthorsDocEvent to capture the basis or reason for changing a documentauthor set. Mapped a large number of email addresses found from the RFC Editor database and from parsing RFCs to the right Person objects, and creating Person objects as necessary. Updated the documentauthors set for RFCs based on reconciling what the tracker already knew with the RFC Editor database and the parsing the RFCs. Manually inspected the Updates to ensure no author was inappropriately removed from the set. Commit ready for merge.
...
- Legacy-Id: 13289
2017-05-09 20:16:11 +00:00
Henrik Levkowetz
fb70e9a4ff
Fixed an issue with the author extraction code.
...
- Legacy-Id: 13288
2017-05-09 19:19:55 +00:00
Ryan Cross
4d9bdcad6a
Add group field to Roles add form validation. Fixes #2292 . Commit ready for merge.
...
- Legacy-Id: 13276
2017-05-09 00:33:55 +00:00
Ryan Cross
462fc1a2e5
Refactor to prevent secretariat recordings entry page from timing out. Fixes #2287 . Commit ready for merge
...
- Legacy-Id: 13275
2017-05-08 22:13:50 +00:00
Ryan Cross
6b7bb57597
Indicate official schedule in Select a Schedule drop-down. Fixes #1456 . Commit ready for merge.
...
- Legacy-Id: 13274
2017-05-08 17:45:56 +00:00
Ole Laursen
f1d64712a7
Fix wording
...
- Legacy-Id: 13271
2017-05-05 14:17:08 +00:00
Ole Laursen
cceb4188ab
Extend --latest to support a parameter
...
- Legacy-Id: 13270
2017-05-05 13:58:25 +00:00
Ole Laursen
c9d7089e43
Fix tooltip on overview chart
...
- Legacy-Id: 13269
2017-05-05 10:49:40 +00:00
Ole Laursen
365143f615
Don't show legend on overview chart with only one unlabelled entry
...
- Legacy-Id: 13268
2017-05-05 10:46:49 +00:00
Ole Laursen
aff12f708a
Add registration country pie chart for to present at the meeting, add
...
meeting stats test, fix a couple of bugs
- Legacy-Id: 13267
2017-05-05 10:33:56 +00:00
Ole Laursen
a2b8819cfe
Add meeting statistics - overview and country/continent across
...
meetings + detail pages with country and continent
- Legacy-Id: 13264
2017-05-04 15:55:15 +00:00
Ole Laursen
07c650428a
Drop the popover thing for now in the statistics, in order to not confuse people
...
- Legacy-Id: 13263
2017-05-04 11:53:14 +00:00
Henrik Levkowetz
27ff3850eb
Fixed a place where the LastCallDocEvent expiry value was set as a date instead of a datetime.
...
- Legacy-Id: 13256
2017-04-30 18:57:05 +00:00
Ole Laursen
8325ffa9de
Add a script for keeping the meeting registration data in sync
...
- Legacy-Id: 13253
2017-04-28 12:33:21 +00:00
Ole Laursen
f09302adb5
Merge in /branch/amsl/author-stats-r13145, with a few modifications
...
- Legacy-Id: 13252
2017-04-28 11:05:50 +00:00
Henrik Levkowetz
a48b785f7e
Merged in [13246] from rjsparks@nostrum.com:
...
Distinguish group that have session requests from those that do not on the materials/editable-groups page. Fixes #2284 .
- Legacy-Id: 13248
Note: SVN reference [13246] has been migrated to Git commit 2e54a5c443
2017-04-19 21:29:32 +00:00
Henrik Levkowetz
da3032b21d
Tweaked the test coverage percentage numbers shown in the coverage chart to use only 3 decimal digits, not 12 ...
...
- Legacy-Id: 13247
2017-04-19 21:26:11 +00:00
Robert Sparks
2e54a5c443
Distinguish group that have session requests from those that do not on the materials/editable-groups page. Fixes #2284 . Commit ready for merge.
...
- Legacy-Id: 13246
2017-04-19 18:04:48 +00:00
Henrik Levkowetz
4803be0c03
Return a person search string instead of bombing out if there are multiple identical names where one don't have an active email address.
...
- Legacy-Id: 13245
2017-04-19 14:05:43 +00:00
Henrik Levkowetz
67bfcda880
Set version info and settings back to development mode
...
- Legacy-Id: 13243
2017-04-19 12:11:25 +00:00
Henrik Levkowetz
8b1180e342
Set version info to release version 6.50.0 before branching.
...
- Legacy-Id: 13241
2017-04-19 12:11:17 +00:00
Henrik Levkowetz
f23e727b3b
Updated bower-managed static web assets
...
- Legacy-Id: 13237
2017-04-19 11:55:12 +00:00
Henrik Levkowetz
3bccc5b3e6
Converted the make/delete_dummy_nomcom scripts to a management command.
...
- Legacy-Id: 13236
2017-04-18 21:14:37 +00:00
Henrik Levkowetz
b1c4b75fbe
Fixed a pyflakes issue.
...
- Legacy-Id: 13235
2017-04-18 20:55:43 +00:00
Henrik Levkowetz
0b730c9554
Updated the referential integrity checking comand.
...
- Legacy-Id: 13234
2017-04-18 20:21:58 +00:00
Henrik Levkowetz
8e8d2c359f
Merged in [13230] from rjsparks@nostrum.com:
...
Adds scripts to create/delete a dummy nomcom to use in development environments. Fixes #2283 .
- Legacy-Id: 13233
Note: SVN reference [13230] has been migrated to Git commit 0088273f5a
2017-04-18 17:29:34 +00:00
Henrik Levkowetz
e6c41879ac
Added charts for test coverage and release frequency.
...
- Legacy-Id: 13232
2017-04-18 16:48:34 +00:00
Henrik Levkowetz
d6b9392f72
Fixed an if-statement which incorrectly disabled coverage testing when the parallel testing count was set to 1.
...
- Legacy-Id: 13231
2017-04-18 16:47:28 +00:00
Robert Sparks
0088273f5a
Adds scripts to create/delete a dummy nomcom to use in development environments. Commit ready for merge. Fixes #2283 .
...
- Legacy-Id: 13230
2017-04-18 16:13:14 +00:00
Henrik Levkowetz
1e98833863
Removed debug statements.
...
- Legacy-Id: 13229
2017-04-18 14:12:10 +00:00
Henrik Levkowetz
3d6fed4b5b
Removed the 'Document' tab introduced in 6.48.0
...
- Legacy-Id: 13228
2017-04-17 11:39:36 +00:00
Henrik Levkowetz
7e8aeeefee
Moved the caching of htmlized documents into Document.htmlized() in order to avoid caching failed htmliztions (usually because of a missing .txt file).
...
- Legacy-Id: 13227
2017-04-16 13:17:18 +00:00
Henrik Levkowetz
4c28fa2828
Added filtering of room resources in the session request form based on the 'used' flag of the room resource name. Tweaked admin to show 'used' for ResourceAssociations. Added Flipchart and U-shape-layout resources through a data migration, and added/modified resource icons.
...
- Legacy-Id: 13226
2017-04-15 19:13:44 +00:00
Henrik Levkowetz
d3a20a8694
Added filtering of room resources in the session request form based on the 'used' flag of the room resource name. Tweaked admin to show 'used' for ResourceAssociations. Added Flipchart and U-shape-layout resources through a data migration, and added/modified resource icons.
...
- Legacy-Id: 13225
2017-04-15 19:13:06 +00:00
Henrik Levkowetz
c445611904
Replaced old unworkable email addesss in the 404 page with the current bugreport address, now configured in settings.py.
...
- Legacy-Id: 13224
2017-04-15 12:34:50 +00:00
Henrik Levkowetz
b2db0d4f52
Set version info and settings back to development mode
...
- Legacy-Id: 13220
2017-04-14 12:50:17 +00:00
Henrik Levkowetz
da4cf2645c
Set version info to release version 6.49.1 before branching.
...
- Legacy-Id: 13218
2017-04-14 12:50:09 +00:00
Henrik Levkowetz
128be4b2e8
Applied a patch from production to trunk.
...
- Legacy-Id: 13214
2017-04-14 12:09:46 +00:00
Henrik Levkowetz
1f2044bd83
Merged in [13212] from rcross@amsl.com:
...
Fix issue in telechat app where ballot positions for WG actions are incorrect. Fixes #1336 .
- Legacy-Id: 13213
Note: SVN reference [13212] has been migrated to Git commit 70ccb0b769
2017-04-13 15:03:18 +00:00
Ryan Cross
70ccb0b769
Fix issue in telechat app where ballot positions for WG actions are incorrect. Fixes #1336 . Commit ready for merge
...
- Legacy-Id: 13212
2017-04-13 00:59:36 +00:00
Henrik Levkowetz
f5dd8c72c3
Revert a change to settings_sqlitetest.py
...
- Legacy-Id: 13211
2017-04-12 21:53:15 +00:00
Henrik Levkowetz
b4fd2b63a8
Merged in [13205] from housley@vigilsec.com:
...
Check downref registry when producing Last Call text. Fixes #2069 .
- Legacy-Id: 13210
Note: SVN reference [13205] has been migrated to Git commit aa7ed23cda
2017-04-12 21:24:33 +00:00
Henrik Levkowetz
7e3ee06b0b
Adjusted test to match new name fixture.
...
- Legacy-Id: 13209
2017-04-12 21:23:29 +00:00
Henrik Levkowetz
e4c3a480ab
Updated name fixture.
...
- Legacy-Id: 13208
2017-04-12 21:22:49 +00:00
Henrik Levkowetz
42a1fdb151
Merged in [13197] from rcross@amsl.com:
...
Fix issue with bin/merge-person-records when User.last_login == None. Fixes #2274 .
- Legacy-Id: 13207
Note: SVN reference [13197] has been migrated to Git commit 767e9f9695
2017-04-12 19:11:31 +00:00
Henrik Levkowetz
978e8f72f5
Changed the signature of ietf.utils.aliases.dump_sublist() to include a list of the alias domains, in order to be able to generate IRTF group aliases @irtf.org. Updated ietf/bin/generate-*-aliases accordingly.
...
- Legacy-Id: 13206
2017-04-12 18:51:38 +00:00
Russ Housley
aa7ed23cda
Check downref registry when producing Last Call text. Fixes #2069 .
...
- Legacy-Id: 13205
2017-04-12 18:27:05 +00:00
Henrik Levkowetz
a01d01f8e4
Updated patch, debug.html and ietf.css for improved sql debug info.
...
- Legacy-Id: 13204
2017-04-12 18:24:51 +00:00
Henrik Levkowetz
4efe4fcd50
Updated draft names with dot regex.
...
- Legacy-Id: 13203
2017-04-12 18:22:16 +00:00
Henrik Levkowetz
902a613250
A migration to match docevent type changes from the downref work.
...
- Legacy-Id: 13202
2017-04-12 18:21:07 +00:00
Henrik Levkowetz
6dc97b232d
A migration to match the latest pytz time zone list.
...
- Legacy-Id: 13201
2017-04-12 18:20:23 +00:00
Ryan Cross
767e9f9695
Fix issue with bin/merge-person-records when User.last_login == None. Fixes #2274 . Commit ready for merge.
...
- Legacy-Id: 13197
2017-04-12 17:36:45 +00:00
Henrik Levkowetz
823227ba23
Updated bower-managed static web assets
...
- Legacy-Id: 13196
2017-04-12 12:20:50 +00:00
Henrik Levkowetz
13a377e92c
Reverted the search result rows to the pre-6.48.0 state.
...
- Legacy-Id: 13195
2017-04-12 11:56:42 +00:00
Henrik Levkowetz
4ef318b039
Merged in [13183] from rcross@amsl.com:
...
Fix error when selecting a document on the Telechat agenda that does not have a writeup. Fixes #2262 .
- Legacy-Id: 13191
Note: SVN reference [13183] has been migrated to Git commit 8a725c6e1e
2017-04-11 00:21:29 +00:00
Henrik Levkowetz
d19179ba44
Merged in [13181] from housley@vigilsec.com:
...
This completes a good chunk of the downref registry work requested in ticket
#2069 . The registry has been imported to the database and can be shown, and
entries can be added to the registry. Addresses issue #2069 .
- Legacy-Id: 13190
Note: SVN reference [13181] has been migrated to Git commit f0125634f8
2017-04-10 22:47:01 +00:00
Henrik Levkowetz
6bdf6ffd9b
Changed some tests to use unicontent(r) instead of r.content, which decodes non-ascii content according to the response charset.
...
- Legacy-Id: 13189
2017-04-10 22:25:43 +00:00
Henrik Levkowetz
acb8345a77
Added some debug functionality which makes it possible to see from where (python source file and line) an SQL query comes when looking at the sql query summary available at the bottom of pages in debug mode, on INTERNAL_IPS.
...
- Legacy-Id: 13188
2017-04-10 17:27:11 +00:00
Henrik Levkowetz
814a6d45b2
Extended the DRAFT_NAMES_WITH_DOT regexp.
...
- Legacy-Id: 13187
2017-04-07 12:38:02 +00:00
Henrik Levkowetz
7d437d95f8
Expand the milestone information on the document metainfo tab a bit.
...
- Legacy-Id: 13186
2017-04-07 12:32:21 +00:00
Ryan Cross
304d04e674
Add Registration migrations
...
- Legacy-Id: 13184
2017-04-04 22:06:17 +00:00
Ryan Cross
8a725c6e1e
Fix error when selecting a document on the Telechat agenda that does not have a writeup. Fixes #2262 . Commit ready for merge.
...
- Legacy-Id: 13183
2017-04-04 20:05:56 +00:00
Ryan Cross
7fb035c061
Add Registration models
...
- Legacy-Id: 13182
2017-04-03 20:36:39 +00:00
Russ Housley
f0125634f8
Add downref registry to the datatracker at the request of the IESG. Still need to integrate with Last Call message generation
...
- Legacy-Id: 13181
2017-04-03 17:36:27 +00:00
Henrik Levkowetz
457f0ee4e3
Fixed a bug in the json_agenda data, calculating room midpoints correctly.
...
- Legacy-Id: 13180
2017-03-31 18:54:08 +00:00
Henrik Levkowetz
47463eaa94
Changed a test case to look at the area being tested, rather than the whole page, to avoid test failures due to for instance new menu entries.
...
- Legacy-Id: 13179
2017-03-31 18:22:08 +00:00
Ole Laursen
2c4f14c967
Make bins use a set to prevent duplicates. Those should only be a
...
problem with aliased bins, but use sets everywhere anyway for
consistency.
- Legacy-Id: 13177
2017-03-30 14:50:23 +00:00
Henrik Levkowetz
8dbff5dcd1
Getting to the floorplans for a meeting venue now always requires going via the agenda, which can take time to load. Escpecially on a handheld device, when you want to see where the room of your next session is, it would be useful to have a menu entry to go directly to the meeting floor-plans. Adding one.
...
- Legacy-Id: 13176
2017-03-29 21:53:58 +00:00
Henrik Levkowetz
b22c2a946c
Set version info and settings back to development mode
...
- Legacy-Id: 13174
2017-03-29 20:01:34 +00:00
Henrik Levkowetz
f1fed9e385
Set version info to release version 6.49.0 before branching.
...
- Legacy-Id: 13172
2017-03-29 20:01:26 +00:00
Henrik Levkowetz
1ef2450b6c
Changed to use doc.canonical_name instead of doc.name when computing the cache key for htmlized documents in order to trigger a new generation when a draft goes to RFC.
...
- Legacy-Id: 13170
2017-03-29 16:59:22 +00:00
Ole Laursen
d9585b4b73
Add some extra test data to exercise the statistics better
...
- Legacy-Id: 13167
2017-03-29 09:06:12 +00:00
Henrik Levkowetz
200412bfa2
Merged in [13137] from rcross@amsl.com:
...
Add CANCELLED message to agenda for other session types.
- Legacy-Id: 13166
Note: SVN reference [13137] has been migrated to Git commit dd4589804c
2017-03-28 19:57:52 +00:00
Henrik Levkowetz
e87e07da65
Merged in [13135] from peter@akayla.com:
...
Adds document titles to HTML titles. Fixes #1957 .
- Legacy-Id: 13165
Note: SVN reference [13135] has been migrated to Git commit c94ab0713c
2017-03-28 19:38:56 +00:00
Henrik Levkowetz
146d4548e9
Merged in [13134] from lars@netapp.com:
...
Shrink all images with image_optim.
- Legacy-Id: 13163
Note: SVN reference [13134] has been migrated to Git commit fe622ecbb2ff9bd4c04d53d2df7344b7246e8881
2017-03-28 19:26:03 +00:00
Henrik Levkowetz
2cb18e371d
Merged in [13130] from lars@netapp.com:
...
Shrink images with image_optim.
- Legacy-Id: 13162
Note: SVN reference [13130] has been migrated to Git commit 0dee5d0516eef63349c2e13028f901ec727f2663
2017-03-28 19:12:06 +00:00
Henrik Levkowetz
59d310d57c
Merged in [13129] from lars@netapp.com:
...
Replace table with div.
- Legacy-Id: 13161
Note: SVN reference [13129] has been migrated to Git commit 1a585a0f5b37976e1a3d6bed982a88984ac2cfa5
2017-03-28 18:56:12 +00:00
Ole Laursen
a1ba9dfb0a
Remove accidentally committed debug
...
- Legacy-Id: 13160
2017-03-28 14:56:06 +00:00
Ole Laursen
5b677dc6ba
Merge author stats branch into new branch from trunk
...
- Legacy-Id: 13159
2017-03-28 14:36:40 +00:00
Henrik Levkowetz
69c9d25022
Merged in [13125] from rcross@amsl.com:
...
Add REST API endpoint to notify Datatracker that new recording files are available.
- Legacy-Id: 13158
Note: SVN reference [13125] has been migrated to Git commit a50b09b152
2017-03-27 21:51:55 +00:00
Henrik Levkowetz
14c748df98
Changed the creation of temporary test dirs to use names which include the test class name, in order to make it possible to run test cases in parallel. Disabled coverage testing when running in parallel (those classes cannot be pickled and distributed to the test runner threads, and also won't pass coverage data back). Tweaked the TestCase.tempdir() method.
...
- Legacy-Id: 13157
2017-03-27 21:41:18 +00:00
Henrik Levkowetz
6110b15de1
Modified an API test to make it pickleable (for parallel test runs).
...
- Legacy-Id: 13156
2017-03-27 21:28:39 +00:00
Henrik Levkowetz
487019883f
Merged in [13120] from rjsparks@nostrum.com:
...
Be more explicit on review message subject lines. Fixes #2103 .
- Legacy-Id: 13153
Note: SVN reference [13120] has been migrated to Git commit da5a2363d6
2017-03-27 18:12:22 +00:00
Henrik Levkowetz
e557c2113e
Merged in [13118] from lars@netapp.com:
...
Update vnu.jar and fix various HTML5 nits it found during a test crawl.
- Legacy-Id: 13152
Note: SVN reference [13118] has been migrated to Git commit 76a3c8bdc0
2017-03-27 17:35:38 +00:00
Henrik Levkowetz
6ae137944d
Merged in [13115] from mahoney@nostrum.com:
...
Added draftname to email subject for review request (addresses #2144 ).
- Legacy-Id: 13151
Note: SVN reference [13115] has been migrated to Git commit b0cbf9a1c9
2017-03-27 17:09:48 +00:00
Henrik Levkowetz
605fa26ec3
Made relative paths work for the create_group_wikis commnand. Added wiki and svn dir patterns to docker/settings_local.py.
...
- Legacy-Id: 13150
2017-03-27 17:07:48 +00:00
Henrik Levkowetz
3c8d101fe3
Merged in [13114] from rcross@amsl.com:
...
Add meetecho address to settings.AUDIO_IMPORT_EMAIL.
- Legacy-Id: 13149
Note: SVN reference [13114] has been migrated to Git commit 73dfdfbd2c
2017-03-27 16:48:22 +00:00
Henrik Levkowetz
28969462ff
Merged in [13113] from rcross@amsl.com:
...
Add Country column to meeting/NN/proceedings/attendees. Fixes #2228 .
- Legacy-Id: 13148
Note: SVN reference [13113] has been migrated to Git commit 990493f1c4
2017-03-27 16:20:40 +00:00
Ole Laursen
5608ad0061
Move the assert on new X in the test coverage up before the percentage
...
to try get the list of URLs out before the percentage
- Legacy-Id: 13144
2017-03-27 08:45:20 +00:00