Commit graph

126 commits

Author SHA1 Message Date
Patrick Altman
f3614fcf52 Merge branch 'master' of https://github.com/pyohio/symposion into pyohio-master
Conflicts:
	README.md
	symposion/boxes/urls.py
	symposion/cms/urls.py
	symposion/proposals/actions.py
	symposion/proposals/urls.py
	symposion/proposals/views.py
	symposion/reviews/tests.py
	symposion/reviews/urls.py
	symposion/reviews/views.py
	symposion/schedule/forms.py
	symposion/schedule/models.py
	symposion/schedule/views.py
	symposion/speakers/fixture_gen.py
	symposion/sponsorship/urls.py
	symposion/templates/cms/file_create.html
	symposion/templates/cms/file_index.html
	symposion/templates/conference/user_list.html
	symposion/templates/dashboard.html
	symposion/templates/emails/proposal_new_message/message.html
	symposion/templates/emails/proposal_updated/message.html
	symposion/templates/emails/speaker_addition/message.html
	symposion/templates/emails/speaker_invite/message.html
	symposion/templates/proposals/_pending_proposal_row.html
	symposion/templates/proposals/_proposal_fields.html
	symposion/templates/proposals/_proposal_row.html
	symposion/templates/proposals/proposal_cancel.html
	symposion/templates/proposals/proposal_detail.html
	symposion/templates/proposals/proposal_edit.html
	symposion/templates/proposals/proposal_speaker_manage.html
	symposion/templates/proposals/proposal_submit.html
	symposion/templates/reviews/_review_table.html
	symposion/templates/reviews/base.html
	symposion/templates/reviews/result_notification.html
	symposion/templates/reviews/result_notification_prepare.html
	symposion/templates/reviews/review_admin.html
	symposion/templates/reviews/review_assignment.html
	symposion/templates/reviews/review_detail.html
	symposion/templates/reviews/review_review.html
	symposion/templates/reviews/review_stats.html
	symposion/templates/schedule/_edit_grid.html
	symposion/templates/schedule/_grid.html
	symposion/templates/schedule/_slot_edit.html
	symposion/templates/schedule/presentation_detail.html
	symposion/templates/schedule/schedule_list.html
	symposion/templates/speakers/speaker_create.html
	symposion/templates/speakers/speaker_edit.html
	symposion/templates/speakers/speaker_profile.html
	symposion/templates/sponsorship/add.html
	symposion/templates/sponsorship/apply.html
	symposion/templates/sponsorship/detail.html
	symposion/templates/sponsorship/list.html
	symposion/templates/teams/team_detail.html
2014-12-15 16:07:37 -06:00
Patrick Altman
2f89311d42 Merge branch 'master' of https://github.com/KyivPy/symposion into KyivPy-master
Conflicts:
	symposion/cms/urls.py
	symposion/proposals/urls.py
	symposion/proposals/views.py
	symposion/reviews/urls.py
	symposion/schedule/urls.py
	symposion/sponsorship/urls.py
