Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [exams/roomplanner] Smarter coordination of run mode (exam mode on/off etc) | Simon Rettberg | 2017-11-14 | 1 | -0/+3 |
| | |||||
* | [roomplanner] Sanitize input (ASCII columns) | Simon Rettberg | 2017-07-25 | 1 | -4/+5 |
| | |||||
* | [*] Adapt to new baseconfig API | Simon Rettberg | 2017-07-11 | 1 | -3/+3 |
| | |||||
* | [roomplanner] Support : in mac search, use small display of client | Simon Rettberg | 2017-07-06 | 1 | -3/+7 |
| | |||||
* | [roomplanner] Add "fit to content" zoom button | Simon Rettberg | 2017-03-28 | 4 | -13/+61 |
| | | | | Implements #2965 | ||||
* | [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] Fix clipped tooltips, add border to PCs | Simon Rettberg | 2016-12-07 | 2 | -11/+8 |
| | |||||
* | [roomplanner] Tighten up computer list, better search result caching | Simon Rettberg | 2016-12-07 | 4 | -42/+54 |
| | |||||
* | [roomplanner] Show if PC is already placed in another room | Simon Rettberg | 2016-12-06 | 3 | -8/+24 |
| | |||||
* | [roomplanner] Update locationid -> fixedlocationid | Simon Rettberg | 2016-12-06 | 2 | -2/+2 |
| | |||||
* | [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. | ||||
* | Update translations | Simon Rettberg | 2016-12-01 | 2 | -0/+2 |
| | |||||
* | [roomplanner] baseconfig hook: Add variable for hybrid mode | Simon Rettberg | 2016-11-14 | 1 | -2/+6 |
| | |||||
* | added README file | Andreas Berenz | 2016-10-06 | 1 | -0/+26 |
| | |||||
* | removed obsolete 'obstacle' attribute | Andreas Berenz | 2016-10-06 | 2 | -70/+53 |
| | |||||
* | Merge branch 'modularization' of git.openslx.org:openslx-ng/slx-admin into ↵ | Christian Klinger | 2016-09-30 | 1 | -2/+30 |
|\ | | | | | | | modularization | ||||
| * | some added comments | Andreas Berenz | 2016-09-29 | 1 | -2/+30 |
| | | |||||
* | | changed copyright to author note. | Christian Klinger | 2016-09-30 | 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] Forgot to init tutor button when adding new pc | Simon Rettberg | 2016-09-09 | 1 | -1/+1 |
| | |||||
* | [roomplanner] Implement marking tutor on plan | Simon Rettberg | 2016-09-09 | 4 | -10/+45 |
| | |||||
* | Update translations | Simon Rettberg | 2016-09-08 | 2 | -0/+4 |
| | |||||
* | [roomplanner] Add option to enable/disable pvsmgr dedicated mode | Simon Rettberg | 2016-09-08 | 5 | -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 Rettberg | 2016-09-08 | 1 | -2/+2 |
| | |||||
* | [roomplanner] Filter non-leaf locations without extra query per location | Simon Rettberg | 2016-09-08 | 1 | -5/+13 |
| | |||||
* | [roomplanner] Fix key constraint error on room saving | Simon Rettberg | 2016-09-08 | 1 | -10/+1 |
| | |||||
* | [roomplanner] Move pvs generator to api; skip empty rooms; add phpdoc | Simon Rettberg | 2016-09-08 | 2 | -19/+39 |
| | |||||
* | [roomplanner] Fix formatting | Simon Rettberg | 2016-09-08 | 2 | -158/+148 |
| | |||||
* | [roomplanner] Add managerip field, move mgr/tutor fields to ↵ | Simon Rettberg | 2016-09-07 | 5 | -15/+62 |
| | | | | location_roomplanner table, add to install.inc.php | ||||
* | Update translations | Simon Rettberg | 2016-09-07 | 2 | -0/+8 |
| | |||||
* | Merge branch 'modularization' of git.openslx.org:openslx-ng/slx-admin into ↵ | Christian Klinger | 2016-09-07 | 8 | -223/+431 |
|\ | | | | | | | modularization | ||||
| * | [roomplanner] Sanity checks/fixups when saving computers, more user ↵ | Simon Rettberg | 2016-09-07 | 6 | -11/+76 |
| | | | | | | | | feedback, smaller grid | ||||
| * | [roomplanner] Location name in h1 | Simon Rettberg | 2016-09-07 | 2 | -1/+2 |
| | | |||||
| * | [roomplanner] Make grid area higher, update slider when clicking (+) and (-) | Simon Rettberg | 2016-09-07 | 4 | -12/+14 |
| | | |||||
| * | [roomplanner] Implement hiding the menu and fullscreen display with CSS ↵ | Simon Rettberg | 2016-09-07 | 3 | -13/+20 |
| | | | | | | | | 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 | 5 | -61/+99 |
| | | |||||
| * | [roomplanner] Remove stray html/head/body tags | Simon Rettberg | 2016-09-06 | 1 | -8/+0 |
| | | |||||
| * | Fix some translations | Simon Rettberg | 2016-09-06 | 1 | -1/+0 |
| | | |||||
| * | [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 |
| | | |||||
| * | find near available position and place item there if minimal collision was ↵ | Andreas Berenz | 2016-09-06 | 1 | -3/+45 |
| | | | | | | | | detected | ||||
| * | scaling orientation now is viewport-center instead of top left position - ↵ | Andreas Berenz | 2016-09-06 | 4 | -2/+29 |
| | | | | | | | | magnifier are clickable for scaling | ||||
| * | Merge branch 'modularization' of git.openslx.org:openslx-ng/slx-admin into ↵ | Andreas Berenz | 2016-09-06 | 1 | -0/+1 |
| |\ | | | | | | | | | | modularization | ||||
| * | | collision behaviour for tables / computers / etc | Andreas Berenz | 2016-09-06 | 1 | -20/+23 |
| | | | |||||
* | | | Added a pvs.ini file generator. | Christian Klinger | 2016-09-05 | 2 | -0/+161 |
| |/ |/| | |||||
* | | fix z-index of slider. | Christian Klinger | 2016-09-05 | 1 | -0/+1 |
|/ | |||||
* | [roomplanner] Don't pretty print json | Simon Rettberg | 2016-09-01 | 1 | -4/+5 |
| | |||||
* | make roomplanner 100% even on big screens and fix bug. | Christian Klinger | 2016-08-26 | 2 | -2/+5 |
| |