This repository has been archived by the owner on Jul 26, 2024. It is now read-only.
Kilauea
Release date: Oct 2, 2018
- Prints the path to the current module or entity into the address bar.
- Improvements of the List-module handler (ListHandler); Please check out
the corresponding wiki entry for usage and code examples.- ListHandler views are now inheriting
"icon"
,"columns"
,
"filter"
and"context"
from the provided adminInfo, if not
explicitly overridden. - ListHandler views can now be extended using the parameters
"+name"
,
"+columns"
,"+filter"
,"+context"
,"+actions"
, which is
then appended or merged into their appropriate positions. - The parameter
"views.request"
can be used to additionally load views
on demand from the server by calling a function, returning a "views"-like
list of views configuration as in a standard adminInfo. The function is
invoked when the user clicks on a view with appropriate position, with
only a short delay. - The parameter
"mode"
can be set to"normal"
(default),"hidden"
or"group"
to let List-modules behave like Groups, where the
underlying views provide the neccessary module functionalities.
- ListHandler views are now inheriting
- The
adminInfo["sortIndex"]
value is now ordered correctly in ascending
order, and works as expected on all browsers. - File selector is cached globally for a better user experience (you don't have
to navigate to the previous location again and again and again...) - ViUR logics integration updated and made their rendering smoother.
- Bugfix: FileWidget which wasn't recognized by moduleHandlerSelector.
- Bugfix: Reset the actionbar loading state in tree module.