2014-12-15 15:26:57 -06:00
Volodymyr Hotsyk
fc4b1c4542 Updated urls to 1.6 2014-07-05 16:46:01 +03:00
David Ray
64a39b8706 resolve merge conflict 2014-03-14 15:12:16 -04:00
David Ray
5f27b01452 remove unecessary check 2014-02-28 12:17:48 -05:00
David Ray
4d1e9cf78e work on #6, needs tests 2014-02-28 10:55:54 -05:00
Rebecca Lovewell
280a2c2d20 Use {% load url from future %} in dashboard template
Using https://github.com/futurecolors/django-future-url
2014-01-15 09:36:49 -05:00
Rebecca Lovewell
b2f41b81f4 Use {% load url from future %} in team templates
Using https://github.com/futurecolors/django-future-url
2014-01-15 09:36:35 -05:00
Rebecca Lovewell
41aab58d7b Use {% load url from future %} in sponsorship templates
Using https://github.com/futurecolors/django-future-url
2014-01-15 09:36:35 -05:00
Rebecca Lovewell
9e2ceec7c4 Use {% load url from future %} in speakers templates
Using https://github.com/futurecolors/django-future-url
2014-01-15 09:36:35 -05:00
Rebecca Lovewell
76a5e08e2f Use {% load url from future %} in schedule templates
Using https://github.com/futurecolors/django-future-url
2014-01-15 09:36:35 -05:00
Rebecca Lovewell
4c912da4ac Use {% load url from future %} in reviews templates
Using https://github.com/futurecolors/django-future-url
2014-01-15 09:36:35 -05:00
Rebecca Lovewell
ed7278e926 Use {% load url from future %} in proposals templates
Using https://github.com/futurecolors/django-future-url
2014-01-15 09:36:15 -05:00
Rebecca Lovewell
935ec48032 Use {% load url from future %} in emails templates
Using https://github.com/futurecolors/django-future-url
2014-01-15 09:36:15 -05:00
Rebecca Lovewell
55d37c13bd Use {% load url from future %} in conference templates
Using https://github.com/futurecolors/django-future-url
2014-01-15 09:36:15 -05:00
Rebecca Lovewell
8857e7b760 Use {% load url from future %} in cms templates
Using https://github.com/django-future-url
2014-01-15 09:36:15 -05:00
Luke Hatcher
d93bd38758 don't assume category on presentations 2013-07-03 16:08:33 -04:00
florapdx
9911a68a7a removed block for template tag user_reviewed 2013-04-29 14:11:55 -07:00
florapdx
c3404459e1 added markup to render new all, user reviewed, and user not-reviewed pages 2013-04-29 14:06:25 -07:00
florapdx
f136a7c13b added code in review_section iterator to add links to all, user reviewed, and user not-reviewed 2013-04-29 14:05:27 -07:00
florapdx
f1b37c9833 add markup for listing proposals user has yet to review 2013-04-25 15:39:15 -07:00
Luke Hatcher
9c68e4c326 use section name instead of section for box slugs 2013-01-29 06:11:34 -05:00
Luke Hatcher
adc01c3e0b add schedule specific boxes 2013-01-29 06:03:49 -05:00
Luke Hatcher
daf145f987 include section name in schedule view 2013-01-29 03:14:56 -05:00
Steve Holden
8afa17b1c1 Update symposion/templates/sponsorship/_sponsor_link.html
Improved reference format and used pk rather than id 
- thanks to trbs for the suggestion
2013-01-21 09:20:11 -08:00
Steve Holden
2e7f8259d8 Add ids to sponsor images to allow linking to each sponsor's entry. 2013-01-21 00:08:05 -08:00
Luke Hatcher
a8e33f14ea Merge pull request #16 from mattsenate/master
FF AdBlocker Bug Fix and README Update
2012-12-19 23:01:45 -08:00
Luke Hatcher
96541b968f tweak email 2012-12-20 01:53:56 -05:00
Luke Hatcher
da4848f307 add link to delete reviews 2012-12-20 01:53:44 -05:00
Luke Hatcher
8cc9603814 add caching to schedule templates 2012-12-20 01:52:45 -05:00
Luke Hatcher
c1ff1546fe show all speakers of a presentation 2012-12-20 01:51:52 -05:00
Luke Hatcher
2a68242a54 add overall conference schedule 2012-12-20 01:49:32 -05:00
Luke Hatcher
50fa632127 update schedule templates 2012-12-19 23:59:48 -05:00
Luke Hatcher
d708b5539e fix rowspan in schedule templates 2012-12-14 04:26:28 -05:00
James Tauber
73179635ef fixed typo in speaker manage template 2012-11-11 09:11:54 -05:00
Brian Rosner
0627f5c3ea fixed content_override on public schedule 2012-10-26 16:03:50 -06:00
Brian Rosner
c09f887e72 added markitup on Slot content override 2012-10-26 16:01:01 -06:00
Brian Rosner
19d826ad00 added ability to edit non-talk slots 2012-10-26 15:32:03 -06:00
James Tauber
c38eb7de96 Merge pull request #14 from NelleV/trans
translation on proposal templates
2012-10-26 08:14:03 -07:00
Brian Rosner
d7ac510555 Added Slot.content_override
Slots can now be controlled through content_override if custom content is
needed in non-talk slots.
2012-10-24 23:21:20 -06:00
Luke Hatcher
4c385bafd5 switch to using pk for profile creation 2012-10-24 23:59:30 -04:00
mattsenate
c6d0e06c94 changes body class sponsors --> sponsorship to handle addblocker firefox bug 2012-10-20 16:59:10 -07:00
James Tauber
26f7503257 updated dashboard to allow sponsor details to be edited before approval 2012-10-18 13:54:26 -04:00
James Tauber
0f32fdcb74 allow staff to add sponsors directly via interface 2012-10-18 12:38:03 -04:00
James Tauber
89fb12f72f implemented general file upload 2012-10-18 02:43:00 -04:00
James Tauber
347617ead3 added user list and ability for staff to create speaker profiles 2012-10-12 00:48:48 -04:00
James Tauber
9e794bd66a implemented speaker profiles 2012-10-11 23:55:49 -04:00
Luke Hatcher
7a8c560a1b remove track from review title 2012-10-06 21:30:56 -04:00
Luke Hatcher
cc032da288 include user rating in reviews 2012-10-03 18:41:35 -04:00
Luke Hatcher
1abf1ca230 only use body outer so we can reliably wrap all pages in an outside container 2012-10-03 18:41:35 -04:00