.. |
fixtures
|
Merge forward Ryan's IETF Overview pages. Commit ready for merge.
|
2016-08-24 17:20:54 +00:00 |
management
|
Moved forward to 6.7.2.dev0 the changes to rename class ScheduledSession to the more correct (but unfortunately also cumbersome) SchedTimeSessAssignment, and rename reverse relationships involving this class appropriately. Accompanying changes in javascript and templates. Migrations to match.
|
2015-10-26 22:45:26 +00:00 |
migrations
|
New version of pytz, new choices for the meeting timezone form.
|
2016-10-17 18:05:55 +00:00 |
templatetags
|
Merged in [11780] from rjsparks@nostrum.com:
|
2016-08-17 22:52:11 +00:00 |
.gitignore
|
not sure why svn is being stupid here..this commit is worthless, and probably will fail
|
2007-05-09 22:04:05 +00:00 |
__init__.py
|
Adding copyright notices to all python files
|
2007-06-27 21:16:34 +00:00 |
admin.py
|
Added model UrlResource with FK to Room
|
2016-07-13 13:07:20 +00:00 |
ajax.py
|
Reverted one instance of caching, as it seems schedules can change owners.
|
2016-10-13 19:51:10 +00:00 |
factories.py
|
Repaired a max string vs max int bug in MeetingFactory. Commit ready for merge.
|
2016-09-21 21:56:37 +00:00 |
feeds.py
|
Updated a bunch of links from http: to https: based on a patch from lars@netapp.com.
|
2015-04-24 21:47:12 +00:00 |
forms.py
|
Fix issue where interim meeting request form didn't list research groups when user was a working group chair and a research group chair. Commit ready for merge.
|
2016-10-04 23:42:18 +00:00 |
helpers.py
|
Changes interim announcements and interim cancellation announcements to use mailtriggers. Adds irtf-announce to announcements for IRTF groups. Fixes #2018. Commit ready for merge.
|
2016-10-07 15:05:47 +00:00 |
models.py
|
Added caching to avoid calling the meat of each of the Session minutes(), recordings(), bluesheets(), slides(), drafts() methods more than once per session. This removes another 3*#sessions sql queries when the materials are all in place (less when the first invocation reurns nothing).
|
2016-10-26 19:17:41 +00:00 |
placement.py
|
Moved forward to 6.7.2.dev0 the changes to rename class ScheduledSession to the more correct (but unfortunately also cumbersome) SchedTimeSessAssignment, and rename reverse relationships involving this class appropriately. Accompanying changes in javascript and templates. Migrations to match.
|
2015-10-26 22:45:26 +00:00 |
resources.py
|
Change the cache key construction to deal with query arguments containing spaces. Fixes 500 errors which would otherwise occur.
|
2016-09-25 13:53:22 +00:00 |
test_data.py
|
Changes interim announcements and interim cancellation announcements to use mailtriggers. Adds irtf-announce to announcements for IRTF groups. Fixes #2018. Commit ready for merge.
|
2016-10-07 15:05:47 +00:00 |
tests_api.py
|
Reverted one instance of caching, as it seems schedules can change owners.
|
2016-10-13 19:51:10 +00:00 |
tests_js.py
|
Merged in ^/branch/proceedings/6.33.1.dev0 from rjsparks@nostrum.com and rcross@amsl.com. This provides new ietf meeting proceedings pages.
|
2016-09-23 17:33:43 +00:00 |
tests_views.py
|
Added a test for meeting/agenda-utc.
|
2016-10-21 14:02:49 +00:00 |
timedeltafield.py
|
Added a pylint rc-file, and fixed or silenced a number of issues found by pylint using the settings .pylintrc (which enable only error checking).
|
2016-09-08 14:48:59 +00:00 |
urls.py
|
Add meeting proceedings introduction pages: Progress Report and Attendees. Commit ready for merge.
|
2016-10-10 21:21:02 +00:00 |
utils.py
|
Refactor Proceedings Introduction pages tests and implementation. Commit ready for merge
|
2016-10-13 23:31:03 +00:00 |
views.py
|
Removed caching of the materials page (edit buttons are different for different users), and used select_related() and code re-write to reduce the sql query count from ~1900 to ~600, query time from ~2s to ~0.5s. More can be done, but the page response time is more acceptable now.
|
2016-10-26 19:06:06 +00:00 |