.. |
fixtures
|
Updated the proceedings_templates fixture to provide the base proceedings template needed by tests, instead of a copy already instantiated for a specific meeting.
|
2016-12-05 12:55:20 +00:00 |
management
|
Merged in ^/trunk@17617.
|
2020-04-14 17:11:51 +00:00 |
migrations
|
Added a migration for updated timezone names and added validation for sechedule names.
|
2020-05-01 08:45:43 +00:00 |
templatetags
|
Removed all __future__ imports.
|
2020-03-05 23:53:42 +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
|
Removed all __future__ imports.
|
2020-03-05 23:53:42 +00:00 |
ajax.py
|
Turn sessions into regular sessions and non-sessions into misc.
|
2019-12-06 20:02:26 +00:00 |
factories.py
|
Removed all __future__ imports.
|
2020-03-05 23:53:42 +00:00 |
feeds.py
|
Removed all __future__ imports.
|
2020-03-05 23:53:42 +00:00 |
forms.py
|
Allow IAB programs to use normal meeting mechanics. Fixes #2970. Commit ready for merge.
|
2020-05-08 21:11:25 +00:00 |
helpers.py
|
Add /meeting/<num>/agenda pages to the slowpages cache. While I was in the template, I also did a recent ticket. Fixes #2992.
|
2020-05-21 14:42:37 +00:00 |
models.py
|
With the draft submission cutoff date before a meeting set to the meeting start date (with the intention to have no blackout), the fact that submission re-open time is midnight _local_ time led to a blackout period of a few hours after midnight UTC for meeting timezones with midnight later than UTC. Changed this to give no blackout time when cutoff-date == meeting.date
|
2020-06-17 18:04:03 +00:00 |
resources.py
|
Removed an API meeting resource field which is not present in the database any more.
|
2020-06-08 19:21:50 +00:00 |
test_data.py
|
A little less waste creating meeting/interim test data. Commit ready for merge.
|
2020-06-19 21:45:15 +00:00 |
tests_api.py
|
Merged in ^/trunk@17617.
|
2020-04-14 17:11:51 +00:00 |
tests_js.py
|
Disabled a test that is unreliable under Django 2.
|
2020-05-14 15:57:21 +00:00 |
tests_views.py
|
A little less waste creating meeting/interim test data. Commit ready for merge.
|
2020-06-19 21:45:15 +00:00 |
urls.py
|
Renamed some view funtions for consistency. Almost all .json enpoints were named *_json(), but not all. Fixed in this commit, together with the equivalent renaiming for one .ical endpoint.
|
2020-05-20 14:19:37 +00:00 |
utils.py
|
Updated meeting attendance and nomcom eligibility calculations to take the MeetingRegistration.attendance flag into account.
|
2020-06-09 21:00:07 +00:00 |
views.py
|
Merged in [17864] from housley@vigilsec.com:
|
2020-05-21 22:36:24 +00:00 |