Henrik Levkowetz
99fa2e4593
Fixed a problem with a formset, they don't have self.cleaned_data, so cannot return it. Fixes issue #2310 .
...
- Legacy-Id: 13568
2017-06-09 11:55:19 +00:00
Henrik Levkowetz
317aac9e55
Fixed a place where a missing document author email address could cause a server 500. There may be additional places needing attention, now that we're not inserting dummy addresses.
...
- Legacy-Id: 13566
2017-06-08 14:44:54 +00:00
Henrik Levkowetz
356fa71a6a
Set version info and settings back to development mode
...
- Legacy-Id: 13564
2017-06-08 11:17:44 +00:00
Henrik Levkowetz
7da2f28588
Set version info to release version 6.54.0 before branching.
...
- Legacy-Id: 13562
2017-06-08 11:17:11 +00:00
Henrik Levkowetz
40eae13aa6
Added a migration for the email field on MeetingRegistration.
...
- Legacy-Id: 13558
2017-06-07 12:30:31 +00:00
Henrik Levkowetz
fb66f38afd
Undid an unintentional adaptation to the xml2rfc 2.6.0 call interface change.
...
- Legacy-Id: 13556
2017-06-07 00:07:39 +00:00
Henrik Levkowetz
07b89e0b15
Added a merge migration.
...
- Legacy-Id: 13552
2017-06-06 20:22:44 +00:00
Henrik Levkowetz
023a32715d
Merged in ^/branch/iola/author-stats-r13145 from olau@iola.com, with additional features from ^/personal/henrik/6.52.1-authorstats.
...
- Legacy-Id: 13550
2017-06-06 18:36:59 +00:00
Henrik Levkowetz
1158a4d780
Set version info and settings back to development mode
...
- Legacy-Id: 13548
2017-06-06 17:40:29 +00:00
Henrik Levkowetz
c6a46983a1
Set version info to release version 6.53.1 before branching.
...
- Legacy-Id: 13546
2017-06-06 17:40:21 +00:00
Henrik Levkowetz
a34d078428
Commented out again a function that was commented in by mistake in the committed code.
...
- Legacy-Id: 13543
2017-06-06 16:30:53 +00:00
Henrik Levkowetz
5ca4309691
Fixed a bug in wordwrap() where an URL (or any word) longer than width could prevent line breaking in following text.
...
- Legacy-Id: 13541
2017-06-06 14:03:02 +00:00
Henrik Levkowetz
a28940fc1e
Name/email formatting tweaks, to complement [13536].
...
- Legacy-Id: 13540
Note: SVN reference [13536] has been migrated to Git commit 55d36e284d
2017-06-06 08:11:31 +00:00
Henrik Levkowetz
e19290e98d
Merged in [13532] from rjsparks@nostrum.com:
...
Add an expertise field to reviewer settings. Fixes #2308 . ,
- Legacy-Id: 13539
Note: SVN reference [13532] has been migrated to Git commit d845fba8bec765f2f81ae1a4bbca52c9bceb6e02
2017-06-06 07:54:03 +00:00
Henrik Levkowetz
fb93a8c293
Added dates to unreachable() calls, to make it easier to decide when to remove marked code.
...
- Legacy-Id: 13538
2017-06-06 07:27:07 +00:00
Henrik Levkowetz
55d36e284d
Changed the '%s <%s>'%(name,email) idiom in several places to use email.utils.formataddr() instead, to avoid future problems with names that would need quotes. Added comments in 2 places where this change would not be appropriate.
...
- Legacy-Id: 13536
2017-06-05 22:40:11 +00:00
Henrik Levkowetz
8b72b6a29a
Made the stats backfill script slightly more verbose, including some blank lines for readability. Changed output to go both to screen and to file. Made the unicode/latin1/ascii decoding more general.
...
- Legacy-Id: 13535
2017-06-05 22:37:14 +00:00
Henrik Levkowetz
20b4250ea5
Reduced the size of stats data transferred from the server by an order of magnitude for author stats pages by not sending complete lists of item names per table item (we're only displaying them when there are few to display, anyway). Added caching of the resulting stats data for 24 hours. The caching was not possible in all cases before the data reduction, due to an item size limit of 1 MByte in memcached.
...
- Legacy-Id: 13534
2017-06-05 22:32:15 +00:00
Henrik Levkowetz
26f07f0a29
Set version info and settings back to development mode
...
- Legacy-Id: 13530
2017-06-05 13:42:03 +00:00
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