Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Inject current template name in templates | ArthurHoaro | 2021-01-19 | 1 | -0/+3 |
| | | | | | | Use either legacy key _PAGE_ or new 'template' one. Related to https://github.com/kalvn/Shaarli-Material/issues/118 | ||||
* | Compatibility with PHPUnit 9 | ArthurHoaro | 2020-09-29 | 1 | -1/+1 |
| | |||||
* | Fix invalid redirection using the path of an external domain | ArthurHoaro | 2020-09-22 | 1 | -7/+38 |
| | | | | Fixes #1554 | ||||
* | New basePath: fix officiel plugin paths and vintage template | ArthurHoaro | 2020-07-26 | 1 | -2/+0 |
| | |||||
* | Explicitly define base and asset path in templates | ArthurHoaro | 2020-07-23 | 1 | -0/+217 |
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. |