Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove 32bit support | Simon Rettberg | 2023-11-15 | 1 | -0/+5 |
| | | | | | | | int is always the native word size, and we don't really test anything on 32bit OSes anymore. 32bit support already required ugly workarounds in the past for large file sizes and ip2long, so we can finally get rid of those and just put an initial check in install.php. | ||||
* | Add function param/return types, fix a lot more phpstorm complaints | Simon Rettberg | 2023-11-14 | 1 | -39/+42 |
| | |||||
* | Roundup of issues reported by PHPStorm | Simon Rettberg | 2023-11-02 | 1 | -2/+1 |
| | | | | Mostly redundant checks, logic errors, dead code, etc. | ||||
* | [news] Fix install: Falsely reported UPDATE_DONE every time | Simon Rettberg | 2023-07-18 | 1 | -1/+3 |
| | |||||
* | install.php: Fix charset upgrade statement | Simon Rettberg | 2022-07-06 | 1 | -2/+6 |
| | |||||
* | install.php: Quote table and column names | Simon Rettberg | 2022-06-01 | 1 | -3/+4 |
| | |||||
* | [statistics] Adapt hw-data parsing to new json format for display | Simon Rettberg | 2022-03-09 | 1 | -1/+1 |
| | |||||
* | Moderize Database handling | Simon Rettberg | 2021-05-11 | 1 | -4/+44 |
| | | | | | | | * Auto-convert to utf8mb4_unicode_520_ci * Use foreach instead of while to loop over results * Drop useless statement caching * Keep emulated prepares, as we sometimes loop over nested queries | ||||
* | [locations/rebootcontrol] Change ENUM constants; display next event | Simon Rettberg | 2021-03-17 | 1 | -0/+11 |
| | |||||
* | Add missing changes | Simon Rettberg | 2021-03-17 | 1 | -1/+22 |
| | |||||
* | Fix some typos (found by codespell) | Stefan Weil | 2019-12-14 | 1 | -1/+1 |
| | | | | Signed-off-by: Stefan Weil <sw@weilnetz.de> | ||||
* | install.php: Workaround for MariaDB on Debian 10 | Simon Rettberg | 2019-10-31 | 1 | -1/+4 |
| | |||||
* | [exams] Fix creating global exam | Simon Rettberg | 2019-07-03 | 1 | -2/+5 |
| | |||||
* | [install.php] tableHasIndex -> tableGetIndex | Simon Rettberg | 2019-07-03 | 1 | -3/+3 |
| | |||||
* | install.php: Resolve conflicts before adding constraint | Simon Rettberg | 2019-03-06 | 1 | -1/+14 |
| | |||||
* | Fix UUID handling; refactor constraints for machineuuid | Simon Rettberg | 2019-02-21 | 1 | -27/+57 |
| | |||||
* | Fix A LOT of type problems, logic flaws, uninitialized variables etc. | Simon Rettberg | 2017-12-16 | 1 | -0/+5 |
| | | | | | Most of them were found by phpstorm, so I put in some time and went through the list, fixing quite a bunch of them. | ||||
* | <install.php> add another button at the top | Simon Rettberg | 2017-12-01 | 1 | -1/+4 |
| | |||||
* | Installer: Properly check preconditions for adding constraints | Simon Rettberg | 2017-11-24 | 1 | -3/+8 |
| | |||||
* | Installer: Add more helper functions (constraints, response) | Simon Rettberg | 2017-11-24 | 1 | -1/+57 |
| | |||||
* | install.php fix phpdoc type | Simon Rettberg | 2017-07-17 | 1 | -1/+1 |
| | |||||
* | [install.php] Add functions for getting and deleting constraints | Simon Rettberg | 2017-06-23 | 1 | -0/+41 |
| | |||||
* | also allow users to edit the help. | Christian Klinger | 2016-06-24 | 1 | -1/+7 |
| | | | | The code is still a little ugly. | ||||
* | [install] Implement install scripts for most modules | Simon Rettberg | 2016-06-08 | 1 | -4/+19 |
| | |||||
* | [install] Work on install mechanism so modules can independently ↵ | Simon Rettberg | 2016-06-06 | 1 | -0/+240 |
install/update tables |