Commit Graph

661 Commits

Author SHA1 Message Date
Julien Palard 9698325e14
Add jquery.cookie.js
As it's used:

cfp/templates/cfp/admin/homepage.html:<script src="{% static 'jquery.cookie/jquery.cookie.js' %}"></script>
cfp/templates/cfp/staff/speaker_email.html:<script src="{% static 'jquery.cookie/jquery.cookie.js' %}"></script>
cfp/templates/cfp/staff/talk_email.html:<script src="{% static 'jquery.cookie/jquery.cookie.js' %}"></script>
cfp/templates/cfp/staff/volunteer_email.html:<script src="{% static 'jquery.cookie/jquery.cookie.js' %}"></script>
2023-01-21 17:30:21 +01:00
Julien Palard 72ca9ba572
Revert "HTML output: add 'id' attribute foreach event"
This reverts commit d218fdc27b.

Because an event has no id:

    Event = namedtuple('Event', ['talk', 'row', 'rowcount'])
2023-01-21 13:03:00 +01:00
Julien Palard 074bbbf495
Tell about addiste managment command in the doc. 2022-10-21 08:50:49 +02:00
Julien Palard ff94b6e102
Fixing footer link (and proofreading around them) 2022-10-21 06:54:56 +02:00
Julien Palard 87c8da1a9e
addist: Allow to be called with an exisitng site. 2022-10-20 23:23:15 +02:00
Julien Palard cb93534a9e
Add a management command to create a site. 2022-10-20 23:10:19 +02:00
Julien Palard 2858f25e22
Import node_modules (was a git submodule). 2022-10-20 20:40:58 +02:00
Julien Palard 852a2e0353
Drop submodule. 2022-10-20 20:37:28 +02:00
Élie Bouttier 43498d50db Update dev requirements 2020-08-09 16:27:57 +02:00
Élie Bouttier ef07664dee Maintenance update
* Upgrade to django 3.1
* Upgrade dependencies
* Remove django-bower
* Add favicon
* Fix bugs from unit tests
2020-08-09 16:24:42 +02:00
Guilhem Saurel c827c2f4d9
Merge pull request #118 from PonyConf/dependabot/pip/django-2.2.8
Bump django from 2.2.7 to 2.2.8
2019-12-05 08:41:32 +01:00
dependabot[bot] 4b9c7aea5d
Bump django from 2.2.7 to 2.2.8
Bumps [django](https://github.com/django/django) from 2.2.7 to 2.2.8.
- [Release notes](https://github.com/django/django/releases)
- [Commits](https://github.com/django/django/compare/2.2.7...2.2.8)

Signed-off-by: dependabot[bot] <support@github.com>
2019-12-04 22:04:43 +00:00
Élie Bouttier 0f148c89ce
Merge pull request #117 from pilou-/html_add_event_id
HTML output: add 'id' attribute foreach event
2019-11-19 22:01:07 +01:00
Pierre-Louis Bonicoli d218fdc27b
HTML output: add 'id' attribute foreach event 2019-11-18 09:08:10 +01:00
Guilhem Saurel a3d429d738 update requirements: django-autoslug is maintained again 2019-11-11 19:13:53 +01:00
Guilhem Saurel f0aafb3ca9 load static instead of staticfiles
From release notes in 2.1:
> {% load staticfiles %} and {% load admin_static %} are deprecated in favor of {% load static %}, which works the same.
2019-11-11 19:05:54 +01:00
Élie Bouttier 6fcafd6544 Update translations 2019-11-02 13:09:09 +01:00
Élie Bouttier d7b1315a2e
Merge pull request #115 from mscherer/fix_english
Fix english spelling
2019-11-02 12:54:08 +01:00
Élie Bouttier 5819b52228
Merge pull request #116 from mscherer/fix_english_2
Fix typo
2019-11-02 12:53:50 +01:00
Élie Bouttier 044d1c109f
Merge pull request #113 from JulienPalard/fr
fr: String formatting: eating an s.
2019-11-02 12:53:01 +01:00
Michael Scherer 9891ba3cf1 Fix typo 2019-11-02 10:20:46 +01:00
Michael Scherer ca55b19d30 Fix english spelling 2019-11-02 10:18:54 +01:00
Julien Palard d2c1238e19 fr: String formatting: eating an s. 2019-10-07 21:23:28 +02:00
Élie Bouttier 8ae814b17c add path for schedule eviction view 2019-10-06 23:43:00 +02:00
Élie Bouttier 8d10c2c041 fix tags filtering in public/staff programs 2019-10-06 22:08:12 +02:00
Élie Bouttier 3d33955031
Merge pull request #112 from JulienPalard/fr
FIX: String formatting eating an 's'.
2019-10-06 21:45:02 +02:00
Julien Palard d832b57e68 FIX: String formatting eating an 's'. 2019-10-06 09:57:25 +02:00
Lionel Porcheron e462fb4bc4 Update requirements.txt 2019-09-09 17:03:05 +02:00
Élie Bouttier 87d9b070c0 add end of conference date 2019-06-08 13:02:19 +02:00
Élie Bouttier 1af6ada49d volunteers: filter activities per conference 2018-10-23 21:31:43 +02:00
Élie Bouttier 111e5241c7 add acceptances disclosure date field in conference form 2018-10-14 21:09:58 +02:00
Élie Bouttier 486e3c37d2 Revert "Fix talk acknowledgement"
This reverts commit 8205849c12.
2018-10-14 21:02:22 +02:00
Lionel Porcheron 8205849c12 Fix talk acknowledgement 2018-10-12 14:52:01 +02:00
Élie Bouttier 3e2e66fc1b fix talk action issue 2018-07-12 19:27:05 +02:00
Élie Bouttier 185920a0df improve emails templates 2018-07-12 16:43:00 +02:00
Élie Bouttier 0122f0b1d1 fix talk acceptation confirmation
Send mail notification to speakers instead of commenting the talk as it was before
this commit.
2018-01-24 15:51:54 +01:00
Élie Bouttier 003e24cec7 fix regression 2018-01-24 11:09:25 +01:00
Élie Bouttier 0434a4514d fix speaker & volunteer mails 2017-12-19 17:05:48 +01:00
Élie Bouttier 1c39923fd7 add missing code to handle volunteer emails 2017-12-19 17:05:48 +01:00
Élie Bouttier 73778e8e64 templated email to a list of volunteers 2017-12-19 17:05:48 +01:00
Élie Bouttier 41ea5bbb62 add missing migrations 2017-12-19 17:05:48 +01:00
Élie Bouttier 9c7cbf5ae9 one mail per speaker from talks list 2017-12-19 17:05:48 +01:00
Élie Bouttier 277f54c0b8 i18n 2017-12-19 17:05:48 +01:00
Élie Bouttier 3710c6c708 templated emails to a list of speakers 2017-12-19 17:05:48 +01:00
Élie Bouttier 47ea352998 i18n 2017-12-19 17:05:48 +01:00
Élie Bouttier b4cfc5bf7b update requirements.txt (jinja2) 2017-12-19 17:05:48 +01:00
Élie Bouttier aa8d4b3984 templated email to all speakers of a list of talks 2017-12-19 17:05:48 +01:00
Élie Bouttier 6cbbb6bd1f django 2.0 2017-12-19 17:05:48 +01:00
Élie Bouttier c5af037435 doc: add new conference guide (WIP) 2017-12-19 17:05:48 +01:00
Élie Bouttier 9b4340562a test volunteer profile edit 2017-12-19 17:05:48 +01:00