Commit Graph

681 Commits

Author SHA1 Message Date
Mindiell 9b629cb80b feat: Language added for talks. Closing #28 2024-02-26 08:56:14 +00:00
Mindiell 9a06cd81a1 fix: Hide actual votes when voting in order not to reveal too much; visibility can be toggled. Closes #24 2024-02-26 08:55:03 +00:00
Mindiell 16534bf41f Separation of status and score in order to be able to sort on score. Closes #22 2024-02-26 08:54:39 +00:00
Mindiell 11a5738731 fix: Added talk's score in CSV export. Closes #23 2024-02-26 08:54:10 +00:00
Julien Palard 035a1a16c3
Bump to Django 4. 2023-03-30 14:55:40 +02:00
Mindiell 016a762e83 fix: Added participant name on page title. Closes #12 2023-03-19 17:36:20 +00:00
Mindiell 4b34081457 fix: Separate accepted talks from canceled ones. Help #13 2023-03-19 17:32:19 +00:00
Mindiell 1085cd497c fix: Add talk status on speaker page. Closes #14 2023-03-19 14:18:21 +00:00
Julien Palard c88cc3e2a2 Give hint in error message. 2023-03-16 09:47:14 +00:00
Julien Palard d7bb1d77f5 Validate phone numbers 2023-03-16 09:47:14 +00:00
Julien Palard 787bc67794 Merge pull request 'Correction d'erreurs de langue' (#6) from fleborne/PonyConf:fix-spelling into main
Reviewed-on: #6
2023-01-30 21:47:16 +00:00
François Leborne 5d1af61b0a Update .mo file 2023-01-30 14:54:45 +01:00
François Leborne 713c777e81 Make messages: fix messages 2023-01-30 14:50:05 +01:00
François Leborne 975e5d4784 Make messages: update line numbers 2023-01-30 14:46:20 +01:00
Julien Palard 3fa8a61656
fix: 'NoneType' object has no attribute 'get_full_name'. Closes #10 2023-01-29 22:16:58 +01:00
François Leborne d80bafc0c6 Fix grammar 2023-01-22 18:53:19 +01:00
François Leborne c33260c31f Fix grammar 2023-01-22 18:31:49 +01:00
François Leborne b4bf7d182a Remove 's' at the end of 'information' 2023-01-22 18:11:14 +01:00
François Leborne 2b05eb3c69 Fix title spelling 2023-01-22 17:43:00 +01:00
Julien Palard 9292862fe4
Add jquery.cookie to static files. 2023-01-21 17:37:49 +01:00
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