aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/default/configure.html
Commit message (Collapse)AuthorAgeFilesLines
* Process thumbnail synchronize page through Slim controllersArthurHoaro2020-07-231-2/+2
|
* Use multi-level routes for existing controllers instead of 1 level everywhereArthurHoaro2020-07-231-1/+1
| | | | Also prefix most admin routes with /admin/
* Explicitly define base and asset path in templatesArthurHoaro2020-07-231-3/+3
| | | | | | | With the new routes, all pages are not all at the same folder level anymore (e.g. /shaare and /shaare/123), so we can't just use './' everywhere. The most consistent way to handle this is to prefix all path with the proper variable, and handle the actual path in controllers.
* Process configure page through Slim controllerArthurHoaro2020-07-231-1/+1
|
* Fix all relative link to work with new URLArthurHoaro2020-07-231-1/+1
|
* Apply the new system (Bookmark + Service) to the whole code baseArthurHoaro2020-01-181-0/+22
| | | | See https://github.com/shaarli/Shaarli/issues/1307
* little fix templateagentcobra2019-08-011-1/+1
| | | fix link between label and checkbox (updateCheck)
* Automatically retrieve description for new bookmarksArthurHoaro2019-07-061-0/+16
| | | | | | | | | | | | | | | If the option is enabled, it will try to find a meta tag containing the page description and keywords, just like we do for the page title. It will either look for regular meta tag or OpenGraph ones. The option is disabled by default. Note that keywords meta tags is mostly not used. In `configure` template, the variable associated with this setting is `$retrieve_description`. Fixes #1302
* Accessibility: specify the HTML lang attributeArthurHoaro2019-02-091-1/+1
| | | | | | The lang is based on the user defined one. If the language is automatic, no language will be specified. Fixes #1216
* Bunch of improvement for thumbnails integration:ArthurHoaro2018-07-171-1/+1
| | | | | | | | - add a default thumb size value (125x90px) - improve private vertical bar visual, especially with thumbnails - translations - add a sync thumbs button in tool and empty picwall page - fixes WT download mode in JSON config
* Thumbnails: add a common mode to only retrieve thumbs from popular media ↵ArthurHoaro2018-07-051-2/+11
| | | | websites
* Add a page to update all thumbnails through AJAX requests in both templatesArthurHoaro2018-07-051-5/+3
|
* Take code review into accountArthurHoaro2018-07-051-3/+7
| | | | Upgrade web-thumbnailer and display thumbs right after download
* Update thumbnail integration after rebasing the branchArthurHoaro2018-07-051-0/+20
|
* Remove redirector setting from Configure pageArthurHoaro2017-11-071-15/+0
| | | | | | This feature is pretty much useless these days as browsers have builtin features to support the thag "<meta name='referrer'", so keep the setting page as clean as possible. Also, avoid advertising it too much, because I'm pretty sure it doesn't work very well with markdown descriptions (as Parsedown have some trouble regarding URL detection (without MarkDown link tag)).
* Add language selection in the configure page of the default themeArthurHoaro2017-10-221-0/+24
|
* Rename title link label to home link and apply it in vintage themeArthurHoaro2017-05-031-1/+1
| | | | Related to #853
* Merge pull request #830 from ArthurHoaro/theme/timezoneArthurHoaro2017-04-251-4/+24
|\ | | | | Change timezone data structure send to the templates
| * Apply the new timezone template variables to the default themeArthurHoaro2017-04-041-4/+24
| |
* | Add API setting in the new theme during the installationArthurHoaro2017-03-221-2/+2
|/ | | | Also use the same variable name across template files
* Theme: Vertical align theme select in configureArthurHoaro2017-03-121-1/+1
| | | | Fixes #807
* Remove inline JS and add LibreJS headers in JS filesArthurHoaro2017-03-121-13/+0
| | | | | Fixes #33 (wow!) Relates to #395
* Multiple minor improvements and bugfixes regarding the new templates:ArthurHoaro2017-02-271-0/+30
| | | | | | | | | | | | | | * 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/+210
|
* Move default template to vintage folderArthurHoaro2017-02-271-121/+0
|
* Updater: keep custom theme preference with the new theme settingArthurHoaro2017-01-051-5/+1
|
* Minor improvements regarding #705 (coding style, unit tests, etc.)ArthurHoaro2017-01-051-6/+7
|
* Change templates set through administration UIKnah Tsaeb2017-01-051-0/+124