| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [locationinfo] Parametrize panel type configuration | Simon Rettberg | 2025-07-18 | 1 | -2/+9 |
| | | | | | | | | | | | | | | | | | | Avoids a lot of copy and paste and duplicate work in php and html part, for example explicitly handling every config variable for a specific panel when displaying the config dialog, when saving the config, and when loading the config for displaying the panel. This also parametrizes enums, limits and ranges, so dropdowns can be rendered automatically, validity of selected option can be checked, and putting numeric settings into bounds all happens generically. Edit dialog for DEFAULT panel is still completely custom, as it has too much special sauce going on with the room config overrides. URL-panel is half-half, but SUMMARY and UPCOMING are entirely generic now. | ||||
| * | [locationinfo] Add UPCOMING panel type | Simon Rettberg | 2025-07-14 | 1 | -0/+40 |
| | | |||||
| * | Add audit logging of POST actions | Simon Rettberg | 2025-05-22 | 1 | -1/+1 |
| | | |||||
| * | [inc/Request] HTTP error code, avoid redirect, return text for API mode | Simon Rettberg | 2025-05-09 | 1 | -12/+22 |
| | | |||||
| * | [inc/Message] Output plain text in API mode | Simon Rettberg | 2025-03-31 | 1 | -0/+4 |
| | | |||||
| * | Fix more type errors, stricter typing | Simon Rettberg | 2023-11-15 | 1 | -0/+2 |
| | | |||||
| * | Add function param/return types, fix a lot more phpstorm complaints | Simon Rettberg | 2023-11-14 | 1 | -2/+2 |
| | | |||||
| * | Roundup of issues reported by PHPStorm | Simon Rettberg | 2023-11-02 | 1 | -1/+1 |
| | | | | | Mostly redundant checks, logic errors, dead code, etc. | ||||
| * | [locations/minilinux] Minor cleanups and fixes | Simon Rettberg | 2021-06-24 | 1 | -5/+5 |
| | | |||||
| * | [inc/Request] Don't treat 0 as empty | Simon Rettberg | 2020-06-18 | 1 | -1/+1 |
| | | |||||
| * | [permissionmanager] Make default roles "builtin" i.e. not modifiable | Simon Rettberg | 2020-01-09 | 1 | -1/+9 |
| | | |||||
| * | [inc/Request] add REQUIRED flag for automatic error message | Simon Rettberg | 2019-11-22 | 1 | -9/+22 |
| | | | | | | | If $default is set to Request::REQUIRED for get() post() or any(), the method will display an error message and halt execution if the given parameter is either missing or empty. | ||||
| * | [Request] fix comments of isGet and isPost :) | Simon Rettberg | 2016-06-16 | 1 | -6/+9 |
| | | |||||
| * | first rough version of exams-module. | Christian Klinger | 2016-06-10 | 1 | -1/+14 |
| | | |||||
| * | Still working in modularization cleanup and refinement | Simon Rettberg | 2016-05-11 | 1 | -2/+3 |
| | | |||||
| * | [request.inc.php] Add optional parameter to control variable type | Simon Rettberg | 2015-11-19 | 1 | -3/+6 |
| | | |||||
| * | Working on config.tgz composition through config modules | Simon Rettberg | 2014-05-15 | 1 | -0/+45 |
