Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-01-22 | media get symbols and css fix | vincent-peugnet | |
2020-01-22 | Merge branch 'implement-multi-edit' | vincent-peugnet | |
2020-01-22 | new feature : multidelete | vincent-peugnet | |
2020-01-22 | new feature : multi render | vincent-peugnet | |
2020-01-22 | manual + render pagelist class | vincent-peugnet | |
2020-01-21 | fix sumparser error during render | vincent-peugnet | |
2020-01-21 | user manual update | 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 | readme update | vincent-peugnet | |
2020-01-21 | add a link to the manual in the README.md | vincent-peugnet | |
2020-01-21 | user manual tutorial update | vincent-peugnet | |
2020-01-21 | new user manual in markdown | vincent-peugnet | |
2020-01-20 | Merge branch 'implement-better-ui' | vincent-peugnet | |
2020-01-20 | refactoring ui for info user admin sections | vincent-peugnet | |
2020-01-20 | Merge branch 'implement-better-ui' | vincent-peugnet | |
2020-01-20 | fix direct media homepage using menu | vincent-peugnet | |
2020-01-20 | Merge branch 'implement-better-ui' | vincent-peugnet | |
2020-01-20 | fix media little problems | vincent-peugnet | |
2020-01-18 | refactoring medialist | vincent-peugnet | |
2020-01-17 | new feature : sleep time per page | vincent-peugnet | |
2020-01-17 | css cleaning 2 | vincent-peugnet | |
2020-01-17 | css cleaning | vincent-peugnet | |
2020-01-17 | media filter | vincent-peugnet | |
2020-01-17 | media ui menu bar | vincent-peugnet | |
2020-01-11 | fix editor delete add edit rights | vincent-peugnet | |
2020-01-11 | multi edit : | vincent-peugnet | |
- title - description | |||
2020-01-11 | multiedit : addauthor | vincent-peugnet | |
2020-01-10 | new feature : multi edit base working | vincent-peugnet | |
2020-01-10 | refact : ptime pdate added inside of page | vincent-peugnet | |
2019-12-26 | fix: serialize-javascript vulnerability alert | n-peugnet | |
2019-12-26 | php7 baby | vincent-peugnet | |
2019-12-26 | Merge pull request #31 from n-peugnet/minor-fixes | Vincent Peugnet | |
Chore: minor file changes | |||
2019-11-17 | chore: minor file changes | n-peugnet | |
- rename LICENSE.md into LICENSE - move some vars in Makefile - move prettier config outside of webpack config | |||
2019-11-15 | add php extensions as requirements | vincent-peugnet | |
2019-11-15 | Merge branch 'integrate-sentry-sdk' of https://github.com/n-peugnet/wcms ↵ | vincent-peugnet | |
into n-peugnet-integrate-sentry-sdk | |||
2019-11-15 | fix: `make watch` now changes prev_env | n-peugnet | |
+ change default env values | |||
2019-11-15 | Merge pull request #23 from n-peugnet/asterix-unsaved-changes | Vincent Peugnet | |
feat: add unsaved changes' asterix indicator | |||
2019-11-15 | docs: add infos on Sentry and build env | n-peugnet | |
2019-11-15 | fix(home): Cannot set property 'innerHTML' of null | n-peugnet | |
home.bundle.js was included even if the user was not connected | |||
2019-11-15 | feat: load Sentry browser as an external script | n-peugnet | |
- better way to check if we need to report errors in PHP - fix make file $(js_bundles) dependencies (add webpack conf) - update sentry-browser sdk and move it to dev requirements | |||
2019-11-12 | feat: make Sentry optional | n-peugnet | |
- move sentry to PHP dev requirements. - try...catch Sentry integration in PHP. - update Makefile: - add comments as documentation. - remove recursive call from PREV_ENV_FILE target. - make dist and sentryrelease ENV variable. - add touch target for more efficient rebuilds. - add `dist` build ENV functionnality not to include dev-requirements in the zip release. | |||
2019-11-07 | perf(build): remember previous buid env | n-peugnet | |
This allow build the bundles when there is a change in files or in env. This way we can stop calling buildclean before each build. This is a little tricky: it uses a temp file and recursive make commands to set the ENV to prod. | |||
2019-11-07 | feat: don't include Sentry in front if undefined | n-peugnet | |
2019-11-07 | feat: include sentry in frontend | n-peugnet | |
2019-11-07 | fix(dist): correct dir permissions + VERSION always included | n-peugnet | |
2019-11-07 | build: add @sentry/cli to release process | n-peugnet | |
2019-11-07 | build: gen VERSION from make instead of release-it | n-peugnet | |
- remove @release-it/bumper module - gen VERSION from make - remove VERSION from git | |||
2019-11-07 | build: ENV prod enhancements | n-peugnet | |
- fix: prod mode not working with target-specific ENV variable - use another sourcemap mode in dev mode - generate souremap files in prod mode | |||
2019-11-07 | feat: better sentry conf + send catched errors | n-peugnet | |