summaryrefslogtreecommitdiffstats
path: root/modules-available/locationinfo/page.inc.php
Commit message (Collapse)AuthorAgeFilesLines
* [locationinfo] URL: Add field to specify reload interval in minutesSimon Rettberg2018-01-111-0/+2
|
* [locationinfo] Reload panels when opening times are changedSimon Rettberg2017-12-191-18/+61
|
* Fix A LOT of type problems, logic flaws, uninitialized variables etc.Simon Rettberg2017-12-161-1/+1
| | | | | 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] Fix handling of invalid backends, remove dummy-backend in ↵Simon Rettberg2017-12-071-1/+2
| | | | production
* Fix several PHP notices about undefined indexes, variables, not-arraysSimon Rettberg2017-12-011-3/+5
|
* [locationinfo] removed seconds from the time. More than 4 locations are ↵Jannik Schönartz2017-11-301-3/+0Star
| | | | allowed for the summary panel
* [locationinfo] Merge branch 'master' of git.openslx.org:openslx-ng/slx-adminJannik Schönartz2017-11-301-2/+2
|\
| * [main] Detect clock mismatch, fix translationsSimon Rettberg2017-11-301-2/+2
| |
* | [locationinfo] Reworked summary-panel to the new panel uuid stuff.Jannik Schönartz2017-11-301-8/+39
|/
* [locationinfo] Fix misspelled class, typedef in phpdocSimon Rettberg2017-11-141-2/+2
|
* [locationinfo] Make panel accessible via slxadmin, add URL type panelSimon Rettberg2017-07-251-40/+138
|
* [locationinfo] Support runmode moduleSimon Rettberg2017-07-061-1/+8
|
* [locationinfo] Remove configupdate fieldSimon Rettberg2017-06-211-6/+0Star
|
* [locationinfo] Frontend mostly working again...Simon Rettberg2017-06-161-8/+10
|
* [locationinfo] slxadmin part done, todo: frontend+apiSimon Rettberg2017-06-131-47/+150
|
* [locationinfo] Location edit part done so farSimon Rettberg2017-06-121-8/+78
|
* [locationinfo] Started rewrite for panel-based approachSimon Rettberg2017-06-101-299/+306
|
* [locationinfo] Allow setting a location's server to "none"Simon Rettberg2017-05-101-2/+1Star
|
* [locationinfo] Fix undefined variable 'openingtimes'Steffen Ritter2017-05-091-1/+1
|
* [locationinfo] Fix more undefined offset accessSimon Rettberg2017-05-091-8/+9
| | | | Fixes #3133
* [locationinfo] Fix initial selection of backend type when creating serverSimon Rettberg2017-05-081-1/+2
| | | | Fixes #3130
* [locationinfo] Check for valid serverid when saving location configSimon Rettberg2017-04-271-1/+5
|
* [locationinfo] Regression: Fix editing location with no previous configSimon Rettberg2017-04-271-1/+4
|
* [locationinfo] Generate credentials in server-settings server sideSimon Rettberg2017-04-211-71/+23Star
| | | | | | | There's no need to generate parameters server side that get passed to the template engine which generates javascript code that generates html snippets in the browser. We now generate everything server side right away.
* [locationinfo] Set default options properly when adding new serverSimon Rettberg2017-04-201-6/+4Star
|
* [locationinfo] Apply lower bound to refresh timeouts when saving configSimon Rettberg2017-04-201-1/+7
|
* [locationinfo] Rename tables to use module name as prefix; room -> locationSimon Rettberg2017-04-201-22/+22
|
* [locationinfo] CourseBackend: Rename some methods to be more descriptiveSimon Rettberg2017-04-191-2/+2
|
* [locationinfo] Return untranslated tag of backend property if missingSimon Rettberg2017-04-191-1/+1
|
* [locationinfo] Better backend-specific property handling, get rid of URLSimon Rettberg2017-04-191-23/+19Star
| | | | | | | | - The backend URL still had special treatment for legacy reasons, when it would be perfectly fine to make it just another generic property the backend has to define. - Allow for the backend to declare a default value for properties. - Base class will now check and sanitize the setCredentials() input.
* [locationinfo] Use Location helper for getRoomTree, check backend validity ↵Simon Rettberg2017-04-181-25/+2Star
| | | | in getCalendar
* [locationinfo] Remove more dead code, refactor javascript,Simon Rettberg2017-04-141-32/+15Star
| | | | ... and fix a few bugs I introduced
* [locationinfo] page.inc.php: More simplification, error checks, formattingSimon Rettberg2017-04-141-161/+151Star
|
* [locationinfo] Refactor the main viewSimon Rettberg2017-04-131-142/+75Star
| | | | | | | - Simplify javascript - Remove client count and locationid column from view, not useful for the average user - Remove/simplify queries, use Location helper more to deal with locations
* [locationinfo] Clean up config.html (and handling in php)Simon Rettberg2017-04-131-31/+33
| | | | | | | - De-javascript where reasonable - Unify repeated calls - Overhaul query builder - ...
* [locationinfo] Don't hardcode languagesSimon Rettberg2017-04-121-0/+1
|
* [locationinfo] Format php filesSimon Rettberg2017-04-121-79/+143
|
* Bugfixes: serversettings option 1 is selected when switching backend type. ↵Jannik Schönartz2017-03-271-4/+17
| | | | Some minor empty array etc. fixes.
* Openingtimes: Fixed a bug where when a field was not filles it caused errors.Jannik Schönartz2017-03-261-19/+28
|
* Server-Settings: Fixed a bug where the selection in the credentials were'nt ↵Jannik Schönartz2017-03-261-2/+2
| | | | displayed
* Save Button is now in the footer. Url preview added in the room settingsJannik Schönartz2017-03-221-3/+3
|
* Backend credentials translation added. Bugfix: Checkboxes instead of bs ↵Jannik Schönartz2017-03-221-4/+6
| | | | switches were shown in the server settings
* Locationinfo: Added Comments to the functions.Jannik Schönartz2017-03-211-1/+64
|
* Admin-panel: Redesigned config. Added helpboxes.Jannik Schönartz2017-03-211-0/+4
|
* Locationinfo: admin-panel: Fixed a Bug where a space in a credentialname ↵Jannik Schönartz2017-03-191-1/+8
| | | | caused errors. Changes the checkbox to bs-switch.
* SetCredentials error message is no longer ignored.Jannik Schönartz2017-03-171-4/+7
|
* Rework of the Server List. Many Bugfixes (see Mail).Jannik Schönartz2017-03-171-61/+104
|
* Locationinfo: Errors from the CourseBackend are now safes in the db and ↵Jannik Schönartz2017-03-091-9/+32
| | | | shown in the Admin-Panel. Refresh-button added for the servers. Install.php needs to be executed!
* API: setCredentials without json_encodeJannik Schönartz2017-03-081-1/+1
|
* Admin-panel: Credentials Button is now red/green if the connection ↵Jannik Schönartz2017-03-051-4/+20
| | | | failed/succeeded. Also an error msg is shown if the connection failed.