aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2019-11-07feat: live title editn-peugnet
update the title of the window in sync with the input box
2019-11-06feat: add unsaved asterix to body pageidn-peugnet
2019-11-06Merge pull request #27 from n-peugnet/composer-psr4-autoloadingVincent Peugnet
refactor: switch to psr-4 autoloading
2019-11-06feat: include Sentry for error reportingn-peugnet
2019-11-06fix: some missed use statementsn-peugnet
2019-11-05refactor: switch to psr-4 autoloadingn-peugnet
2019-11-05fix: unsaved asterix uses title instead of idn-peugnet
2019-11-05feat: add unsaved changes' asterix indicatorn-peugnet
2019-11-05Merge pull request #25 from n-peugnet/add-checkall-checkboxVincent Peugnet
Add checkall checkbox in home page
2019-11-05Merge pull request #26 from n-peugnet/build-optimizationsVincent Peugnet
perf: make optimizations
2019-11-05Merge pull request #24 from n-peugnet/add-prettier-on-buildVincent Peugnet
style: add prettier on webpack build
2019-11-05improvments : documentorvincent-peugnet
2019-11-04fix: npm install warningsn-peugnet
- fix repository and licence fields - hide remaining warnings
2019-11-04feat: set default build ENV in .default.envn-peugnet
2019-11-04perf: make optimizationsn-peugnet
- run npm and composer only when needed - include .default.env - add watch targets - "make all" builds in dev mode, "make dist" in prod mode
2019-11-03feat: checkall checkbox in home pagen-peugnet
2019-11-01style: add prettier on webpack buildn-peugnet
2019-11-01fix: version filevincent-peugnet
official version file instead of composer json
2019-10-26Merge pull request #20 from n-peugnet/add-release-creation-toolVincent Peugnet
Add release-it as the release tool
2019-10-26store version in VERSION instead of composer.jsonn-peugnet
2019-10-26Merge pull request #21 from n-peugnet/fix-composer-warningVincent Peugnet
Fix composer warning about outdated lock
2019-10-24fix: composer warning about outdated lockn-peugnet
2019-10-24fix make: add default env file en .env targetn-peugnet
2019-10-24docs: add publish release informationsn-peugnet
2019-10-24add release-it as the release tooln-peugnet
2019-10-23nf : added search/replace function in editorvincent-peugnet
2019-10-23Merge pull request #18 from n-peugnet/add-release-makefileVincent Peugnet
Add release makefile
2019-10-23better dist zip targetn-peugnet
using git archive the removing useless files and adding generated files
2019-10-23use GNU Standard Makefile Targetsn-peugnet