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
|
cc9ef7a5f5
|
Added a show_caller() method to debug.py
- Legacy-Id: 15005
|
2018-04-04 17:09:21 +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
|
7d4cb5be59
|
Found additional pip versions that are broken. Limiting pip to 9.0.1 for now.
- Legacy-Id: 15003
|
2018-04-04 13:10:46 +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
|
70a1af87f6
|
Changelog entry for 6.77.1
- Legacy-Id: 14997
|
2018-04-02 11:55:08 +00:00 |
|
Henrik Levkowetz
|
fa97c783f7
|
Code coverage data for release 6.77.1
- Legacy-Id: 14996
|
2018-04-02 11:54:57 +00:00 |
|
Henrik Levkowetz
|
ea0a4666d3
|
- Legacy-Id: 14995
|
2018-04-02 11:38:43 +00:00 |
|
Henrik Levkowetz
|
7545230ca5
|
Added an item for transition from bower to yarn. Some packages are phasing out bower support, and yarn is gaining wider acceptance as web asset package manager.
- Legacy-Id: 14994
|
2018-04-02 11:38: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
|
7bb8ce55a6
|
Fixed an issue with the image cleanup at the end of docker/run
- Legacy-Id: 14992
|
2018-04-02 09:25:14 +00:00 |
|
Henrik Levkowetz
|
f47e5ccf81
|
Updated requirement for decorator
- Legacy-Id: 14991
|
2018-04-02 09:24:24 +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
|
1bbe5cf9ef
|
Added a guard to bin/mkpatch to avoid overwriting existing patches.
- Legacy-Id: 14983
|
2018-04-01 15:19:48 +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
|
9d389b0786
|
Changelog entry for 6.77.0
- Legacy-Id: 14978
|
2018-03-30 19:11:56 +00:00 |
|
Henrik Levkowetz
|
8cffb74497
|
Code coverage data for release 6.77.0
- Legacy-Id: 14977
|
2018-03-30 19:11:48 +00:00 |
|
Henrik Levkowetz
|
1132bc27bf
|
Intermediate release coverage.
- Legacy-Id: 14976
|
2018-03-30 18:48:48 +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
|
2b5315f89e
|
Fixed a typo.
- Legacy-Id: 14968
|
2018-03-29 11:06:14 +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
|
4968b36437
|
Changelog entry for 6.76.2
- Legacy-Id: 14957
|
2018-03-28 20:54:54 +00:00 |
|
Henrik Levkowetz
|
d6ff067ecb
|
Code coverage data for release 6.76.2
- Legacy-Id: 14956
|
2018-03-28 20:54:41 +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 |
|