Commit graph

311 commits

Author SHA1 Message Date
3d38bb56c0 Populate the changelog and bump the version to 1.3.0 2024-11-05 11:00:21 +00:00
Ploc
99db86153d refactor: change license file from text to markdown
Change license file from text to markdown as markdown adds some markup that makes it easier to read than text.
2024-11-02 15:04:01 +00:00
Ploc
8741d6d9b6 fix: license text
Copy license text from https://www.gnu.org/licenses/agpl-3.0.txt
2024-11-02 15:04:01 +00:00
xmeunier
c0c2d40286 Fix change-password and Connect buttons 2024-10-29 22:17:52 +01:00
28290f20de
Fix the password reset form
Django crispy is bow using a filter rather than a tag.

Using the `crispy` tag resulted in two imbricated forms being
generated, and a broken "send" button.
2024-10-27 23:18:58 +01:00
xmeunier
44a2c20f95 Simpler solution to prevent unitended OrderAuthor 2024-10-20 15:06:10 +02:00
mobilinux
84dadd9147 Prevent inintended creation of OrderAuthor before ordering
When a grouped_order_detail view was called with authenticated user,
when prefilling the firstName, lastName and email also inserted a new
OrderAuthor object in the database.
Now use SimpleNamespace, instead of OrderAuthor object, to carry
those values to the template.
2024-10-20 12:50:55 +00:00
xmeunier
34d2db8623 Add summed nb of ordered items of each article in a grouped order 2024-10-20 11:58:05 +00:00
Laetitia
dacafb8c70 utilisation de GITLAB_LINK dans le footer 2024-09-14 19:39:44 +00:00
Laetitia
e77c4d46d8 mise à jour du lien vers le gitlab 2024-09-14 19:39:44 +00:00
mobilinux
f378b1516a Move newsletter link to "Suivez nous" column 2024-09-14 15:05:32 +02:00
mobilinux
66aeea6ad0 Reformat html code in footer 2024-09-14 12:44:43 +00:00
mobilinux
5b95cfe843 Add link to subscribe to newsletter into footer 2024-09-14 12:44:43 +00:00
mobilinux
2a3b7d467c Revert "Add to footer the link to subscribe to Chariotte News"
This reverts commit 502555c90e3e993750708b539af634874ffa8435.
2024-09-14 12:44:43 +00:00
mobilinux
6b7bd335d0 Add to footer the link to subscribe to Chariotte News 2024-09-14 12:44:43 +00:00
mobilinux
9b6cc7604c Remove header in the CSV export of email addressese 2024-09-14 12:29:37 +00:00
mobilinux
193114e1e9 Remove order_name from groupOrder emails export
This column was quite useless, since the export grouped order email addresses is
done for a given grouped order, so the value was the same throughout the CSV.
2024-09-14 12:29:37 +00:00
Laetitia
20823580a9 feat: modification de l'affiche de la date et heure de limite de commande 2024-09-14 10:56:38 +00:00
Laetitia
b57ebafca8 feat: ajout de la date dans la page de gestion de la commande groupée 2024-09-14 10:56:38 +00:00
Laetitia
f242870d50 feat: modification du format de date et heure dans le csv 2024-09-14 10:56:38 +00:00
pauline
8b79492508 correct test unit 2024-09-14 10:56:38 +00:00
pauline
39dcaf637d add date and note in csv 2024-09-14 10:56:38 +00:00
pauline
d20cafe5db commit for rebase 2024-09-14 10:56:38 +00:00
pauline
4181588a3a save 2024-09-14 10:56:38 +00:00
Laetitia
bcfb62e740 Revert "change html classes for appearence in 'voir'"
This reverts commit 1d7412d7109493e7978140237346d43826a3aebc.
2024-09-14 10:56:38 +00:00
4fe09ea223
Bump version to 1.2.0 2024-07-12 00:10:33 +02:00
Bastien Roy
12f91b55bd 63 autocomplete personal informations 2024-06-24 17:00:03 +00:00
Laetitia
d2053c7da9 add buttons for helloAsso and feedbacks form in footer 2024-05-21 19:52:39 +02:00
a1c179f612 feat: add a /stats endpoint 2024-05-06 16:52:51 +00:00
d67bbc7d8c docs: move sendria setup to the install guide 2024-05-06 16:51:26 +00:00
91d2918586 Update the deployment instructions 2024-04-15 08:53:58 +00:00
51a6966390 chore: remove requirements.txt files 2024-04-15 08:53:25 +00:00
Laetitia
b9e66a5f2b rename mixin and files 2024-04-13 19:07:54 +02:00
Laetitia
6b3b361e07 feat 159: allow staff users to see grouped order overview pages 2024-04-13 19:07:54 +02:00
Bastien Roy
b03d37ee7c Modification de la doc pour préciser le formatage du fichier de settings 2024-04-13 16:25:08 +00:00
Bastien Roy
5b473f0cb3 Changement de settings pour les tests pour avoir les local_settings 2024-04-13 16:25:08 +00:00
5e5a462e45
chore: regroup all the tests in the test subfolder. 2024-04-13 17:15:46 +02:00
447fd88026 chore: main branch doesn't exist anymore 2024-03-20 17:27:14 +01:00
Bastien Roy
59e07f370b 158 rebase 2024-03-09 00:39:51 +01:00
e5de39e568 Rework the footer 2024-02-05 21:35:31 +01:00
ad0782d8f3 Bump the version 2024-02-05 21:05:52 +01:00
Bastien Roy
c952b49920 167 retours Alexis 2024-02-04 13:49:26 +00:00
Bastien Roy
7a371d1b18 Fix total price when making order 2024-02-04 13:49:26 +00:00
322a99d5c8 build: add a package.json with bulma in it 2024-01-29 19:12:43 +01:00
193a11f2d4 chore: use django-compressor for sass files
Rather than doing the compilation manually, use
django-compressor to automate the process.
2024-01-29 19:12:41 +01:00
PierreDubrulle
0d3496ade1 fix button width 2024-01-29 17:57:31 +00:00
PierreDubrulle
2943d69b63 fix test 2024-01-29 17:57:31 +00:00
PierreDubrulle
e28b697795 fix cov 2024-01-29 17:57:31 +00:00
PierreDubrulle
d726284e00 black formatting 2024-01-29 17:57:31 +00:00
PierreDubrulle
6b8eecdb6e set emails list 2024-01-29 17:57:31 +00:00