aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2019-10-22finish Makefile and update READMEn-peugnet
2019-10-22first add of Makefilen-peugnet
2019-10-22remove alert on each ajax updatevincent-peugnet
2019-10-22fix css refactoring errorvincent-peugnet
2019-10-21fix : linewrap for codemirror markdownvincent-peugnet
2019-10-21Merge pull request #13 from n-peugnet/add-code-mirrorVincent Peugnet
Include CodeMirror in edit page
2019-10-21make font-size input work with codemirrorn-peugnet
2019-10-21fix for ctrl + d shortcutn-peugnet
2019-10-21add all other highlited editorsn-peugnet
2019-10-21move js sources to /src/ & remove old worker stuffn-peugnet
2019-10-21add build instructions in READMEn-peugnet
2019-10-21include CodeMirror in edit pagen-peugnet
- add npm prerequisite - add codemirror through npm - add webpack trough npm to build the js bundles - add first codemirror enhenced textarea
2019-10-21fix : thumbnail folder creation check at uploadvincent-peugnet
fix issue#5 https://github.com/vincent-peugnet/wcms/issues/5
2019-10-21feature : keyboard shortcut for display functionvincent-peugnet
2019-10-21Merge branch 'n-peugnet-add-display-shortcut' into developvincent-peugnet
2019-10-21add display shortcut with ctrl + dn-peugnet
2019-10-21css fix : ajust icon size in mobile viewvincent-peugnet
2019-10-21CSS mobile clean-upvincent-peugnet
2019-10-21Fix : edit.js edit exclusionsvincent-peugnet
add checkboxtab classto list of exlued event for changeHandler
2019-10-21Merge branch 'n-peugnet-ajax-form-submission2' into developvincent-peugnet
2019-10-20update README: remove ajax form todon-peugnet
2019-10-20small fixes on ajax form submissionn-peugnet
- use only oninput change event - dont update unsavedchanges if toggle class - dont update unsavedchanges if ajax request fails
2019-10-20remove deprecated editby workern-peugnet
2019-10-20un peu chlagos le alert mais ça marchen-peugnet
2019-10-20first add of ajax form submissionn-peugnet
(not tested)
2019-10-18Big naming Clean-up Art -> Pagevincent-peugnet