Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-03-04 | Merge pull request #129 from vincent-peugnet/dependabot/npm_and_yarn/ini-1.3.8HEADmaster | Vincent Peugnet | |
build(deps): bump ini from 1.3.5 to 1.3.8 | |||
2021-03-04 | Merge pull request #132 from n-peugnet/feat/dev-server | Vincent Peugnet | |
feat: add make dev target to run a dev server | |||
2021-03-04 | feat: add make dev target to run a dev server | n-peugnet | |
this runs both webpack in watch mode and a php dev server with xdebug | |||
2021-03-04 | Merge pull request #133 from n-peugnet/fix-make-checks | Vincent Peugnet | |
fix: make checks | |||
2021-03-04 | Merge pull request #136 from n-peugnet/fix-always-install-npm-dev | Vincent Peugnet | |
fix: always install npm dev dependencies | |||
2021-03-04 | Merge pull request #135 from n-peugnet/fix-remove-media-class | Vincent Peugnet | |
fix(render): remove added media class | |||
2021-03-04 | Merge pull request #134 from n-peugnet/fix-init-config | Vincent Peugnet | |
fix: init config script | |||
2021-03-04 | fix: always install npm dev dependencies | n-peugnet | |
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}. | |||
2021-03-04 | fix: init config script | n-peugnet | |
- update default values returned by get_class_vars, otherwise domain is never correctly set - use more robust scheme detection | |||
2021-03-04 | fix: make checks | n-peugnet | |
- make each command depend on vendor - fix lint failing with recent bash versions | |||
2020-12-22 | build(deps): bump ini from 1.3.5 to 1.3.8 | dependabot[bot] | |
Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.8. - [Release notes](https://github.com/isaacs/ini/releases) - [Commits](https://github.com/isaacs/ini/compare/v1.3.5...v1.3.8) Signed-off-by: dependabot[bot] <support@github.com> | |||
2020-12-22 | Merge pull request #130 from n-peugnet/deps | Vincent Peugnet | |
build(deps): fix github ci | |||
2020-12-19 | fix make dist | n-peugnet | |
2020-12-19 | keep calm codecov | n-peugnet | |
2020-12-19 | run phpcbf and add fix target to Makefile | n-peugnet | |
2020-12-19 | build(deps): try to fix ci | n-peugnet | |
2020-09-17 | Merge pull request #127 from n-peugnet/chore-deps | Vincent Peugnet | |
chore(deps): npm update | |||
2020-09-17 | chore(deps): npm update | n-peugnet | |
2020-08-12 | disable javascript config option, close #114 | vincent-peugnet | |
2020-08-12 | close #119 config param to disable md hard wrap | vincent-peugnet | |
2020-08-12 | close #124 display video and audio in gallery view | vincent-peugnet | |
2020-08-11 | fix dangerous things for dev deps | vincent-peugnet | |
2020-08-11 | Merge branch 'master' of https://github.com/vincent-peugnet/wcms | vincent-peugnet | |
2020-08-11 | fix #123 media video code generator bug | vincent-peugnet | |
2020-08-04 | build(deps): bump elliptic from 6.5.1 to 6.5.3 (#122) | dependabot[bot] | |
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.1 to 6.5.3. - [Release notes](https://github.com/indutny/elliptic/releases) - [Commits](https://github.com/indutny/elliptic/compare/v6.5.1...v6.5.3) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | |||
2020-06-14 | Merge pull request #120 from vincent-peugnet/fix-css-strtolower | Vincent Peugnet | |
fix(render): css was strtolower-ed | |||
2020-05-31 | fix(render): css was strtolower-ed | n-peugnet | |
html classes or ids can contain uppercase characters | |||
2020-05-25 | viewport | vincent-peugnet | |
2020-05-25 | add page specific password protection close #118 | vincent-peugnet | |
2020-05-25 | add /login and /logout close #117 | vincent-peugnet | |
2020-05-18 | Merge branch 'master' of https://github.com/vincent-peugnet/wcms | vincent-peugnet | |
2020-05-18 | file :show max upload size | vincent-peugnet | |
fix #101 | |||
2020-05-18 | Merge pull request #113 from vincent-peugnet/tests-multiple-os | Vincent Peugnet | |
Tests multiple os | |||
2020-05-18 | Merge branch 'master' of https://github.com/vincent-peugnet/wcms | vincent-peugnet | |
2020-05-18 | upgrade user password management | vincent-peugnet | |
- add confirm password option - remove maxlength - add dedicated flash messages | |||
2020-05-15 | new cookie session system | vincent-peugnet | |
composer require JWT user stores sessions | |||
2020-05-15 | manual update | vincent-peugnet | |
2020-05-11 | fix: tests for Windows | n-peugnet | |
2020-05-11 | fix: explicitely set PATH in Makefile for MacOS | n-peugnet | |
2020-05-11 | fix: log file was not closed | n-peugnet | |
2020-05-11 | tests: run tests over multiple OS | n-peugnet | |
2020-05-08 | fix: </textarea> closing tag bug | n-peugnet | |
- escape the value in php templates - clean edittab template by the way @vincent-peugnet, you should never use echo in a template Fixes #112 | |||
2020-04-30 | tests: use codecov instead of coveralls | n-peugnet | |
coveralls didn't properly aggregated the coverage results from all the builds. | |||
2020-04-30 | fix: Can't find variable: InputEvent on Safari | n-peugnet | |
Use the old Event instead of the experimental InputEvent. Fixes Sentry WCMS-N | |||
2020-04-29 | fix default thumbnail and lewline errors | vincent-peugnet | |
2020-04-29 | fix bookmark construction in user | vincent-peugnet | |
fix colortag file creation by fixing fn access media | |||
2020-04-29 | Merge pull request #108 from vincent-peugnet/add-whoops | Vincent Peugnet | |
Add whoops | |||
2020-04-29 | feature : rename media fix #82 | vincent-peugnet | |
2020-04-28 | fix: never catch LogicExceptions except in index | n-peugnet | |