summaryrefslogtreecommitdiffstats
path: root/modules-available/roomplanner
Commit message (Collapse)AuthorAgeFilesLines
...
* [roomplanner] Set SLX_AUTOLOGIN for dedicated managersSimon Rettberg2017-11-301-1/+1
|
* [roomplanner] Refactor to use runmodeSimon Rettberg2017-11-303-21/+93
|
* Update translationsSteffen Ritter2017-11-303-16/+7Star
|
* [exams/roomplanner] Smarter coordination of run mode (exam mode on/off etc)Simon Rettberg2017-11-141-0/+3
|
* [roomplanner] Sanitize input (ASCII columns)Simon Rettberg2017-07-251-4/+5
|
* [*] Adapt to new baseconfig APISimon Rettberg2017-07-111-3/+3
|
* [roomplanner] Support : in mac search, use small display of clientSimon Rettberg2017-07-061-3/+7
|
* [roomplanner] Add "fit to content" zoom buttonSimon Rettberg2017-03-284-13/+61
| | | | Implements #2965
* [roomplanner] Make hiding of rooms in api more cleverSimon Rettberg2017-02-131-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] Fix clipped tooltips, add border to PCsSimon Rettberg2016-12-072-11/+8Star
|
* [roomplanner] Tighten up computer list, better search result cachingSimon Rettberg2016-12-074-42/+54
|
* [roomplanner] Show if PC is already placed in another roomSimon Rettberg2016-12-063-8/+24
|
* [roomplanner] Update locationid -> fixedlocationidSimon Rettberg2016-12-062-2/+2
|
* [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.
* Update translationsSimon Rettberg2016-12-012-0/+2
|
* [roomplanner] baseconfig hook: Add variable for hybrid modeSimon Rettberg2016-11-141-2/+6
|
* added README fileAndreas Berenz2016-10-061-0/+26
|
* removed obsolete 'obstacle' attributeAndreas Berenz2016-10-062-70/+53Star
|
* Merge branch 'modularization' of git.openslx.org:openslx-ng/slx-admin into ↵Christian Klinger2016-09-301-2/+30
|\ | | | | | | modularization
| * some added commentsAndreas Berenz2016-09-291-2/+30
| |
* | changed copyright to author note.Christian Klinger2016-09-301-1/+1
|/
* skip rooms without manager ip because that trips pvsmgr.Christian Klinger2016-09-121-1/+2
|
* use the new pvs.ini format (using md5 right now).Christian Klinger2016-09-121-2/+4
|
* [roomplanner] Forgot to init tutor button when adding new pcSimon Rettberg2016-09-091-1/+1
|
* [roomplanner] Implement marking tutor on planSimon Rettberg2016-09-094-10/+45
|
* Update translationsSimon Rettberg2016-09-082-0/+4
|
* [roomplanner] Add option to enable/disable pvsmgr dedicated modeSimon Rettberg2016-09-085-11/+34
| | | | | In dedicated mode, the pvsmgr will skip login/vmchooser and directly open the pvsmgr
* [roomplanner] ajax saving: Better error messages on .fail()Simon Rettberg2016-09-081-2/+2
|
* [roomplanner] Filter non-leaf locations without extra query per locationSimon Rettberg2016-09-081-5/+13
|
* [roomplanner] Fix key constraint error on room savingSimon Rettberg2016-09-081-10/+1Star
|
* [roomplanner] Move pvs generator to api; skip empty rooms; add phpdocSimon Rettberg2016-09-082-19/+39
|
* [roomplanner] Fix formattingSimon Rettberg2016-09-082-158/+148Star
|
* [roomplanner] Add managerip field, move mgr/tutor fields to ↵Simon Rettberg2016-09-075-15/+62
| | | | location_roomplanner table, add to install.inc.php
* Update translationsSimon Rettberg2016-09-072-0/+8
|
* Merge branch 'modularization' of git.openslx.org:openslx-ng/slx-admin into ↵Christian Klinger2016-09-078-223/+431
|\ | | | | | | modularization
| * [roomplanner] Sanity checks/fixups when saving computers, more user ↵Simon Rettberg2016-09-076-11/+76
| | | | | | | | feedback, smaller grid
| * [roomplanner] Location name in h1Simon Rettberg2016-09-072-1/+2
| |
| * [roomplanner] Make grid area higher, update slider when clicking (+) and (-)Simon Rettberg2016-09-074-12/+14
| |
| * [roomplanner] Implement hiding the menu and fullscreen display with CSS ↵Simon Rettberg2016-09-073-13/+20
| | | | | | | | 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-065-61/+99
| |
| * [roomplanner] Remove stray html/head/body tagsSimon Rettberg2016-09-061-8/+0Star
| |
| * Fix some translationsSimon Rettberg2016-09-061-1/+0Star
| |
| * [roomplanner] FormattingSimon Rettberg2016-09-061-134/+141
| |
| * [roomplanner] Fix php warning if room is empty on loadSimon Rettberg2016-09-061-1/+3
| |
| * find near available position and place item there if minimal collision was ↵Andreas Berenz2016-09-061-3/+45
| | | | | | | | detected
| * scaling orientation now is viewport-center instead of top left position - ↵Andreas Berenz2016-09-064-2/+29
| | | | | | | | magnifier are clickable for scaling
| * Merge branch 'modularization' of git.openslx.org:openslx-ng/slx-admin into ↵Andreas Berenz2016-09-061-0/+1
| |\ | | | | | | | | | modularization
| * | collision behaviour for tables / computers / etcAndreas Berenz2016-09-061-20/+23
| | |
* | | Added a pvs.ini file generator.Christian Klinger2016-09-052-0/+161
| |/ |/|