Initial commit for WCF 2.2 w/ require.js
authorAlexander Ebert <ebert@woltlab.com>
Sun, 3 May 2015 18:15:22 +0000 (20:15 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Sun, 3 May 2015 18:15:22 +0000 (20:15 +0200)
commit4bbf6ff1aa08188575541c5193ef16770a82a36e
treeb5fcfed1be2f4fd10b16cd0bb11105f49dbc22d3
parentba41819e170081bce867dad5d33c7e967933d337
Initial commit for WCF 2.2 w/ require.js

This is a highly experimental version and it is neither complete nor fully working. You cannot even install it at this time, if you really must play around with it, use version 2.1 and copy the necessary changes/additions.

At this point it is not meant to be actively development in terms of new features or API changes, I'm solely focusing on playing around with require.js and see how these things turn out.
18 files changed:
README.md
com.woltlab.wcf/package.xml
com.woltlab.wcf/templates/headIncludeJavaScript.tpl
wcfsetup/install/files/js/WCF.js
wcfsetup/install/files/js/WoltLab/WCF/CallbackList.js [new file with mode: 0644]
wcfsetup/install/files/js/WoltLab/WCF/Core.js [new file with mode: 0644]
wcfsetup/install/files/js/WoltLab/WCF/DOM/Traverse.js [new file with mode: 0644]
wcfsetup/install/files/js/WoltLab/WCF/DOM/Util.js [new file with mode: 0644]
wcfsetup/install/files/js/WoltLab/WCF/Date/Time/Relative.js [new file with mode: 0644]
wcfsetup/install/files/js/WoltLab/WCF/Dictionary.js [new file with mode: 0644]
wcfsetup/install/files/js/WoltLab/WCF/Event/Handler.js [new file with mode: 0644]
wcfsetup/install/files/js/WoltLab/WCF/UI/Alignment.js [new file with mode: 0644]
wcfsetup/install/files/js/WoltLab/WCF/UI/Dropdown/Simple.js [new file with mode: 0644]
wcfsetup/install/files/js/WoltLab/WCF/UI/Mobile.js [new file with mode: 0644]
wcfsetup/install/files/js/WoltLab/WCF/UI/TabMenu.js [new file with mode: 0644]
wcfsetup/install/files/js/WoltLab/WCF/UI/TabMenu/Simple.js [new file with mode: 0644]
wcfsetup/install/files/js/require.js [new file with mode: 0644]
wcfsetup/install/files/style/layout.less