Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-04-28 | listen to brother Stan and clean some things | vincent-peugnet | |
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-25 | Merge branch master with implement-exception | vincent-peugnet | |
2020-04-25 | fix: most of PHPStan errors | n-peugnet | |
2020-04-22 | colors refactor with exceptions | vincent-peugnet | |
2020-04-17 | apply psr12 | vincent-peugnet | |
2020-04-14 | finish flashmessages implementation | vincent-peugnet | |
+ clean css | |||
2020-04-07 | model page,render refactor | vincent-peugnet | |
getlister > pagelist optlist now generate html | |||
2020-03-23 | filter map and orphans hide | vincent-peugnet | |
2020-02-12 | Link to refactoring close #48 | vincent-peugnet | |
2020-02-12 | new feature : filter by link to | vincent-peugnet | |
2020-02-10 | new feature : page redirection, close #44 | vincent-peugnet | |
2020-02-06 | BREACKING CHANGE : MOVE PAGES DB | vincent-peugnet | |
2020-01-22 | new feature : multidelete | vincent-peugnet | |
2020-01-11 | multi edit : | vincent-peugnet | |
- title - description | |||
2020-01-11 | multiedit : addauthor | vincent-peugnet | |
2020-01-10 | new feature : multi edit base working | vincent-peugnet | |
2019-11-06 | fix: some missed use statements | n-peugnet | |
2019-11-05 | refactor: switch to psr-4 autoloading | n-peugnet | |