summaryrefslogtreecommitdiffstats
path: root/modules-available/locationinfo
Commit message (Collapse)AuthorAgeFilesLines
* [locationinfo] Fix events not showingSimon Rettberg2019-02-191-1/+7
| | | | | HISinOne start and end dates are not reliable - ignore and check individual planned dates.
* [locationinfo] HisInOne: Properly handle multiple plannedDatesSimon Rettberg2019-01-291-0/+7
| | | | | | If a course has been running for several semesters, older plannedDate entries tend to have no individualDate entries. Ignore those and don't error_log about it.
* [locationinfo] Suppress XML parsing error spamSimon Rettberg2019-01-291-1/+1
| | | | | | The SimpleXML constructor is quite verbose if you pass it e.g. an HTML error page instead of the expected XML. Suppress those errors, we'll do our own (more concise) logging in the exception handler.
* [locationinfo] use set config language for panelsChristian Hofmaier2019-01-221-2/+2
|
* [locationinfo] some design reworkChristian Hofmaier2019-01-224-11/+15
| | | | | | | - Change "free" to "open" - h/min display in summary - do not display colors of unused states in summary - change seatcounter to emDash when room has current event
* [locationinfo] set roomplanner default on false for existing panelsChristian Hofmaier2019-01-082-0/+6
| | | | - if panel is already existing without roomplanner value in database
* [locationinfo] make colors consistent for summary and default panelChristian Hofmaier2019-01-081-3/+3
| | | | | - black is now status 'offline' - grey is now status 'broken'
* [locationinfo] fix summary panel showing "closed" when room without opening ↵Christian Hofmaier2018-12-111-68/+44Star
| | | | times
* [locationinfo] fix summary pannel always in germanChristian Hofmaier2018-12-081-4/+42
|
* Merge branch 'master' of git.openslx.org:openslx-ng/slx-adminChristian Hofmaier2018-12-088-18/+18
|\
| * [locationinfo] roomplaner -> roomplannerSimon Rettberg2018-12-058-18/+18
| |
* | [locationinfo] fix header not detecting events in only room modeChristian Hofmaier2018-12-081-3/+31
|/ | | | - fix redundant initialize when only calendar mode
* [locationinfo] fix panel being closed all day long in summaryChristian Hofmaier2018-12-041-1/+1
|
* [locationinfo] fix panel being closed all day longChristian Hofmaier2018-12-041-1/+1
|
* [locationinfo] Prevent undefined index accessSimon Rettberg2018-12-041-5/+7
|
* [locationinfo] add new settings for panels (counter, updaterate)Christian Hofmaier2018-12-039-72/+139
| | | | | | | | - setting: consider only clients in roomplaner, instead of ip range - add option to set update rate in summary panels - directly initialize when mode is "only calendar" - Set counter to "-" if room has ongoing event - fix some spelling / unused code
* [locationinfo] HiS: Check if event has any planned datesSimon Rettberg2018-12-031-0/+2
|
* [locationinfo] Fix infinite loop with malformed backend dataSimon Rettberg2018-11-211-0/+6
|
* [locationinfo] show overlapping eventsChristian Hofmaier2018-10-301-3/+10
| | | | | - when events overlap by time, show them separately - when two events dont differ in title, start and end, merge them
* [locationinfo] scale calender if no events in timetableChristian Hofmaier2018-10-161-1/+2
| | | | | | - scale the calender even without events in the timetable for a better view when multiple rooms selected - hide scrollbar for calenders (!important is neccessary!)
* [locationinfo] apply design guidelines / table stylingChristian Hofmaier2018-10-117-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-configChristian Hofmaier2018-10-111-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 loadedSimon Rettberg2018-08-073-20/+32
|
* [locationinfo] Default language to slx-admin session language for new panelSimon Rettberg2018-04-251-2/+2
|
* [locationinfo] Don't pad with ... but ' 'Simon Rettberg2018-04-251-2/+2
|
* [locationinfo] Activate runmode module before callingSimon Rettberg2018-04-251-1/+3
|
* [locationinfo] davinchi: Reuse curl handleSimon Rettberg2018-04-181-5/+17
|
* [locationinfo] hisinone: Query relevant days only, not whole year/semesterSimon Rettberg2018-04-181-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/cssSimon Rettberg2018-04-131-3/+8
| | | | This is supposed to prevent unneeded js/css from being pulled in
* [locationinfo] Move save btn to the right (design guidelines)Steffen Ritter2018-04-125-6/+5Star
|
* Update translationsSimon Rettberg2018-04-102-0/+28
|
* [locationinfo] Fix default setting for "select" backend optionsSimon Rettberg2018-04-051-1/+4
|
* [locationinfo] Add exchange backendSimon Rettberg2018-04-05785-203/+67955
| | | | Closes #3170
* [locationinfo] Fix color of seat counter not updating properlySimon Rettberg2018-04-052-6/+5Star
|
* [locationinfo] Delete according runmode entries when a panel gets deletedSimon Rettberg2018-04-031-0/+1
|
* [locationinfo] Use User::assertPermission()Simon Rettberg2018-04-031-2/+1Star
|
* [locationinfo] Properly check permissions when saving new panelSimon Rettberg2018-03-291-1/+7
|
* [locationinfo] Fix permission checking: Add missing return statementSimon Rettberg2018-03-291-0/+1
|
* Update permission translationsSimon Rettberg2018-03-212-0/+16
|
* [locationinfo] Add permissionsSimon Rettberg2018-03-057-34/+221
|
* [locationinfo] Add permission entry to runmode configSimon Rettberg2018-03-041-1/+2
|
* [locationinfo] Fix styling of tooltip btnsSteffen Ritter2018-02-0611-66/+78
| | | | also made the style of two close btns consistent to the rest
* Update translations + add global tagsSimon Rettberg2018-01-112-0/+4
| | | | lang_username, lang_user and lang_password are now global tags
* [locationinfo] URL: Add field to specify reload interval in minutesSimon Rettberg2018-01-113-1/+26
|
* [locationinfo] Update translationsSimon Rettberg2017-12-213-6/+4Star
|
* [locationinfo] Fix infinite reload loopSimon Rettberg2017-12-192-5/+30
|
* [locationinfo] Reload panels when opening times are changedSimon Rettberg2017-12-193-29/+82
|
* Fix A LOT of type problems, logic flaws, uninitialized variables etc.Simon Rettberg2017-12-166-14/+9Star
| | | | | 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önartz2017-12-071-0/+2
|
* [locationinfo] Moved some shared functions to the frontendscript.jsJannik Schönartz2017-12-073-157/+87Star
|