677 Commits (main)
 

Author SHA1 Message Date
Julien Palard 035a1a16c3
Bump to Django 4. 2 months ago
Mindiell 016a762e83 fix: Added participant name on page title. Closes #12 2 months ago
Mindiell 4b34081457 fix: Separate accepted talks from canceled ones. Help #13 2 months ago
Mindiell 1085cd497c fix: Add talk status on speaker page. Closes #14 2 months ago
Julien Palard c88cc3e2a2 Give hint in error message. 3 months ago
Julien Palard d7bb1d77f5 Validate phone numbers 3 months ago
Julien Palard 787bc67794 Merge pull request 'Correction d'erreurs de langue' (#6) from fleborne/PonyConf:fix-spelling into main
Reviewed-on: #6
4 months ago
François Leborne 5d1af61b0a Update .mo file 4 months ago
François Leborne 713c777e81 Make messages: fix messages 4 months ago
François Leborne 975e5d4784 Make messages: update line numbers 4 months ago
Julien Palard 3fa8a61656
fix: 'NoneType' object has no attribute 'get_full_name'. Closes #10 4 months ago
François Leborne d80bafc0c6 Fix grammar 4 months ago
François Leborne c33260c31f Fix grammar 4 months ago
François Leborne b4bf7d182a Remove 's' at the end of 'information' 4 months ago
François Leborne 2b05eb3c69 Fix title spelling 4 months ago
Julien Palard 9292862fe4
Add jquery.cookie to static files. 4 months ago
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>
4 months ago
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'])
4 months ago
Julien Palard 074bbbf495
Tell about addiste managment command in the doc. 7 months ago
Julien Palard ff94b6e102
Fixing footer link (and proofreading around them) 7 months ago
Julien Palard 87c8da1a9e
addist: Allow to be called with an exisitng site. 7 months ago
Julien Palard cb93534a9e
Add a management command to create a site. 7 months ago
Julien Palard 2858f25e22
Import node_modules (was a git submodule). 7 months ago
Julien Palard 852a2e0353
Drop submodule. 7 months ago
Élie Bouttier 43498d50db Update dev requirements 3 years ago
Élie Bouttier ef07664dee Maintenance update
* Upgrade to django 3.1
* Upgrade dependencies
* Remove django-bower
* Add favicon
* Fix bugs from unit tests
3 years ago
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
4 years ago
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>
4 years ago
Élie Bouttier 0f148c89ce
Merge pull request #117 from pilou-/html_add_event_id
HTML output: add 'id' attribute foreach event
4 years ago
Pierre-Louis Bonicoli d218fdc27b
HTML output: add 'id' attribute foreach event 4 years ago
Guilhem Saurel a3d429d738 update requirements: django-autoslug is maintained again 4 years ago
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.
4 years ago
Élie Bouttier 6fcafd6544 Update translations 4 years ago
Élie Bouttier d7b1315a2e
Merge pull request #115 from mscherer/fix_english
Fix english spelling
4 years ago
Élie Bouttier 5819b52228
Merge pull request #116 from mscherer/fix_english_2
Fix typo
4 years ago
Élie Bouttier 044d1c109f
Merge pull request #113 from JulienPalard/fr
fr: String formatting: eating an s.
4 years ago
Michael Scherer 9891ba3cf1 Fix typo 4 years ago
Michael Scherer ca55b19d30 Fix english spelling 4 years ago
Julien Palard d2c1238e19 fr: String formatting: eating an s. 4 years ago
Élie Bouttier 8ae814b17c add path for schedule eviction view 4 years ago
Élie Bouttier 8d10c2c041 fix tags filtering in public/staff programs 4 years ago
Élie Bouttier 3d33955031
Merge pull request #112 from JulienPalard/fr
FIX: String formatting eating an 's'.
4 years ago
Julien Palard d832b57e68 FIX: String formatting eating an 's'. 4 years ago
Lionel Porcheron e462fb4bc4 Update requirements.txt 4 years ago
Élie Bouttier 87d9b070c0 add end of conference date 4 years ago
Élie Bouttier 1af6ada49d volunteers: filter activities per conference 5 years ago
Élie Bouttier 111e5241c7 add acceptances disclosure date field in conference form 5 years ago
Élie Bouttier 486e3c37d2 Revert "Fix talk acknowledgement"
This reverts commit 8205849c12.
5 years ago
Lionel Porcheron 8205849c12 Fix talk acknowledgement 5 years ago
Élie Bouttier 3e2e66fc1b fix talk action issue 5 years ago