summaryrefslogtreecommitdiff
path: root/modules/toolbar/toolbar.js
Commit message (Collapse)AuthorAge
* #668640 by casey, aspilicious, et al: Re-implement Overlay without jQuery UI ↵Angie Byron2010-06-08
| | | | Dialog; massive performance improvement, helps address several critical issues.
* - Rollback of #787940.Dries Buytaert2010-05-23
|
* - Patch #787940 by casey: generic approach for position:fixed elements like ↵Dries Buytaert2010-05-14
| | | | toolbar.
* - Patch #745664 by james.elliott: toolbar doesn't properly add / remove the ↵Dries Buytaert2010-04-04
| | | | toolbar-drawer class when collapsing and expanding the drawer.
* - Patch #535066 by jide, jbrown, marvil07, yoroy, mcjim, TheRec, mr.baileys: ↵Dries Buytaert2010-02-10
| | | | use CSS3 / IE filter to render toolbar shadow.
* #686670 by mfer and casey: Properly name-space toolbar.js.Angie Byron2010-01-26
|
* #645140 by casey: Remove inter-dependency between Shortcut and Toolbar.Angie Byron2010-01-07
|
* #668104 by casey and David_Rothstein: Make overlay respect other click handlers.Angie Byron2010-01-06
|
* #673450 by casey and Jody Lynn: Cleanup JavaScript file syntax.Angie Byron2010-01-04
|
* #610234 by Gábor Hojtsy, ksenzee, cwgordon7, David_Rothstein, seutje, ↵Angie Byron2009-12-02
| | | | marcvangend, sun, JoshuaRogers, markus_petrux, Bojhan, Rob Loach, Everett Zufelt, drifter, markboulton, leisareichelt, et al: Added Overlay module to core, which shows administrative pages in a JS overlay, retaining context on the front-end site.
* #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.