New features
- Search parameters are now stored into the session so they can be retrieved by smarty if needed using <instancename>_search and <instancename>_search_*, where * is a field alias;
- Added "filterorderby" parameter on action search when using filters: orders the dropdown values on the search form template;
- Added a custom field for core "FilePicker";
Changes
- Implemented FR#11320;
- Implemented FR#11323: Show item name in header;
- A number of improvements and fixes to the interaction between LISE and the core search feature:
- now only text based fields can be indexed (TextInput and TextArea);
- fields need to be set in order to be indexed, as an option;
- LISE now supports any search module that is compatible with the Core Search Module;
- Re-indexing all content now actually works as expected on LISE side;
- A few other tweaks and enhancements;
Fixes
- Fixes to FEUMultiSelect and JQueryMultiSelect: unselecting all now woks as expected;
- BR#11319 - XML Import does not work when there are entities in module friendly name;
- BR#11328 - minor error logged for FileUpload field;
- Fixes with regards to module_friendlyname not defaulting to module_name when the friendly name field is empty while creating a new instance;
- BR#11321 - edititem.tpl file has duplicated id's;
- BR#11242 - auto-alias is not valid when title starts with number;
- Fixes for pagination links on the frontend: pretty URls will still be available, but as soon as exta tag parameters are added and not supported by pretty URLs, ugly URLs kick in;
- Fixes to template resource and fielddef to make it work with cmsms 2.2.2 (on account of an important core security fix);
- BR#11071 - SelectDateTime field gets pre-filled with UTC time instead local;
- BR#11330 Save sortorder items reversed with default sortorder = DESC;
- A great number of minor fixes and code optimizations;