Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Feature: support any tag separator | ArthurHoaro | 2020-11-05 | 1 | -0/+4 |
| | | | | | | | | So it allows to have multiple words tags. Breaking change: commas ',' are no longer a default separator. Fixes #594 | ||||
* | Compatibility with PHPUnit 9 | ArthurHoaro | 2020-09-29 | 1 | -2/+1 |
| | |||||
* | Merge pull request #1539 from ArthurHoaro/feature/manual-root-url | ArthurHoaro | 2020-09-22 | 1 | -1/+2 |
|\ | |||||
| * | Fix subfolder configuration in unit tests | ArthurHoaro | 2020-09-12 | 1 | -1/+2 |
| | | |||||
* | | Properly handle 404 errors | ArthurHoaro | 2020-09-12 | 1 | -1/+0 |
|/ | | | | | | Use 404 template instead of default Slim error page if the route is not found. Fixes #827 | ||||
* | Process login through Slim controller | ArthurHoaro | 2020-07-23 | 1 | -0/+1 |
| | |||||
* | Explicitly define base and asset path in templates | ArthurHoaro | 2020-07-23 | 1 | -0/+2 |
| | | | | | | | 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 controller | ArthurHoaro | 2020-07-23 | 1 | -1/+9 |
| | |||||
* | Process password change controller through Slim | ArthurHoaro | 2020-07-23 | 1 | -7/+1 |
| | |||||
* | Initialize admin Slim controllers | ArthurHoaro | 2020-07-23 | 1 | -0/+114 |
- Reorganize visitor controllers - Fix redirection with Slim's requests base path - Fix daily links |