aboutsummaryrefslogtreecommitdiff
path: root/app/class/Modelrender.php
AgeCommit message (Collapse)Author
2021-03-04fix(render): remove added media classn-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-19run phpcbf and add fix target to Makefilen-peugnet
2020-08-12close #119 config param to disable md hard wrapvincent-peugnet
2020-04-28listen to brother Stan and clean some thingsvincent-peugnet
2020-04-28fix password max sizevincent-peugnet
add error in hydrate
2020-04-28tests: phpstan adjustments + 3 phpstan fixesn-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-26add bookmarks to mediavincent-peugnet
2020-04-26user bookmarks use new objectvincent-peugnet
+ shortcuts visible in backtopbar
2020-04-25fix: most of PHPStan errorsn-peugnet
2020-04-21correct warning psr 12 : 120 characters linesvincent-peugnet
2020-04-21refactor: error handling uncatched LogicException exn-peugnet
2020-04-17apply psr 12 part 2vincent-peugnet
2020-04-17apply psr12vincent-peugnet
2020-04-08fix: SUMMARY does not work with custom header Idsn-peugnet
Fixes #80
2020-04-08fix: SUMMARY produces invalid HTML coden-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-07refactor LIST fix #74vincent-peugnet
2020-04-07model page,render refactorvincent-peugnet
getlister > pagelist optlist now generate html
2020-04-06fix underscore match rendering errorvincent-peugnet
2020-04-03render : elements header-id param close #63vincent-peugnet
2020-04-03summary inclusion min & max settingvincent-peugnet
2020-03-25Merge pull request #72 from n-peugnet/implement-cytoscape.jsVincent Peugnet
Implement cytoscape.js
2020-03-25graph look, add redirections, close #50vincent-peugnet
2020-03-23fix links rewrting in code blocksn-peugnet
2020-02-12Link to refactoring close #48vincent-peugnet
2020-02-12Manual correctionsvincent-peugnet
2020-02-10Refactoring element rendering close #60vincent-peugnet
2020-02-10new feature : page redirection, close #44vincent-peugnet
2020-02-08fix %connect + manual updatevincent-peugnet
2020-02-07fix default body in config- adminvincent-peugnet
2020-01-30default thumbnail fix #49vincent-peugnet
2020-01-22manual + render pagelist classvincent-peugnet
2020-01-21fix sumparser error during rendervincent-peugnet
2020-01-21summary limits fix issue #35vincent-peugnet
2020-01-21start end point for summary generationvincent-peugnet
2020-01-21user manual tutorial updatevincent-peugnet
2020-01-21new user manual in markdownvincent-peugnet
2020-01-18refactoring medialistvincent-peugnet
2019-11-06fix: some missed use statementsn-peugnet
2019-11-05refactor: switch to psr-4 autoloadingn-peugnet