Henrik Levkowetz
15d45b4d22
Changed the ballot_icon template tag to use an already found ballot if available, rather than doing lookups to find it (twice!).
...
- Legacy-Id: 15007
2018-04-04 17:12:08 +00:00
Henrik Levkowetz
1ec98fdd59
Added @memoize to two Document methods
...
- Legacy-Id: 15006
2018-04-04 17:10:06 +00:00
Henrik Levkowetz
6d096e7f2a
Added a patch for debug mode, to add a filtering option to the django-cprofile-middleware.
...
- Legacy-Id: 15004
2018-04-04 17:08:26 +00:00
Henrik Levkowetz
d84b06fa02
Be more specific with bootstrap's layout classes for small devices in the base template, to avoid the bottom links and footer overlaying the bottom of the content area. Fixes a problem with entering login information on small devices.
...
- Legacy-Id: 15002
2018-04-02 21:06:30 +00:00
Henrik Levkowetz
215f99fb36
Set version info and settings back to development mode
...
- Legacy-Id: 15000
2018-04-02 11:55:26 +00:00
Henrik Levkowetz
6567666b6a
Set version info to release version 6.77.1 before branching.
...
- Legacy-Id: 14998
2018-04-02 11:55:14 +00:00
Henrik Levkowetz
68cea6d523
Replaced an inline model method caching with a @memoize decorator.
...
- Legacy-Id: 14993
2018-04-02 11:18:55 +00:00
Henrik Levkowetz
43a9291053
Added an index for (doc, type) on DocEvent to speed up latest_event() queries.
...
- Legacy-Id: 14990
2018-04-01 19:33:16 +00:00
Henrik Levkowetz
4da044e2db
Pyflakes fixes.
...
- Legacy-Id: 14989
2018-04-01 19:06:02 +00:00
Henrik Levkowetz
675c652052
Additional changes to speed up the IESG agenda docs page: Changed telechat_page_count() to accept a list of documents if that's already been generated, to avoid double work. Changed the reviewed_by_teams list to provide acronyms directly, to avoid group lookups during template rendering. Provided page counts directly to the template instead of repeated (costly) filtering through telechat_page_count, with new document lookups. Removed the telechat_page_count template filter, due to its cost. Tweaked some lookups in fill_in_document_table_attributes() . Added to the select_related() list for documents in IESG agenda_documents().
...
- Legacy-Id: 14988
2018-04-01 18:51:48 +00:00
Henrik Levkowetz
60a60de94b
Replaced inline database lookups with get_active_ads().
...
- Legacy-Id: 14987
2018-04-01 18:38:50 +00:00
Henrik Levkowetz
8e97669dff
Added a get_active_ads() utility function that uses the cache to reduce database access. Moved some utility functions so as to reduce import loops.
...
- Legacy-Id: 14986
2018-04-01 18:36:36 +00:00
Henrik Levkowetz
db3a4eb20e
Changed some instances of .slug to _id
...
- Legacy-Id: 14985
2018-04-01 18:32:27 +00:00
Henrik Levkowetz
dde5cfb11e
Added a profiling middleware to development settings, if found during django setup.
...
- Legacy-Id: 14984
2018-04-01 15:24:38 +00:00
Henrik Levkowetz
ff196edc0c
Set version info and settings back to development mode
...
- Legacy-Id: 14981
2018-03-30 19:12:14 +00:00
Henrik Levkowetz
92238d3e76
Set version info to release version 6.77.0 before branching.
...
- Legacy-Id: 14979
2018-03-30 19:12:02 +00:00
Henrik Levkowetz
189cb2a2f9
Added another check to test_api_set_session_video_url()
...
- Legacy-Id: 14974
2018-03-30 18:21:57 +00:00
Henrik Levkowetz
934c884f4d
Migration to match the new endpoint choice avilable in the PersonalApiKey model.
...
- Legacy-Id: 14973
2018-03-30 15:11:20 +00:00
Henrik Levkowetz
d53c6e5779
Updated bower-managed static web assets
...
- Legacy-Id: 14972
2018-03-30 15:07:58 +00:00
Henrik Levkowetz
85279445d3
Added a menu link to API information. Tweaked a menu item text.
...
- Legacy-Id: 14971
2018-03-30 15:06:19 +00:00
Robert Sparks
ce8f73fd9c
Factories for the ipr app. Coverage of ietf.ipr.views.ajax_search, and a factory-driven test of ietf.ipr.views.edit. Commit ready for merge.
...
- Legacy-Id: 14970
2018-03-29 15:29:55 +00:00
Henrik Levkowetz
a1c79a075d
Merged in ^/personal/henrik/6.76.1-meetecho-api/ which provides new API endpoint to let video urls be associated with sessions. Also added some more checks to the test_api_set_session_video_url() test.
...
- Legacy-Id: 14969
2018-03-29 15:25:36 +00:00
Henrik Levkowetz
e8f999dc07
Added an API endpoint to let Meetech associate recording urls with sessions.
...
- Legacy-Id: 14967
2018-03-29 11:04:47 +00:00
Henrik Levkowetz
0ef66ae9e2
Added optional arguments title and user to create_recording(), to make it possible to affect those attributes.
...
- Legacy-Id: 14966
2018-03-29 11:02:58 +00:00
Henrik Levkowetz
e33afadcb7
Updated the names fixture with Recording Manager and Trac Editor role, plus some incidental changes.
...
- Legacy-Id: 14965
2018-03-29 11:01:24 +00:00
Henrik Levkowetz
496da66fc1
Added a new role 'Recording Manager'.
...
- Legacy-Id: 14964
2018-03-29 10:58:04 +00:00
Henrik Levkowetz
fdc996c792
Added another warnings filter item for a library issue.
...
- Legacy-Id: 14963
2018-03-29 10:50:23 +00:00
Henrik Levkowetz
8187339020
Set version info and settings back to development mode
...
- Legacy-Id: 14960
2018-03-28 20:55:09 +00:00
Henrik Levkowetz
07eb171ada
Set version info to release version 6.76.2 before branching.
...
- Legacy-Id: 14958
2018-03-28 20:55:00 +00:00
Henrik Levkowetz
db35af87ad
Fixed an issue which could result in server 500 errors for paths like /meeting/99/session/plenary.
...
- Legacy-Id: 14955
2018-03-28 12:58:04 +00:00
Henrik Levkowetz
d6a709f069
Stats submenu tweak.
...
- Legacy-Id: 14954
2018-03-28 06:43:31 +00:00
Henrik Levkowetz
a5d1266834
Removed superfluous stats pages headers which would be repeated with different layout on the next line, as part of the graphs.
...
- Legacy-Id: 14953
2018-03-28 06:39:16 +00:00
Henrik Levkowetz
010910a847
Tweaked the meeting date format in the attendees per meeting bargraph tooltip.
...
- Legacy-Id: 14952
2018-03-28 06:37:31 +00:00
Henrik Levkowetz
9547646f81
Added a test for IPR edit.
...
- Legacy-Id: 14951
2018-03-27 17:55:11 +00:00
Henrik Levkowetz
e830f0f976
Fill in the IPR edit form, section V, with patent information derived from the patent_info field, the same way we do for the IPR update form.
...
- Legacy-Id: 14950
2018-03-27 10:40:59 +00:00
Henrik Levkowetz
76404ceb4b
Don't show links to individual meeting stats pages when there's no content (meeting 71 and earlier currently has no attendance records).
...
- Legacy-Id: 14948
2018-03-26 23:05:43 +00:00
Henrik Levkowetz
176022f57b
Added meeting dates to the meeting stats overview graph.
...
- Legacy-Id: 14947
2018-03-26 22:58:14 +00:00
Henrik Levkowetz
dac30f6ff7
Changed the name of a loop variable so as not to obscure a previous local variable.
...
- Legacy-Id: 14946
2018-03-26 21:42:10 +00:00
Henrik Levkowetz
68f64e9ecb
Don't show future meetings in the meeting stats overview.
...
- Legacy-Id: 14945
2018-03-26 21:39:41 +00:00
Henrik Levkowetz
23b8a3bba5
Settings tweak.
...
- Legacy-Id: 14944
2018-03-26 21:26:55 +00:00
Henrik Levkowetz
4c297ba4c0
Changed settings so that cache keys used by memcached includes the release version, in order to avoid stale and incorrect cache content on new release deployment. Made it easier to pick out cache key composition by normalizing the variable name. Adjusted cache prefix and the composition of some keys to have a unique and consistent cache key prefix.
...
- Legacy-Id: 14943
2018-03-26 21:26:20 +00:00
Henrik Levkowetz
7e7fadb75e
Use the actual defaults from settings.py when showing the defaults on /accounts/settings/.
...
- Legacy-Id: 14941
2018-03-26 17:10:28 +00:00
Henrik Levkowetz
8a4406bd81
Set version info and settings back to development mode
...
- Legacy-Id: 14937
2018-03-26 13:38:40 +00:00
Henrik Levkowetz
a6abb6be97
Set version info to release version 6.76.1 before branching.
...
- Legacy-Id: 14935
2018-03-26 13:38:30 +00:00
Henrik Levkowetz
2b4011c34b
Adjusted the meeting attendees migration to match the updated model.
...
- Legacy-Id: 14932
2018-03-26 13:11:56 +00:00
Henrik Levkowetz
047376becf
Updated bower-managed static web assets
...
- Legacy-Id: 14931
2018-03-26 13:06:00 +00:00
Henrik Levkowetz
4b05b7b88b
Fixed some issues with agenda and proceedings code for meetings numbered 64 and below, actualized by the introduction of meeting records for such meetings.
...
- Legacy-Id: 14918
2018-03-25 11:01:37 +00:00
Henrik Levkowetz
a7a195abcc
The template filter keep_spacing can interact badly with wordwrap. Removed it from several places, and made text document display more consistent. Fixes issue #2481 .
...
- Legacy-Id: 14917
2018-03-25 07:12:31 +00:00
Henrik Levkowetz
4e5050a6e1
Merged in [14902] from rjsparks@nostrum.com:
...
Test coverage improvements for ietf/secr/telechat/views.
- Legacy-Id: 14916
Note: SVN reference [14902] has been migrated to Git commit 1386a90de8
2018-03-25 00:18:44 +00:00
Henrik Levkowetz
70b2cb5841
Merged in [14900] from rjsparks@nostrum.com:
...
Improvements to test coverage for ietf/secr/drafts/views.py.
- Legacy-Id: 14915
Note: SVN reference [14900] has been migrated to Git commit 79f2f5869f
2018-03-24 22:06:39 +00:00
Henrik Levkowetz
c0eb9e3aa6
Merged in [14899] from rjsparks@nostrum.com:
...
Cleaner charter factory simplifies test code.
- Legacy-Id: 14914
Note: SVN reference [14899] has been migrated to Git commit 8026f86cd3
2018-03-24 21:24:03 +00:00
Henrik Levkowetz
56b22f3fec
Added submenu to the Statistics menu entry, pointing at the individual stats pages, and entries for NomComs and Releases.
...
- Legacy-Id: 14913
2018-03-24 20:47:54 +00:00
Henrik Levkowetz
cc717946f5
Merged in [14896] from rjsparks@nostrum.com:
...
Improved test coverage for ietf/doc/views_charter.py.
- Legacy-Id: 14912
Note: SVN reference [14896] has been migrated to Git commit f11907b6a0
2018-03-24 17:54:14 +00:00
Henrik Levkowetz
7f45745af9
Fixed the base template to have id='content' for the content also when not showing the left-hand menu.
...
- Legacy-Id: 14911
2018-03-24 17:53:37 +00:00
Henrik Levkowetz
78e6707c3a
Updated the cookies tests to match the new left_menu default.
...
- Legacy-Id: 14910
2018-03-24 15:51:31 +00:00
Henrik Levkowetz
ad022f42d4
Changed the default setting for the datatracker left-hand menu to 'off'. The top menu is always present, and works well.
...
- Legacy-Id: 14909
2018-03-24 15:30:51 +00:00
Henrik Levkowetz
6d5f604d5b
Tweaked the document list iCalendar links to not show for presentations on days in the past.
...
- Legacy-Id: 14908
2018-03-24 15:29:10 +00:00
Henrik Levkowetz
f48669a8e4
Merged in [14884] from adam@nostrum.com:
...
Adding page count to last call page.
- Legacy-Id: 14907
Note: SVN reference [14884] has been migrated to Git commit e7b984dfa7
2018-03-24 15:09:50 +00:00
Henrik Levkowetz
92a82c3e72
Merged in [14883] from adam@nostrum.com:
...
Adding link to documents in last call to the AD dashboard side menu.
- Legacy-Id: 14906
Note: SVN reference [14883] has been migrated to Git commit 61c00a462a
2018-03-24 14:27:34 +00:00
Henrik Levkowetz
ec6424c9c4
Merged in [14882] from rjsparks@nostrum.com:
...
Replaced line that had mysteriously been deleted before commit. Sorry for the noise.
- Legacy-Id: 14905
Note: SVN reference [14882] has been migrated to Git commit 4a7cdf26d3
2018-03-24 13:39:49 +00:00
Henrik Levkowetz
bd205ae29b
Merged in [14849] from ben@nostrum.com:
...
Give ADs the red Clear Ballot button
- Legacy-Id: 14904
Note: SVN reference [14849] has been migrated to Git commit 7bf02077fd
2018-03-24 13:31:48 +00:00
Robert Sparks
1386a90de8
Test coverage improvements for ietf/secr/telechat/views. Commit ready for merge.
...
- Legacy-Id: 14902
2018-03-22 18:44:38 +00:00
Henrik Levkowetz
a485c74314
Merged in [14880] from rjsparks@nostrum.com:
...
Added a Draft test suite.
- Legacy-Id: 14901
Note: SVN reference [14880] has been migrated to Git commit e09a28cad2
2018-03-22 16:34:10 +00:00
Robert Sparks
79f2f5869f
Improvements to test coverage for ietf/secr/drafts/views.py. Commit ready for merge.
...
- Legacy-Id: 14900
2018-03-22 15:34:50 +00:00
Robert Sparks
8026f86cd3
Cleaner charter factory simplifies test code. Commit ready for merge.
...
- Legacy-Id: 14899
2018-03-22 14:01:24 +00:00
Henrik Levkowetz
c8ebcf1f88
Merged in [14879] from kivinen@iki.fi:
...
Backfilled IETF meetings starting from 1 and backfilled the attendee numbers for them. Modified the overview attendee statistics page to use different colors for different venue continents.
- Legacy-Id: 14898
Note: SVN reference [14879] has been migrated to Git commit 75dbe017a6
2018-03-22 00:01:57 +00:00
Henrik Levkowetz
ddbd244421
Tweaked the meeting registratoin import to deal more gracefully with too long names and email addresses, and to fill in the total attendees number for the meeting.
...
- Legacy-Id: 14897
2018-03-21 23:30:45 +00:00
Robert Sparks
f11907b6a0
Improved test coverage for ietf/doc/views_charter.py. Commit ready for merge.
...
- Legacy-Id: 14896
2018-03-21 21:59:45 +00:00
Henrik Levkowetz
0b0256c655
Set version info and settings back to development mode
...
- Legacy-Id: 14892
2018-03-21 10:59:08 +00:00
Henrik Levkowetz
6d580ed274
Set version info to release version 6.76.0 before branching.
...
- Legacy-Id: 14890
2018-03-21 10:58:59 +00:00
Adam Roach
e7b984dfa7
Adding page count to last call page. Commit ready for merge.
...
- Legacy-Id: 14884
2018-03-21 09:12:34 +00:00
Adam Roach
61c00a462a
Adding link to documents in last call to the AD dashboard side menu. Commit ready for merge
...
- Legacy-Id: 14883
2018-03-21 08:57:19 +00:00
Robert Sparks
4a7cdf26d3
Replaced line that had mysteriously been deleted before commit. Commit ready for merge. Sorry for the noise.
...
- Legacy-Id: 14882
2018-03-20 21:14:46 +00:00
Henrik Levkowetz
6499bdc7a8
Added a warnings ignore rule.
...
- Legacy-Id: 14881
2018-03-20 20:55:24 +00:00
Robert Sparks
e09a28cad2
Failed to add a file in a previous commit. Commit ready for merge.
...
- Legacy-Id: 14880
2018-03-20 18:21:37 +00:00
Tero Kivinen
75dbe017a6
Backfilled IETF meetings starting from 1 and backfilled the attendee numbers for them. Modified the overview attendee statistics page to use different colors for different venue continents. Commit ready for merge.
...
- Legacy-Id: 14879
2018-03-20 17:28:48 +00:00
Henrik Levkowetz
850aaa7a48
Merged in [14864] from rjsparks@nostrum.com:
...
Improved test coverage for ietf.meeting.views.
- Legacy-Id: 14878
Note: SVN reference [14864] has been migrated to Git commit 95af79ce7b
2018-03-20 16:31:15 +00:00
Henrik Levkowetz
2b1afa2fa2
Updated Note Well. Fixes issue 2474.
...
- Legacy-Id: 14876
2018-03-20 16:25:49 +00:00
Henrik Levkowetz
2354cc74d4
Tweaked person factory ascii name generation to not include periods inside names.
...
- Legacy-Id: 14875
2018-03-20 15:24:20 +00:00
Henrik Levkowetz
efb05a7f11
Tweaked a factory to make duplicate list names less likely
...
- Legacy-Id: 14874
2018-03-20 14:15:57 +00:00
Henrik Levkowetz
327ffb6559
Test data template tweak.
...
- Legacy-Id: 14873
2018-03-20 13:17:29 +00:00
Henrik Levkowetz
04495217bc
Merged in [14863] from rjsparks@nostrum.com:
...
Improved test coverage for ietf.utils.draft.
- Legacy-Id: 14872
Note: SVN reference [14863] has been migrated to Git commit 1d021770a8
2018-03-20 12:58:44 +00:00
Henrik Levkowetz
bccb7fb849
Merged in [14862] from rcross@amsl.com:
...
Add view for merge person records.
- Legacy-Id: 14871
Note: SVN reference [14862] has been migrated to Git commit 85f4861f9f
2018-03-20 12:31:34 +00:00
Henrik Levkowetz
57741de718
Merged in [14855] from rjsparks@nostrum.com:
...
Improved test coverage for ietf.meeting.views.
- Legacy-Id: 14870
Note: SVN reference [14855] has been migrated to Git commit 734072f572
2018-03-20 11:57:32 +00:00
Henrik Levkowetz
b75ee89865
Added a test case for reference extraction.
...
- Legacy-Id: 14869
2018-03-20 11:04:12 +00:00
Henrik Levkowetz
c8961381ab
Merged in [14854] from rjsparks@nostrum.com:
...
Improved test coverage over meeting.views.
- Legacy-Id: 14868
Note: SVN reference [14854] has been migrated to Git commit c56cbf624b
2018-03-19 23:04:57 +00:00
Henrik Levkowetz
75deb35e10
Merged in [14851] from housley@vigilsec.com:
...
Improve parser for references in Internet-Drafts. Fixes #2360
- Legacy-Id: 14867
Note: SVN reference [14851] has been migrated to Git commit 565b10e00e
2018-03-19 22:37:03 +00:00
Henrik Levkowetz
1744736ed0
Merged in [14850] from rjsparks@nostrum.com:
...
Improvements to test coverage in ietf.meeting.views
- Legacy-Id: 14866
Note: SVN reference [14850] has been migrated to Git commit 02d975ab19
2018-03-19 19:04:04 +00:00
Henrik Levkowetz
1ece5f1f3b
Removed premature save of upload document state (doing it after verifying that the save to file worked instead). Tweaked materials documents revision extraction regexes. Added a test on no change of materials rev after failed upload. Corrected the naming of materials in make_meeting_test_data. Refined the test crawl of meeting materials pages.
...
- Legacy-Id: 14865
2018-03-19 01:05:52 +00:00
Robert Sparks
95af79ce7b
Improved test coverage for ietf.meeting.views. Commit ready for merge.
...
- Legacy-Id: 14864
2018-03-18 22:18:36 +00:00
Robert Sparks
1d021770a8
Improved test coverage for ietf.utils.draft. Commit ready for merge.
...
- Legacy-Id: 14863
2018-03-18 18:52:43 +00:00
Ryan Cross
85f4861f9f
Add view for merge person records. Commit ready for merge.
...
- Legacy-Id: 14862
2018-03-18 18:01:56 +00:00
Henrik Levkowetz
306431319a
Added a couple of meeting material crawls to check that internal material links aren't broken.
...
- Legacy-Id: 14861
2018-03-18 16:10:14 +00:00
Henrik Levkowetz
7f0de265e9
Check attribute isn't None before accessing sub-attributes.
...
- Legacy-Id: 14860
2018-03-18 15:14:58 +00:00
Henrik Levkowetz
a7b9c4b733
Merged in [14845] from rcross@amsl.com:
...
Remove unused roles/forms.py.
- Legacy-Id: 14859
Note: SVN reference [14845] has been migrated to Git commit 01bfbff170
2018-03-18 14:09:14 +00:00
Henrik Levkowetz
274ba90e2f
Merged in [14844] from adam@nostrum.com:
...
Fixing 'href' field for https://datatracker.ietf.org/meeting/ <meeting-num>/json.
- Legacy-Id: 14858
Note: SVN reference [14844] has been migrated to Git commit 2e8740cca8
2018-03-18 12:49:00 +00:00
Henrik Levkowetz
72e20478a8
Added another materials docname-with-rev regexe.
...
- Legacy-Id: 14857
2018-03-18 12:17:11 +00:00
Henrik Levkowetz
d827f7415e
Fixed two materials docname-with-rev regexes that were too narrow.
...
- Legacy-Id: 14856
2018-03-18 10:58:29 +00:00
Robert Sparks
734072f572
Improved test coverage for ietf.meeting.views. Commit ready for merge.
...
- Legacy-Id: 14855
2018-03-17 22:12:51 +00:00
Robert Sparks
c56cbf624b
Improved test coverage over meeting.views. Commit ready for merge.
...
- Legacy-Id: 14854
2018-03-17 21:43:26 +00:00
Henrik Levkowetz
b9e34b3eec
Merged in [14843] from adam@nostrum.com:
...
Updated (deprecated, unregistered) 'text/json' with 'application/json' everwhere.
- Legacy-Id: 14853
Note: SVN reference [14843] has been migrated to Git commit 3c4c0f2584
2018-03-17 18:48:01 +00:00
Russ Housley
565b10e00e
Improve parser for references in Internet-Drafts. Fixes #2360
...
- Legacy-Id: 14851
2018-03-17 18:25:31 +00:00
Robert Sparks
02d975ab19
Improvements to test coverage in ietf.meeting.views
...
- Legacy-Id: 14850
2018-03-17 17:27:11 +00:00
Ben Campbell
7bf02077fd
Give ADs the red Clear Ballot button
...
- Legacy-Id: 14849
2018-03-17 16:39:24 +00:00
Ben Campbell
cc96709957
Give ADs the red Clear Ballot button
...
- Legacy-Id: 14848
2018-03-17 16:35:35 +00:00
Henrik Levkowetz
e0ca40bdf2
Merged in [14842] from rcross@amsl.com:
...
Add check for deleted session when scheduling. Fixes #2450 .
- Legacy-Id: 14847
Note: SVN reference [14842] has been migrated to Git commit 7211cf399b
2018-03-17 16:01:26 +00:00
Ryan Cross
f0a4ff213f
Backout premature commit of person/tests.py. Commit ready for merge
...
- Legacy-Id: 14846
2018-03-17 15:51:28 +00:00
Ryan Cross
01bfbff170
Remove unused roles/forms.py. Commit ready for merge
...
- Legacy-Id: 14845
2018-03-17 15:49:02 +00:00
Adam Roach
2e8740cca8
Fixing 'href' field for https://datatracker.ietf.org/meeting/ <meeting-num>/json. Commit ready for merge.
...
- Legacy-Id: 14844
2018-03-17 15:21:59 +00:00
Adam Roach
3c4c0f2584
Updated (deprecated, unregistered) 'text/json' with 'application/json' everwhere. Commit ready for merge.
...
- Legacy-Id: 14843
2018-03-17 15:14:57 +00:00
Ryan Cross
7211cf399b
Add check for deleted session when scheduling. Fixes #2450 . Commit ready for merge
...
- Legacy-Id: 14842
2018-03-17 15:10:20 +00:00
Henrik Levkowetz
63c97ad439
Fixed a bug in a RegexValidator error message string interpolation.
...
- Legacy-Id: 14841
2018-03-17 13:09:58 +00:00
Henrik Levkowetz
e29aa990a6
Tweaked a setting for better readability.
...
- Legacy-Id: 14840
2018-03-17 13:00:56 +00:00
Henrik Levkowetz
1f16c0e3d8
Set version info and settings back to development mode
...
- Legacy-Id: 14838
2018-03-17 10:42:26 +00:00
Henrik Levkowetz
015cf048a7
Set version info to release version 6.75.2 before branching.
...
- Legacy-Id: 14836
2018-03-17 10:42:17 +00:00
Henrik Levkowetz
530fd3095f
Merged in [14830] from rjsparks@nostrum.com:
...
Simple coverage tests for ietf/secr/drafts/reports.py.
- Legacy-Id: 14833
Note: SVN reference [14830] has been migrated to Git commit e630793802
2018-03-16 11:41:13 +00:00
Henrik Levkowetz
9341f96832
Tweaked the document sanitizer to insert a charset meta tag after sanitization.
...
- Legacy-Id: 14832
2018-03-16 11:13:03 +00:00
Henrik Levkowetz
c3e05fd194
Fixed a mistaken change in session urls.
...
- Legacy-Id: 14831
2018-03-16 10:27:19 +00:00
Robert Sparks
e630793802
Simple coverage tests for ietf/secr/drafts/reports.py. Commit ready for merge.
...
- Legacy-Id: 14830
2018-03-15 23:11:43 +00:00
Henrik Levkowetz
e0b33fd9ca
Tweaked a test case to make it easier to get at failures.
...
- Legacy-Id: 14829
2018-03-15 13:47:32 +00:00
Henrik Levkowetz
b439c019a4
Whitespace fix.
...
- Legacy-Id: 14828
2018-03-15 13:46:30 +00:00
Henrik Levkowetz
c2016859a8
Made the materials_document() view function more robust in handling various materials document names.
...
- Legacy-Id: 14827
2018-03-15 13:45:54 +00:00
Henrik Levkowetz
37655a0410
Gave the 404 message a class which will make it easier to pick out the message during testing.
...
- Legacy-Id: 14826
2018-03-15 13:43:08 +00:00
Henrik Levkowetz
dedf681c2d
Updated the meeting materials document view to handle urls with revisions.
...
- Legacy-Id: 14825
2018-03-14 22:13:27 +00:00
Henrik Levkowetz
088b7bfa1e
Updated the meeting document href patterns in settings.py to reflect that we now have versioned agendas, minutes, and slides.
...
- Legacy-Id: 14824
2018-03-14 22:12:25 +00:00
Henrik Levkowetz
a04e187f0f
Removed some old debug print statements.
...
- Legacy-Id: 14823
2018-03-14 22:11:06 +00:00
Henrik Levkowetz
1fd4a4d1a7
Added session ical links to document lists (WG docs, search results, etc.) for documents on upcoming meeting agendas. Reduced the query and rendering times of document lists some more through additional prefetch_related().
...
- Legacy-Id: 14799
2018-03-14 19:16:50 +00:00
Henrik Levkowetz
98f64dfea4
Added result caching for the Person.email() method.
...
- Legacy-Id: 14797
2018-03-14 19:14:16 +00:00
Henrik Levkowetz
f7130529d6
Explanatory comment to self, after repeating the same search for where 'sql_queries' is made available to templates again ...
...
- Legacy-Id: 14796
2018-03-14 19:13:10 +00:00
Henrik Levkowetz
fdba464808
Added result caching for a couple of Document methods.
...
- Legacy-Id: 14795
2018-03-14 19:11:18 +00:00
Henrik Levkowetz
428c451692
Added a missing tag to the sanitizer whitelist (telling lxml's Cleaner to not clean style with style=False is apparently not always enough). Fixes issue #2470 .
...
- Legacy-Id: 14794
2018-03-14 18:52:11 +00:00
Henrik Levkowetz
24a5eab0b4
Added a debug import.
...
- Legacy-Id: 14793
2018-03-14 17:41:49 +00:00
Henrik Levkowetz
49f00b76ea
Set version info and settings back to development mode
...
- Legacy-Id: 14790
2018-03-14 11:04:32 +00:00
Henrik Levkowetz
46a261c2ae
Set version info to release version 6.75.1 before branching.
...
- Legacy-Id: 14788
2018-03-14 11:04:23 +00:00
Henrik Levkowetz
278d868d28
Added handling for when file magic doesn't return a definitive encoding for a file. Added a test case to excercise error cases.
...
- Legacy-Id: 14782
2018-03-13 16:45:50 +00:00
Henrik Levkowetz
8cc61e0cf7
Changed the meeting materials uploads to use the upload file encoding found by file-magic when decoding the upload content, and also return errors to the user if decoding the upload fails. Fixes issue #2469 . This will also have the benefit (since we're saving with utf-8 encoding after decoding) of having meeting materials consistently stored with a consistent encoding on the server.
...
- Legacy-Id: 14781
2018-03-13 14:00:51 +00:00
Henrik Levkowetz
8f4f50d5c4
Added a new argument encoding= to handle_upload_file() in order to be able to deal better with various upload encodings.
...
- Legacy-Id: 14780
2018-03-13 13:56:00 +00:00
Henrik Levkowetz
02105889b6
Tweaked the mime type validator so it can be called also when there's no required mime types.
...
- Legacy-Id: 14779
2018-03-13 13:54:04 +00:00
Henrik Levkowetz
07229b7406
Use an empty iterable instead of None in the valid upload mime-types settings when there's no required mime type, in order to simplify other code.
...
- Legacy-Id: 14778
2018-03-13 13:52:50 +00:00
Henrik Levkowetz
c4bb28325a
Feed back encoding information to the FileUploadForm when doing mime type validation, for later use in decoding.
...
- Legacy-Id: 14777
2018-03-13 13:51:00 +00:00
Henrik Levkowetz
2b52919c5e
Added sanitize_document() and replaced sanitize_html() with sanitize_fragment() in utils.html
...
- Legacy-Id: 14776
2018-03-13 13:21:41 +00:00
Henrik Levkowetz
6e9bb00f13
Changed html cleaning to differentiate between fragment cleaning and document cleaning. Added an lxml-based cleaner for document cleaning, also permitting <style> tags (but not external style sheets).
...
- Legacy-Id: 14775
2018-03-13 12:48:22 +00:00
Henrik Levkowetz
f3f77dce48
Changed order of arguments in a test assert for better error legibility.
...
- Legacy-Id: 14774
2018-03-13 12:38:53 +00:00
Henrik Levkowetz
9d65d46b8c
Set version info and settings back to development mode
...
- Legacy-Id: 14771
2018-03-12 15:01:34 +00:00
Henrik Levkowetz
2a3cf59410
Set version info to release version 6.75.0 before branching.
...
- Legacy-Id: 14769
2018-03-12 15:00:58 +00:00
Henrik Levkowetz
724f1ceccc
Added xmpp as an acceptable protocol in links when sanitizing.
...
- Legacy-Id: 14766
2018-03-12 13:17:41 +00:00
Henrik Levkowetz
5e147af541
Tweaked some icalendar urls to avoid collisions.
...
- Legacy-Id: 14765
2018-03-11 21:21:09 +00:00
Henrik Levkowetz
1954fc1d9f
Tweaked the iCalendar urls, and added a test for interim meeting iCalendar files.
...
- Legacy-Id: 14764
2018-03-10 18:06:54 +00:00
Henrik Levkowetz
a11cdd3b20
Expanded iCanendar generation to include interim meetings.
...
- Legacy-Id: 14763
2018-03-10 11:25:10 +00:00
Henrik Levkowetz
fac3053d48
Fixed an issue with the milestone edit changes.
...
- Legacy-Id: 14762
2018-03-09 21:27:58 +00:00
Henrik Levkowetz
cb051a7f59
Changed the handling of the milestone edit form to defer deletion if deletion is indicated together with other changes to the same milestone. Instead emit a warning, and ask for deletion without simultaneous changes to the milestone.
...
- Legacy-Id: 14761
2018-03-09 20:05:09 +00:00
Henrik Levkowetz
9287ce2b3b
If there are both milestone changes and a deletion marked for a milesone, show both 'Changed' and 'Deleted' labels on the review form.
...
- Legacy-Id: 14760
2018-03-09 20:03:34 +00:00
Henrik Levkowetz
e5bc9c2e9a
Removed the use of os.chdir() during patching, instead passing the found library path to the patcher.
...
- Legacy-Id: 14757
2018-03-09 17:54:24 +00:00
Henrik Levkowetz
229d84a144
Added a patch to patch.py to not change directories during patching.
...
- Legacy-Id: 14755
2018-03-09 17:51:40 +00:00
Henrik Levkowetz
3b7a191feb
Removed a debug print statement
...
- Legacy-Id: 14753
2018-03-09 15:49:25 +00:00
Henrik Levkowetz
2c0348cc7a
Found that django's urlize() does not deal well with adjacent parantheses. Replaced it with a filter based on bleach.linkify, which does better.
...
- Legacy-Id: 14752
2018-03-09 15:07:04 +00:00
Henrik Levkowetz
1df3c715d0
Replaced the use of (at least in Django 1.11) buggy urlize() with bleach.linkify(), to avoid some exceptions caused by malformed urlize output, exposed by the new sanitize_html(). Also removed some dead code.
...
- Legacy-Id: 14751
2018-03-09 12:00:15 +00:00
Henrik Levkowetz
cd10ba5669
Made some per-group and per-session iCalendar links show only if occurring in the future.
...
- Legacy-Id: 14750
2018-03-08 22:47:00 +00:00
Henrik Levkowetz
7ce7b62242
Added some warning ignore stanzas for django 2.0 deprecations related to libs.
...
- Legacy-Id: 14749
2018-03-08 22:45:30 +00:00
Henrik Levkowetz
1c7beb831f
Added individual session icalendar links on the group materials pages.
...
- Legacy-Id: 14746
2018-03-08 18:38:25 +00:00
Henrik Levkowetz
2fd344f810
Tweaks to handle text types better and make set operation clearer.
...
- Legacy-Id: 14745
2018-03-07 21:10:47 +00:00
Henrik Levkowetz
802f201d81
Modified the sanitizer and upload handler to strip also the content of some tags, and to produce valid files (if the content is otherwise valid).
...
- Legacy-Id: 14744
2018-03-07 19:00:24 +00:00
Henrik Levkowetz
6e5e50c78c
Added an error message for missing email in extracted author information during automated draft submission.
...
- Legacy-Id: 14743
2018-03-07 16:42:57 +00:00
Henrik Levkowetz
5964cdd880
Removed unused data.
...
- Legacy-Id: 14741
2018-03-07 08:24:43 +00:00
Henrik Levkowetz
51b5303191
Included mailing lists for groups in state 'bof' on the non-WG mailing list page, as that seems to match people's expectations better. Thiw was triggered by the observation that the 'iasa20' list was not listed on the page.
...
- Legacy-Id: 14740
2018-03-06 20:39:14 +00:00
Henrik Levkowetz
2828683cee
Replaced html sanitization code that called html5lib directly with calls to bleach, and upgraded the requirements to let us use the latest html5lib and bleach.
...
- Legacy-Id: 14739
2018-03-06 18:35:34 +00:00
Henrik Levkowetz
b92ad2f992
Added sanitization of uploaded html content for session agendas and minutes, and did some refactoring of the upload form classes.
...
- Legacy-Id: 14738
2018-03-06 15:55:30 +00:00
Henrik Levkowetz
27914a0a90
Limited the lenght of the ipr document summary to 128, in order to not produce overlong message subjects. Fixes a server 500 from 5 Mar 2018.
...
- Legacy-Id: 14737
2018-03-06 12:22:03 +00:00
Henrik Levkowetz
6cccabe03c
The datatracker /html/ URLs don't currently accept revision numbers. Fix the URL in the announcement email for the time being, and improve the urls in the upcoming revisit of htmlized draft pages.
...
- Legacy-Id: 14736
2018-03-05 21:57:08 +00:00
Henrik Levkowetz
28536bb293
Fixed a typo. Fixes issue #2466 .
...
- Legacy-Id: 14735
2018-03-05 21:37:22 +00:00
Henrik Levkowetz
430f313cec
Set version info and settings back to development mode
...
- Legacy-Id: 14733
2018-03-04 16:07:52 +00:00
Henrik Levkowetz
687d1e1466
Set version info to release version 6.74.0 before branching.
...
- Legacy-Id: 14731
2018-03-04 16:07:42 +00:00
Henrik Levkowetz
784f436ff9
Backed out part of the previous change.
...
- Legacy-Id: 14727
2018-03-03 19:48:30 +00:00
Henrik Levkowetz
5c6222f919
Updated settings.
...
- Legacy-Id: 14726
2018-03-03 18:33:53 +00:00
Henrik Levkowetz
ad2139dc8f
Fixed a settings typo.
...
- Legacy-Id: 14725
2018-03-03 18:30:19 +00:00
Henrik Levkowetz
91ee536322
Renamed some datetime fields from 'time' to 'modified', to match their semantics, and changed them to use auto_now=True. This should fix an issue with outdated timestamps on some meeting-related objects.
...
- Legacy-Id: 14724
2018-03-03 14:44:58 +00:00
Henrik Levkowetz
5573dc00d0
Find person by email during draft submission also if email case doesn't match.
...
- Legacy-Id: 14723
2018-03-02 21:27:13 +00:00
Henrik Levkowetz
4c6aa091b1
Added date information to the 'scheduled session' emails, and also a link to an ical file for the group sessions. Fixes issue #2461 .
...
- Legacy-Id: 14722
2018-03-02 16:43:56 +00:00
Henrik Levkowetz
578960c9f6
Tweaked some meeting-related admin classes for better search and display.
...
- Legacy-Id: 14721
2018-03-02 16:42:20 +00:00
Henrik Levkowetz
1d24c34f32
Added some CSS classes for use in the group meeting page.
...
- Legacy-Id: 14720
2018-03-02 16:41:28 +00:00
Henrik Levkowetz
3564ba18fa
Added a test for the per-group and per-session ical pages.
...
- Legacy-Id: 14719
2018-03-02 16:40:36 +00:00
Henrik Levkowetz
7820e3e3d8
Added links to per-session ical entries to the group meetings page and to draft pages, when a page shows sessions where a draft is on the agenda.
...
- Legacy-Id: 14718
2018-03-02 16:39:43 +00:00
Henrik Levkowetz
92864c233d
Refactored ical_agenda() to be more general. Added parameters and code to permit generation of per-group and per-session ical pages. Added url entries for per-group and per-session ical pages. Changed some parameter names to better reflect their semantics ('session'->'acronym').
...
- Legacy-Id: 14717
2018-03-02 16:37:58 +00:00
Henrik Levkowetz
770762ff99
Merged in [14715] from rjsparks@nostrum.com:
...
Make a more appropriate review message when a BoF has an initial charter under consideration. Fixes #2458 .
- Legacy-Id: 14716
Note: SVN reference [14715] has been migrated to Git commit 975522af35
2018-02-28 23:09:22 +00:00
Robert Sparks
975522af35
Make a more appropriate review message when a BoF has an initial charter under consideration. Fixes #2458 . Commit ready for merge.
...
- Legacy-Id: 14715
2018-02-28 20:54:56 +00:00
Henrik Levkowetz
de0c60884f
Added a missing pyflakes pragma.
...
- Legacy-Id: 14713
2018-02-28 16:58:35 +00:00
Henrik Levkowetz
28bd9eadda
Make sure that sessions listed in session scheduling notification emails are listed in time order. Fixes issue #2460 .
...
- Legacy-Id: 14712
2018-02-28 13:28:51 +00:00
Henrik Levkowetz
0800304b67
Added TeX escaping utility functions and template filters. Removed
...
html escaping and added TeX escaping for relevant parts of the bibtext
template. Fixes issue #2459 .
- Legacy-Id: 14711
2018-02-27 18:15:21 +00:00
Henrik Levkowetz
93633cd1e7
Removed an option which could disagree with memcached.
...
- Legacy-Id: 14710
2018-02-27 18:00:05 +00:00
Henrik Levkowetz
9ffe1e425a
Reverted unintentional commit
...
- Legacy-Id: 14709
2018-02-27 17:58:25 +00:00
Henrik Levkowetz
a5db4d00de
Updated PLAN
...
- Legacy-Id: 14708
2018-02-27 17:55:43 +00:00
Henrik Levkowetz
9a456b8b52
Set version info and settings back to development mode
...
- Legacy-Id: 14706
2018-02-26 15:03:50 +00:00
Henrik Levkowetz
be45e49aaa
Set version info to release version 6.73.0 before branching.
...
- Legacy-Id: 14704
2018-02-26 15:03:27 +00:00
Henrik Levkowetz
d0e6833ab3
Updated bower-managed static web assets
...
- Legacy-Id: 14701
2018-02-26 14:35:05 +00:00
Henrik Levkowetz
6e1d4d45d8
Added some missing migrations
...
- Legacy-Id: 14697
2018-02-25 20:08:37 +00:00
Henrik Levkowetz
1389775488
Added some missing migrations.
...
- Legacy-Id: 14696
2018-02-25 20:06:50 +00:00
Henrik Levkowetz
1ed8e967e7
Merged in ^/personal/henrik/6.72.1-django-1.11@14676: Upgrade to Django 1.11
...
- Legacy-Id: 14695
2018-02-25 19:55:16 +00:00
Henrik Levkowetz
dcbd28f048
Adjusted ordering for a number of meeting-related models to make the most relevant entries appear first in lists and drop-downs. Fixes issue #2457 .
...
- Legacy-Id: 14694
2018-02-23 22:12:53 +00:00
Henrik Levkowetz
ffb94fca76
Set version info and settings back to development mode
...
- Legacy-Id: 14692
2018-02-23 17:17:17 +00:00
Henrik Levkowetz
aac990906d
Set version info to release version 6.72.4 before branching.
...
- Legacy-Id: 14690
2018-02-23 17:16:54 +00:00
Henrik Levkowetz
00a97a47fe
Changed an exception handling to not depend on exceptions having a .msg element
...
- Legacy-Id: 14687
2018-02-23 14:48:18 +00:00
Henrik Levkowetz
8a9dcfc856
Call the xml2rfc parser with normalize=True, in alignment with xml2rfc internal use.
...
- Legacy-Id: 14686
2018-02-23 13:46:28 +00:00
Henrik Levkowetz
742ad090fc
Changed the floorplan short string from 2 to 3 characters, in order to support things like London Hilton Metropole's level -3E, 3rd lower ground floor East.
...
- Legacy-Id: 14685
2018-02-22 22:40:56 +00:00
Henrik Levkowetz
5192440c9e
Rewrote the head-of-rotation review assignment loop to guarantee that it will terminate. This should fix the 'gateway timeout' issues we've seen lately, when review request volume in some review teams have been such that multiple assignments to the head of queue members have triggered the issue.
...
- Legacy-Id: 14684
2018-02-22 22:18:19 +00:00
Henrik Levkowetz
ec22dfd09b
Set version info and settings back to development mode
...
- Legacy-Id: 14682
2018-02-22 18:33:46 +00:00
Henrik Levkowetz
4cb7160a75
Set version info to release version 6.72.3 before branching.
...
- Legacy-Id: 14680
2018-02-22 18:33:21 +00:00
Henrik Levkowetz
89cf68b7f1
Catch IOError exceptions when trying to apply patches
...
- Legacy-Id: 14677
2018-02-22 18:08:56 +00:00
Henrik Levkowetz
28d64fe593
Removed unused imports
...
- Legacy-Id: 14675
2018-02-22 00:14:03 +00:00
Henrik Levkowetz
71a9ffafc5
Changed allow_lazy to the @keep_lazy decorator.
...
- Legacy-Id: 14674
2018-02-22 00:13:32 +00:00
Henrik Levkowetz
1c265b5618
Added two new warning ignore statements and two new patches.
...
- Legacy-Id: 14672
2018-02-22 00:12:09 +00:00
Henrik Levkowetz
c3fb6450f7
Updated the mechanism to disable iteration trough all migrations when setting up test databases.
...
- Legacy-Id: 14671
2018-02-22 00:10:39 +00:00
Henrik Levkowetz
e859a556f7
Removed unused imports
...
- Legacy-Id: 14670
2018-02-22 00:06:24 +00:00
Henrik Levkowetz
19980de327
Fixed a bug in the queryset argument of a form field declaration.
...
- Legacy-Id: 14669
2018-02-22 00:05:46 +00:00
Henrik Levkowetz
dc90fa3940
Changed user.is_authenticated and .is_anonymous from method calls to attribute access.
...
- Legacy-Id: 14668
2018-02-22 00:03:30 +00:00
Henrik Levkowetz
6184170828
Changed import path from a deprecated path to the kosher one.
...
- Legacy-Id: 14667
2018-02-22 00:01:01 +00:00
Henrik Levkowetz
26bf387356
Replaced direct assignment to m2m fields with .clear() and .set()
...
- Legacy-Id: 14666
2018-02-21 23:58:25 +00:00
Henrik Levkowetz
36b5e2ef8e
Changed name from .rel to .remote_field for remote accessors.
...
- Legacy-Id: 14665
2018-02-21 23:56:36 +00:00
Henrik Levkowetz
a4768bb514
Removed unused imports. Added some explicit orderings to avoid pagination issues.
...
- Legacy-Id: 14664
2018-02-21 23:54:31 +00:00
Henrik Levkowetz
a7085715f5
Added some new patches, including a patch to patch.py to let us report when patching has happened.
...
- Legacy-Id: 14663
2018-02-21 23:47:57 +00:00
Henrik Levkowetz
06362ec046
Got rid of old migrations and created new initial migrations.
...
- Legacy-Id: 14662
2018-02-21 23:46:22 +00:00
Henrik Levkowetz
5638cf3da3
Changed all usage of ForeignKey and OneToOneFiled in model.py files to the compatibility versions from ietf.utils.models.
...
- Legacy-Id: 14661
2018-02-20 15:36:05 +00:00
Henrik Levkowetz
c760792339
Added proxy ForeignKey and OneToOneField classes which set the now required on_delete parameter on the fields to the legacy value.
...
- Legacy-Id: 14660
2018-02-20 15:33:20 +00:00
Henrik Levkowetz
cdc295bab8
Merged in [14655] from housley@vigilsec.com:
...
Strip the HTML tags around the new values in the mail produced by email_iesg_processing_document. Also, provide the previously missing URL at the end of the message. Fixes 2455.
- Legacy-Id: 14657
Note: SVN reference [14655] has been migrated to Git commit 6ea0881a89
2018-02-19 17:36:09 +00:00
Russ Housley
6ea0881a89
Strip the HTML tags around the new values in the mail produced by email_iesg_processing_document. Also, provide the previously missing URL at the end of the message. Fixes 2455.
...
- Legacy-Id: 14655
2018-02-18 20:40:49 +00:00
Henrik Levkowetz
6baf6e990d
Set version info and settings back to development mode
...
- Legacy-Id: 14653
2018-02-16 14:47:16 +00:00
Henrik Levkowetz
559e126814
Set version info to release version 6.72.2 before branching.
...
- Legacy-Id: 14651
2018-02-16 14:46:59 +00:00
Henrik Levkowetz
293f1967a2
Updated bower-managed static web assets
...
- Legacy-Id: 14647
2018-02-16 13:19:29 +00:00
Henrik Levkowetz
85db75739a
Added a patch for a faker problem with locale ro_RO names (default first_names from a region without first_names explicitly declared are returned as str instead of unicode under python 2.7, https://github.com/joke2k/faker/issues/684 )
...
- Legacy-Id: 14645
2018-02-16 13:13:40 +00:00
Henrik Levkowetz
838ad9cf44
Added page counts for open review requests on the reviewer assignment drop-downs of /group/*/reviews/manage/unassigned/. Fixes issue #2449 .
...
- Legacy-Id: 14644
2018-02-15 18:39:39 +00:00
Henrik Levkowetz
671ad54cc7
Work around mixed return types for get_meeting_schedule()
...
- Legacy-Id: 14643
2018-02-15 17:20:57 +00:00
Henrik Levkowetz
1825406695
Added a presence check before removing a list element. Addresses a 500 in unassigned review form POST.
...
- Legacy-Id: 14642
2018-02-14 14:32:33 +00:00
Henrik Levkowetz
d07411c62f
Fixed an issue which could arise when updating IPR declarations with no value for patent_info.
...
- Legacy-Id: 14638
2018-02-10 22:37:16 +00:00
Henrik Levkowetz
534b8898e9
The IPR disclosure form field for statement is too small to hold some of the existing statements. Incresed from 255 to 2000.
...
- Legacy-Id: 14637
2018-02-10 22:35:58 +00:00
Henrik Levkowetz
47e45c532b
Merged in [14634] from rjsparks@nostrum.com:
...
Simplified the view that lets the secretariat see and change timeslot types. Fixes #2313 .
- Legacy-Id: 14635
Note: SVN reference [14634] has been migrated to Git commit 012d51b63c
2018-02-09 18:15:01 +00:00
Robert Sparks
012d51b63c
Simplified the view that lets the secretariat see and change timeslot types. Fixes #2313 . Commit ready for merge.
...
- Legacy-Id: 14634
2018-02-09 17:05:11 +00:00
Henrik Levkowetz
b342051ba6
Set version info and settings back to development mode
...
- Legacy-Id: 14631
2018-02-09 10:13:23 +00:00
Henrik Levkowetz
3c24dee900
Set version info to release version 6.72.1 before branching.
...
- Legacy-Id: 14629
2018-02-09 10:13:15 +00:00
Henrik Levkowetz
ce5064b889
Merged in [14624] from rjsparks@nostrum.com:
...
Allow those people who could upload bluesheets for an interim to upload revised bluesheets. Fixes #2442 .
- Legacy-Id: 14626
Note: SVN reference [14624] has been migrated to Git commit 0306f0ad57
2018-02-08 13:30:45 +00:00
Henrik Levkowetz
a509ef00f1
Merged in [14623] from rjsparks@nostrum.com:
...
Take a different approach to avoiding the crash when a team secretary uses the bulk assignment form to unassign a request. Reverts r14570. Fixes #2443 .
- Legacy-Id: 14625
Note: SVN reference [14623] has been migrated to Git commit 7b89db153e
2018-02-08 02:08:14 +00:00
Robert Sparks
0306f0ad57
Allow those people who could upload bluesheets for an interim to upload revised bluesheets. Fixes #2442 . Commit ready for merge.
...
- Legacy-Id: 14624
2018-02-07 18:38:24 +00:00
Robert Sparks
7b89db153e
Take a different approach to avoiding the crash when a team secretary uses the bulk assignment form to unassign a request. Reverts r14570. Fixes #2443 . Commit ready for merge.
...
- Legacy-Id: 14623
2018-02-07 17:58:27 +00:00
Henrik Levkowetz
f3d94abefe
Re-worked create_proceedings_templates() so it does not blow up if it's run a second time for a given meeting.
...
- Legacy-Id: 14621
2018-02-07 11:59:46 +00:00
Henrik Levkowetz
3dd66eba65
Fixed an UnboundLocalError (only partial variable initialization) bug.
...
- Legacy-Id: 14620
2018-02-07 06:13:19 +00:00
Henrik Levkowetz
dd7853c7a3
Check line lenght before assuming there's a first character.
...
- Legacy-Id: 14619
2018-02-06 15:18:11 +00:00
Henrik Levkowetz
6d1ac046b5
Set version info and settings back to development mode
...
- Legacy-Id: 14616
2018-02-06 14:18:55 +00:00
Henrik Levkowetz
8a57b3b8a8
Set version info to release version 6.72.0 before branching.
...
- Legacy-Id: 14614
2018-02-06 14:18:44 +00:00
Henrik Levkowetz
a4cc4bba2e
Merged in ^/personal/henrik/6.68.4-ipr@14609 from henrik@levkowetz.com:
...
Changes to the IPR disclosure pages, requested during WG Chairs Lunch where the changes to IPR handling introduced by RFC8179 were presented.
- Legacy-Id: 14610
2018-02-01 15:41:34 +00:00
Henrik Levkowetz
8440caf957
Set version info and settings back to development mode
...
- Legacy-Id: 14607
2018-02-01 15:02:25 +00:00
Henrik Levkowetz
194ea6dd71
Set version info to release version 6.71.1 before branching.
...
- Legacy-Id: 14605
2018-02-01 15:02:15 +00:00
Henrik Levkowetz
ca77fd169d
Changed the menu entry for non-wg lists to point at our own page.
...
- Legacy-Id: 14602
2018-01-31 18:03:24 +00:00