Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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 | |
2019-10-21 | CSS mobile clean-up | vincent-peugnet | |
2019-10-21 | Fix : edit.js edit exclusions | vincent-peugnet | |
add checkboxtab classto list of exlued event for changeHandler | |||
2019-10-21 | Merge branch 'n-peugnet-ajax-form-submission2' into develop | vincent-peugnet | |
2019-10-20 | update README: remove ajax form todo | n-peugnet | |
2019-10-20 | small fixes on ajax form submission | n-peugnet | |
- use only oninput change event - dont update unsavedchanges if toggle class - dont update unsavedchanges if ajax request fails | |||
2019-10-20 | remove deprecated editby worker | n-peugnet | |
2019-10-20 | un peu chlagos le alert mais ça marche | n-peugnet | |
2019-10-20 | first add of ajax form submission | n-peugnet | |
(not tested) | |||
2019-10-18 | Big naming Clean-up Art -> Page | vincent-peugnet | |
2019-10-18 | little fix | vincent-peugnet | |
2019-10-18 | renderall is now a GET action //renderall | vincent-peugnet | |
2019-10-18 | new page render system | vincent-peugnet | |
create html files in `/render` folder | |||
2019-10-16 | generate better media codes and remove w-nav menu | vincent-peugnet | |
2019-10-16 | better autofocus and logout redirection | vincent-peugnet | |