Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix several PHP notices about undefined indexes, variables, not-arrays | Simon Rettberg | 2017-12-01 | 1 | -2/+3 |
| | |||||
* | [roomplanner] Sort already placed machines to the bottom | Simon Rettberg | 2017-12-01 | 1 | -2/+2 |
| | |||||
* | [roomplanner] Fallback to ip if hostname is empty | Simon Rettberg | 2017-12-01 | 1 | -0/+6 |
| | |||||
* | [roomplanner] Refactor to use runmode | Simon Rettberg | 2017-11-30 | 1 | -6/+30 |
| | |||||
* | [roomplanner] Sanitize input (ASCII columns) | Simon Rettberg | 2017-07-25 | 1 | -4/+5 |
| | |||||
* | [roomplanner] Tighten up computer list, better search result caching | Simon Rettberg | 2016-12-07 | 1 | -3/+2 |
| | |||||
* | [roomplanner] Show if PC is already placed in another room | Simon Rettberg | 2016-12-06 | 1 | -4/+12 |
| | |||||
* | [roomplanner] Update locationid -> fixedlocationid | Simon Rettberg | 2016-12-06 | 1 | -1/+1 |
| | |||||
* | [statistics/locations/..] Cache calculated locationid of machine in machine ↵ | Simon Rettberg | 2016-12-06 | 1 | -4/+3 |
| | | | | | | | | | | | | | | | table We now have three columns for the locationid: - subnetlocationid Updated whenever the clientip of a client changes on bootup, or when locations/subnets are edited in the locations module. - fixedlocationid Takes the role of the old locationid field - set when a machine is placed in a room via roomplanner, set to NULL otherwise. - locationid Set to fixedlocationid if it's not NULL, to subnetlocationid otherwise. The field is updated by a BEFORE UPDATE trigger. | ||||
* | [roomplanner] Implement marking tutor on plan | Simon Rettberg | 2016-09-09 | 1 | -7/+24 |
| | |||||
* | [roomplanner] Add option to enable/disable pvsmgr dedicated mode | Simon Rettberg | 2016-09-08 | 1 | -5/+9 |
| | | | | | In dedicated mode, the pvsmgr will skip login/vmchooser and directly open the pvsmgr | ||||
* | [roomplanner] Fix key constraint error on room saving | Simon Rettberg | 2016-09-08 | 1 | -10/+1 |
| | |||||
* | [roomplanner] Fix formatting | Simon Rettberg | 2016-09-08 | 1 | -14/+4 |
| | |||||
* | [roomplanner] Add managerip field, move mgr/tutor fields to ↵ | Simon Rettberg | 2016-09-07 | 1 | -7/+18 |
| | | | | location_roomplanner table, add to install.inc.php | ||||
* | Merge branch 'modularization' of git.openslx.org:openslx-ng/slx-admin into ↵ | Christian Klinger | 2016-09-07 | 1 | -138/+231 |
|\ | | | | | | | modularization | ||||
| * | [roomplanner] Sanity checks/fixups when saving computers, more user ↵ | Simon Rettberg | 2016-09-07 | 1 | -1/+26 |
| | | | | | | | | feedback, smaller grid | ||||
| * | [roomplanner] Location name in h1 | Simon Rettberg | 2016-09-07 | 1 | -0/+1 |
| | | |||||
| * | [roomplanner] Implement hiding the menu and fullscreen display with CSS ↵ | Simon Rettberg | 2016-09-07 | 1 | -0/+1 |
| | | | | | | | | rather than JS | ||||
| * | [roomplanner] Show location name in title | Simon Rettberg | 2016-09-07 | 1 | -9/+29 |
| | | |||||
| * | [roomplanner] Use AJAX for saving, show error message if unsuccessful | Simon Rettberg | 2016-09-06 | 1 | -36/+70 |
| | | |||||
| * | [roomplanner] Formatting | Simon Rettberg | 2016-09-06 | 1 | -134/+141 |
| | | |||||
| * | [roomplanner] Fix php warning if room is empty on load | Simon Rettberg | 2016-09-06 | 1 | -1/+3 |
| | | |||||
* | | Added a pvs.ini file generator. | Christian Klinger | 2016-09-05 | 1 | -0/+7 |
|/ | |||||
* | [roomplanner] Don't pretty print json | Simon Rettberg | 2016-09-01 | 1 | -4/+5 |
| | |||||
* | loading & saving of roomconfig. | Christian Klinger | 2016-08-09 | 1 | -5/+86 |
| | |||||
* | subnet select. | Christian Klinger | 2016-08-08 | 1 | -34/+57 |
| | |||||
* | grobe Integration vom Raumplaner. | Christian Klinger | 2016-08-05 | 1 | -0/+53 |