/[drupal]/contributions/modules/menu_block/menu_block.admin.inc
ViewVC logotype

Log of /contributions/modules/menu_block/menu_block.admin.inc

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.29 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 13 20:57:49 2009 UTC (3 months, 1 week ago) by johnalbin
Branch: MAIN
CVS Tags: HEAD
Changes since 1.28: +2 -2 lines
Diff to previous 1.28
Make default menu be "Primary links" instead of "Navigation"

Revision 1.28 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Apr 9 06:00:05 2009 UTC (7 months, 2 weeks ago) by johnalbin
Branch: MAIN
Changes since 1.27: +9 -2 lines
Diff to previous 1.27
#345419: Add option for menu title as link.

Revision 1.27 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Dec 1 21:49:48 2008 UTC (11 months, 3 weeks ago) by johnalbin
Branch: MAIN
CVS Tags: DRUPAL-6--2-2
Changes since 1.26: +2 -2 lines
Diff to previous 1.26
#341345: WSOD on "Add menu block" page with some PHP configurations.

Revision 1.26 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Dec 1 09:56:56 2008 UTC (11 months, 3 weeks ago) by johnalbin
Branch: MAIN
CVS Tags: DRUPAL-6--2-1
Changes since 1.25: +34 -2 lines
Diff to previous 1.25
#300086: Add option to make starting level follow active menu item.

Revision 1.25 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Dec 1 05:43:02 2008 UTC (11 months, 3 weeks ago) by johnalbin
Branch: MAIN
Changes since 1.24: +26 -12 lines
Diff to previous 1.24
#340868: Clean up display of block configuration options.

Revision 1.24 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Dec 1 02:39:10 2008 UTC (11 months, 3 weeks ago) by johnalbin
Branch: MAIN
Changes since 1.23: +9 -1 lines
Diff to previous 1.23
#300094: Add option to sort active trail to top of menu tree

Revision 1.23 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 30 21:25:45 2008 UTC (11 months, 3 weeks ago) by johnalbin
Branch: MAIN
Changes since 1.22: +5 -5 lines
Diff to previous 1.22
#331934: Add option to select parent item of menu tree. Fix menu_tree_prune_tree() when level == 1. And tpl file follow-up.

Revision 1.22 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 30 19:45:05 2008 UTC (11 months, 3 weeks ago) by johnalbin
Branch: MAIN
Changes since 1.21: +2 -4 lines
Diff to previous 1.21
Changed depth and starting level options to match MENU_MAX_DEPTH. Fixed missing t().

Revision 1.21 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 30 06:11:52 2008 UTC (11 months, 3 weeks ago) by johnalbin
Branch: MAIN
Changes since 1.20: +46 -9 lines
Diff to previous 1.20
#331934: Add option to select parent item of menu tree

Revision 1.20 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Nov 29 18:17:55 2008 UTC (11 months, 3 weeks ago) by johnalbin
Branch: MAIN
Changes since 1.19: +3 -3 lines
Diff to previous 1.19
#330978: Add hook_get_menus() and implement Book module integration

Revision 1.19 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 26 13:06:31 2008 UTC (11 months, 4 weeks ago) by johnalbin
Branch: MAIN
Changes since 1.18: +3 -3 lines
Diff to previous 1.18
Made _menu_block_format_title() slightly more robust.

Revision 1.18 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 26 13:00:33 2008 UTC (11 months, 4 weeks ago) by johnalbin
Branch: MAIN
Changes since 1.17: +3 -3 lines
Diff to previous 1.17
Changed menu_get_menus(TRUE) to menu_get_menus() since the default value for that param is TRUE.

Revision 1.17 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Nov 24 03:15:58 2008 UTC (12 months ago) by johnalbin
Branch: MAIN
Changes since 1.16: +1 -5 lines
Diff to previous 1.16
#331933 by sun: Help links are displayed if Help module is disabled

Revision 1.16 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Nov 24 02:45:24 2008 UTC (12 months ago) by johnalbin
Branch: MAIN
Changes since 1.15: +3 -3 lines
Diff to previous 1.15
Added "this action cannot be undone" default text to confirm_form() usage.

