summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* [locations] Optimize some functions in Location classSimon Rettberg2019-07-292-22/+28
| | | | | | | * Casts are faster than settype. * Check if assoc location cache is already populated. * getLocationRootChain can use the parents array from that location instead of building the array from scratch.
* [roomplanner] Fix check for successful DB writeSimon Rettberg2019-07-231-1/+1
|
* [roomplanner] Support creating recursive/composed roomsSimon Rettberg2019-07-239-214/+540
|
* slx-fixes.js: Make .cachedScript more compatible to .getScriptSimon Rettberg2019-07-191-2/+8
| | | | Allow passing a success callback directly
* [locationinfo] increased cached date span for backends: dummy, davinci and ↵Udo Walter2019-07-183-6/+6
| | | | exchange
* [roomplanner] First prototype of composed room editorSimon Rettberg2019-07-178-43/+402
| | | | | | | Saving/loading works, but no entry is generated for pvs.ini. Also this approach fails to meaningfully handle rooms with two removable walls where you also want to use both possible combinations of two combined rooms and a single one.
* [roomplanner] Use .cachedScript() from slx-fixesSimon Rettberg2019-07-171-4/+4
|
* [locationinfo] Add ability to select the start day of the calendarUdo Walter2019-07-166-5/+65
|
* [inc/Render] Remove legacy functionsSimon Rettberg2019-07-161-20/+0Star
|
* [inc/Render] Add lang property to html tagSimon Rettberg2019-07-111-1/+1
|
* [baseconfig_bwlp/baseconfig] Update translationsSimon Rettberg2019-07-113-7/+3Star
|
* [exams] Fix isExamMode() for global examsSimon Rettberg2019-07-041-2/+6
|
* [baseconfig_bwlp] Update help text for SLX_ADDONSSimon Rettberg2019-07-042-2/+2
|
* [dnbd3] Add baseconfig vars for experimental local cachingSimon Rettberg2019-07-034-0/+50
|
* [exams] Fix creating global examSimon Rettberg2019-07-033-9/+42
|
* [install.php] tableHasIndex -> tableGetIndexSimon Rettberg2019-07-033-7/+7
|
* [locationinfo] fix bug 'open for' without timesChristian Hofmaier2019-06-041-2/+2
|
* [locationinfo] fix bug override not loading correctly into edit menuChristian Hofmaier2019-06-041-1/+1
|
* [news] Update translationsSimon Rettberg2019-05-292-6/+6
|
* [news] Use date/time selection for expiry, not duration in hrsSimon Rettberg2019-05-293-19/+60
|
* [exams] Fix HTML syntaxSimon Rettberg2019-05-291-1/+1
|
* [summernote] Use caching when loading language pluginSimon Rettberg2019-05-291-5/+1Star
|
* [exams/bootstrap_datepicker] Always load slx-admin language pluginSimon Rettberg2019-05-293-22/+63
| | | | Fixes #3567
* [news] Modularize; add 'login-news' categorySimon Rettberg2019-05-2813-285/+302
| | | | TODO: Use date/time picker for expire time
* [dnbd3] Put proxies from other locations into SLX_DNBD3_FALLBACKSimon Rettberg2019-05-231-4/+16
|
* [locations] subnet inputs: disabled -> readonly; disable save buttonSimon Rettberg2019-05-022-4/+7
| | | | | | | There was unfinished code to disable the save button if there are no actions allowed to perform in the location detail box, which is now working. Also make the text inputs readonly instead of diabled if we're not allowed to edit them, so copy & paste still works.
* [statistics] Update translationsSimon Rettberg2019-04-292-0/+4
|
* [statistics] Copy-friendly list of uuid/mac/ip/hostnameSimon Rettberg2019-04-291-4/+60
|
* [statistics] Add captions to RAM/swap barSimon Rettberg2019-04-292-4/+13
|
* [statistics] dmidecode parser: Better handling of memorySimon Rettberg2019-04-251-17/+42
|
* [roomplanner] Make highlight green, not redSimon Rettberg2019-04-251-2/+2
|
* [roomplanner] Swap translate/rotate in SVGSimon Rettberg2019-04-241-1/+1
|
* [roomplanner] Fix svg rotate logicSimon Rettberg2019-04-231-9/+7Star
|
* [statistics] Show RAM manufacturer; add JEDEC DB & parserSimon Rettberg2019-04-205-5/+71
|
* [serversetup-bwlp-ipxe] Use badge for refcount in bootentry tableSimon Rettberg2019-04-171-1/+3
|
* [serversetup-bwlp-ipxe] Show default selection of inherited menuSimon Rettberg2019-04-174-2/+22
|
* [*] de: Script -> SkriptSimon Rettberg2019-04-173-9/+9
|
* [baseconfig_bwlp] Fix default valueSimon Rettberg2019-04-171-1/+1
|
* [roomplanner] Don't generate roomplan if pointlessSimon Rettberg2019-04-161-4/+6
| | | | | | If a UUID for a machine is passed that maps into a location by its IP address, but doesn't have a position in it, don't render a SVG for that location, unless the locationid is explicitly specified too.
* [serversetup-bwlp-ipxe] Make sure we always have a default entrySimon Rettberg2019-04-163-3/+17
|
* [serversetup-bwlp-ipxe] Fix permcheck for menu edit in menu listSimon Rettberg2019-04-161-1/+1
|
* [baseconfig] Fix default value display for entries not in DB yetSimon Rettberg2019-04-161-0/+3
|
* [backup] Fix restore done messageSimon Rettberg2019-04-161-5/+4Star
|
* [serversetup-bwlp-ipxe] Show parent menu in location assign dialogSimon Rettberg2019-04-163-1/+8
|
* [serversetup-bwlp-ipxe] Change color scheme a bitSimon Rettberg2019-04-161-1/+3
|
* [serversetup-bwlp-ipxe] Firce locale to get iconv() to behaveSimon Rettberg2019-04-161-0/+1
| | | | With the C locale, iconv's TRANSLIT is a noop.
* [statistics] Handle system an mainboard model separatelySimon Rettberg2019-04-165-21/+44
| | | | ...especially for BIOS updates checks...
* [serversetup-bwlp-ipxe] Add debug-shell boot entrySimon Rettberg2019-04-111-1/+16
|
* [sysconfig] Update translationsSimon Rettberg2019-04-112-1/+3
|
* [sysconfig] Translation for last modified date tooltipSteffen Ritter2019-04-101-1/+1
|