engelsystem/includes
Tim Neumann 5667fc2326 Allow specifying the deadline for signup in terms of shift length
Allow finer control over the specification of the
time after shift start where signup is still allowed.

The new config field is multiplied by the shift duration,
and the result added to the start time to determine the
time when signup is closed.

The existing signup_post_minutes is just added to the time
calculated by this new feature.

The feature is useful when the signup should be allowed
not just a few minutes after shift start but for a larger part
of the shift (like for half of the shift).
With the previous option it would not make sense to allow a late signup
longer than the shortest shift of the event.

This is a follow-up to a50dd9cae0
2021-10-08 17:38:28 +02:00
..
controller Merge branch 'feature-bootstrap5' 2021-08-17 14:26:28 +02:00
helper Add brand new legacy theme helpers 2021-07-29 20:01:15 +02:00
mailer Added Room model 2020-09-24 09:34:00 +02:00
model Allow specifying the deadline for signup in terms of shift length 2021-10-08 17:38:28 +02:00
pages minor css class changes 2021-09-10 14:30:16 +02:00
view fix css and datepicker 2021-09-11 14:39:40 +02:00
application.php Moved development error handler setup to ConfigureEnvironmentServiceProvider 2020-04-25 17:04:57 +02:00
autoload.php Installation: Added migrations for install.sql and update.sql files 2018-08-30 16:07:50 +02:00
engelsystem.php Moved permission checks to Authenticator class 2018-12-02 12:53:31 +01:00
includes.php Add brand new legacy theme helpers 2021-07-29 20:01:15 +02:00
sys_auth.php Implemented AuthController for login 2019-07-08 01:57:59 +02:00
sys_form.php fix css and datepicker 2021-09-11 14:39:40 +02:00
sys_log.php Logging: Renamed EngelsystemLogger to Logger and added UserAwareLogger 2020-04-25 15:50:57 +02:00
sys_menu.php migrate panels to cards 2021-07-29 20:01:10 +02:00
sys_page.php EventConfig: Set time on dates 2021-04-12 17:13:48 +02:00
sys_template.php minor css class changes 2021-09-10 14:30:16 +02:00