Age | Commit message (Collapse) | Author | |
---|---|---|---|
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}. | |||
2020-12-19 | run phpcbf and add fix target to Makefile | n-peugnet | |
2020-08-12 | close #119 config param to disable md hard wrap | vincent-peugnet | |
2020-04-28 | listen to brother Stan and clean some things | vincent-peugnet | |
2020-04-28 | fix password max size | vincent-peugnet | |
add error in hydrate | |||
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-26 | add bookmarks to media | vincent-peugnet | |
2020-04-26 | user bookmarks use new object | vincent-peugnet | |
+ shortcuts visible in backtopbar | |||
2020-04-25 | fix: most of PHPStan errors | n-peugnet | |
2020-04-21 | correct warning psr 12 : 120 characters lines | vincent-peugnet | |
2020-04-21 | refactor: error handling uncatched LogicException ex | n-peugnet | |
2020-04-17 | apply psr 12 part 2 | vincent-peugnet | |
2020-04-17 | apply psr12 | vincent-peugnet | |
2020-04-08 | fix: SUMMARY does not work with custom header Ids | n-peugnet | |
Fixes #80 | |||
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-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-25 | Merge pull request #72 from n-peugnet/implement-cytoscape.js | Vincent Peugnet | |
Implement cytoscape.js | |||
2020-03-25 | graph look, add redirections, close #50 | vincent-peugnet | |
2020-03-23 | fix links rewrting in code blocks | n-peugnet | |
2020-02-12 | Link to refactoring close #48 | vincent-peugnet | |
2020-02-12 | Manual corrections | vincent-peugnet | |
2020-02-10 | Refactoring element rendering close #60 | vincent-peugnet | |
2020-02-10 | new feature : page redirection, close #44 | vincent-peugnet | |
2020-02-08 | fix %connect + manual update | vincent-peugnet | |
2020-02-07 | fix default body in config- admin | vincent-peugnet | |
2020-01-30 | default thumbnail fix #49 | vincent-peugnet | |
2020-01-22 | manual + render pagelist class | vincent-peugnet | |
2020-01-21 | fix sumparser error during render | vincent-peugnet | |
2020-01-21 | summary limits fix issue #35 | vincent-peugnet | |
2020-01-21 | start end point for summary generation | vincent-peugnet | |
2020-01-21 | user manual tutorial update | vincent-peugnet | |
2020-01-21 | new user manual in markdown | vincent-peugnet | |
2020-01-18 | refactoring medialist | vincent-peugnet | |
2019-11-06 | fix: some missed use statements | n-peugnet | |
2019-11-05 | refactor: switch to psr-4 autoloading | n-peugnet | |