.. |
management
|
Updates and bugfixes to the agenda editing features
|
2014-04-01 22:17:18 +00:00 |
migrations
|
Modified the code which adds non-session entries to a schedule so as to bind a Session object also to Break and Registration timeslots, through the Schedule/Timeslot/Session m2m table. This makes the agenda templates work as expected. There's also a migration and a standalone script that fills in this information for existing schedules.
|
2014-06-30 17:05:40 +00:00 |
templatetags
|
Removed the ams_filters template tag file from the meeting app -- it was a copy of the ams_filters under secr/, and masked it.
|
2013-10-22 19:01:18 +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 django-admin support for meeting.ScheduledSession
|
2014-06-30 19:12:34 +00:00 |
ajax.py
|
Updates and bugfixes to the agenda editing features
|
2014-04-01 22:17:18 +00:00 |
feeds.py
|
Made ietf/meeting pyflakes-clean. Removed some debug-related dead code.
|
2014-03-15 18:57:07 +00:00 |
helpers.py
|
Changed the logic for what is the 'current' ietf meeting to disregard whether there's an agenda for the meeting or not. This lets people see the correct session request page for the current meeting. However, it also makes the /meeting/agenda.html page fail because there's no schedule associated with the meeting; so alternative pages saying 'No agenda available' has been added, too.
|
2014-04-25 13:14:53 +00:00 |
models.py
|
Merged in [7935] from liudapeng@chinamobile.com:
|
2014-06-26 19:56:34 +00:00 |
placement.py
|
Updates and bugfixes to the agenda editing features
|
2014-04-01 22:17:18 +00:00 |
test_data.py
|
Updates and bugfixes to the agenda editing features
|
2014-04-01 22:17:18 +00:00 |
tests_api.py
|
Patch from mcr@sandelman.ca: Correct the post data of a meeting test case.
|
2014-06-02 21:40:42 +00:00 |
tests_js.py
|
Merged in [8137] from rjsparks@nostrum.com:
|
2014-07-20 14:54:47 +00:00 |
tests_views.py
|
Merged in [7561] from rjsparks@nostrum.com:
|
2014-04-22 21:34:23 +00:00 |
timedeltafield.py
|
Fixed incorrect except statement syntax.
|
2013-10-30 21:21:28 +00:00 |
urls.py
|
Updates and bugfixes to the agenda editing features
|
2014-04-01 22:17:18 +00:00 |
views.py
|
Merged in [8209] from rjsparks@nostrum.com:\n Fixed several places where files were not being closed.
|
2014-09-16 19:48:30 +00:00 |