Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [roomplanner] Implement (auto)rotating SVG, make SVG pretty | Simon Rettberg | 2019-03-18 | 1 | -14/+77 |
| | |||||
* | [statistics/roomplanner] Add SVG roomplan generator | Simon Rettberg | 2019-03-15 | 1 | -39/+53 |
| | | | | Show in machine details if machine is part of some location's room plan. | ||||
* | [exams/roomplanner] Hybrid PVS managers become dedicated in exam mode | Simon Rettberg | 2018-02-08 | 1 | -1/+0 |
| | | | | Hopefully fixes #3066 | ||||
* | Fix A LOT of type problems, logic flaws, uninitialized variables etc. | Simon Rettberg | 2017-12-16 | 1 | -1/+0 |
| | | | | | Most of them were found by phpstorm, so I put in some time and went through the list, fixing quite a bunch of them. | ||||
* | Fix several PHP notices about undefined indexes, variables, not-arrays | Simon Rettberg | 2017-12-01 | 1 | -2/+1 |
| | |||||
* | [statistics, roomplanner, locationinfo] Ignore machines with runmode:isclient==0 | Simon Rettberg | 2017-12-01 | 1 | -2/+11 |
| | |||||
* | [roomplanner] Set SLX_AUTOLOGIN for dedicated managers | Simon Rettberg | 2017-11-30 | 1 | -1/+1 |
| | |||||
* | [roomplanner] Refactor to use runmode | Simon Rettberg | 2017-11-30 | 1 | -1/+34 |
| | |||||
* | [roomplanner] Make hiding of rooms in api more clever | Simon Rettberg | 2017-02-13 | 1 | -1/+18 |
| | | | | | Don't hide a non-leaf room if at least one its leafs doesn't have a valid room plan (but the non-leaf in question does). | ||||
* | [roomplanner] Show if PC is already placed in another room | Simon Rettberg | 2016-12-06 | 1 | -0/+3 |
| | |||||
* | [roomplanner] Update locationid -> fixedlocationid | Simon Rettberg | 2016-12-06 | 1 | -1/+1 |
| | |||||
* | skip rooms without manager ip because that trips pvsmgr. | Christian Klinger | 2016-09-12 | 1 | -1/+2 |
| | |||||
* | use the new pvs.ini format (using md5 right now). | Christian Klinger | 2016-09-12 | 1 | -2/+4 |
| | |||||
* | [roomplanner] Filter non-leaf locations without extra query per location | Simon Rettberg | 2016-09-08 | 1 | -5/+13 |
| | |||||
* | [roomplanner] Move pvs generator to api; skip empty rooms; add phpdoc | Simon Rettberg | 2016-09-08 | 1 | -19/+36 |
| | |||||
* | [roomplanner] Fix formatting | Simon Rettberg | 2016-09-08 | 1 | -144/+144 |
| | |||||
* | [roomplanner] Add managerip field, move mgr/tutor fields to ↵ | Simon Rettberg | 2016-09-07 | 1 | -4/+7 |
| | | | | location_roomplanner table, add to install.inc.php | ||||
* | Added a pvs.ini file generator. | Christian Klinger | 2016-09-05 | 1 | -0/+154 |