Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [locationinfo] apply design guidelines / table styling | Christian Hofmaier | 2018-10-11 | 7 | -68/+114 |
| | | | | | | | | | | - move buttons to the right hand side - use modals for confirmation check - table styling/adjustment -- add missing headers -- remove text from buttons in table -- center buttons / header-text - improve language-tags | ||||
* | [locationinfo] disable add location when 4 rooms in list in default-panel-config | Christian Hofmaier | 2018-10-11 | 1 | -5/+20 |
| | | | | | | | - don't close dropdown selection when room selected - if 4 rooms selected disable the add button - if 4 rooms selected, close the dropdown selection - re enable the button when a room gets removed | ||||
* | [inc/User] Fix access to Page if class is not loaded | Simon Rettberg | 2018-08-07 | 3 | -20/+32 |
| | |||||
* | [locationinfo] Default language to slx-admin session language for new panel | Simon Rettberg | 2018-04-25 | 1 | -2/+2 |
| | |||||
* | [locationinfo] Don't pad with ... but ' ' | Simon Rettberg | 2018-04-25 | 1 | -2/+2 |
| | |||||
* | [locationinfo] Activate runmode module before calling | Simon Rettberg | 2018-04-25 | 1 | -1/+3 |
| | |||||
* | [locationinfo] davinchi: Reuse curl handle | Simon Rettberg | 2018-04-18 | 1 | -5/+17 |
| | |||||
* | [locationinfo] hisinone: Query relevant days only, not whole year/semester | Simon Rettberg | 2018-04-18 | 1 | -38/+46 |
| | | | | | | | Speed up queries significantly by not going through all the courses for the whole year, but just query those that take place in the next seven days. We also reuse the curl handle now for some additional speedup. | ||||
* | [inc/Module] Overhaul dependency loading and handling of js/css | Simon Rettberg | 2018-04-13 | 1 | -3/+8 |
| | | | | This is supposed to prevent unneeded js/css from being pulled in | ||||
* | [locationinfo] Move save btn to the right (design guidelines) | Steffen Ritter | 2018-04-12 | 5 | -6/+5 |
| | |||||
* | Update translations | Simon Rettberg | 2018-04-10 | 2 | -0/+28 |
| | |||||
* | [locationinfo] Fix default setting for "select" backend options | Simon Rettberg | 2018-04-05 | 1 | -1/+4 |
| | |||||
* | [locationinfo] Add exchange backend | Simon Rettberg | 2018-04-05 | 785 | -203/+67955 |
| | | | | Closes #3170 | ||||
* | [locationinfo] Fix color of seat counter not updating properly | Simon Rettberg | 2018-04-05 | 2 | -6/+5 |
| | |||||
* | [locationinfo] Delete according runmode entries when a panel gets deleted | Simon Rettberg | 2018-04-03 | 1 | -0/+1 |
| | |||||
* | [locationinfo] Use User::assertPermission() | Simon Rettberg | 2018-04-03 | 1 | -2/+1 |
| | |||||
* | [locationinfo] Properly check permissions when saving new panel | Simon Rettberg | 2018-03-29 | 1 | -1/+7 |
| | |||||
* | [locationinfo] Fix permission checking: Add missing return statement | Simon Rettberg | 2018-03-29 | 1 | -0/+1 |
| | |||||
* | Update permission translations | Simon Rettberg | 2018-03-21 | 2 | -0/+16 |
| | |||||
* | [locationinfo] Add permissions | Simon Rettberg | 2018-03-05 | 7 | -34/+221 |
| | |||||
* | [locationinfo] Add permission entry to runmode config | Simon Rettberg | 2018-03-04 | 1 | -1/+2 |
| | |||||
* | [locationinfo] Fix styling of tooltip btns | Steffen Ritter | 2018-02-06 | 11 | -66/+78 |
| | | | | also made the style of two close btns consistent to the rest | ||||
* | Update translations + add global tags | Simon Rettberg | 2018-01-11 | 2 | -0/+4 |
| | | | | lang_username, lang_user and lang_password are now global tags | ||||
* | [locationinfo] URL: Add field to specify reload interval in minutes | Simon Rettberg | 2018-01-11 | 3 | -1/+26 |
| | |||||
* | [locationinfo] Update translations | Simon Rettberg | 2017-12-21 | 3 | -6/+4 |
| | |||||
* | [locationinfo] Fix infinite reload loop | Simon Rettberg | 2017-12-19 | 2 | -5/+30 |
| | |||||
* | [locationinfo] Reload panels when opening times are changed | Simon Rettberg | 2017-12-19 | 3 | -29/+82 |
| | |||||
* | Fix A LOT of type problems, logic flaws, uninitialized variables etc. | Simon Rettberg | 2017-12-16 | 6 | -14/+9 |
| | | | | | Most of them were found by phpstorm, so I put in some time and went through the list, fixing quite a bunch of them. | ||||
* | [locationinfo] Cleared the old timeout before calling the new one. | Jannik Schönartz | 2017-12-07 | 1 | -0/+2 |
| | |||||
* | [locationinfo] Moved some shared functions to the frontendscript.js | Jannik Schönartz | 2017-12-07 | 3 | -157/+87 |
| | |||||
* | [locationinfo] Fixing openingtime in the Summary panel | Jannik Schönartz | 2017-12-07 | 1 | -4/+83 |
| | |||||
* | [locationinfo] Fix handling of invalid backends, remove dummy-backend in ↵ | Simon Rettberg | 2017-12-07 | 7 | -20/+38 |
| | | | | production | ||||
* | [locationinfo] Improve font size scaling for calendar | Simon Rettberg | 2017-12-06 | 1 | -7/+8 |
| | |||||
* | Merge branch 'master' of dnbd3:openslx-ng/slx-admin | Simon Rettberg | 2017-12-06 | 1 | -1/+1 |
|\ | |||||
| * | [locationinfo] Calling the update function after the timetable arrived from ↵ | Jannik Schönartz | 2017-12-05 | 1 | -1/+1 |
| | | | | | | | | the backend | ||||
* | | [locationinfo] Fix typo in varname | Simon Rettberg | 2017-12-06 | 1 | -1/+1 |
|/ | |||||
* | [locationinfo] Native panels should ignore SSL errors for now ... | Simon Rettberg | 2017-12-05 | 1 | -5/+2 |
| | | | | Until we can push self-signed certs to the client for validation | ||||
* | [locationinfo] Fix timezone offset on QWebView in summary panel | Simon Rettberg | 2017-12-05 | 1 | -15/+40 |
| | | | | Copy cleanDate function from weekcalendar | ||||
* | [locationinfo] Fix formatting of calendar starttime/endtime, remove if not ↵ | Simon Rettberg | 2017-12-05 | 2 | -6/+43 |
| | | | | | | | | possible The weekcalendar plugin chokes on badly formatted timestamps, so either fix or remove dates which don't match the expectation. Fixes #3192 | ||||
* | [locationinfo] summary: min-width 90px for child nodes | Simon Rettberg | 2017-12-04 | 1 | -0/+1 |
| | |||||
* | [locationinfo] summary: CSS compat for older clients, disable hiding feature | Simon Rettberg | 2017-12-04 | 1 | -5/+17 |
| | | | | Hiding should consider parent/child nodes accordingly | ||||
* | [locationinfo] Return all openingtimes for SUMMARY panel (recursively) | Simon Rettberg | 2017-12-04 | 1 | -9/+19 |
| | | | | TODO: Actually use them in frontend-summary.html | ||||
* | [locationinfo] Expand locationds colum | Simon Rettberg | 2017-12-03 | 1 | -1/+4 |
| | |||||
* | Fix several PHP notices about undefined indexes, variables, not-arrays | Simon Rettberg | 2017-12-01 | 1 | -3/+5 |
| | |||||
* | [runmode] Fix client filter logic | Simon Rettberg | 2017-12-01 | 1 | -1/+1 |
| | |||||
* | [statistics, roomplanner, locationinfo] Ignore machines with runmode:isclient==0 | Simon Rettberg | 2017-12-01 | 1 | -1/+9 |
| | |||||
* | [locationinfo] Fix room scaling | Simon Rettberg | 2017-12-01 | 1 | -36/+16 |
| | |||||
* | [locationinfo] Month is 0-based in js | Simon Rettberg | 2017-12-01 | 1 | -1/+1 |
| | |||||
* | Update translations | Steffen Ritter | 2017-11-30 | 4 | -2/+16 |
| | |||||
* | [locationinfo] removed seconds from the time. More than 4 locations are ↵ | Jannik Schönartz | 2017-11-30 | 2 | -4/+7 |
| | | | | allowed for the summary panel |