aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-01-22media get symbols and css fixvincent-peugnet
2020-01-22Merge branch 'implement-multi-edit'vincent-peugnet
2020-01-22new feature : multideletevincent-peugnet
2020-01-22new feature : multi rendervincent-peugnet
2020-01-22manual + render pagelist classvincent-peugnet
2020-01-21fix sumparser error during rendervincent-peugnet
2020-01-21user manual updatevincent-peugnet
2020-01-21summary limits fix issue #35vincent-peugnet
2020-01-21start end point for summary generationvincent-peugnet
2020-01-21readme updatevincent-peugnet
2020-01-21add a link to the manual in the README.mdvincent-peugnet
2020-01-21user manual tutorial updatevincent-peugnet
2020-01-21new user manual in markdownvincent-peugnet
2020-01-20Merge branch 'implement-better-ui'vincent-peugnet
2020-01-20refactoring ui for info user admin sectionsvincent-peugnet
2020-01-20Merge branch 'implement-better-ui'vincent-peugnet
2020-01-20fix direct media homepage using menuvincent-peugnet
2020-01-20Merge branch 'implement-better-ui'vincent-peugnet
2020-01-20fix media little problemsvincent-peugnet
2020-01-18refactoring medialistvincent-peugnet
2020-01-17new feature : sleep time per pagevincent-peugnet
2020-01-17css cleaning 2vincent-peugnet
2020-01-17css cleaningvincent-peugnet
2020-01-17media filtervincent-peugnet
2020-01-17media ui menu barvincent-peugnet
2020-01-11fix editor delete add edit rightsvincent-peugnet
2020-01-11multi edit :vincent-peugnet
- title - description
2020-01-11multiedit : addauthorvincent-peugnet
2020-01-10new feature : multi edit base workingvincent-peugnet
2020-01-10refact : ptime pdate added inside of pagevincent-peugnet
2019-12-26fix: serialize-javascript vulnerability alertn-peugnet
2019-12-26php7 babyvincent-peugnet
2019-12-26Merge pull request #31 from n-peugnet/minor-fixesVincent Peugnet
Chore: minor file changes
2019-11-17chore: minor file changesn-peugnet
- rename LICENSE.md into LICENSE - move some vars in Makefile - move prettier config outside of webpack config
2019-11-15add php extensions as requirementsvincent-peugnet
2019-11-15Merge branch 'integrate-sentry-sdk' of https://github.com/n-peugnet/wcms ↵vincent-peugnet
into n-peugnet-integrate-sentry-sdk
2019-11-15fix: `make watch` now changes prev_envn-peugnet
+ change default env values
2019-11-15Merge pull request #23 from n-peugnet/asterix-unsaved-changesVincent Peugnet
feat: add unsaved changes' asterix indicator
2019-11-15docs: add infos on Sentry and build envn-peugnet
2019-11-15fix(home): Cannot set property 'innerHTML' of nulln-peugnet
home.bundle.js was included even if the user was not connected
2019-11-15feat: load Sentry browser as an external scriptn-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-12feat: make Sentry optionaln-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-07perf(build): remember previous buid envn-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-07feat: don't include Sentry in front if undefinedn-peugnet
2019-11-07feat: include sentry in frontendn-peugnet
2019-11-07fix(dist): correct dir permissions + VERSION always includedn-peugnet
2019-11-07build: add @sentry/cli to release processn-peugnet
2019-11-07build: gen VERSION from make instead of release-itn-peugnet
- remove @release-it/bumper module - gen VERSION from make - remove VERSION from git
2019-11-07build: ENV prod enhancementsn-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-07feat: better sentry conf + send catched errorsn-peugnet