summaryrefslogtreecommitdiffstats
path: root/modules-available/locations/inc/locationutil.inc.php
Commit message (Collapse)AuthorAgeFilesLines
* [locations] Refine location matching checksSimon Rettberg2019-08-011-7/+12
|
* [locations] Add warnings/cleanup for bad machine to roomplan mappingsSimon Rettberg2019-07-311-0/+203
|
* [locations] Optimize some functions in Location classSimon Rettberg2019-07-291-0/+1
* 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.