Commit Graph

13 Commits

Author SHA1 Message Date
Petr Skoda 78946b9bdb MDL-20204 first batch of major theme changes, some regressions are still there, expect more changes and improvements soon; see tracker for details and list of subtasks 2009-12-16 18:00:58 +00:00
Sam Hemelryk e09ef36a4c lib-navigation MDL-21113 Fixed minor javascript error when positioning sidepanel tabs for display 2009-12-16 02:08:53 +00:00
Petr Skoda 6f5e085205 MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup 2009-11-01 16:48:45 +00:00
samhemelryk ea6c02fe42 navigation MDL-14632 Removed unwanted alert statement 2009-10-15 03:26:52 +00:00
samhemelryk 1c4eef5795 navigation MDL-20557 Made navigation icons part of the link for that item so it is clickable 2009-10-14 09:27:07 +00:00
samhemelryk 6644741db6 navigation MDL-20558 Fixed AJAX bug with multiple navigation trees concerning ajax requests + DOM interaction 2009-10-14 09:08:43 +00:00
samhemelryk 2a8a4ac2ac navigation MDL-20297 Fixed bug whereby ajax events wern't be detached leading to over population of the tree 2009-09-18 06:24:42 +00:00
samhemelryk 02139d7640 navigation MDL-14632 stopped set_user_pref from firing at page load if things were moved to the sidebar 2009-09-04 08:16:21 +00:00
samhemelryk fff23fcd86 navigation MDL-14632 Fixed minor regressions for recent patches
* Search field now takes input again
 * Javascript event propogration is stopped to prevent refreshing when switch block position
2009-09-01 02:07:01 +00:00
samhemelryk 576ace3245 navigation MDL-14632 Fixed Javascript scrolling bug in FF3 2009-08-31 08:27:26 +00:00
samhemelryk 9da1ec271f navigation MDL-14632 Minor tweaking as suggested on this issue.
* Fixed focus on search closing tab
 * Added spacing to refresh/moveto icons
 * Made all text in navigation tree's expandable
 * Final element on navbar no longer a link
2009-08-31 03:58:17 +00:00
nicolasconnault c1c0cecf3a MDL-14632 Improved the output code of the settings block and fixed typo of toogle to toggle. 2009-08-28 10:28:16 +00:00
samhemelryk 7d2a049292 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
2009-08-28 08:47:31 +00:00