aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/default/daily.html
Commit message (Collapse)AuthorAgeFilesLines
* Feature: add weekly and monthly view/RSS feed for daily pageArthurHoaro2020-10-271-11/+21
| | | | | | | | | - Heavy refactoring of DailyController - Add a banner like in tag cloud to display monthly and weekly links - Translations: t() now supports variables with optional first letter uppercase Fixes #160
* Support using Shaarli without URL rewritingArthurHoaro2020-10-161-1/+1
| | | | | | | | | - 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
* Better support for notes permalinkArthurHoaro2020-07-281-1/+1
|
* 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 Daily RSS feed through Slim controllerArthurHoaro2020-07-231-1/+1
| | | | The daily RSS template has been entirely rewritten to handle the whole feed through the template engine.
* Process daily page through Slim controllerArthurHoaro2020-07-231-3/+3
|
* Fix all relative link to work with new URLArthurHoaro2020-07-231-3/+3
|
* Daily - display the current day instead of the previous oneArthurHoaro2019-05-251-1/+6
| | | | | | | Also mention if it's today or yesterday for clarity using `dayDesc` variable Fixes #1299
* 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
* Fix a bug making thumbnail to request the current pageArthurHoaro2018-08-141-1/+1
|
* Fix fatal error on daily page: use new thumbnail systemArthurHoaro2018-07-291-4/+8
| | | | | | | | | Also fix: * include the login manager in the daily RSS feed function * remove redirector setting in the vintage theme Fixes #1190
* Theme: use format_date function for daily dateArthurHoaro2017-03-281-1/+1
|
* Introduce the new default Shaarli templateArthurHoaro2017-02-271-0/+113
|
* Move default template to vintage folderArthurHoaro2017-02-271-101/+0
|
* Minor improvements regarding #705 (coding style, unit tests, etc.)ArthurHoaro2017-01-051-4/+4
|
* Change templates set through administration UIKnah Tsaeb2017-01-051-0/+101