Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | #620634 by David_Rothstein: Don't build Shortcuts unconditionally for ↵ | Angie Byron | 2009-11-19 |
| | | | | anonymous users. | ||
* | #555712 by TheRec, catch, bleen18: Store Toolbar collapsed/expanded state in ↵ | Angie Byron | 2009-11-17 |
| | | | | a cookie so it's remembered between sessions. | ||
* | #540282 follow-up by David_Rothstein: Removed accidentally introduced menu ↵ | Angie Byron | 2009-11-17 |
| | | | | module dependency from toolbar module. | ||
* | #540282 by TheRec, mgifford, and Everett Zufelt: Accessibility improvements ↵ | Angie Byron | 2009-11-15 |
| | | | | for the toolbar. | ||
* | #609100 by bleen18, seutje, and David_Rothstein: Should not be able to ↵ | Angie Byron | 2009-11-11 |
| | | | | re-add same shortcut to same set twice. | ||
* | #606526 by axyjo and scor: Remove trailing whitespace and add newlines at ↵ | Angie Byron | 2009-11-10 |
| | | | | end of files. Sorry, folks! But it is after code freeze. :) | ||
* | #192056 by effulgentsia, Dave Cohen, andypost, hswong3i, geodaniel, ↵ | Angie Byron | 2009-11-01 |
| | | | | pwolanin, and dahacouk: Ensure user's raw login name is never output directly. | ||
* | - Patch #519046 by catch, pwolanin, sun: clean up toolbar menu code and ↵ | Dries Buytaert | 2009-10-30 |
| | | | | added TODOs. | ||
* | #610204 by effulgentsia, Gábor Hojtsy, sun, Damien Tournoud and ksenzee: ↵ | Angie Byron | 2009-10-27 |
| | | | | API changes to support overlays: lays ground work for implementation. | ||
* | #612974 by effulgentsia: Optimize toolbar to only build if it will be ↵ | Angie Byron | 2009-10-26 |
| | | | | displayed (performance improvement). | ||
* | #600974 by effulgentsia, JohnAlbin, sun, and Damien Tournoud: Allow theme ↵ | Angie Byron | 2009-10-23 |
| | | | | functions to take one argument without any hacks. NOTE: This is an API change in hook_theme(). | ||
* | - Patch #607106 by duvien, joachim: create a bit more space for the toolbar ↵ | Dries Buytaert | 2009-10-18 |
| | | | | icon. | ||
* | - Patch #511286 by JacobSingh, David_Rothstein, dmitrig01, Gábor Hojtsy, ↵ | Dries Buytaert | 2009-10-17 |
| | | | | ksenzee et al: add customizable shortcuts to the toolbar. | ||
* | - Patch #544360 by Gábor Hojtsy, ksenzee, David_Rothstein, seutje, ↵ | Dries Buytaert | 2009-10-13 |
| | | | | JacobSingh, paul.lovvik, EclipseGc et al: Dashboard module 1.0. Wo-hoot! | ||
* | #473082 by sun, Amitaibu, dropcube, and Pasqualle: Added a custom menu API. | Angie Byron | 2009-10-09 |
| | |||
* | - Patch #520368 by Gábor Hojtsy: fixed Admin toolbar breaks sticky table ↵ | Dries Buytaert | 2009-09-15 |
| | | | | headers. | ||
* | #469242 by tic2000, Pasqualle, pwolanin, Nick Lewis, moshe weitzman, Rob Loach, | Angie Byron | 2009-09-15 |
| | | | | | | | and alexanderpas: page.tpl.php has now been split into html.tpl.php (for <html>, <head>, and <body>) and page.tpl.php (for page content). This now provides consistency for granular theming of renderable output in all template files. | ||
* | Roll-back of #555712. User testing showed the collapse bar to the left ↵ | Angie Byron | 2009-09-15 |
| | | | | introduced its own issues. Back to the drawing board... | ||
* | - Patch #576530 by David_Rothstein: toolbar should say 'Log out' rather than ↵ | Dries Buytaert | 2009-09-14 |
| | | | | 'Logout'. | ||
* | #555712 by TheRec: Moved shortcut bar collapse icon to the left side so it's ↵ | Angie Byron | 2009-09-11 |
| | | | | more easily accessible and 'Log out' is no longer mistakenly clicked. | ||
* | - Patch by #565496 by dropcube, pwolanin: changed Allow dynamic attaching of ↵ | Dries Buytaert | 2009-09-05 |
| | | | | other types of stuff to render() structures. | ||
* | Rolled back #510094. Needs more thought. | Angie Byron | 2009-08-31 |
| | |||
* | #510094 by pp: Added description to the link items of the toolbar. | Angie Byron | 2009-08-31 |
| | |||
* | - Patch #562928 by Davy Van Den Bremt: Fixed Change 'Add' in the toolbar to ↵ | Dries Buytaert | 2009-08-31 |
| | | | | 'Add content'. | ||
* | #564528 by roychri: Fixed Error: 'context is not defined' in ↵ | Angie Byron | 2009-08-31 |
| | | | | modules/toolbar/toolbar.js. | ||
* | #558958 by Frando and moshe weitzman: Add a hook_page_build() that runs ↵ | Angie Byron | 2009-08-31 |
| | | | | before hook_page_alter(). | ||
* | - Patch #444344 by kkaefer, sun, Rob Loach: this change introduces a jQuery ↵ | Dries Buytaert | 2009-08-31 |
| | | | | .once() method which streamlines the way behavior functions work. Previously, we had to manually ensure that an element is only initialized once. Usually, this happens by adding classes and selecting only those elements which do not have that class. However, this process can be separated out into a jQuery ‘filtering’ function which does all the grunt work. | ||
* | #559210 by Davy Van Den Bremt: Compressed version of toolbar.png to save ~50K. | Angie Byron | 2009-08-25 |
| | |||
* | #326539 by JohnAlbin, sun, cha0s, ultimateboy, Rob Loach, Damien Tournoud: ↵ | Angie Byron | 2009-08-22 |
| | | | | Convert 'class' attribute to use an array, not a string. | ||
* | - Patch #555818 by Gábor Hojtsy: color of Seven toolbar was not as designed. | Dries Buytaert | 2009-08-21 |
| | |||
* | #519046 by catch, pwolanin: Fix how toolbar_get_menu_tree() determines menu ↵ | Angie Byron | 2009-08-14 |
| | | | | to remove unneeded calls to _menu_check_access(). | ||
* | - Patch #535564 by Gábor Hojtsy: the D7UX mockups call for a top level ↵ | Dries Buytaert | 2009-07-30 |
| | | | | Content item, which would immediatey lead to the "Find content" screen. The current Drupal 7 code is almost there, but still has an RSS settings item blocking the implementation of this by default and aggregator and book also add subitems. | ||
* | - Patch #511926 by alpritt: made it possible to navigate the toolbar using ↵ | Dries Buytaert | 2009-07-29 |
| | | | | the keyboard. | ||
* | - Patch #533004 by tic2000: Implement instead of Implementation in phpDoc. | Dries Buytaert | 2009-07-28 |
| | |||
* | - Patch #510116 by killes@www.drop.org: fixed broken link. | Dries Buytaert | 2009-07-27 |
| | |||
* | - Patch #510126 by tic2000: toolbar breaks style on Garland when JS is disabled. | Dries Buytaert | 2009-07-07 |
| | |||
* | - Patch #510368 by Jody Lynn: toolbar should depend on menu module. | Dries Buytaert | 2009-07-06 |
| | |||
* | - Patch #506976 by catch: rename hook_perm to hook_permission. | Dries Buytaert | 2009-07-05 |
| | |||
* | - Patch #484820 by Gábor Hojtsy, yhahn, markboulton, leisareichelt, et al: ↵ | Dries Buytaert | 2009-07-04 |
initial version of the new administration toolbar. |