Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-04-22 | tests: add coverage report and badge | n-peugnet | |
2020-04-22 | tests: add github annotation reports | n-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 | tests: add github actions | Nicolas Peugnet | |
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 phpunit phpstan extension | n-peugnet | |
2020-04-21 | tests: add exception phpstan extensions | n-peugnet | |
2020-04-21 | tests: add phpstan static analysis tool (level5) | n-peugnet | |
2020-04-21 | chore: add fn.php to composer autoloading | n-peugnet | |
Fixes #96 | |||
2020-04-19 | finish PSR 12 error cleaning | vincent-peugnet | |
2020-04-17 | apply psr 12 part 2 | vincent-peugnet | |
2020-04-17 | tests: fix setup of phpcsand phpunit | n-peugnet | |
2020-04-17 | tests: add check to release target + readme info | n-peugnet | |
2020-04-17 | tests(phpcs): add cache file + checkstyle report | n-peugnet | |
nox that the target are separated, you can use `make check -k` to keep going even if one of the checks fail. | |||
2020-04-17 | tests: add phpunit w/coverage + 1 test SummaryTest | n-peugnet | |
2020-04-17 | apply psr12 | vincent-peugnet | |
2020-04-17 | Merge branch 'master' of https://github.com/vincent-peugnet/wcms | vincent-peugnet | |
2020-04-17 | tests: add phpcs with minimal PSR12 config | n-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-13 | fix: un-highlight wsyntax in comments | n-peugnet | |
2020-04-11 | codemirror style and editor cleanup | vincent-peugnet | |
2020-04-10 | Merge branch 'implement-password' | vincent-peugnet | |
2020-04-10 | user manage password close #69 | vincent-peugnet | |
users can change their passwords themself | |||
2020-04-10 | Merge pull request #87 from n-peugnet/feat-codemirror-w-syntax | Vincent Peugnet | |
feat: Coloration for W synthax in CodeMirror | |||
2020-04-09 | connect using user and password close #70 | vincent-peugnet | |
2020-04-09 | feat: add keywords coloration for each macro | n-peugnet | |
2020-04-09 | feat: Coloration for W synthax in CodeMirror | n-peugnet | |
Closes #54 | |||
2020-04-09 | feature : cookie session management | vincent-peugnet | |
2020-04-09 | Merge branch 'master' of https://github.com/vincent-peugnet/wcms | vincent-peugnet | |
2020-04-09 | remember me with hash comparaison close #68 | vincent-peugnet | |
2020-04-08 | simple cookies storage | vincent-peugnet | |
using flywheel autogerated ID | |||
2020-04-08 | Merge pull request #86 from n-peugnet/fix-summary-rendering | Vincent Peugnet | |
Fix summary rendering | |||
2020-04-08 | fix: SUMMARY does not work with custom header Ids | n-peugnet | |
Fixes #80 | |||
2020-04-08 | fix and clean Opt | vincent-peugnet | |
2020-04-08 | fix: SUMMARY produces invalid HTML code | n-peugnet | |
- add new Header class to pass clean data structures. - store all headers in the same array. (not anymore grouped by element) - modify sumparser to produce valid HTML. Fixes #81 | |||
2020-04-07 | refactor LIST fix #74 | vincent-peugnet | |
2020-04-07 | model page,render refactor | vincent-peugnet | |
getlister > pagelist optlist now generate html | |||
2020-04-07 | apply nazi-id-string-filter to tags | vincent-peugnet | |
fix #83 | |||
2020-04-07 | query : keep tags, authors filters if not existing | vincent-peugnet | |
fix #84 | |||
2020-04-06 | fix underscore match rendering error | vincent-peugnet | |
2020-04-03 | render : elements header-id param close #63 | vincent-peugnet | |
2020-04-03 | summary inclusion min & max setting | vincent-peugnet | |
2020-03-26 | add id in deepsearchbar options | vincent-peugnet | |
2020-03-26 | media add user and permissions data | vincent-peugnet | |
2020-03-26 | sort media by date and ext fix #67 | vincent-peugnet | |
2020-03-26 | media date display | vincent-peugnet | |