]> git.mjollnir.org Git - moodle.git/commit
navigation MDL-14632 Very significant navigation commit
authorsamhemelryk <samhemelryk>
Fri, 28 Aug 2009 08:47:31 +0000 (08:47 +0000)
committersamhemelryk <samhemelryk>
Fri, 28 Aug 2009 08:47:31 +0000 (08:47 +0000)
commit7d2a049292347ea852583867ca25c7e879b5bfa1
treeaeeed5979c5392752a71e398a0e395ce4d6d24dd
parent4460e25d2b85c852f2719056816364162e109c7a
navigation MDL-14632 Very significant navigation commit
This patch introduces two new blocks global_navigation_tree and settings_navigation_tree
both of which have been designed to make full use of the new navigation objects available through
the $PAGE object.
Bulk of this code is within lib/navigationlib.php
55 files changed:
blocks/global_navigation_tree/block_global_navigation_tree.php [new file with mode: 0644]
blocks/global_navigation_tree/db/upgrade.php [new file with mode: 0644]
blocks/global_navigation_tree/edit_form.php [new file with mode: 0644]
blocks/moodleblock.class.php
blocks/rss_client/editfeed.php
blocks/rss_client/managefeeds.php
blocks/rss_client/viewfeed.php
blocks/settings_navigation_tree/block_settings_navigation_tree.php [new file with mode: 0644]
blocks/settings_navigation_tree/edit_form.php [new file with mode: 0644]
course/category.php
course/format/scorm/config.php
course/format/scorm/lib.php [new file with mode: 0644]
course/format/social/config.php
course/format/social/lib.php [new file with mode: 0644]
course/format/topics/config.php
course/format/topics/lib.php [new file with mode: 0644]
course/format/weeks/config.php
course/format/weeks/lib.php [new file with mode: 0644]
course/search.php
course/switchrole.php [new file with mode: 0644]
index.php
lang/en_utf8/admin.php
lang/en_utf8/block_global_navigation_tree.php [new file with mode: 0644]
lang/en_utf8/block_settings_navigation_tree.php [new file with mode: 0644]
lang/en_utf8/forum.php
lang/en_utf8/moodle.php
lib/adminlib.php
lib/ajax/getnavbranch.php [new file with mode: 0644]
lib/ajax/setuserpref.php
lib/blocklib.php
lib/db/upgrade.php
lib/db/upgradelib.php
lib/deprecatedlib.php
lib/javascript-navigation.js [new file with mode: 0644]
lib/javascript-static.js
lib/navigationlib.php [new file with mode: 0644]
lib/outputrenderers.php
lib/pagelib.php
lib/setup.php
lib/simpletest/testnavigationlib.php [new file with mode: 0644]
lib/weblib.php
mod/forum/lib.php
mod/forum/view.php
pix/t/collapsed_empty.png [new file with mode: 0644]
pix/t/movetoblock.png [new file with mode: 0644]
pix/t/movetosidetab.png [new file with mode: 0644]
pix/t/reload.png [new file with mode: 0644]
theme/standard/gradient_vertical.jpg [new file with mode: 0644]
theme/standard/layout.php
theme/standard/shadow_corners.png [new file with mode: 0644]
theme/standard/shadow_left_right.png [new file with mode: 0644]
theme/standard/shadow_top_bottom.png [new file with mode: 0644]
theme/standard/styles_layout.css
user/tabs.php
version.php