Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2019-10-21 | fix : linewrap for codemirror markdown | vincent-peugnet | |
2019-10-21 | Merge pull request #13 from n-peugnet/add-code-mirror | Vincent Peugnet | |
Include CodeMirror in edit page | |||
2019-10-21 | make font-size input work with codemirror | n-peugnet | |
2019-10-21 | fix for ctrl + d shortcut | n-peugnet | |
2019-10-21 | add all other highlited editors | n-peugnet | |
2019-10-21 | move js sources to /src/ & remove old worker stuff | n-peugnet | |
2019-10-21 | add build instructions in README | n-peugnet | |
2019-10-21 | include CodeMirror in edit page | n-peugnet | |
- add npm prerequisite - add codemirror through npm - add webpack trough npm to build the js bundles - add first codemirror enhenced textarea | |||
2019-10-21 | fix : thumbnail folder creation check at upload | vincent-peugnet | |
fix issue#5 https://github.com/vincent-peugnet/wcms/issues/5 | |||
2019-10-21 | feature : keyboard shortcut for display function | vincent-peugnet | |
2019-10-21 | Merge branch 'n-peugnet-add-display-shortcut' into develop | vincent-peugnet | |
2019-10-21 | add display shortcut with ctrl + d | n-peugnet | |
2019-10-21 | css fix : ajust icon size in mobile view | vincent-peugnet | |