26 Commits

Author SHA1 Message Date
Sam Hemelryk
4e2e816a8f navigation-dock MDL-22560 Fixed bug with first item in dock not being classes correctly 2010-06-02 01:46:40 +00:00
Sam Hemelryk
b1c8c40e30 navigation-dock MDL-22560 Better calculation of panel top 2010-05-31 09:09:37 +00:00
Sam Hemelryk
0999f86449 navigation-dock MDL-22560 Better placement of the oversized content class 2010-05-31 08:49:11 +00:00
Sam Hemelryk
10a995c14e navigation-dock MDL-22560 Fixed bug to automatically set the fill color of the rotated svg when drawing 2010-05-31 08:06:07 +00:00
Sam Hemelryk
7e4617f7a6 navigation-dock MDL-22560 Major changes to he way the dock works
* Themes can now check if a region is completely docked
* Dock now delegates events to improve performance
* Dock now completely YUI3
* No longer uses YUI overlay instead has custom control
2010-05-31 03:33:34 +00:00
Sam Hemelryk
9a4cf07777 navigation MDL-22560 Booleans were the wrong way around 2010-05-25 05:32:46 +00:00
Sam Hemelryk
33408822df navigation MDL-22560 changed English thisvertical to btt and cleaned up title orientation code 2010-05-24 08:50:03 +00:00
Sam Hemelryk
6d5f80157d navigation MDL-22560 restructured dock.js 2010-05-24 05:05:30 +00:00
Sam Hemelryk
b496e6345c navigation MDL-22373 Reorientated title of docked blocks and moved a little bit of the standard theme's navigation into the core docks library 2010-05-24 04:03:31 +00:00
Sam Hemelryk
f61e46ed33 navigation MDL-22445 Fixed docking issue on multiple dock+undock actions 2010-05-19 08:08:48 +00:00
Sam Hemelryk
e0c9ba5547 navigation MDL-21529 Implemented a custom close icon for the dock popout so as not to be confused with delete. 2010-05-11 07:48:51 +00:00
Sam Hemelryk
6605ff8cda themes MDL-22358 Renamed sideblock class to block 2010-05-06 06:16:07 +00:00
Sam Hemelryk
3406acdef9 navigation MDL-22044 Major navigation structure changes.
Navigation has now been re-ordered in accordance with http://docs.moodle.org/en/Development:Navigation_2.0_structure.
This has led to several changes in the way in which navigation is generated included API changes, most notably using the
navigation_nodes add method now returns the newly added node rather than the key.
At the same time the global_navigation_tree block has been renamed to navigation and settings_navigation_tree to settings.
2010-04-19 06:30:30 +00:00
Sam Hemelryk
cb22a295f9 navigation MDL-22073 Fixed zIndex issue with YUI2 panel and modal 2010-04-13 02:44:04 +00:00
Sam Hemelryk
55527a6eeb themes MDL-21862 Raised docks panel zIndex to avoid collision with mce and filepicker elements after thay have altered the modal's zindex 2010-03-25 08:00:13 +00:00
Sam Hemelryk
90723839ca themes MDL-21862 Implements base theme and standard theme.
Very big theme changes, standardold theme has been split into two themes base and standard. Base theme contains only CSS that is absolutly required (e.g. layout, white space rules, specific widths) and standard (which now looks like standardwhite) contains all the frills.
The following noteable changes have also been made:
  * Plugin CSS has been pushed back into the plugin directories as styles.css files.
  * Install_print_header has been corrected.
  * Redundant or deprecated rules have been removed.
  * Several minor class changes throughout Moodle.
  * CSS is now single line rules not multiline indented.
  * Installs with theme=standardold automatically switch to standard.
  * body classes / id now have prefixes to make it clearer what they are and avoid conflicts.
Also worth noting:
  * There is still alot of tweaking that is required to get everything looking as it is supposed to, please be patient or better yet help out.
  * I am currently working on the documentation for the themes system... it will be here soon.
2010-03-25 06:38:21 +00:00
Sam Hemelryk
46de77b6b7 navigation MDL-21543 Moved block docking icons next to the show-hide block icon 2010-02-24 08:12:17 +00:00
Sam Hemelryk
d2e68385d7 navigation MDL-21529 Added a close icon to docked item panels + show/hide event improvements 2010-02-08 04:09:18 +00:00
Petr Skoda
2b728cb5e1 MDL-21420 finally moving old global mstr to new M.str. 2010-02-07 09:43:07 +00:00
Petr Skoda
41912a261f MDL-21400 converting JS set_user_preference to M namespace and YUI3 2010-02-06 15:20:24 +00:00
Sam Hemelryk
53fc3e7040 javascript MDL-21503 Removed use of the global Y from dock, navigation and calendar
Also included in this patch the ability to switch the dock from the left to right side of the screen.
Altered js_object_init to deliver Y like js_init_call does now.
Several minor tweaks made to the dock and navigation as well at the same time.
2010-02-05 06:36:09 +00:00
Sam Hemelryk
87bf352d75 navigation MDL-21503 Dock cleanup in preperation of removing global Y 2010-02-04 06:51:57 +00:00
Petr Skoda
bca0975478 MDL-21170 migrated code to new M.util.image_url() function that returns correct theme images 2010-01-22 10:34:09 +00:00
Sam Hemelryk
dada7d66a4 navigation MDL-21418 Changed regex to replace all characters not just a-zA-Z0-9 thanks for picking this up David 2010-01-22 07:04:24 +00:00
Petr Skoda
e50b4c8972 MDL-21420 refactoring towards global M 2010-01-21 20:55:58 +00:00
Sam Hemelryk
1ce15fdac8 navigation MDL-21366 Converted dock and navigation to YUI3 modules and added some supporting structures to outputcomponents and ajaxlib 2010-01-21 08:38:50 +00:00