/[drupal]/drupal/modules/toolbar/toolbar.module
ViewVC logotype

Log of /drupal/modules/toolbar/toolbar.module

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Tag:

Revision 1.22 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Nov 19 03:57:15 2009 UTC (7 days, 6 hours ago) by webchick
Branch: MAIN
CVS Tags: HEAD
Changes since 1.21: +2 -2 lines
Diff to previous 1.21
#620634 by David_Rothstein: Don't build Shortcuts unconditionally for anonymous users.

Revision 1.21 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 17 03:07:29 2009 UTC (9 days, 7 hours ago) by webchick
Branch: MAIN
Changes since 1.20: +3 -3 lines
Diff to previous 1.20
#540282 follow-up by David_Rothstein: Removed accidentally introduced menu module dependency from toolbar module.

Revision 1.20 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 15 21:13:26 2009 UTC (10 days, 13 hours ago) by webchick
Branch: MAIN
Changes since 1.19: +91 -2 lines
Diff to previous 1.19
#540282 by TheRec, mgifford, and Everett Zufelt: Accessibility improvements for the toolbar.

Revision 1.19 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 10 17:27:54 2009 UTC (2 weeks, 1 day ago) by webchick
Branch: MAIN
Changes since 1.18: +3 -3 lines
Diff to previous 1.18
#606526 by axyjo and scor: Remove trailing whitespace and add newlines at end of files. Sorry, folks! But it is after code freeze. :)

Revision 1.18 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 1 21:26:44 2009 UTC (3 weeks, 3 days ago) by webchick
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-10
Changes since 1.17: +2 -2 lines
Diff to previous 1.17
#192056 by effulgentsia, Dave Cohen, andypost, hswong3i, geodaniel, pwolanin, and dahacouk: Ensure user's raw login name is never output directly.

Revision 1.17 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 30 21:43:41 2009 UTC (3 weeks, 5 days ago) by dries
Branch: MAIN
Changes since 1.16: +4 -6 lines
Diff to previous 1.16
- Patch #519046 by catch, pwolanin, sun: clean up toolbar menu code and added TODOs.

Revision 1.16 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 26 04:45:10 2009 UTC (4 weeks, 3 days ago) by webchick
Branch: MAIN
Changes since 1.15: +33 -10 lines
Diff to previous 1.15
#612974 by effulgentsia: Optimize toolbar to only build if it will be displayed (performance improvement).

Revision 1.15 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 23 22:24:19 2009 UTC (4 weeks, 5 days ago) by webchick
Branch: MAIN
Changes since 1.14: +2 -2 lines
Diff to previous 1.14
#600974 by effulgentsia, JohnAlbin, sun, and Damien Tournoud: Allow theme functions to take one argument without any hacks. NOTE: This is an API change in hook_theme().

Revision 1.14 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 17 00:51:53 2009 UTC (5 weeks, 5 days ago) by dries
Branch: MAIN
Changes since 1.13: +4 -13 lines
Diff to previous 1.13
- Patch #511286 by JacobSingh, David_Rothstein, dmitrig01, Gábor Hojtsy, ksenzee et al: add customizable shortcuts to the toolbar.

Revision 1.13 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Sep 15 20:50:48 2009 UTC (2 months, 1 week ago) by dries
Branch: MAIN
Changes since 1.12: +5 -1 lines
Diff to previous 1.12
- Patch #520368 by Gábor Hojtsy: fixed Admin toolbar breaks sticky table headers.

Revision 1.12 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Sep 15 17:10:39 2009 UTC (2 months, 1 week ago) by webchick
Branch: MAIN
Changes since 1.11: +2 -2 lines
Diff to previous 1.11
#469242 by tic2000, Pasqualle, pwolanin, Nick Lewis, moshe weitzman, Rob Loach,
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.

Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Sep 14 07:55:24 2009 UTC (2 months, 1 week ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-9
Changes since 1.10: +2 -2 lines
Diff to previous 1.10
- Patch #576530 by David_Rothstein: toolbar should say 'Log out' rather than 'Logout'.

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Sep 5 15:05:05 2009 UTC (2 months, 2 weeks ago) by dries
Branch: MAIN
Changes since 1.9: +9 -7 lines
Diff to previous 1.9
- Patch by #565496 by dropcube, pwolanin: changed Allow dynamic attaching of other types of stuff to render() structures.

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 31 20:23:36 2009 UTC (2 months, 3 weeks ago) by webchick
Branch: MAIN
Changes since 1.8: +2 -2 lines
Diff to previous 1.8
Rolled back #510094. Needs more thought.

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 31 19:36:17 2009 UTC (2 months, 3 weeks ago) by webchick
Branch: MAIN
Changes since 1.7: +2 -2 lines
Diff to previous 1.7
#510094 by pp: Added description to the link items of the toolbar.

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 31 16:46:32 2009 UTC (2 months, 3 weeks ago) by webchick
Branch: MAIN
Changes since 1.6: +3 -3 lines
Diff to previous 1.6
#558958 by Frando and moshe weitzman: Add a hook_page_build() that runs before hook_page_alter().

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Aug 22 14:34:22 2009 UTC (3 months ago) by webchick
Branch: MAIN
Changes since 1.5: +2 -2 lines
Diff to previous 1.5
#326539 by JohnAlbin, sun, cha0s, ultimateboy, Rob Loach, Damien Tournoud: Convert 'class' attribute to use an array, not a string.

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 14 15:30:59 2009 UTC (3 months, 1 week ago) by webchick
Branch: MAIN
Changes since 1.4: +11 -12 lines
Diff to previous 1.4
#519046 by catch, pwolanin: Fix how toolbar_get_menu_tree() determines menu to remove unneeded calls to _menu_check_access().

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 28 10:35:56 2009 UTC (3 months, 4 weeks ago) by dries
Branch: MAIN
Changes since 1.3: +4 -4 lines
Diff to previous 1.3
- Patch #533004 by tic2000: Implement instead of Implementation in phpDoc.

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 7 07:54:35 2009 UTC (4 months, 2 weeks ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-8
Changes since 1.2: +2 -2 lines
Diff to previous 1.2
- Patch #510126 by tic2000: toolbar breaks style on Garland when JS is disabled.

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jul 5 18:00:11 2009 UTC (4 months, 3 weeks ago) by dries
Branch: MAIN
Changes since 1.1: +3 -3 lines
Diff to previous 1.1
- Patch #506976 by catch: rename hook_perm to hook_permission.

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jul 4 05:37:30 2009 UTC (4 months, 3 weeks ago) by dries
Branch: MAIN
- Patch #484820 by Gábor Hojtsy, yhahn, markboulton, leisareichelt, et al: initial version of the new administration toolbar.

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

  ViewVC Help
Powered by ViewVC 1.1.2