]> git.mxchange.org Git - friendica.git/commit - library/cropper/lib/effects.js
Move js/ folder under view/
authorHypolite Petovan <mrpetovan@gmail.com>
Sun, 28 Jan 2018 21:17:36 +0000 (16:17 -0500)
committerHypolite Petovan <mrpetovan@gmail.com>
Sun, 28 Jan 2018 21:17:36 +0000 (16:17 -0500)
commitcd392db0785fcc8dfc95af99bee934a231ba9016
tree5e660747658c2270b0c60df2c1e3094bd48ec9b4
parenta05eeeb49cab7cd65d0c39e9a24b3d66dc2edc03
Move js/ folder under view/

- Move library/cropper to view/js/cropper
- Move library/jquery-textcomplete to view/js/jquery-textcomplete
118 files changed:
js/acl.js [deleted file]
js/ajaxupload.js [deleted file]
js/autocomplete.js [deleted file]
js/country.js [deleted file]
js/filebrowser.js [deleted file]
js/jquery.textinputs.js [deleted file]
js/main.js [deleted file]
js/modernizr.js [deleted file]
library/cropper/cropper.css [deleted file]
library/cropper/cropper.html [deleted file]
library/cropper/cropper.js [deleted file]
library/cropper/cropper.uncompressed.js [deleted file]
library/cropper/lib/builder.js [deleted file]
library/cropper/lib/controls.js [deleted file]
library/cropper/lib/dragdrop.js [deleted file]
library/cropper/lib/effects.js [deleted file]
library/cropper/lib/prototype.js [deleted file]
library/cropper/lib/scriptaculous.js [deleted file]
library/cropper/lib/slider.js [deleted file]
library/cropper/lib/unittest.js [deleted file]
library/cropper/licence.txt [deleted file]
library/cropper/marqueeHoriz.gif [deleted file]
library/cropper/marqueeVert.gif [deleted file]
library/cropper/tests/castle.jpg [deleted file]
library/cropper/tests/castleMed.jpg [deleted file]
library/cropper/tests/example-Basic.htm [deleted file]
library/cropper/tests/example-CSS-Absolute.htm [deleted file]
library/cropper/tests/example-CSS-Float.htm [deleted file]
library/cropper/tests/example-CSS-Relative.htm [deleted file]
library/cropper/tests/example-CoordsOnLoad.htm [deleted file]
library/cropper/tests/example-CoordsOnLoadWithRatio.htm [deleted file]
library/cropper/tests/example-Dimensions.htm [deleted file]
library/cropper/tests/example-DynamicImage.htm [deleted file]
library/cropper/tests/example-FixedRatio.htm [deleted file]
library/cropper/tests/example-MinimumDimensions.htm [deleted file]
library/cropper/tests/example-MinimumWidth.htm [deleted file]
library/cropper/tests/example-Preview.htm [deleted file]
library/cropper/tests/poppy.jpg [deleted file]
library/cropper/tests/staticHTMLStructure.htm [deleted file]
library/jquery-textcomplete/CHANGELOG.md [deleted file]
library/jquery-textcomplete/LICENSE [deleted file]
library/jquery-textcomplete/README.md [deleted file]
library/jquery-textcomplete/jquery.textcomplete.css [deleted file]
library/jquery-textcomplete/jquery.textcomplete.js [deleted file]
library/jquery-textcomplete/jquery.textcomplete.min.js [deleted file]
library/jquery-textcomplete/jquery.textcomplete.min.map [deleted file]
util/minifyjs.sh
view/js/acl.js [new file with mode: 0644]
view/js/ajaxupload.js [new file with mode: 0644]
view/js/autocomplete.js [new file with mode: 0644]
view/js/country.js [new file with mode: 0644]
view/js/cropper/cropper.css [new file with mode: 0644]
view/js/cropper/cropper.html [new file with mode: 0644]
view/js/cropper/cropper.js [new file with mode: 0644]
view/js/cropper/cropper.uncompressed.js [new file with mode: 0644]
view/js/cropper/lib/builder.js [new file with mode: 0644]
view/js/cropper/lib/controls.js [new file with mode: 0644]
view/js/cropper/lib/dragdrop.js [new file with mode: 0644]
view/js/cropper/lib/effects.js [new file with mode: 0644]
view/js/cropper/lib/prototype.js [new file with mode: 0644]
view/js/cropper/lib/scriptaculous.js [new file with mode: 0644]
view/js/cropper/lib/slider.js [new file with mode: 0644]
view/js/cropper/lib/unittest.js [new file with mode: 0644]
view/js/cropper/licence.txt [new file with mode: 0644]
view/js/cropper/marqueeHoriz.gif [new file with mode: 0644]
view/js/cropper/marqueeVert.gif [new file with mode: 0644]
view/js/cropper/tests/castle.jpg [new file with mode: 0644]
view/js/cropper/tests/castleMed.jpg [new file with mode: 0644]
view/js/cropper/tests/example-Basic.htm [new file with mode: 0644]
view/js/cropper/tests/example-CSS-Absolute.htm [new file with mode: 0644]
view/js/cropper/tests/example-CSS-Float.htm [new file with mode: 0644]
view/js/cropper/tests/example-CSS-Relative.htm [new file with mode: 0644]
view/js/cropper/tests/example-CoordsOnLoad.htm [new file with mode: 0644]
view/js/cropper/tests/example-CoordsOnLoadWithRatio.htm [new file with mode: 0644]
view/js/cropper/tests/example-Dimensions.htm [new file with mode: 0644]
view/js/cropper/tests/example-DynamicImage.htm [new file with mode: 0644]
view/js/cropper/tests/example-FixedRatio.htm [new file with mode: 0644]
view/js/cropper/tests/example-MinimumDimensions.htm [new file with mode: 0644]
view/js/cropper/tests/example-MinimumWidth.htm [new file with mode: 0644]
view/js/cropper/tests/example-Preview.htm [new file with mode: 0644]
view/js/cropper/tests/poppy.jpg [new file with mode: 0644]
view/js/cropper/tests/staticHTMLStructure.htm [new file with mode: 0644]
view/js/filebrowser.js [new file with mode: 0644]
view/js/jquery-textcomplete/CHANGELOG.md [new file with mode: 0644]
view/js/jquery-textcomplete/LICENSE [new file with mode: 0644]
view/js/jquery-textcomplete/README.md [new file with mode: 0644]
view/js/jquery-textcomplete/jquery.textcomplete.css [new file with mode: 0644]
view/js/jquery-textcomplete/jquery.textcomplete.js [new file with mode: 0644]
view/js/jquery-textcomplete/jquery.textcomplete.min.js [new file with mode: 0644]
view/js/jquery-textcomplete/jquery.textcomplete.min.map [new file with mode: 0644]
view/js/jquery.textinputs.js [new file with mode: 0644]
view/js/main.js [new file with mode: 0644]
view/js/modernizr.js [new file with mode: 0644]
view/templates/crophead.tpl
view/templates/filebrowser.tpl
view/templates/head.tpl
view/templates/jot-header.tpl
view/templates/msg-header.tpl
view/templates/profed_head.tpl
view/theme/frio/templates/filebrowser.tpl
view/theme/frio/templates/head.tpl
view/theme/frio/templates/jot-header.tpl
view/theme/frio/templates/theme_settings.tpl
view/theme/frost-mobile/templates/cropend.tpl
view/theme/frost-mobile/templates/crophead.tpl
view/theme/frost-mobile/templates/end.tpl
view/theme/frost-mobile/templates/jot-end.tpl
view/theme/frost-mobile/templates/msg-end.tpl
view/theme/frost-mobile/templates/profed_end.tpl
view/theme/frost-mobile/templates/wallmsg-end.tpl
view/theme/frost/templates/cropend.tpl
view/theme/frost/templates/crophead.tpl
view/theme/frost/templates/end.tpl
view/theme/frost/templates/jot-end.tpl
view/theme/frost/templates/msg-end.tpl
view/theme/frost/templates/profed_end.tpl
view/theme/frost/templates/wallmsg-end.tpl
view/theme/smoothly/templates/jot-header.tpl