Fix:
Undefined array key "search" in _data/templates_c/....file.batch_manager_global.tpl.php on line 685
Trying to access array offset on value of type null in _data/templates_c/....file.batch_manager_global.tpl.php on line 685
PHP Deprecated: stripslashes(): Passing null to parameter #1 ($string) of type string is deprecated in _data/templates_c/....file.batch_manager_global.tpl.php on line 685
* First implementation of the new multi-criteria search. It replaces the old search.php form.
* Displays live search criteria above search results. Each change reloads the list of results (displayed as thumbnails).
* New API method pwg.images.filteredSearch.update called in AJAX to live change the filters.
* New kind of filter: added_by
* Corrected french sentences spelled wrong
* Added max length for album names in breadcrumbs
* Added attribute 'visible' in categories.setInfos
* Can now unlock an album by clicking on the alert
* Switch used to lock an album works properly now
* Delete popin options aligned
* Changed 'Authorized publication' to 'Unlocked album'
* Changed 'Lineage' wording for comments to 'for sub-albums'
* Better breadcrumb size management when the hierarchy is large
* Front end development according to the mockup
* Save changes in ajax
* Implement the delete album behaviour with Jconfirm in ajax
* Adding a new Css component : infos (factorized in the tag page)
* Add a new general admin template variable : ADMIN_PAGE_OBJECT_ID (adding the id of an object on the page)
* Modify the pwg.categories.setInfo api method to fit the need of the album edition pages
* Slightly change the method time_since, add a parameter to display only the greates time unit
* Popin to change parent album, and changed it as a re-usable component
* Dropdown to replace the checkbox for comments
* change the meaning of light_album_manager_threshold to load less user interface (instead of redirecting to the old album manager). In the light mode, do not load tiptip.
* remove dropdown menu, to reduce DOM size
For example, on a 16k albums, load time goes from 18 to 8 seconds on MatthieuLP computer.
Co-authored-by: Matthieu Leproux <matthieu.leproux@gmail.com>