aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/default/includes.html
Commit message (Collapse)AuthorAgeFilesLines
* Support using Shaarli without URL rewritingArthurHoaro2020-10-161-2/+2
| | | | | | | | | - Shaarli can be fully used by prefixing any URL with /index.php/ - {$base_path} used in templates already works with this configuration - Assets path (outside of theme's assets) must be prefixed with {$root_url}/ - Documentation section in « Server configuration » Fixes #1590
* Add Markdown Extra formatterArthurHoaro2020-10-131-1/+1
| | | | | | | | Library: [Parsedown Extra](https://github.com/erusev/parsedown-extra) Also sort dependencies alphabetically. Fixes #1169
* Process plugins administration page through Slim controllersArthurHoaro2020-07-231-2/+2
|
* Use multi-level routes for existing controllers instead of 1 level everywhereArthurHoaro2020-07-231-2/+2
| | | | Also prefix most admin routes with /admin/
* Explicitly define base and asset path in templatesArthurHoaro2020-07-231-5/+5
| | | | | | | 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 OpenSearch controller through SlimArthurHoaro2020-07-231-1/+2
| | | | Also it was missing on the default template feeds
* RSS/ATOM feeds: process through Slim controllerArthurHoaro2020-07-231-2/+2
|
* 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/+3
| | | | See https://github.com/shaarli/Shaarli/issues/1307
* Avoiding warning 'PHP Notice: Undefined index: updated'Lucas Cimon2020-01-121-1/+1
|
* Fix undefined thumbnail on OpenGraph headersArthurHoaro2019-09-101-1/+1
| | | | Fixes #1362
* fix: ensure HTML tags are stripped from OpenGraph descriptionVirtualTam2019-01-181-1/+1
| | | | | | | Fixes https://github.com/shaarli/Shaarli/issues/1250 Relates to https://github.com/shaarli/Shaarli/issues/1242 Signed-off-by: VirtualTam <virtualtam@flibidi.net>
* Add OpenGraph meta tags on permalink pageArthurHoaro2018-08-131-0/+20
| | | | | | | | | | | | | | Includes: - og:title - og:type -> article - og:image -> if there is a thumbnail - og:url -> permalink - og:description -> first 300 chars of raw description - article:published_time - article:modified_time - article:tag -> one OG meta tag for each shaare tag Fixes #258
* also for new default tpl add meta tag to block sending the referrer vintage ↵Mark Schmitz2018-06-071-0/+1
| | | | -> #692
* load user css at last, after plugin css to enable changing plugin stylesMark Schmitz2018-04-131-3/+3
|
* Webpack / Update front paths in template filesArthurHoaro2018-03-281-6/+1
|
* Add apple-touch-icon meta tagArthurHoaro2017-11-181-1/+2
| | | | Fixes #997
* Add a version hash for asset loading to prevent browser's cache issueArthurHoaro2017-10-011-7/+7
| | | | | | The hash is generated using the same salt as the one used for credentials (1 salt per instance) in order to avoid exposing the instance version. Fixes #965
* Fixes file existence check for user.csskalvn2017-05-091-1/+1
|
* 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/+20
|
* Move default template to vintage folderArthurHoaro2017-02-271-15/+0
|
* Move user.css to data folderArthurHoaro2017-01-141-1/+1
|
* Minor improvements regarding #705 (coding style, unit tests, etc.)ArthurHoaro2017-01-051-2/+2
|
* Change templates set through administration UIKnah Tsaeb2017-01-051-0/+15