Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-28 | feat: select all for code inputs | n-peugnet | |
This enable the "select all" feature for `input.select-all` element. input elements are used because these are the only one with the `select()` method. To obtain the same rendering as before the readonly attribute and the class `code` have been added to these elements. @vincent-peugnet: make sure to use this element for future select-all Closes #107 | |||
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-11 | codemirror style and editor cleanup | vincent-peugnet | |
2020-04-10 | user manage password close #69 | vincent-peugnet | |
users can change their passwords themself | |||
2020-04-09 | connect using user and password close #70 | vincent-peugnet | |
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 | |
2020-03-26 | Merge branch 'master' of https://github.com/vincent-peugnet/wcms | vincent-peugnet | |
2020-03-26 | fix double search bar | vincent-peugnet | |
2020-03-26 | Merge branch 'implement-cytoscape.js' | vincent-peugnet | |