You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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
3 years ago
..
controller Merge branch 'feature-bootstrap5' 3 years ago
helper Add brand new legacy theme helpers 3 years ago
mailer Added Room model 4 years ago
model Allow specifying the deadline for signup in terms of shift length 3 years ago
pages minor css class changes 3 years ago
view fix css and datepicker 3 years ago
application.php Moved development error handler setup to ConfigureEnvironmentServiceProvider 5 years ago
autoload.php Installation: Added migrations for install.sql and update.sql files 6 years ago
engelsystem.php Moved permission checks to Authenticator class 6 years ago
includes.php Add brand new legacy theme helpers 3 years ago
sys_auth.php Implemented AuthController for login 6 years ago
sys_form.php fix css and datepicker 3 years ago
sys_log.php Logging: Renamed EngelsystemLogger to Logger and added UserAwareLogger 5 years ago
sys_menu.php migrate panels to cards 3 years ago
sys_page.php EventConfig: Set time on dates 4 years ago
sys_template.php minor css class changes 3 years ago