summaryrefslogtreecommitdiff
path: root/modules/toolbar/toolbar.js
Commit message (Collapse)AuthorAge
* #555712 by TheRec, catch, bleen18: Store Toolbar collapsed/expanded state in ↵Angie Byron2009-11-17
| | | | a cookie so it's remembered between sessions.
* #540282 by TheRec, mgifford, and Everett Zufelt: Accessibility improvements ↵Angie Byron2009-11-15
| | | | for the toolbar.
* - Patch #511286 by JacobSingh, David_Rothstein, dmitrig01, Gábor Hojtsy, ↵Dries Buytaert2009-10-17
| | | | ksenzee et al: add customizable shortcuts to the toolbar.
* - Patch #520368 by Gábor Hojtsy: fixed Admin toolbar breaks sticky table ↵Dries Buytaert2009-09-15
| | | | headers.
* Roll-back of #555712. User testing showed the collapse bar to the left ↵Angie Byron2009-09-15
| | | | introduced its own issues. Back to the drawing board...
* #555712 by TheRec: Moved shortcut bar collapse icon to the left side so it's ↵Angie Byron2009-09-11
| | | | more easily accessible and 'Log out' is no longer mistakenly clicked.
* #564528 by roychri: Fixed Error: 'context is not defined' in ↵Angie Byron2009-08-31
| | | | modules/toolbar/toolbar.js.
* - Patch #444344 by kkaefer, sun, Rob Loach: this change introduces a jQuery ↵Dries Buytaert2009-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.
* - Patch #484820 by Gábor Hojtsy, yhahn, markboulton, leisareichelt, et al: ↵Dries Buytaert2009-07-04
initial version of the new administration toolbar.