aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/default/linklist.html
Commit message (Collapse)AuthorAgeFilesLines
* Shaarli's translationArthurHoaro2017-10-221-10/+20
| | | | | | | | | * translation system and unit tests * Translations everywhere Dont use translation merge It is not available with PHP builtin gettext, so it would have lead to inconsistency.
* Using only one form in linklist.html + adding untaggedonly filter - fix #885Lucas Cimon2017-07-301-29/+21
|
* Merge pull request #841 from ArthurHoaro/feature/search-no-tagArthurHoaro2017-05-251-1/+5
|\ | | | | Empty tag search will look for not tagged links
| * Empty tag search will look for not tagged linksArthurHoaro2017-05-251-1/+5
| | | | | | | | | | | | | | | | | | | | | | Fixes #784 From now, searching for tags with an empty value will return only not tagged links, with the search bar showing `x results [not tagged]`. Note that using the api, the searchtags request parameter must be set to `false` to get the same result. - [ ] Update API doc
* | Bulk deletionArthurHoaro2017-05-081-1/+4
|/ | | | | | | * Add a checkboxes in linklist which display a sub-header containing action buttons * Strongly rely on JS * Requires a modern browser (ES6 syntax support) * Checkboxes are hidden if the browser is old or JS disabled
* Fixes #657: use data-autofirst parameter for awesomepleteArthurHoaro2017-03-111-1/+1
| | | | data-autofirst automatically selects the first item of the list of choice automatically. You just have to press enter to use it.
* Display private only filter as search parameterArthurHoaro2017-03-081-1/+7
|
* Improve datetime displayArthurHoaro2017-03-061-2/+3
| | | | | | | | | | Use php-intl extension to display datetimes a bit more nicely, depending on the locale. What changes: * the day is no longer displayed * day number and month are ordered according to the locale * the timezone is more readable (UTC+1 instead of CET)
* Multiple minor improvements and bugfixes regarding the new templates:ArthurHoaro2017-02-271-1/+1
| | | | | | | | | | | | | | * Add API settings in `configure.html` * Fix textarea autoresize * Load user.css from data folder * Move fold/expand all button to the right and fix an issue with already folded items * Reset datetime display to international datetime * Temporarilly remove JS login panel (need improvement and integration with the plugin system) * Body background is slightly lighter * Fix an issue where thumbnails were hidden by description * Fix an issue where private orange bar wasn't displayed with thumbnails * Remove the gradient bar behind titles * Fix empty bookmarklet name in Firefox
* Introduce the new default Shaarli templateArthurHoaro2017-02-271-0/+246
|
* Move default template to vintage folderArthurHoaro2017-02-271-151/+0
|
* Change templates set through administration UIKnah Tsaeb2017-01-051-0/+151