aboutsummaryrefslogtreecommitdiff
path: root/index.php
AgeCommit message (Collapse)Author
2020-05-11fix: log file was not closedn-peugnet
2020-04-28fix: never catch LogicExceptions except in indexn-peugnet
2020-04-28chore: add whoops for a better dev environmentn-peugnet
2020-04-28fix: error codes on error pagesn-peugnet
- 404 on page not exist - 500 on unknown internal error Fixes #90
2020-04-26user bookmarks use new objectvincent-peugnet
+ shortcuts visible in backtopbar
2020-04-25feat: warning, info & debug directly a throwablen-peugnet
2020-04-21feat: add Logger class to log catched errorsn-peugnet
Previously, if Sentry was not enabled, the Exceptions weren't logged anywhere. I expect you to use this class in the future @vincent-peugnet !
2020-04-21tests: add exception phpstan extensionsn-peugnet
2020-04-21chore: add fn.php to composer autoloadingn-peugnet
Fixes #96
2020-04-19finish PSR 12 error cleaningvincent-peugnet
2019-11-15feat: load Sentry browser as an external scriptn-peugnet
- better way to check if we need to report errors in PHP - fix make file $(js_bundles) dependencies (add webpack conf) - update sentry-browser sdk and move it to dev requirements
2019-11-12feat: make Sentry optionaln-peugnet
- move sentry to PHP dev requirements. - try...catch Sentry integration in PHP. - update Makefile: - add comments as documentation. - remove recursive call from PREV_ENV_FILE target. - make dist and sentryrelease ENV variable. - add touch target for more efficient rebuilds. - add `dist` build ENV functionnality not to include dev-requirements in the zip release.
2019-11-07build: gen VERSION from make instead of release-itn-peugnet
- remove @release-it/bumper module - gen VERSION from make - remove VERSION from git
2019-11-07feat: better sentry conf + send catched errorsn-peugnet
2019-11-06feat: include Sentry for error reportingn-peugnet
2019-11-05refactor: switch to psr-4 autoloadingn-peugnet
2019-03-28new render engine for elementsvincent-peugnet
2018-12-22bug fix : medi preg matchvincent-peugnet
2018-11-11cleaningvincent-peugnet
2018-11-11reboot foldervincent-peugnet
2018-03-17Added app class and reorganisation of the foldersvincent-peugnet
2018-03-17Commit initialvincent-peugnet