MyShaarli/application/front/controller/visitor
ArthurHoaro 9ef8555ad2 Support search highlights when matching URL content
DefaultFormatter:
  - format 'a' tag content and not href attribute
  - format hashtags properly
Markdown(Extra)Formatter:
  - Extend Parsedown to format highlight properly: https://github.com/erusev/parsedown/wiki/Tutorial:-Create-Extensions

Fixes #1681
2021-01-19 17:49:19 +01:00
..
BookmarkListController.php Support search highlights when matching URL content 2021-01-19 17:49:19 +01:00
DailyController.php Daily RSS Cache: invalidate cache base on the date 2020-12-17 15:48:03 +01:00
ErrorController.php Display error details even with dev.debug set to false 2020-11-05 19:55:17 +01:00
ErrorNotFoundController.php Properly handle 404 errors 2020-09-12 12:42:19 +02:00
FeedController.php Apply PHP Code Beautifier on source code for linter automatic fixes 2020-11-09 10:56:24 +01:00
InstallController.php Fix: soft fail if the mutex is not working 2020-11-24 13:39:35 +01:00
LoginController.php Apply PHP Code Beautifier on source code for linter automatic fixes 2020-11-09 10:56:24 +01:00
OpenSearchController.php Process main page (linklist) through Slim controller 2020-07-23 21:19:21 +02:00
PictureWallController.php Apply PHP Code Beautifier on source code for linter automatic fixes 2020-11-09 10:56:24 +01:00
PublicSessionFilterController.php Move all admin controller into a dedicated group 2020-08-13 11:08:13 +02:00
ShaarliVisitorController.php Inject current template name in templates 2021-01-19 10:34:11 +01:00
TagCloudController.php Apply PHP Code Beautifier on source code for linter automatic fixes 2020-11-09 10:56:24 +01:00
TagController.php Apply PHP Code Beautifier on source code for linter automatic fixes 2020-11-09 10:56:24 +01:00