Version 1.4
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;
Version 1.2.3
Changes
- Changed most if not all die() error statements to exceptions, allowing for better error handling;
Fixes
- Fixes a bug introduced in 1.2.2.1 regarding the exclude_category and category parameters;
- Fixes a bug occurring when saving items with no categories it would error on some MySQL database setups;
- Fixes a small bug in the instance class constructor preventing the routes to be registered;
Version 1.2.2.1
Fixes
- Removed a forgotten debug statement;
Version 1.2.2
New features
- Added JQuery MultiSelect Field Definition;
- Added JQuery MultiSelect to Categories options;
- LISE starts using the namespaces features of PHP 5.3.0;
- New exceptions handler: errors and exceptions in LISE can now be localized (check error codes and strings in the Translator Center);
- Added FEU SingleSelect Field Definition (deprecates FEU Dropdown);
- Added FEU MultiSelect Field Definition;
- Added support for arrays in optionvalues;
- Added support for admin listing templates
Fixes
- Fixes backlink functionality;
- Fixes to the maintenance functions: fixing DB tables imported from LI2 should not issue a PHP Fatal Error in no conditions;
- Added route for pagination with category;
- Fixes detailpage parameter override on default action;
- Fixes exclude_category parameter: now items not belonging to any category don't get excluded;
Version 1.2.1.1
Minor Fixes
- Minor fix to LI2 imported instances tables fixing code;
- Minor fix to field definitions;
Version 1.2.1
New features
-
Adds the ability to fix tables from previous LI2 imported instances;
Fixes and Improvements
- Fixes to the LISE_LI2converter class. Imported instances should work without errors now;
Version 1.2
New features
-
Added CustomFromUDT field definition: allows to create select/checkboxes/radio fields with multiple selection capability and validation from UDTs ;
-
Added Category filter to the default action: you can now show summaries of selected categories;
-
Added the possibility to pass parameters to field templates (for instance to handle summary and detail views differently);
-
New field definitions: BackendText, FEUDropdown, GalleryDropdown, GBFilePicker (with CMSMS 1.x only), JMFilePicker, LISEInstance, LISEInstanceItem;
Fixes and Improvements
- #10706 - minor notice;
- Better handling of fielddef custom templates;
- Fixes to SearchResult;
- Fixes to DateTime fielddef mainly related to db storage and sorting;
- Added a lise_datetime_utils class to help with format conversions;
- CategoryQuery class supports category parameter now;
- Improved Tags sorting;
-
CustomFromUDT: added the possibility to customize Admin Listing presentation via UDT;
-
Fixes bug #10814 - Assets fail to load if SSL is enabled for Backend. (Thanks hexdj);
-
Numerous fixes and improvements in fielddefs templates;
-
Numerous minor bug fixes;
-
Fixes to routes in CMSMS 2.x(thanks ajprog);
-
Tags interfering with CMSMS backend menu; fixes regarding aliases; additional work on routes (thanks ajprog);
-
Fixes to backend instances pagination (BR #10712) (Thanks Jeff Bosch [ajprog] and Greg Prosser [geepers]);
-
Fixes BR #10904, (thanks Jeff Bosch [ajprog] and Eduardo Martinez [hexdj]);
-
Fixes to LI2 imports and LISE instance cloner; Updating fixes old imports/clones bugs;
Version 1.1.0
New features
- LISE instances can now be set to be upgraded manually or automatically on a per instance setting in conjunction with a global setting on LISE main module;
- LISE main module can now be set to be upgraded manually (recommended) to avoid timing out during upgrades;
- LISE main module has to be installed manually to avoid timeouts during installation;
- Added the capability to define the instance Friendly Name, Module Admin Description and Module Admin Section on the Create Instance form;
- Added instance import, export and clone capability;
- Implemented FRs #10643 and #10646:
- #10643 - added a Tabs field definition (thanks to Albert Cansado);
- #10646 - made total record count available as a Smarty variable (thanks to Chris Ciavarella [caciavar]);
Fixes
- Fixes to the Tags functionality;
- Fixes related with new CMSMS 2.0.1 way of handling variable scopes and template objects;
- Some minor fixes;
Version 1.0.2
- Minor fixes including #10635.
Version 1.0.1
- Minor fixes including #10630.
Version 1.0.0