aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-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
2019-10-18little fixvincent-peugnet
2019-10-18renderall is now a GET action //renderallvincent-peugnet
2019-10-18new page render systemvincent-peugnet
create html files in `/render` folder
2019-10-16generate better media codes and remove w-nav menuvincent-peugnet
2019-10-16better autofocus and logout redirectionvincent-peugnet
2019-10-16automatic pass ask when visitor try to edit or addvincent-peugnet
2019-09-25add time for optlist filtervincent-peugnet
2019-09-11mini css editvincent-peugnet
2019-08-21Feature : datalist with autofocusvincent-peugnet
2019-08-21css style updatevincent-peugnet