Commit Graph

1884 Commits

Author SHA1 Message Date
Valentin Deniaud e2d70795b1 tests: add missing ordering in test_recurring_events (#80402)
gitea/chrono/pipeline/head This commit looks good Details
2023-08-16 14:24:22 +02:00
Valentin Deniaud 84463c84bf api: remove legacy fillslots views (#80352)
gitea/chrono/pipeline/head This commit looks good Details
2023-08-16 11:13:38 +02:00
Valentin Deniaud 8127fbff66 manager: report all errors at once in CSV import (#70523)
gitea/chrono/pipeline/head This commit looks good Details
2023-08-16 09:46:26 +02:00
Valentin Deniaud b9c02c20bd manager: split methods of CSV import (#70523) 2023-08-16 09:46:26 +02:00
Valentin Deniaud 60f31525ee api: allow changing bookings from date in recurring fillslots (#78921)
gitea/chrono/pipeline/head This commit looks good Details
2023-08-16 09:46:01 +02:00
Valentin Deniaud f371341d7d api: allow weekday name in recurring event display template (#80042)
gitea/chrono/pipeline/head Build queued... Details
2023-08-03 17:42:17 +02:00
Frédéric Péters 5f14f2a47b general: add a timestamp to static URLs, to avoid caching issues (#80227)
gitea/chrono/pipeline/head This commit looks good Details
2023-08-03 09:23:09 +02:00
Valentin Deniaud b0f8af1dea misc: update git-blame-ignore-revs to ignore quote changes (#79866)
gitea/chrono/pipeline/head This commit looks good Details
2023-08-02 12:18:24 +02:00
Valentin Deniaud b71dc670c7 misc: apply double-quote-string-fixer (#79866) 2023-08-02 12:17:51 +02:00
Valentin Deniaud ebe3b7eb10 misc: add pre commit hook to force single quotes (#79866) 2023-08-02 12:17:51 +02:00
Valentin Deniaud 3d576b48ee api: return virtual agenda booking count in statistics (#79355)
gitea/chrono/pipeline/head This commit looks good Details
2023-08-02 12:17:40 +02:00
Valentin Deniaud 95618bd475 manager: fix event index when CSV import file has header (#79845)
gitea/chrono/pipeline/head This commit looks good Details
2023-08-02 12:08:04 +02:00
Valentin Deniaud c1dd25d2c7 manager: hide empty check type field for partial bookings (#80048)
gitea/chrono/pipeline/head This commit looks good Details
2023-07-31 10:04:36 +02:00
Valentin Deniaud a70045ea5b manager: allow more precise time check for partial bookings (#80046)
gitea/chrono/pipeline/head Build queued... Details
2023-07-31 10:04:10 +02:00
Valentin Deniaud 6b964d708b manager: display partial booking agenda badge on homepage (#80041)
gitea/chrono/pipeline/head This commit looks good Details
2023-07-27 14:57:15 +02:00
Thomas NOËL 7359d50232 debian: remove memory-report from uwsgi default configuration (#79890)
gitea/chrono/pipeline/head This commit looks good Details
2023-07-20 17:56:25 +02:00
Valentin Deniaud 7dbf299eda translation update
gitea/chrono/pipeline/head This commit looks good Details
2023-07-18 18:17:00 +02:00
Valentin Deniaud d1597d7ab3 manager: add partial bookings month view (#79654)
gitea/chrono/pipeline/head This commit looks good Details
2023-07-18 09:47:55 +02:00
Valentin Deniaud 0cc06d2047 manager: respect enable_check_for_future_events in partial bookings (#79642)
gitea/chrono/pipeline/head This commit looks good Details
2023-07-18 09:44:31 +02:00
Valentin Deniaud 0146309c4f manager: include booking check filters in partial bookings view (#79623)
gitea/chrono/pipeline/head Build queued... Details
2023-07-18 09:43:24 +02:00
Valentin Deniaud bfea238c08 manager: move event checks code to mixin (#79623) 2023-07-18 09:43:24 +02:00
Valentin Deniaud 46e60b37a1 manager: allow booking check in partial bookings agendas (#78081)
gitea/chrono/pipeline/head This commit looks good Details
2023-07-18 09:42:00 +02:00
Valentin Deniaud beb31a38ca manager: handle only one partial booking by user (#78081) 2023-07-18 09:42:00 +02:00
Frédéric Péters e6b5ace001 tox: limit weasyprint (#76965)
gitea/chrono/pipeline/head This commit looks good Details
2023-07-14 17:13:47 +02:00
Frédéric Péters 0835bb633d build: remove weasyprint limit (#76965) 2023-07-14 17:13:41 +02:00
Valentin Deniaud 6b79f58bd5 tests: fix recurring event test (#78084)
gitea/chrono/pipeline/head This commit looks good Details
2023-07-04 13:41:09 +02:00
Valentin Deniaud 152110888c api: allow updating partial bookings in recurring events fillslots (#78084)
gitea/chrono/pipeline/head There was a failure building this commit Details
2023-07-04 13:29:45 +02:00
Valentin Deniaud f28cd4d104 api: factorize booking filter in recurring events fillslots (#78084) 2023-07-04 13:29:45 +02:00
Thomas Jund 00ad7b0747 manager: update partial bookings html & css (#78728)
gitea/chrono/pipeline/head This commit looks good Details
2023-07-03 17:29:18 +02:00
Valentin Deniaud b615c57bad translation update
gitea/chrono/pipeline/head This commit looks good Details
2023-07-03 16:31:43 +02:00
Valentin Deniaud 4834743c6d manager: forbid multiple events on same day in partial bookings agenda (#79112)
gitea/chrono/pipeline/head This commit looks good Details
2023-07-03 15:42:20 +02:00
Valentin Deniaud 06af90608f agendas: convert week day in db to iso numbering (#79168)
gitea/chrono/pipeline/head This commit looks good Details
2023-07-03 14:42:32 +02:00
Valentin Deniaud 900300dd05 agendas: use iso week days in events and shared custody (#79168) 2023-07-03 14:42:32 +02:00
Lauréline Guérin 747928c680 api: remove useless code in fillslots views (#79300)
gitea/chrono/pipeline/head This commit looks good Details
2023-07-03 11:45:05 +02:00
Lauréline Guérin 848d014720 api: dispatch fillslots views in other views (#79300) 2023-07-03 11:45:05 +02:00
Valentin Deniaud cdcb663f85 manager: support full day opening in partial bookings agenda (#79171)
gitea/chrono/pipeline/head This commit looks good Details
2023-07-03 09:45:59 +02:00
Valentin Deniaud 9125b7af10 api: return agenda booking_form_url (#72545)
gitea/chrono/pipeline/head Build queued... Details
2023-06-29 15:16:58 +02:00
Valentin Deniaud cce129b8bc api: do not disabled full events when booked in events datetimes (#79120)
gitea/chrono/pipeline/head This commit looks good Details
2023-06-28 09:37:23 +02:00
Lauréline Guérin 90d3c29b72
manager: fix check page with empty values in extra_data filters (#79053)
gitea/chrono/pipeline/head This commit looks good Details
2023-06-26 15:26:06 +02:00
Frédéric Péters 4492026242 misc: apply french orthography rectifications of 1990 (#79004)
gitea/chrono/pipeline/head This commit looks good Details
2023-06-25 09:40:15 +02:00
Frédéric Péters 36b8fd4f9d ci: build deb package for bookworm (#78968)
gitea/chrono/pipeline/head This commit looks good Details
2023-06-23 17:25:27 +02:00
Lauréline Guérin cb9944050e manager: fix views with year < 1000 (#78231)
gitea/chrono/pipeline/head This commit looks good Details
2023-06-23 08:02:37 +02:00
Valentin Deniaud f9ae449f7c manager: fix import of virtual agendas (#78897)
gitea/chrono/pipeline/head This commit looks good Details
2023-06-22 14:41:08 +02:00
Benjamin Dauvergne dae3c05148 translation update (#78588)
gitea/chrono/pipeline/head This commit looks good Details
2023-06-15 19:15:50 +02:00
Benjamin Dauvergne 1a59dcb97c ants-hub: add the case for 5 persons (#78588) 2023-06-15 19:14:55 +02:00
Emmanuel Cazenave 51a888fe81 translation update
gitea/chrono/pipeline/head This commit looks good Details
2023-06-15 15:38:22 +02:00
Benjamin Dauvergne ff90c12afc css: add icon-edit declaration to scss file (#78501)
gitea/chrono/pipeline/head This commit looks good Details
2023-06-15 10:14:25 +02:00
Benjamin Dauvergne 6b4f6a3a0c ants_hub: ignore bookings with an empty string in ants_predemande (#78530)
gitea/chrono/pipeline/head This commit looks good Details
2023-06-14 19:08:38 +02:00
Emmanuel Cazenave a303d359d8 api: add real agenda info for each slot (#78064)
gitea/chrono/pipeline/head This commit looks good Details
2023-06-14 11:52:01 +02:00
Emmanuel Cazenave 0e84adb3ac tests: move datetimes virtual tests in its own file (#78064) 2023-06-14 11:52:01 +02:00