Skip to content

Commit

Permalink
Removes ExtJs from Aloha
Browse files Browse the repository at this point in the history
  • Loading branch information
deliminator committed Jun 14, 2012
1 parent 209a70c commit 79dbf8a
Show file tree
Hide file tree
Showing 1,295 changed files with 8 additions and 287,896 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG-jqueryui-port.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@

* Selection.isFloatingMenuVisible - removed

All settings associated with the removed components
do not have any effect any more.

Many plugins exposed buttons, attribute-field and
multi-split-button components as non-private
members. For example, as in the case of the cite
Expand All @@ -68,8 +71,10 @@
non-private component properties may be removed at
any time in the future.

Also note that any references to the Ext.* namespace
may not resolve any more.
Also note that the removal of the Ext.* namespace
and the ExtJs css may inadvertently affect the
behaviour and display of any site that includes
Aloha.

- **MANUAL CHANGE**: The following files have been removed
src/lib/aloha/ext-alohatreeloader.js
Expand Down
10 changes: 0 additions & 10 deletions bin/update-aloha.js.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@
# relative to src/lib/
REQUIRE='require.js'
JQUERY='vendor/jquery-1.6.1.js'
EXT_ADAPT='vendor/ext-3.2.1/adapter/jquery/ext-jquery-adapter-debug.js'
EXT_ALL='vendor/ext-3.2.1/ext-all-debug.js'


# Generic error check and abort method
function handleError() {
Expand Down Expand Up @@ -54,13 +51,6 @@ echo -e "\n * 2. Adding $JQUERY"
cat "$TARGET/$JQUERY" >> "$TARGET/aloha.js"
handleError $? "Could not add file to aloha.js"

echo -e "\n * 3. Adding $EXT_ADAPT"
echo -e "\n * 4. Adding $EXT_ALL"
echo "(function( jQuery ) {" >> "$TARGET/aloha.js"
cat "$TARGET/$EXT_ADAPT" "$TARGET/$EXT_ALL" >> "$TARGET/aloha.js"
handleError $? "Could not add file to aloha.js"
echo "})( jQuery );" >> "$TARGET/aloha.js"

echo -e "\n * 5. Adding previously generated $TARGET/aloha-bootstrap.js"
cat "$TARGET/aloha-bootstrap.js" >> "$TARGET/aloha.js"
handleError $? "Could not add file aloha-bootstrap.js to aloha.js"
Expand Down
4 changes: 0 additions & 4 deletions src/css/aloha.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,2 @@
@import url( 'ext-aloha-reset.css');
@import url( '../lib/vendor/ext-3.2.1/resources/css/ext-all.css');
@import url( '../lib/vendor/ext-3.2.1/resources/css/xtheme-gray.css');
@import url( 'ext-aloha.css');
@import url( 'aloha-core.css');
@import url( 'aloha-sidebar.css');
33 changes: 0 additions & 33 deletions src/css/ext-aloha-reset.css

This file was deleted.

Loading

0 comments on commit 79dbf8a

Please sign in to comment.