Commit Graph

495 Commits

Author SHA1 Message Date
04c8130da8 Merge pull request 'Deploy Django5 stuff on production' (#93) from stage into production
All checks were successful
Run tests / Execute tox to run the test suite (push) Successful in 4m42s
Reviewed-on: #93
2025-04-11 11:23:23 +02:00
d43584ef03 Merge pull request 'Test django 5 and Python 3.13' (#92) from master into stage
All checks were successful
Deploy into stage environment / Deploy into stage environment (push) Successful in 5s
Run tests / Execute tox to run the test suite (push) Successful in 4m51s
Reviewed-on: #92
2025-04-11 10:36:26 +02:00
1d7bb641c8 Merge pull request 'Update to django 5 to support python3.13' (#91) from update_django into master
All checks were successful
Run tests / Execute tox to run the test suite (push) Successful in 4m47s
Run tests every night at 05:05 / Execute tox to run the test suite (push) Successful in 3m24s
Reviewed-on: #91
2025-04-11 10:25:54 +02:00
e5c1bbed4b Django 5: LogoutView must be called via POST now
Some checks failed
Run tests / Execute tox to run the test suite (push) Failing after 1m26s
2025-04-11 09:37:12 +02:00
86dadac421 Fixed workflow for django 4 2025-04-10 15:08:29 +02:00
a143e8e239 Fixed LogoutView for Django 4 2025-04-10 15:02:42 +02:00
62accd4197 Replaced default_app_config variable by module config to locate the
AppConfig object
2025-04-10 15:01:46 +02:00
0438cf91c6 Fixed small errors in INSTALL.txt 2025-04-10 12:41:37 +02:00
b70fbbfa90 Replaced django.conf.urls.url by django.urls.re_path 2025-04-10 12:14:35 +02:00
e953dcc7e0 Removed providing_args argument for django.dispatch.Signal
Was deprecated in Django 3 and removed in Django 4
2025-04-10 11:43:52 +02:00
e29e741790 Fixed invalid escape sequence in message string 2025-04-10 11:38:37 +02:00
d7e2acff34 Replaced ugettext and ugettext_lazy with gettext and gettext_lazy
ugettext and ugettext_lazy were deprecated in Django 3 and will be
removed in Django 4.
2025-04-10 11:33:06 +02:00
f3db0424be Merge pull request 'New Stuff' (#90) from stage into production
All checks were successful
Run tests / Execute tox to run the test suite (push) Successful in 3m38s
Reviewed-on: #90
2024-09-19 15:51:14 +02:00
3fd8dfa9eb Merge pull request 'Test new stuff' (#89) from master into stage
All checks were successful
Deploy into stage environment / Deploy into stage environment (push) Successful in 4s
Run tests / Execute tox to run the test suite (push) Successful in 3m38s
Reviewed-on: #89
2024-09-19 15:49:23 +02:00
14c2a50503 dav_auth: admin: add group members as inline to group admin
Some checks failed
Run tests / Execute tox to run the test suite (push) Successful in 3m40s
Run tests every night at 05:05 / Execute tox to run the test suite (push) Failing after 1m14s
2024-09-19 15:42:06 +02:00
1327fde4b5 dav_auth: write log message when password is changed 2024-09-19 15:23:29 +02:00
f58c4e3e32 dav_events: presort events by date, number to improve performance of datatable javascript output 2024-09-19 14:26:18 +02:00
c52ba662cb dav_event_office: change default order of events from number to date desc 2024-09-19 14:25:18 +02:00
f8bfd530e7 Merge pull request 'Fix #65' (#88) from notify into master
All checks were successful
Run tests / Execute tox to run the test suite (push) Successful in 3m28s
Run tests every night at 05:05 / Execute tox to run the test suite (push) Successful in 3m33s
Reviewed-on: #88
2024-09-17 15:32:18 +02:00
39440a695e Fix #65 :
All checks were successful
Run tests / Execute tox to run the test suite (push) Successful in 3m29s
dav_events.views.events.EventRegistrationsView._close_registration()
sends a signal now.
2024-09-17 15:07:31 +02:00
7b6e29ba92 dav_events renamed signal handlers
All checks were successful
Run tests / Execute tox to run the test suite (push) Successful in 3m31s
2024-09-17 14:15:51 +02:00
05fba57db8 dav_events: clearified log messages 2024-09-17 14:15:16 +02:00
7072df367d dav_events: Added EventChange to admin interface 2024-09-17 14:00:37 +02:00
fb6e05aef4 dav_events: removed unused variable in models.Event.save() 2024-09-17 13:59:50 +02:00
26bd7ccdb6 Merge pull request 'Release new stuff from stage' (#87) from stage into production
All checks were successful
Run tests / Execute tox to run the test suite (push) Successful in 3m24s
Reviewed-on: #87
2024-09-16 15:05:17 +02:00
bdbb4622c1 Merge pull request 'Test new stuff from master' (#86) from master into stage
All checks were successful
Deploy into stage environment / Deploy into stage environment (push) Successful in 3s
Run tests / Execute tox to run the test suite (push) Successful in 3m24s
Reviewed-on: #86
2024-09-16 15:03:35 +02:00
cbf1997686 dav_events: added fields to the Event.as_dict() method
All checks were successful
Run tests / Execute tox to run the test suite (push) Successful in 3m35s
Run tests every night at 05:05 / Execute tox to run the test suite (push) Successful in 3m34s
- deadline_expired
- canceled
2024-09-16 14:57:16 +02:00
872d446bbc Fix #69
All checks were successful
Run tests / Execute tox to run the test suite (push) Successful in 3m36s
2024-09-16 14:48:45 +02:00
c3f8a70479 Fix #63 : Remove dav_submission module
All checks were successful
Run tests / Execute tox to run the test suite (push) Successful in 3m25s
2024-09-16 10:37:32 +02:00
ad87130f64 Merge pull request 'stage' (#85) from stage into production
All checks were successful
Run tests / Execute tox to run the test suite (push) Successful in 3m42s
Reviewed-on: #85
2024-09-16 09:50:11 +02:00
3c2730f571 Merge pull request 'dav_registration: made the new JSON-View export a dict instead of a list' (#84) from master into stage
All checks were successful
Deploy into stage environment / Deploy into stage environment (push) Successful in 4s
Run tests / Execute tox to run the test suite (push) Successful in 3m39s
Reviewed-on: #84
2024-09-16 09:48:56 +02:00
2af8bdeba4 dav_registration: made the new JSON-View export a dict instead of a list
All checks were successful
Run tests / Execute tox to run the test suite (push) Successful in 3m33s
2024-09-16 09:43:40 +02:00
5474b9d9db Merge pull request 'stage' (#83) from stage into production
All checks were successful
Run tests / Execute tox to run the test suite (push) Successful in 3m36s
Reviewed-on: #83
2024-09-16 08:58:34 +02:00
a95269cdb0 Merge pull request 'Update the production branch' (#82) from master into production
All checks were successful
Run tests / Execute tox to run the test suite (push) Successful in 3m29s
Reviewed-on: #82
2024-09-16 08:50:38 +02:00
47f06c52db Merge pull request 'master' (#81) from master into stage
All checks were successful
Deploy into stage environment / Deploy into stage environment (push) Successful in 4s
Run tests / Execute tox to run the test suite (push) Successful in 3m50s
Reviewed-on: #81
2024-09-12 15:29:19 +02:00
13ed0bbc1f Merge pull request 'event_list_json' (#80) from event_list_json into master
All checks were successful
Run tests / Execute tox to run the test suite (push) Successful in 3m55s
Run tests every night at 05:05 / Execute tox to run the test suite (push) Successful in 3m19s
Reviewed-on: #80
2024-09-12 15:28:27 +02:00
af3afc9f9a Added field registration_url to the json
All checks were successful
Run tests / Execute tox to run the test suite (push) Successful in 3m42s
2024-09-12 13:41:27 +02:00
e2f12577cd Added a view, to get the list of open events for registration as json 2024-09-12 13:21:06 +02:00
59a79720e3 Merge pull request 'Test master stuff on stage' (#79) from master into stage
All checks were successful
Deploy into stage environment / Deploy into stage environment (push) Successful in 4s
Run tests / Execute tox to run the test suite (push) Successful in 3m21s
Reviewed-on: #79
2024-09-12 08:55:38 +02:00
05ea38dd0e Merge pull request 'dav_events: Incorporated new rewards and fees' (#78) from money2025 into master
All checks were successful
Run tests / Execute tox to run the test suite (push) Successful in 3m19s
Reviewed-on: #78
2024-09-12 08:51:16 +02:00
e4680114e8 dav_events: Incorporated new rewards and fees
All checks were successful
Run tests / Execute tox to run the test suite (push) Successful in 3m17s
2024-09-11 16:54:48 +02:00
5016ec5d0e Merge pull request 'Test new stuff from master on stage' (#77) from master into stage
All checks were successful
Deploy into stage environment / Deploy into stage environment (push) Successful in 3s
Run tests / Execute tox to run the test suite (push) Successful in 3m21s
Reviewed-on: #77
2024-09-10 16:19:29 +02:00
c46f7f6c5c Merge pull request 'dav_events: Change default order of events in "Verwaltungsansicht" to date' (#76) from event_order into master
All checks were successful
Run tests / Execute tox to run the test suite (push) Successful in 3m31s
Run tests every night at 05:05 / Execute tox to run the test suite (push) Successful in 3m26s
Reviewed-on: #76
2024-09-10 16:09:02 +02:00
0e0d302f0c Merge branch 'master' into stage
All checks were successful
Deploy into stage environment / Deploy into stage environment (push) Successful in 3s
Run tests / Execute tox to run the test suite (push) Successful in 3m23s
2024-09-10 15:03:54 +02:00
a43c15422c dav_registration: fixed filter buttons ("all" button not active)
All checks were successful
Run tests / Execute tox to run the test suite (push) Successful in 3m12s
2024-09-10 15:02:33 +02:00
aef55c7479 dav_events: Change default order of events in "Verwaltungsansicht" to
All checks were successful
Run tests / Execute tox to run the test suite (push) Successful in 3m16s
date descending
2024-09-10 10:51:02 +02:00
faf71976bd Fix deploy_stage workflow
All checks were successful
Run tests / Execute tox to run the test suite (push) Successful in 3m6s
2024-09-10 10:21:10 +02:00
fab87ffa21 Merge pull request 'test newest stuff from master on stage' (#75) from master into stage
All checks were successful
Deploy into stage environment / Deploy into stage environment (push) Successful in 3s
Run tests / Execute tox to run the test suite (push) Successful in 3m9s
Reviewed-on: #75
2024-09-10 09:42:52 +02:00
dde2355ce0 Fix #6
All checks were successful
Run tests / Execute tox to run the test suite (push) Successful in 3m15s
Reviewed-on: #74
2024-09-10 09:38:20 +02:00
0c2261074a Update INSTALL.rst
All checks were successful
Run tests / Execute tox to run the test suite (push) Successful in 2m39s
2024-09-10 09:32:51 +02:00