Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-03-04 | Merge pull request #135 from n-peugnet/fix-remove-media-class | Vincent Peugnet | |
fix(render): remove added media class | |||
2021-03-04 | fix(render): remove added media class | n-peugnet | |
This class is IMO not usefull as we already have the img selector to select all the medias in the page (or we can even select img and a). On the other hand, adding the class overrides the ones we can add with markdown extra's syntax: {.custom-class}. | |||
2021-03-04 | fix: init config script | n-peugnet | |
- update default values returned by get_class_vars, otherwise domain is never correctly set - use more robust scheme detection | |||
2020-12-19 | run phpcbf and add fix target to Makefile | n-peugnet | |
2020-08-12 | disable javascript config option, close #114 | vincent-peugnet | |
2020-08-12 | close #119 config param to disable md hard wrap | vincent-peugnet | |
2020-08-12 | close #124 display video and audio in gallery view | vincent-peugnet | |
2020-08-11 | Merge branch 'master' of https://github.com/vincent-peugnet/wcms | vincent-peugnet | |
2020-08-11 | fix #123 media video code generator bug | vincent-peugnet | |
2020-05-31 | fix(render): css was strtolower-ed | n-peugnet | |
html classes or ids can contain uppercase characters | |||
2020-05-25 | add page specific password protection close #118 | vincent-peugnet | |
2020-05-25 | add /login and /logout close #117 | vincent-peugnet | |
2020-05-18 | Merge branch 'master' of https://github.com/vincent-peugnet/wcms | vincent-peugnet | |
2020-05-18 | file :show max upload size | vincent-peugnet | |
fix #101 | |||
2020-05-18 | Merge pull request #113 from vincent-peugnet/tests-multiple-os | Vincent Peugnet | |
Tests multiple os | |||
2020-05-18 | upgrade user password management | vincent-peugnet | |
- add confirm password option - remove maxlength - add dedicated flash messages | |||
2020-05-15 | new cookie session system | vincent-peugnet | |
composer require JWT user stores sessions | |||
2020-05-11 | fix: log file was not closed | n-peugnet | |
2020-04-29 | fix default thumbnail and lewline errors | vincent-peugnet | |
2020-04-29 | fix bookmark construction in user | vincent-peugnet | |
fix colortag file creation by fixing fn access media | |||
2020-04-29 | Merge pull request #108 from vincent-peugnet/add-whoops | Vincent Peugnet | |
Add whoops | |||
2020-04-29 | feature : rename media fix #82 | vincent-peugnet | |
2020-04-28 | fix: never catch LogicExceptions except in index | n-peugnet | |
2020-04-28 | fix page secure output | vincent-peugnet | |
2020-04-28 | chore: add whoops for a better dev environment | n-peugnet | |
2020-04-28 | listen to brother Stan and clean some things | vincent-peugnet | |
2020-04-28 | add session as controller var | vincent-peugnet | |
2020-04-28 | fix password max size | vincent-peugnet | |
add error in hydrate | |||
2020-04-28 | move fonts into media | vincent-peugnet | |
move global css into media | |||
2020-04-28 | tests: phpstan adjustments + 3 phpstan fixes | n-peugnet | |
- force exclude templates and vendor directories @vincent-peugnet: this should stop the phpstan-vscode extension to report errors in templates. - fix errors that were only reported on github because of php 7.3: - Missing @throws JsonException annotation - Regex pattern is invalid: Compilation failed: invalid range in character class at offset 16 in pattern: %(src|href)="([\w-_]+(\/([\w-_])+)*\.[a-z0-9]{1,5})"% the regex expected a range beacause the `-` char was placed in between two others. + `\w` includes `_` - plus one last easy error: PHPDoc tag @param references unknown parameter: $authorcompare | |||
2020-04-28 | fix: error codes on error pages | n-peugnet | |
- 404 on page not exist - 500 on unknown internal error Fixes #90 | |||
2020-04-26 | add bookmarks to media | vincent-peugnet | |
2020-04-26 | user bookmarks use new object | vincent-peugnet | |
+ shortcuts visible in backtopbar | |||
2020-04-25 | Merge branch master with implement-exception | vincent-peugnet | |
2020-04-25 | fix: most of PHPStan errors | n-peugnet | |
2020-04-25 | feat: warning, info & debug directly a throwable | n-peugnet | |
2020-04-25 | fix: Logger::exception didn't print the error position | n-peugnet | |
2020-04-22 | colors refactor with exceptions | vincent-peugnet | |
2020-04-21 | correct warning psr 12 : 120 characters lines | vincent-peugnet | |
2020-04-21 | feat: Logger throws Exceptions instead of die | n-peugnet | |
added FilesTests for future files related tests | |||
2020-04-21 | feat: add Logger class to log catched errors | n-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-21 | refactor: error handling uncatched LogicException ex | n-peugnet | |
2020-04-21 | tests: add exception phpstan extensions | n-peugnet | |
2020-04-19 | finish PSR 12 error cleaning | vincent-peugnet | |
2020-04-17 | apply psr 12 part 2 | vincent-peugnet | |
2020-04-17 | apply psr12 | vincent-peugnet | |
2020-04-17 | fix bugs detected by sentry | vincent-peugnet | |
2020-04-14 | finish flashmessages implementation | vincent-peugnet | |
+ clean css | |||
2020-04-13 | first arrival of flash messages close #85 | vincent-peugnet | |
2020-04-10 | user manage password close #69 | vincent-peugnet | |
users can change their passwords themself |