Revision 1.5.4.1 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Nov 24 02:27:17 2008 UTC (12 months ago) by johnalbin
Branch: DRUPAL-5--2
CVS Tags: DRUPAL-5--2-0
Changes since 1.5: +115 -52 lines
Diff to previous 1.5 , to next main 1.29
#304675: Port 6.x admin interface to 5.x

Revision 1.15 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Sep 8 00:55:01 2008 UTC (14 months, 2 weeks ago) by johnalbin
Branch: MAIN
Changes since 1.14: +4 -1 lines
Diff to previous 1.14
#305267: Menu blocks incorrectly cached per role

Revision 1.14 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 25 06:22:03 2008 UTC (15 months ago) by johnalbin
Branch: MAIN
CVS Tags: DRUPAL-6--2-0
Changes since 1.13: +2 -3 lines
Diff to previous 1.13
Upon delete, also remove the config from the blocks_roles table.

Revision 1.13 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Aug 23 16:58:59 2008 UTC (15 months ago) by johnalbin
Branch: MAIN
Changes since 1.12: +19 -4 lines
Diff to previous 1.12
Improved help text.

Revision 1.12 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 22 12:44:42 2008 UTC (15 months ago) by johnalbin
Branch: MAIN
Changes since 1.11: +2 -2 lines
Diff to previous 1.11
Added hook_help().

Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 21 23:53:05 2008 UTC (15 months ago) by johnalbin
Branch: MAIN
Changes since 1.10: +9 -12 lines
Diff to previous 1.10
Converted $menu_block_DELTA_mid to $menu_block_DELTA_menu_name.

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 21 16:11:32 2008 UTC (15 months ago) by johnalbin
Branch: MAIN
Changes since 1.9: +75 -39 lines
Diff to previous 1.9
Revamped admin interface to be 100% consistent with custom blocks from the block module.

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 8 17:17:54 2008 UTC (15 months, 2 weeks ago) by johnalbin
Branch: MAIN
Changes since 1.8: +2 -1 lines
Diff to previous 1.8
Fixed PHP notice: Undefined variable: blocks in menu_block.admin.inc on line 64.

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 8 03:27:24 2008 UTC (15 months, 2 weeks ago) by johnalbin
Branch: MAIN
Changes since 1.7: +5 -5 lines
Diff to previous 1.7
Implemented proper page handler includes.

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 8 03:25:20 2008 UTC (15 months, 2 weeks ago) by johnalbin
Branch: MAIN
Changes since 1.6: +7 -2 lines
Diff to previous 1.6
Updated docblocks.

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 8 02:55:38 2008 UTC (15 months, 2 weeks ago) by johnalbin
Branch: MAIN
Changes since 1.5: +3 -3 lines
Diff to previous 1.5
Converted submit handler.

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 4 19:56:56 2008 UTC (15 months, 3 weeks ago) by johnalbin
Branch: MAIN
CVS Tags: DRUPAL-5--1-0
Branch point for: DRUPAL-5, DRUPAL-5--2
Changes since 1.4: +87 -34 lines
Diff to previous 1.4
Simplified block configuration.

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jul 3 15:27:39 2008 UTC (16 months, 3 weeks ago) by johnalbin
Branch: MAIN
CVS Tags: DRUPAL-5--0-9
Changes since 1.3: +4 -4 lines
Diff to previous 1.3
Made menu_block_block_* helper functions private. null to NULL.

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jun 23 10:06:38 2008 UTC (17 months ago) by johnalbin
Branch: MAIN
Changes since 1.2: +74 -6 lines
Diff to previous 1.2
Added block config to specify whether to expand all children. Also, #266223: Add option to limit the depth of the tree to an arbitrary level

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jun 20 09:58:39 2008 UTC (17 months ago) by johnalbin
Branch: MAIN
Changes since 1.1: +10 -15 lines
Diff to previous 1.1
Fixed menu_block_block_list to check if a block is enabled before trying to return info for it. Made listing of block levels dynamic.

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jun 4 06:49:32 2008 UTC (17 months, 3 weeks ago) by johnalbin
Branch: MAIN
Added settings to enable specific menu blocks.

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