Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-06-05 | Move public files to ./public_html | Florian Pritz | 1 | -93/+0 | |
./data/local is not moved because it contains likely untracked files and moving it would throw an error when updating. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2015-05-05 | Explicitly load vendor js in modules that need them | Joakim Reinert | 1 | -2/+5 | |
2015-05-05 | Move lazyloading js code to application.js | Joakim Reinert | 1 | -1/+11 | |
2015-05-05 | Extract tablesorter js and encapsulate | Joakim Reinert | 1 | -1/+11 | |
2015-05-05 | Refactor file uploader js | Joakim Reinert | 1 | -1/+3 | |
2015-05-05 | Use global appConfig js variable instead of passing it down | Joakim Reinert | 1 | -3/+2 | |
Initialize it in header | |||||
2015-05-05 | Refactor thumbnail view js | Joakim Reinert | 1 | -1/+3 | |
2015-05-05 | Refactor linewrap toggle | Joakim Reinert | 1 | -1/+8 | |
2015-05-05 | Do minor refactoring on app js | Joakim Reinert | 1 | -0/+21 | |
2015-05-05 | Refactor tab width input | Joakim Reinert | 1 | -1/+4 | |
2015-05-05 | Refactor lexer input setup | Joakim Reinert | 1 | -17/+31 | |
2015-05-05 | Refactor line higlighting functionality | Joakim Reinert | 1 | -1/+17 | |
2015-05-05 | Use require.js for javascript loading | Joakim Reinert | 1 | -0/+6 | |