summaryrefslogtreecommitdiffstats
path: root/modules-available/roomplanner/page.inc.php
Commit message (Collapse)AuthorAgeFilesLines
* [roomplanner] Fix search feature: load user in ajax callSimon Rettberg2018-07-161-0/+1
|
* [roomplanner] Add icon to PCs that opens machine details from statistics moduleSimon Rettberg2018-04-101-1/+2
|
* [roomplanner] Add permissionsSimon Rettberg2018-02-271-11/+34
|
* Fix several PHP notices about undefined indexes, variables, not-arraysSimon Rettberg2017-12-011-2/+3
|
* [roomplanner] Sort already placed machines to the bottomSimon Rettberg2017-12-011-2/+2
|
* [roomplanner] Fallback to ip if hostname is emptySimon Rettberg2017-12-011-0/+6
|
* [roomplanner] Refactor to use runmodeSimon Rettberg2017-11-301-6/+30
|
* [roomplanner] Sanitize input (ASCII columns)Simon Rettberg2017-07-251-4/+5
|
* [roomplanner] Tighten up computer list, better search result cachingSimon Rettberg2016-12-071-3/+2Star
|
* [roomplanner] Show if PC is already placed in another roomSimon Rettberg2016-12-061-4/+12
|
* [roomplanner] Update locationid -> fixedlocationidSimon Rettberg2016-12-061-1/+1
|
* [statistics/locations/..] Cache calculated locationid of machine in machine ↵Simon Rettberg2016-12-061-4/+3Star
| | | | | | | | | | | | | | | 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 planSimon Rettberg2016-09-091-7/+24
|
* [roomplanner] Add option to enable/disable pvsmgr dedicated modeSimon Rettberg2016-09-081-5/+9
| | | | | In dedicated mode, the pvsmgr will skip login/vmchooser and directly open the pvsmgr
* [roomplanner] Fix key constraint error on room savingSimon Rettberg2016-09-081-10/+1Star
|
* [roomplanner] Fix formattingSimon Rettberg2016-09-081-14/+4Star
|
* [roomplanner] Add managerip field, move mgr/tutor fields to ↵Simon Rettberg2016-09-071-7/+18
| | | | location_roomplanner table, add to install.inc.php
* Merge branch 'modularization' of git.openslx.org:openslx-ng/slx-admin into ↵Christian Klinger2016-09-071-138/+231
|\ | | | | | | modularization
| * [roomplanner] Sanity checks/fixups when saving computers, more user ↵Simon Rettberg2016-09-071-1/+26
| | | | | | | | feedback, smaller grid
| * [roomplanner] Location name in h1Simon Rettberg2016-09-071-0/+1
| |
| * [roomplanner] Implement hiding the menu and fullscreen display with CSS ↵Simon Rettberg2016-09-071-0/+1
| | | | | | | | rather than JS
| * [roomplanner] Show location name in titleSimon Rettberg2016-09-071-9/+29
| |
| * [roomplanner] Use AJAX for saving, show error message if unsuccessfulSimon Rettberg2016-09-061-36/+70
| |
| * [roomplanner] FormattingSimon Rettberg2016-09-061-134/+141
| |
| * [roomplanner] Fix php warning if room is empty on loadSimon Rettberg2016-09-061-1/+3
| |
* | Added a pvs.ini file generator.Christian Klinger2016-09-051-0/+7
|/
* [roomplanner] Don't pretty print jsonSimon Rettberg2016-09-011-4/+5
|
* loading & saving of roomconfig.Christian Klinger2016-08-091-5/+86
|
* subnet select.Christian Klinger2016-08-081-34/+57
|
* grobe Integration vom Raumplaner.Christian Klinger2016-08-051-0/+53