Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2019-11-07 | feat: live title edit | n-peugnet | |
update the title of the window in sync with the input box | |||
2019-11-06 | feat: add unsaved asterix to body pageid | n-peugnet | |
2019-11-06 | Merge pull request #27 from n-peugnet/composer-psr4-autoloading | Vincent Peugnet | |
refactor: switch to psr-4 autoloading | |||
2019-11-06 | feat: include Sentry for error reporting | n-peugnet | |
2019-11-06 | fix: some missed use statements | n-peugnet | |
2019-11-05 | refactor: switch to psr-4 autoloading | n-peugnet | |
2019-11-05 | fix: unsaved asterix uses title instead of id | n-peugnet | |
2019-11-05 | feat: add unsaved changes' asterix indicator | n-peugnet | |
2019-11-05 | Merge pull request #25 from n-peugnet/add-checkall-checkbox | Vincent Peugnet | |
Add checkall checkbox in home page | |||
2019-11-05 | Merge pull request #26 from n-peugnet/build-optimizations | Vincent Peugnet | |
perf: make optimizations | |||
2019-11-05 | Merge pull request #24 from n-peugnet/add-prettier-on-build | Vincent Peugnet | |
style: add prettier on webpack build | |||
2019-11-05 | improvments : documentor | vincent-peugnet | |
2019-11-04 | fix: npm install warnings | n-peugnet | |
- fix repository and licence fields - hide remaining warnings | |||
2019-11-04 | feat: set default build ENV in .default.env | n-peugnet | |
2019-11-04 | perf: make optimizations | n-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-03 | feat: checkall checkbox in home page | n-peugnet | |
2019-11-01 | style: add prettier on webpack build | n-peugnet | |
2019-11-01 | fix: version file | vincent-peugnet | |
official version file instead of composer json | |||
2019-10-26 | Merge pull request #20 from n-peugnet/add-release-creation-tool | Vincent Peugnet | |
Add release-it as the release tool | |||
2019-10-26 | store version in VERSION instead of composer.json | n-peugnet | |
2019-10-26 | Merge pull request #21 from n-peugnet/fix-composer-warning | Vincent Peugnet | |
Fix composer warning about outdated lock | |||
2019-10-24 | fix: composer warning about outdated lock | n-peugnet | |
2019-10-24 | fix make: add default env file en .env target | n-peugnet | |
2019-10-24 | docs: add publish release informations | n-peugnet | |
2019-10-24 | add release-it as the release tool | n-peugnet | |
2019-10-23 | nf : added search/replace function in editor | vincent-peugnet | |
2019-10-23 | Merge pull request #18 from n-peugnet/add-release-makefile | Vincent Peugnet | |
Add release makefile | |||
2019-10-23 | better dist zip target | n-peugnet | |
using git archive the removing useless files and adding generated files | |||
2019-10-23 | use GNU Standard Makefile Targets | n-peugnet | |
2019-10-22 | finish Makefile and update README | n-peugnet | |
2019-10-22 | first add of Makefile | n-peugnet | |
2019-10-22 | remove alert on each ajax update | vincent-peugnet | |
2019-10-22 | fix css refactoring error | vincent-peugnet | |