]> git.mjollnir.org Git - moodle.git/commit
javascript-dock MDL-21329 Several major changes to the underlying navigation and...
authorSam Hemelryk <sam@moodle.com>
Thu, 14 Jan 2010 05:35:23 +0000 (05:35 +0000)
committerSam Hemelryk <sam@moodle.com>
Thu, 14 Jan 2010 05:35:23 +0000 (05:35 +0000)
commit9d89733132e89f61d2bb09e9844543b60c38f213
tree306150f5a63ed997b63b0689a5b63bd4b9dc09f5
parentf40654471398a09b115f0eaf1c5263a21c74a840
javascript-dock MDL-21329 Several major changes to the underlying navigation and dock code
The following changes have been made in this commit:
1. Renamed the side bar thing to dock, this is consistent through all code/css now.
2. Converted everything to YUI 3 except the panel which docked items are shown in, this iwll be converted once YUI 3 overlay is no longer beta.
3 Redisigned the dock, all blocks can now make use of it, and theme code within JS can override it so they can make it look as they want.
More changes are coming
19 files changed:
blocks/blocks.js [new file with mode: 0644]
blocks/global_navigation_tree/block_global_navigation_tree.php
blocks/global_navigation_tree/navigation.js [new file with mode: 0644]
blocks/moodleblock.class.php
blocks/settings_navigation_tree/block_settings_navigation_tree.php
lang/en_utf8/block.php
lang/en_utf8/block_global_navigation_tree.php
lang/en_utf8/block_settings_navigation_tree.php
lang/en_utf8/moodle.php
lib/ajax/ajaxlib.php
lib/navigationlib.php
pix/t/block_to_dock.png [new file with mode: 0644]
pix/t/dock_to_block.png [new file with mode: 0644]
theme/base/config.php
theme/base/javascript/navigation.js
theme/base/style/blocks.css
theme/standardold/config.php
theme/standardold/javascript/navigation.js
theme/standardold/style/styles_layout.css