Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Explicitly define base and asset path in templates | ArthurHoaro | 2020-07-23 | 1 | -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 controller | ArthurHoaro | 2020-07-23 | 1 | -1/+1 |
| | | | | The daily RSS template has been entirely rewritten to handle the whole feed through the template engine. | ||||
* | Process daily page through Slim controller | ArthurHoaro | 2020-07-23 | 1 | -3/+3 |
| | |||||
* | Fix all relative link to work with new URL | ArthurHoaro | 2020-07-23 | 1 | -3/+3 |
| | |||||
* | Daily - display the current day instead of the previous one | ArthurHoaro | 2019-05-25 | 1 | -1/+6 |
| | | | | | | | Also mention if it's today or yesterday for clarity using `dayDesc` variable Fixes #1299 | ||||
* | Accessibility: specify the HTML lang attribute | ArthurHoaro | 2019-02-09 | 1 | -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 page | ArthurHoaro | 2018-08-14 | 1 | -1/+1 |
| | |||||
* | Fix fatal error on daily page: use new thumbnail system | ArthurHoaro | 2018-07-29 | 1 | -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 date | ArthurHoaro | 2017-03-28 | 1 | -1/+1 |
| | |||||
* | Introduce the new default Shaarli template | ArthurHoaro | 2017-02-27 | 1 | -0/+113 |
| | |||||
* | Move default template to vintage folder | ArthurHoaro | 2017-02-27 | 1 | -101/+0 |
| | |||||
* | Minor improvements regarding #705 (coding style, unit tests, etc.) | ArthurHoaro | 2017-01-05 | 1 | -4/+4 |
| | |||||
* | Change templates set through administration UI | Knah Tsaeb | 2017-01-05 | 1 | -0/+101 |