/[drupal]/drupal/includes/menu.inc
ViewVC logotype

Log of /drupal/includes/menu.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.362 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 11 08:28:50 2009 UTC (2 weeks, 2 days ago) by dries
Branch: MAIN
CVS Tags: HEAD
Changes since 1.361: +10 -1 lines
Diff to previous 1.361
- Patch #606640 by eojthebrave, sun, catch: don't use menu loaders because menu loaders are executed on every menu system access check. Performance improvement.

Revision 1.361 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 10 22:08:43 2009 UTC (2 weeks, 2 days ago) by dries
Branch: MAIN
Changes since 1.360: +5 -5 lines
Diff to previous 1.360
- Patch #629100 by David_Rothstein: fixed incorrect PHPDoc in menu_contextual_links().

Revision 1.360 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 8 12:30:35 2009 UTC (2 weeks, 5 days ago) by webchick
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-10
Changes since 1.359: +17 -2 lines
Diff to previous 1.359
#521852 by brandonojc, Everett Zufelt, mgifford, and sun: Provide semantic markup to local tasks to indicate an active task.

Revision 1.359 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Nov 7 13:35:20 2009 UTC (2 weeks, 6 days ago) by dries
Branch: MAIN
Changes since 1.358: +17 -10 lines
Diff to previous 1.358
- Patch #607244 by sun: added permission to decrease performance impact of contextual links.

Revision 1.358 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 1 23:02:13 2009 UTC (3 weeks, 4 days ago) by webchick
Branch: MAIN
Changes since 1.357: +3 -11 lines
Diff to previous 1.357
#607008 by dww, Gerhard Killesreiter, JacobSingh, and chx: Changed Fix bugs in https support and use  https for authorize.php if available.

Revision 1.357 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 17 11:39:15 2009 UTC (5 weeks, 6 days ago) by dries
Branch: MAIN
Changes since 1.356: +3 -3 lines
Diff to previous 1.356
- Patch #473268 by sun: documentation improvements for edit in place.

Revision 1.356 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 17 05:50:27 2009 UTC (5 weeks, 6 days ago) by webchick
Branch: MAIN
Changes since 1.355: +139 -17 lines
Diff to previous 1.355
#473268 by David_Rothstein, sun, yoroy, Gábor Hojtsy, cwgordon7, et al.: Allow contextual editing of dang near everything on the page. Also adds a context system to menu local tasks.

Revision 1.355 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 17 01:15:39 2009 UTC (5 weeks, 6 days ago) by webchick
Branch: MAIN
Changes since 1.354: +70 -1 lines
Diff to previous 1.354
#511286 follow-up: Committed rest of stuff.

Revision 1.354 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 16 19:06:21 2009 UTC (6 weeks ago) by dries
Branch: MAIN
Changes since 1.353: +7 -5 lines
Diff to previous 1.353
- Patch #593746 by #593746 by sun, andypost: prepare Drupal core for dynamic data translation.

Revision 1.353 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 15 14:07:26 2009 UTC (6 weeks, 1 day ago) by dries
Branch: MAIN
Changes since 1.352: +52 -16 lines
Diff to previous 1.352
- Patch #599804 by effulgentsia, catch: unify page, AJAX 'path', and AJAX 'callback' callbacks. Oh my, this is the beginning of something big.

Revision 1.352 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Oct 11 19:39:30 2009 UTC (6 weeks, 5 days ago) by dries
Branch: MAIN
Changes since 1.351: +2 -2 lines
Diff to previous 1.351
- Patch #599706 by tobiasb: tiny documentation fix.

Revision 1.351 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Oct 11 06:05:53 2009 UTC (6 weeks, 5 days ago) by webchick
Branch: MAIN
Changes since 1.350: +46 -22 lines
Diff to previous 1.350
#599706 by sun: Allow altering local tasks/actions.

Revision 1.350 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 9 08:02:24 2009 UTC (7 weeks ago) by webchick
Branch: MAIN
Changes since 1.349: +8 -2 lines
Diff to previous 1.349
#473082 by sun, Amitaibu, dropcube, and Pasqualle: Added a custom menu API.

Revision 1.349 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 9 00:59:54 2009 UTC (7 weeks ago) by dries
Branch: MAIN
Changes since 1.348: +38 -21 lines
Diff to previous 1.348
- Patch #572618 by effulgentsia, pwolanin, sun: all theme functions should take a single argument. Code clean-up and performance improvement. Woot.

Revision 1.255.2.32 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 6 11:59:05 2009 UTC (7 weeks, 3 days ago) by goba
Branch: DRUPAL-6
Changes since 1.255.2.31: +23 -3 lines
Diff to previous 1.255.2.31 , to branch point 1.255 , to next main 1.362
#574862 by jhodgdon: better documentation for menu_set_active_trail()

Revision 1.348 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 1 19:07:12 2009 UTC (8 weeks, 1 day ago) by dries
Branch: MAIN
Changes since 1.347: +23 -3 lines
Diff to previous 1.347
- Patch #574862 by jhodgdon | moshe weitzman: menu_set_active_trail() doc lacks details.

Revision 1.347 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Sep 30 13:09:29 2009 UTC (8 weeks, 2 days ago) by dries
Branch: MAIN
Changes since 1.346: +64 -7 lines
Diff to previous 1.346
- Patch #553944 by David_Rothstein, ksenzee | JacobSingh, sun, jhodgdon, pwolanin: allow modules to specify per-page custom themes in hook_menu().

Revision 1.346 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Sep 18 10:54:20 2009 UTC (2 months, 1 week ago) by dries
Branch: MAIN
Changes since 1.345: +80 -56 lines
Diff to previous 1.345
- Patch #283723 by pwolanin, sun | eddified, moshe weitzman, Dries, aether, Arancaytar: Added Make menu_tree_output() return renderable output.

Revision 1.345 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Sep 17 04:07:39 2009 UTC (2 months, 1 week ago) by webchick
Branch: MAIN
Changes since 1.344: +16 -17 lines
Diff to previous 1.344
#457450 by agentrickard: Added hooks to track changes to menu links.

Revision 1.344 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Sep 11 15:05:42 2009 UTC (2 months, 2 weeks ago) by webchick
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-9
Changes since 1.343: +2 -2 lines
Diff to previous 1.343
#569656 by c960657: Use DRUPAL_ROOT in menu_execute_active_handler().

Revision 1.343 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Sep 11 01:28:34 2009 UTC (2 months, 2 weeks ago) by webchick
Branch: MAIN
Changes since 1.342: +10 -9 lines
Diff to previous 1.342
#566094 by Arancaytar and smk-ka: Fixed hierarchy generation in menu_tree_data().

Revision 1.342 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Sep 9 21:33:00 2009 UTC (2 months, 2 weeks ago) by dries
Branch: MAIN
Changes since 1.341: +2 -2 lines
Diff to previous 1.341
- Patch #473240 by Arancaytar, c960657: menu_get_names() crashed when called.

Revision 1.341 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 24 01:49:41 2009 UTC (3 months ago) by webchick
Branch: MAIN
Changes since 1.340: +72 -73 lines
Diff to previous 1.340
#509584 by pwolanin: Various API fixes for menu_tree_data() including depth param.

Revision 1.340 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 24 00:14:18 2009 UTC (3 months ago) by webchick
Branch: MAIN
Changes since 1.339: +27 -8 lines
Diff to previous 1.339
#497118 by chx, catch, pwolanin, JoshuaRogers, and Jacob Singh: Remove the function registry. While the hope was that this would result in improved performance for low-end hosts, it comes at the expense of critical development experience problems and less benefit than something like APC. Class registry remains intact to facilitate autoloading.

Revision 1.339 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 24 00:10:42 2009 UTC (3 months ago) by webchick
Branch: MAIN
Changes since 1.338: +8 -27 lines
Diff to previous 1.338
Of all the patches to accidentally commit without a message. :( Rolling back registry rip. Let's try that again.

Revision 1.338 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 24 00:01:59 2009 UTC (3 months ago) by webchick
Branch: MAIN
Changes since 1.337: +27 -8 lines
Diff to previous 1.337
*** empty log message ***

Revision 1.337 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Aug 22 19:58:27 2009 UTC (3 months ago) by webchick
Branch: MAIN
Changes since 1.336: +91 -29 lines
Diff to previous 1.336
#542658 by Gábor Hojtsy, sun, pwolanin: Move action 'tabs' out of local tasks.

Revision 1.336 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Aug 22 18:24:14 2009 UTC (3 months ago) by webchick
Branch: MAIN
Changes since 1.335: +21 -16 lines
Diff to previous 1.335
#201415 by sun: Add a permission to access site in maintenance mode.

Revision 1.335 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 19 23:29:13 2009 UTC (3 months, 1 week ago) by webchick
Branch: MAIN
Changes since 1.334: +2 -2 lines
Diff to previous 1.334
#514172 by Bojhan: Increased maximum menu router parts (again).

Revision 1.334 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 17 20:32:29 2009 UTC (3 months, 1 week ago) by dries
Branch: MAIN
Changes since 1.333: +20 -3 lines
Diff to previous 1.333
- Patch #251792 by pwolanin, Damien Tournoud, slantview, c960657: added a locking framework for long running operations.

Revision 1.333 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Aug 11 17:26:33 2009 UTC (3 months, 2 weeks ago) by webchick
Branch: MAIN
Changes since 1.332: +3 -3 lines
Diff to previous 1.332
#546048 by Gábor Hojtsy: Move maintenance mode setting to config/development.

Revision 1.332 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Aug 11 07:45:45 2009 UTC (3 months, 2 weeks ago) by dries
Branch: MAIN
Changes since 1.331: +3 -4 lines
Diff to previous 1.331
- Patch #536768 by chx: use the database to do type casting so we can clean up some code. ;-)

Revision 1.331 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jul 30 10:16:48 2009 UTC (3 months, 4 weeks ago) by dries
Branch: MAIN
Changes since 1.330: +2 -3 lines
Diff to previous 1.330
- Patch #535264 by Crell: removing some more legacy cruft.

Revision 1.330 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jul 20 01:28:16 2009 UTC (4 months, 1 week ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-8
Changes since 1.329: +2 -2 lines
Diff to previous 1.329
- Patch #524638 by drumm: documentation clean-up.

Revision 1.146.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jul 10 05:56:51 2009 UTC (4 months, 2 weeks ago) by drumm
Branch: DRUPAL-5
CVS Tags: DRUPAL-5-20
Changes since 1.146.2.2: +9 -1 lines
Diff to previous 1.146.2.2 , to branch point 1.146 , to next main 1.362
#472160 by chx and Heine. Deny D6-style access elements.

Revision 1.329 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jul 9 07:03:57 2009 UTC (4 months, 2 weeks ago) by dries
Branch: MAIN
Changes since 1.328: +2 -2 lines
Diff to previous 1.328
- Patch #514172 by quicksketch: increase max router parts.

Revision 1.328 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jun 10 21:52:36 2009 UTC (5 months, 2 weeks ago) by dries
Branch: MAIN
Changes since 1.327: +20 -1 lines
Diff to previous 1.327
- Patch #359719 by joachim, brianV: documentation for theme_menu_item().

Revision 1.327 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jun 1 22:07:08 2009 UTC (5 months, 3 weeks ago) by dries
Branch: MAIN
Changes since 1.326: +2 -2 lines
Diff to previous 1.326
- Patch #111011 by Josh Waihi: adding foreign key specifications.

Revision 1.326 - (view) (download) (as text) (annotate) - [select for diffs]
Sat May 30 13:11:38 2009 UTC (5 months, 4 weeks ago) by dries
Branch: MAIN
Changes since 1.325: +5 -4 lines
Diff to previous 1.325
- Patch #393632 by andypost: use both first and last class for single-item menu items.

Revision 1.325 - (view) (download) (as text) (annotate) - [select for diffs]
Sun May 24 17:39:30 2009 UTC (6 months ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-7
Changes since 1.324: +3 -3 lines
Diff to previous 1.324
- Patch #471070 by stella: millions of code style fixes.

Revision 1.324 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 14 08:35:58 2009 UTC (6 months, 2 weeks ago) by dries
Branch: MAIN
Changes since 1.323: +2 -1 lines
Diff to previous 1.323
- Patch #372306 by moshe: add tag to menu_get_item() query.

Revision 1.323 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 7 16:24:33 2009 UTC (6 months, 3 weeks ago) by dries
Branch: MAIN
Changes since 1.322: +5 -5 lines
Diff to previous 1.322
- Patch #409598 by pwolanin, swentel: fixed problem with content type descriptions not being updated.

Revision 1.255.2.31 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 27 12:50:13 2009 UTC (7 months ago) by goba
Branch: DRUPAL-6
CVS Tags: DRUPAL-6-11, DRUPAL-6-12, DRUPAL-6-13, DRUPAL-6-14
Changes since 1.255.2.30: +50 -30 lines
Diff to previous 1.255.2.30 , to branch point 1.255
#317775 by Starminder, pwolanin: do not store the menu router table serialized in cache, since it cases more performance problems then it solves

Revision 1.322 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Apr 25 15:19:12 2009 UTC (7 months ago) by dries
Branch: MAIN
Changes since 1.321: +15 -15 lines
Diff to previous 1.321
- Patch #422368 by JamesAn: converted menu.inc to the new static caching API.

Revision 1.321 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Apr 19 19:10:07 2009 UTC (7 months, 1 week ago) by dries
Branch: MAIN
Changes since 1.320: +4 -4 lines
Diff to previous 1.320
- Patch #430342 by kkaefer et al: usability improvement: changed 'site maintenance' to 'maintenance mode'.

Revision 1.320 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Apr 18 06:34:46 2009 UTC (7 months, 1 week ago) by dries
Branch: MAIN
Changes since 1.319: +2 -2 lines
Diff to previous 1.319
- Patch #436940 by bradfordcp: _menu_check_access() could not call access callback functions in include files.

Revision 1.319 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 13 12:18:52 2009 UTC (7 months, 2 weeks ago) by dries
Branch: MAIN
Changes since 1.318: +5 -4 lines
Diff to previous 1.318
- Patch #423690 by Berdir: fixed bug in menu_link_maintain().  With tests.

Revision 1.318 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Apr 12 19:52:38 2009 UTC (7 months, 2 weeks ago) by dries
Branch: MAIN
Changes since 1.317: +65 -44 lines
Diff to previous 1.317
- Patch #317775 by pwolanin, chx et al: caching the entire {menu_router} table causes problems.

Revision 1.317 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Apr 2 03:40:05 2009 UTC (7 months, 3 weeks ago) by dries
Branch: MAIN
Changes since 1.316: +54 -35 lines
Diff to previous 1.316
- Patch #317775 by pwolanin, justinrandell: caching entire {menu_router} table causes MySQL error/slow rebuilds and slows menu_link_save.

Revision 1.255.2.30 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 30 12:12:52 2009 UTC (7 months, 4 weeks ago) by goba
Branch: DRUPAL-6
Changes since 1.255.2.29: +12 -1 lines
Diff to previous 1.255.2.29 , to branch point 1.255
#408962 by brianV: improve phpdoc documentation for menu_tree_collect_node_links() and menu_tree_check_access().

Revision 1.255.2.29 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 30 11:23:09 2009 UTC (7 months, 4 weeks ago) by goba
Branch: DRUPAL-6
Changes since 1.255.2.28: +8 -4 lines
Diff to previous 1.255.2.28 , to branch point 1.255
#372914 by chx, pwolanin, webchick: Menu link title localization was broken when a non-t callback was used

Revision 1.316 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Mar 21 17:58:14 2009 UTC (8 months, 1 week ago) by dries
Branch: MAIN
Changes since 1.315: +12 -1 lines
Diff to previous 1.315
- Patch #408962 by brianV: documentation improvements.

Revision 1.315 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Mar 20 19:18:09 2009 UTC (8 months, 1 week ago) by dries
Branch: MAIN
Changes since 1.314: +41 -20 lines
Diff to previous 1.314
- Patch #273137 by pwolanin, David_Rothstein, chx, et al: split navigation to user and administration menu. Will require follow-up patches.

Revision 1.314 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Mar 14 20:56:06 2009 UTC (8 months, 2 weeks ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-6
Changes since 1.313: +6 -5 lines
Diff to previous 1.313
- Patch #401922 by Damien Tournoud: fixed parent link detection.

Revision 1.313 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Mar 14 02:28:05 2009 UTC (8 months, 2 weeks ago) by webchick
Branch: MAIN
Changes since 1.312: +8 -4 lines
Diff to previous 1.312
#372914 by chx: Fix link titles when using a non-t() callback.

Revision 1.255.2.28 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Feb 9 16:28:21 2009 UTC (9 months, 2 weeks ago) by dries
Branch: DRUPAL-6
CVS Tags: DRUPAL-6-10
Changes since 1.255.2.27: +7 -4 lines
Diff to previous 1.255.2.27 , to branch point 1.255
- Patch #298722 by pwolanin: _menu_translate returns FALSE before to_arg is available.  Drupal.org upgrade blocker.

Revision 1.312 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Feb 9 16:27:35 2009 UTC (9 months, 2 weeks ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-5
Changes since 1.311: +9 -6 lines
Diff to previous 1.311
- Patch #298722 by pwolanin: _menu_translate returns FALSE before to_arg is available.  Drupal.org upgrade blocker.

Revision 1.311 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Feb 5 01:05:17 2009 UTC (9 months, 3 weeks ago) by webchick
Branch: MAIN
Changes since 1.310: +2 -2 lines
Diff to previous 1.310
#348627 by smk-ka and catch: Allow menu title callback property to bypass t() (+documentation and tests)

Revision 1.310 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 4 20:04:32 2009 UTC (10 months, 3 weeks ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-4
Changes since 1.309: +14 -8 lines
Diff to previous 1.309
- Patch #352712 by dmitrig01: better documentation for menu_get_object() and arg().

Revision 1.309 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 30 16:43:14 2008 UTC (10 months, 4 weeks ago) by dries
Branch: MAIN
Changes since 1.308: +4 -4 lines
Diff to previous 1.308
- Patch #352470 by scor: fixed typos and grammar in comments.

Revision 1.308 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Dec 20 18:24:33 2008 UTC (11 months, 1 week ago) by dries
Branch: MAIN
Changes since 1.307: +7 -7 lines
Diff to previous 1.307
- Patch #349504 by keith.smith: clean up sentence spacing in code comments.

Revision 1.307 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Dec 3 14:38:59 2008 UTC (11 months, 3 weeks ago) by dries
Branch: MAIN
Changes since 1.306: +329 -166 lines
Diff to previous 1.306
- Patch #320510 by hswong3i et al: convert menu.inc to new database abstraction layer.

Revision 1.306 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Nov 15 11:45:03 2008 UTC (12 months, 1 week ago) by dries
Branch: MAIN
Changes since 1.305: +11 -12 lines
Diff to previous 1.305
- Patch #334030 by justinrandell: replace module_list with module_implements when calling a hook.

Revision 1.305 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Nov 13 05:54:35 2008 UTC (12 months, 2 weeks ago) by webchick
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-3
Changes since 1.304: +5 -4 lines
Diff to previous 1.304
#328110 by marcingy, Damien Tournoud, swentel, and pwolanin: Fix error on admin/build/menu, and robustify the test so we catch stuff like this in the future.

Revision 1.304 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 11 22:39:58 2008 UTC (12 months, 2 weeks ago) by dries
Branch: MAIN
Changes since 1.303: +1 -2 lines
Diff to previous 1.303
- Patch #325665 by chx, Damien Tournoud, justinrandell et al: improved the cache registry lookups.

Revision 1.303 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 11 18:15:00 2008 UTC (12 months, 2 weeks ago) by webchick
Branch: MAIN
Changes since 1.302: +3 -3 lines
Diff to previous 1.302
Oops. Roll-back of #328110. Apologies

Revision 1.302 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 11 16:56:47 2008 UTC (12 months, 2 weeks ago) by webchick
Branch: MAIN
Changes since 1.301: +3 -3 lines
Diff to previous 1.301
#328110 by Damien Tournoud: Remove recoverable fatal error from menu system.

Revision 1.301 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 11 16:49:37 2008 UTC (12 months, 2 weeks ago) by dries
Branch: MAIN
Changes since 1.300: +3 -3 lines
Diff to previous 1.300
- Patch #299778 by hswong3i, Arancaytar, Dave Reid et al: code clean-up.

Revision 1.255.2.27 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Nov 10 17:30:39 2008 UTC (12 months, 2 weeks ago) by goba
Branch: DRUPAL-6
CVS Tags: DRUPAL-6-7, DRUPAL-6-8, DRUPAL-6-9
Changes since 1.255.2.26: +22 -36 lines
Diff to previous 1.255.2.26 , to branch point 1.255
Rolling back #302638, it caused problems reported in #328110

Revision 1.255.2.26 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Nov 10 11:01:02 2008 UTC (12 months, 2 weeks ago) by goba
Branch: DRUPAL-6
Changes since 1.255.2.25: +36 -22 lines
Diff to previous 1.255.2.25 , to branch point 1.255
#302638 by pwolanin: avoid running several no-op queries while the menu is being rebuilt; improves performance

Revision 1.300 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Nov 8 04:13:10 2008 UTC (12 months, 2 weeks ago) by webchick
Branch: MAIN
Changes since 1.299: +2 -2 lines
Diff to previous 1.299
#331705 by dmitrig01: Make sure a menu callback exists before attempting to call it.

Revision 1.299 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 31 02:18:22 2008 UTC (12 months, 3 weeks ago) by dries
Branch: MAIN
Changes since 1.298: +2 -2 lines
Diff to previous 1.298
- Patch #298600 by chx, justinrandell, Damien, et al: make module_implements work regardless of bootstrap phase.

Revision 1.255.2.25 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 22 17:04:12 2008 UTC (13 months ago) by goba
Branch: DRUPAL-6
CVS Tags: DRUPAL-6-6
Changes since 1.255.2.24: +5 -9 lines
Diff to previous 1.255.2.24 , to branch point 1.255
#249571 by pwolanin: Primary/secondary links did not get the 'active-trail' class properly on the list items

Revision 1.255.2.24 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 20 09:46:54 2008 UTC (13 months, 1 week ago) by goba
Branch: DRUPAL-6
Changes since 1.255.2.23: +2 -2 lines
Diff to previous 1.255.2.23 , to branch point 1.255
#320146 by pwolanin: little usability tweak to link the site offline admin message to the maintenance settings page

Revision 1.298 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Oct 19 21:15:58 2008 UTC (13 months, 1 week ago) by dries
Branch: MAIN
Changes since 1.297: +38 -25 lines
Diff to previous 1.297
- Patch #302638 by pwolanin: no-op queries during menu rebuild.

Revision 1.255.2.23 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 14 20:44:16 2008 UTC (13 months, 1 week ago) by goba
Branch: DRUPAL-6
Changes since 1.255.2.22: +2 -2 lines
Diff to previous 1.255.2.22 , to branch point 1.255
#285165 follow up by Damien Tournoud, pwolanin, chx: fixed wildcard loader problem

Revision 1.297 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 14 20:17:29 2008 UTC (13 months, 1 week ago) by dries
Branch: MAIN
Changes since 1.296: +2 -2 lines
Diff to previous 1.296
- Patch #285165 by Damien Tournoud, pwolanin, chx: fixed wildcard loader problem

Revision 1.255.2.22 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 14 13:31:52 2008 UTC (13 months, 1 week ago) by dries
Branch: DRUPAL-6
Changes since 1.255.2.21: +5 -2 lines
Diff to previous 1.255.2.21 , to branch point 1.255
- Patch #285165 by Heine, Gabor: fixed wildcard loader names with numbers.

Revision 1.296 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 14 13:31:38 2008 UTC (13 months, 1 week ago) by dries
Branch: MAIN
Changes since 1.295: +5 -2 lines
Diff to previous 1.295
- Patch #285165 by Heine, Gabor: fixed wildcard loader names with numbers.

Revision 1.295 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 13 12:30:09 2008 UTC (13 months, 2 weeks ago) by dries
Branch: MAIN
Changes since 1.294: +2 -2 lines
Diff to previous 1.294
- Patch #320146 by pwolanin: when in offline mode, link to the admin page to take the site online again.

Revision 1.294 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 13 04:46:31 2008 UTC (13 months, 2 weeks ago) by webchick
Branch: MAIN
Changes since 1.293: +5 -9 lines
Diff to previous 1.293
#249571 by pwolanin: Fix bug with 'active-trail' class in Primary/Secondary links.

Revision 1.255.2.21 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 8 12:33:55 2008 UTC (13 months, 2 weeks ago) by goba
Branch: DRUPAL-6
CVS Tags: DRUPAL-6-5
Changes since 1.255.2.20: +4 -2 lines
Diff to previous 1.255.2.20 , to branch point 1.255
#261148 by chx, pwolanin: The menu's first rebuild does not always happen properly due to race conditions, so look to rebuild the menu if the masks are empty.

Revision 1.293 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 8 01:42:16 2008 UTC (13 months, 2 weeks ago) by webchick
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-2
Changes since 1.292: +4 -2 lines
Diff to previous 1.292
#261148 by chx and pwolanin: Allow recovery from a failed menu build.

Revision 1.255.2.20 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Sep 23 10:22:35 2008 UTC (14 months ago) by goba
Branch: DRUPAL-6
Changes since 1.255.2.19: +5 -1 lines
Diff to previous 1.255.2.19 , to branch point 1.255
#268006 by pwolanin: Help from hook_help() was displayed on 403/404 pages.

Revision 1.292 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Sep 22 03:19:43 2008 UTC (14 months ago) by webchick
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-1
Changes since 1.291: +5 -4 lines
Diff to previous 1.291
#238760 follow-up by pwolanin: Forward-port rest of 6.x fix for menu_rebuild() race condition.

Revision 1.291 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Sep 20 20:22:23 2008 UTC (14 months, 1 week ago) by webchick
Branch: MAIN
Changes since 1.290: +2 -2 lines
Diff to previous 1.290
#259623 by dopry and Damien Tournoud: Convert includes/requires to use absolute paths.

Revision 1.290 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Sep 20 08:07:34 2008 UTC (14 months, 1 week ago) by webchick
Branch: MAIN
Changes since 1.289: +5 -1 lines
Diff to previous 1.289
#268006 by pwolanin: Prevent hook_help() from appearing on 403 pages.

Revision 1.289 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Sep 18 10:44:19 2008 UTC (14 months, 1 week ago) by dries
Branch: MAIN
Changes since 1.288: +5 -5 lines
Diff to previous 1.288
- Patch #302149 by pwolanin: fixed confusing/duplicate use of names in menu admin.

Revision 1.255.2.19 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Sep 17 05:39:00 2008 UTC (14 months, 1 week ago) by goba
Branch: DRUPAL-6
Changes since 1.255.2.18: +5 -2 lines
Diff to previous 1.255.2.18 , to branch point 1.255
#278458 reported by j0hn-smith, patch by pwolanin: the menu cache was not cleared properly in menu_link_maintain()

Revision 1.255.2.18 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Sep 5 08:32:46 2008 UTC (14 months, 3 weeks ago) by dries
Branch: DRUPAL-6
Changes since 1.255.2.17: +15 -9 lines
Diff to previous 1.255.2.17 , to branch point 1.255
- Patch #285309 by pwolanin: menu_name in hook_menu is ignored on updates.

Revision 1.288 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Sep 5 08:24:08 2008 UTC (14 months, 3 weeks ago) by dries
Branch: MAIN
Changes since 1.287: +4 -3 lines
Diff to previous 1.287
- Patch #303827 by Damien Tournoud: fixed the menu system.

Revision 1.287 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Sep 2 19:23:02 2008 UTC (14 months, 3 weeks ago) by webchick
Branch: MAIN
Changes since 1.286: +6 -3 lines
Diff to previous 1.286
#285309 by pwolanin: menu_name in hook_menu is ignored on updates

Revision 1.286 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Aug 31 15:53:37 2008 UTC (14 months, 3 weeks ago) by dries
Branch: MAIN
Changes since 1.285: +4 -1 lines
Diff to previous 1.285
- Patch #297234 by heyrocker, asimmonds: improved doxygen documentation for menu_link_save().

Revision 1.285 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 25 07:50:51 2008 UTC (15 months ago) by dries
Branch: MAIN
Changes since 1.284: +2 -2 lines
Diff to previous 1.284
- Patch #227851 by hswong3i: made SQL query ANSI compliant.

Revision 1.284 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 22 12:46:24 2008 UTC (15 months ago) by dries
Branch: MAIN
Changes since 1.283: +2 -5 lines
Diff to previous 1.283
- Patch #298581 by Damien Tournoud: database clean-ups.

Revision 1.283 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 21 19:36:36 2008 UTC (15 months ago) by dries
Branch: MAIN
Changes since 1.282: +18 -6 lines
Diff to previous 1.282
- Patch #225450 by Crell, chx, bjaspan, catch, swentel, recidive et al: next generation database layer for Drupal 7.

Revision 1.282 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jul 10 10:58:01 2008 UTC (16 months, 2 weeks ago) by dries
Branch: MAIN
Changes since 1.281: +5 -2 lines
Diff to previous 1.281
- Patch #278458 by pwolanin: menu_link_maintain() doesn't always clear the menu cache properly.

Revision 1.281 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jul 10 01:44:18 2008 UTC (16 months, 2 weeks ago) by dries
Branch: MAIN
Changes since 1.280: +7 -2 lines
Diff to previous 1.280
 - Patch #273129 by pwolanin: adding class active-trail should not remove previous attributes.

Revision 1.255.2.17 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jul 9 15:23:50 2008 UTC (16 months, 2 weeks ago) by goba
Branch: DRUPAL-6
CVS Tags: DRUPAL-6-3, DRUPAL-6-4
Changes since 1.255.2.16: +7 -2 lines
Diff to previous 1.255.2.16 , to branch point 1.255
#273129 by luddet, pwolanin: the fix to add the active-trail class to menu items resulted in overwriting of existing attributes

Revision 1.280 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jul 5 18:30:04 2008 UTC (16 months, 3 weeks ago) by dries
Branch: MAIN
Changes since 1.279: +6 -3 lines
Diff to previous 1.279
- Patch #238760 by pwolanin, Damien, boydjd: reduce race condition in menu rebuilding.

Revision 1.279 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 1 20:36:40 2008 UTC (16 months, 3 weeks ago) by dries
Branch: MAIN
Changes since 1.278: +7 -7 lines
Diff to previous 1.278
- Patch #277073 by threexk: improve consistency of offline vs off-line and online vs on-line.

Revision 1.278 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jun 25 09:12:24 2008 UTC (17 months ago) by dries
Branch: MAIN
Changes since 1.277: +9 -9 lines
Diff to previous 1.277
- Patch #270917 by catch, Bojhan, et al: renamed 'primary links' and 'secondary links' to 'main menu' and 'secondary menu' respectively.  Based on usability study conducted with the help of Bojhan.

Revision 1.255.2.16 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jun 25 08:49:25 2008 UTC (17 months ago) by goba
Branch: DRUPAL-6
Changes since 1.255.2.15: +4 -4 lines
Diff to previous 1.255.2.15 , to branch point 1.255
#170309 by Jaza, keith.smith, naquah, pwolanin, Nick Urban, Pasqualle: menu_set_active_trail() does not allways include all items; fixing breadcrumbs to include parants properly

Revision 1.255.2.15 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jun 25 08:08:17 2008 UTC (17 months ago) by goba
Branch: DRUPAL-6
Changes since 1.255.2.14: +10 -5 lines
Diff to previous 1.255.2.14 , to branch point 1.255
#266596 by pwolanin: menu performance improvement to not localize menu items which are not accessible

Revision 1.277 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jun 24 21:29:47 2008 UTC (17 months ago) by dries
Branch: MAIN
Changes since 1.276: +4 -4 lines
Diff to previous 1.276
- Patch #170309 by pwolanin, Pasqualle, Nick Urban, naquah, keith.smith, et al: breadcrumb doesn'tt always include all active items.

Revision 1.276 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jun 24 17:01:32 2008 UTC (17 months ago) by dries
Branch: MAIN
Changes since 1.275: +2 -2 lines
Diff to previous 1.275
- Patch #216515 by chx, Damien Tournoud, et al: fixed form API glitch with caching.

Revision 1.275 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jun 12 20:49:39 2008 UTC (17 months, 2 weeks ago) by dries
Branch: MAIN
Changes since 1.274: +10 -5 lines
Diff to previous 1.274
- Patch #266596 by pwolanin: menu system performance improvement.

Revision 1.255.2.14 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jun 8 09:34:44 2008 UTC (17 months, 2 weeks ago) by goba
Branch: DRUPAL-6
Changes since 1.255.2.13: +2 -2 lines
Diff to previous 1.255.2.13 , to branch point 1.255
#259483 by merlinofchaos, pwolanin: Undefined index: attributes in menu.inc line 517

Revision 1.274 - (view) (download) (as text) (annotate) - [select for diffs]
Mon May 26 17:12:54 2008 UTC (18 months ago) by dries
Branch: MAIN
Changes since 1.273: +56 -4 lines
Diff to previous 1.273
- Patch #101543 by webchick: document all constants.

Revision 1.273 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 20 20:32:03 2008 UTC (18 months, 1 week ago) by dries
Branch: MAIN
Changes since 1.272: +2 -2 lines
Diff to previous 1.272
- Patch #259483 by pwolanin: fixed undefined index warning.

Revision 1.255.2.13 - (view) (download) (as text) (annotate) - [select for diffs]
Mon May 19 07:39:19 2008 UTC (18 months, 1 week ago) by goba
Branch: DRUPAL-6
Changes since 1.255.2.12: +4 -1 lines
Diff to previous 1.255.2.12 , to branch point 1.255
#249571 by pwolanin: primary and secondary links did not get the active-trail class

Revision 1.255.2.12 - (view) (download) (as text) (annotate) - [select for diffs]
Mon May 19 07:35:21 2008 UTC (18 months, 1 week ago) by goba
Branch: DRUPAL-6
Changes since 1.255.2.11: +9 -3 lines
Diff to previous 1.255.2.11 , to branch point 1.255
#238760 by Optalgin, boydjd, Damien Tournoud, pwolanin: reduce window for error in menu table rebuilding, only emptying the table once we have data to save to there

Revision 1.272 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 13 17:38:42 2008 UTC (18 months, 2 weeks ago) by dries
Branch: MAIN
Changes since 1.271: +2 -7 lines
Diff to previous 1.271
- Patch #256579 by justinrandell: registry performance optimizations.

Revision 1.271 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 6 12:18:45 2008 UTC (18 months, 3 weeks ago) by dries
Branch: MAIN
Changes since 1.270: +15 -25 lines
Diff to previous 1.270
- Patch #221964 by chx, dopry, webernet, moshe, webchick, justinrandall, flobruit
  et al.  Can you say 'registry'?  Drupal now maintains an internal registry of
  all functions or classes in the system, allowing it to lazy-load code files as
  needed (reducing the amount of code that must be parsed on each request). The
  list of included files is cached per menu callback for subsequent loading by
  the menu router. This way, a given page request will have all the code it needs
  but little else, minimizing time spent parsing unneeded code.

Revision 1.270 - (view) (download) (as text) (annotate) - [select for diffs]
Mon May 5 20:55:13 2008 UTC (18 months, 3 weeks ago) by dries
Branch: MAIN
Changes since 1.269: +4 -1 lines
Diff to previous 1.269
- Patch #249571 by pwoladin: primary/secondary links don't get 'active-trail' class.

Revision 1.269 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 23 20:01:47 2008 UTC (19 months ago) by dries
Branch: MAIN
Changes since 1.268: +5 -4 lines
Diff to previous 1.268
- Patch #249546 by pwolanin: rip menu access inheritance -- was already committed to D6.

Revision 1.268 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 14 17:48:33 2008 UTC (19 months, 2 weeks ago) by dries
Branch: MAIN
Changes since 1.267: +46 -46 lines
Diff to previous 1.267
- Patch #245115 by kkaefer, John Morahan, JohnAlbin et al: after a long discussion we've decided to make the concatenation operator consistent with the other operators.

Revision 1.255.2.11 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 9 21:11:44 2008 UTC (19 months, 2 weeks ago) by goba
Branch: DRUPAL-6
CVS Tags: DRUPAL-6-2
Changes since 1.255.2.10: +5 -4 lines
Diff to previous 1.255.2.10 , to branch point 1.255
Drupal 6.2

Revision 1.255.2.10 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Mar 25 14:03:02 2008 UTC (20 months ago) by goba
Branch: DRUPAL-6
Changes since 1.255.2.9: +42 -13 lines
Diff to previous 1.255.2.9 , to branch point 1.255
#231587 by pwolanin, killes: (performance) use two level cache in menus, instead of storing very large amounts of data multiple times

Revision 1.267 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Mar 21 08:32:24 2008 UTC (20 months, 1 week ago) by dries
Branch: MAIN
Changes since 1.266: +3 -4 lines
Diff to previous 1.266
- Patch #220827 by Arancaytar et al: menu system phpdoc improvements.

Revision 1.266 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Mar 19 07:38:29 2008 UTC (20 months, 1 week ago) by dries
Branch: MAIN
Changes since 1.265: +17 -18 lines
Diff to previous 1.265
- Patch #218513 by Pancho: Doxygen formatting fixes.

Revision 1.265 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Mar 14 08:51:37 2008 UTC (20 months, 2 weeks ago) by dries
Branch: MAIN
Changes since 1.264: +42 -13 lines
Diff to previous 1.264
- Patch #231587 by pwolanin et al: fixed scalability issue in the menu system.

Revision 1.255.2.9 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Feb 27 12:12:01 2008 UTC (21 months ago) by goba
Branch: DRUPAL-6
CVS Tags: DRUPAL-6-1
Changes since 1.255.2.8: +3 -4 lines
Diff to previous 1.255.2.8 , to branch point 1.255
#220827 by Arancaytar, ax: fix code comments in _menu_navigation_links_rebuild() (minor)

Revision 1.255.2.8 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Feb 27 12:10:06 2008 UTC (21 months ago) by goba
Branch: DRUPAL-6
Changes since 1.255.2.7: +24 -25 lines
Diff to previous 1.255.2.7 , to branch point 1.255
#218513 by moshe weitzman, Pancho: code documentation formatting fixes for menu.inc (minor)

Revision 1.264 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Feb 23 08:13:09 2008 UTC (21 months ago) by dries
Branch: MAIN
Changes since 1.263: +5 -5 lines
Diff to previous 1.263
- Patch #216813 by pwolanin et al: fixed upgrade path for primary links and navigation.

Revision 1.263 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Feb 23 08:10:03 2008 UTC (21 months ago) by dries
Branch: MAIN
Changes since 1.262: +5 -3 lines
Diff to previous 1.262
- Patch #220953 by pwolanin: fixed bug in _menu_navigation_links_rebuild().

Revision 1.255.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Feb 12 22:33:51 2008 UTC (21 months, 2 weeks ago) by goba
Branch: DRUPAL-6
CVS Tags: DRUPAL-6-0
Changes since 1.255.2.6: +5 -3 lines
Diff to previous 1.255.2.6 , to branch point 1.255
#220953 by pwolanin: it was possible to have menu items with nonexistent parents, now properly reparenting

Revision 1.146.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Feb 11 05:26:53 2008 UTC (21 months, 2 weeks ago) by drumm
Branch: DRUPAL-5
CVS Tags: DRUPAL-5-10, DRUPAL-5-11, DRUPAL-5-12, DRUPAL-5-13, DRUPAL-5-14, DRUPAL-5-15, DRUPAL-5-16, DRUPAL-5-17, DRUPAL-5-18, DRUPAL-5-19, DRUPAL-5-8, DRUPAL-5-9
Changes since 1.146.2.1: +2 -2 lines
Diff to previous 1.146.2.1 , to branch point 1.146
#101904 by David_Rothstein. Make secondary links work for primary links with '<front>' path.

Revision 1.262 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Feb 10 19:49:37 2008 UTC (21 months, 2 weeks ago) by dries
Branch: MAIN
Changes since 1.261: +2 -1 lines
Diff to previous 1.261
- Patch #215858 by pwolanin, goba, catch et al: localized menu link data getting saved back to the database.

Revision 1.261 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Feb 10 19:29:29 2008 UTC (21 months, 2 weeks ago) by dries
Branch: MAIN
Changes since 1.260: +2 -2 lines
Diff to previous 1.260
- Patch #218471 by pwolanin: menus and books exposed unpublished nodes.

Revision 1.260 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Feb 10 07:35:40 2008 UTC (21 months, 2 weeks ago) by dries
Branch: MAIN
Changes since 1.259: +6 -3 lines
Diff to previous 1.259
- Patch #184926 by Rob and brightloudnoise: improved usability of status message when site is offline.

Revision 1.259 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Feb 10 07:33:02 2008 UTC (21 months, 2 weeks ago) by dries
Branch: MAIN
Changes since 1.258: +25 -5 lines
Diff to previous 1.258
- Patch #211979 by chx, theborg, pwolanin, et al: menu items show no matter where their parent is found.

Revision 1.255.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Feb 8 20:39:54 2008 UTC (21 months, 2 weeks ago) by goba
Branch: DRUPAL-6
CVS Tags: DRUPAL-6-0-RC-4
Changes since 1.255.2.5: +6 -3 lines
Diff to previous 1.255.2.5 , to branch point 1.255
#184926 by Rob Loach: offline message was displayed to admin right after switching offline mode off

Revision 1.255.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Feb 8 19:13:57 2008 UTC (21 months, 2 weeks ago) by goba
Branch: DRUPAL-6
Changes since 1.255.2.4: +25 -5 lines
Diff to previous 1.255.2.4 , to branch point 1.255
#211979 by theborg, chx, pwolanin: menu items moved out of the navigation menu were not found as parents

Revision 1.255.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Feb 8 17:07:54 2008 UTC (21 months, 2 weeks ago) by goba
Branch: DRUPAL-6
Changes since 1.255.2.3: +5 -5 lines
Diff to previous 1.255.2.3 , to branch point 1.255
#216813 by David_Rothstein, chx, pwolanin: primary and secondary links were broken on upgrade

Revision 1.255.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Feb 7 09:42:00 2008 UTC (21 months, 2 weeks ago) by goba
Branch: DRUPAL-6
Changes since 1.255.2.2: +2 -1 lines
Diff to previous 1.255.2.2 , to branch point 1.255
#215858 follow up by pwolanin: external links were not properly localizing options (critical)

Revision 1.255.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Feb 7 09:39:39 2008 UTC (21 months, 2 weeks ago) by goba
Branch: DRUPAL-6
Changes since 1.255.2.1: +2 -2 lines
Diff to previous 1.255.2.1 , to branch point 1.255
#218471 by pwolanin: exclude unpublished nodes from menus and books (critical)

Revision 1.258 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Feb 6 19:52:54 2008 UTC (21 months, 3 weeks ago) by dries
Branch: MAIN
Changes since 1.257: +3 -3 lines
Diff to previous 1.257
- Patch #214513 by Lynn: missing break-statement in system_send_email_action.

Revision 1.257 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Feb 6 19:41:24 2008 UTC (21 months, 3 weeks ago) by dries
Branch: MAIN
Changes since 1.256: +9 -1 lines
Diff to previous 1.256
- Patch #218319 by Moshe: added support for dynamic menu items in query strings.

Revision 1.256 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Feb 6 19:38:26 2008 UTC (21 months, 3 weeks ago) by dries
Branch: MAIN
Changes since 1.255: +6 -6 lines
Diff to previous 1.255
- Patch #210131 by dvessel, catch, John, et al: updated jQuery library.

Revision 1.255.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Feb 6 12:11:22 2008 UTC (21 months, 3 weeks ago) by goba
Branch: DRUPAL-6
Changes since 1.255: +9 -1 lines
Diff to previous 1.255
#218319 by moshe weitzman: translated menu link altering was not possible (critical regression)

Revision 1.255 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Feb 4 12:07:23 2008 UTC (21 months, 3 weeks ago) by goba
Branch: MAIN
Branch point for: DRUPAL-6
Changes since 1.254: +11 -10 lines
Diff to previous 1.254
#215858 by pwolanin: localized menu options were saved into the database, avoid this by using different variable names / array keys

Revision 1.254 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 30 21:01:20 2008 UTC (21 months, 4 weeks ago) by goba
Branch: MAIN
CVS Tags: DRUPAL-6-0-RC-3
Changes since 1.253: +22 -7 lines
Diff to previous 1.253
#215127 by chx, webernet, catch; testing by theborg: menu item parenting was broken when moving menu items

Revision 1.253 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 29 11:01:32 2008 UTC (21 months, 4 weeks ago) by goba
Branch: MAIN
Changes since 1.252: +16 -2 lines
Diff to previous 1.252
#215361 by bec: phpdoc for menu_load_objects(), _menu_item_localize() and _menu_link_translate()

Revision 1.252 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 28 19:09:19 2008 UTC (21 months, 4 weeks ago) by goba
Branch: MAIN
Changes since 1.251: +9 -3 lines
Diff to previous 1.251
#213664 by chx, theborg: menu item not expanded on front page

Revision 1.251 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 28 16:05:17 2008 UTC (22 months ago) by goba
Branch: MAIN
Changes since 1.250: +5 -1 lines
Diff to previous 1.250
#213517 by ax: inline documentation cleanup, fixing four unclosed @defgroups

Revision 1.250 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 28 15:55:25 2008 UTC (22 months ago) by goba
Branch: MAIN
Changes since 1.249: +3 -3 lines
Diff to previous 1.249
#207029 by JohnAlbin: some menu item properties were not passed along for theming (regression)

Revision 1.249 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 27 17:43:23 2008 UTC (22 months ago) by goba
Branch: MAIN
Changes since 1.248: +7 -1 lines
Diff to previous 1.248
#187075 by dvessel: do not compute a breadcrumb for the home page (regression)

Revision 1.248 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 22 17:19:28 2008 UTC (22 months ago) by goba
Branch: MAIN
Changes since 1.247: +5 -2 lines
Diff to previous 1.247
#212409 by theborg: avoid calling check_plain() twice on menu links

Revision 1.247 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 21 12:05:36 2008 UTC (22 months, 1 week ago) by goba
Branch: MAIN
Changes since 1.246: +3 -3 lines
Diff to previous 1.246
#210479 by catch, dvessel: add newlines to list items, so inline display and RTL issues are resolved

Revision 1.246 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 10 20:16:50 2008 UTC (22 months, 2 weeks ago) by goba
Branch: MAIN
CVS Tags: DRUPAL-6-0-RC-2
Changes since 1.245: +4 -4 lines
Diff to previous 1.245
#208262 by jvandyk: better name for variable signing a menu rebuild requirement

Revision 1.245 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 10 20:05:30 2008 UTC (22 months, 2 weeks ago) by goba
Branch: MAIN
Changes since 1.244: +2 -1 lines
Diff to previous 1.244
A missing empty line

Revision 1.244 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 10 20:04:19 2008 UTC (22 months, 2 weeks ago) by goba
Branch: MAIN
Changes since 1.243: +44 -52 lines
Diff to previous 1.243
#207908 by chx, docs by jvandyk: menu title custom translation was not invoked properly

Revision 1.243 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 6 16:47:19 2008 UTC (22 months, 3 weeks ago) by goba
Branch: MAIN
Changes since 1.242: +3 -2 lines
Diff to previous 1.242
#206510 by pwolanin, chx: menu title arguments were not properly stored when they were empty

Revision 1.242 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 3 10:51:30 2008 UTC (22 months, 3 weeks ago) by goba
Branch: MAIN
Changes since 1.241: +16 -3 lines
Diff to previous 1.241
#202955 by chx: menu_rebuild() needs to be called after maintenance mode, because stale data might end up in menu tables in maintenance mode

Revision 1.241 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 3 09:59:00 2008 UTC (22 months, 3 weeks ago) by goba
Branch: MAIN
Changes since 1.240: +34 -1 lines
Diff to previous 1.240
#205843 report by asimmonds, patch by chx: menu_valid_path() was used as an API function, but was located in menu.module, move to menu.inc

Revision 1.240 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 2 14:29:32 2008 UTC (22 months, 3 weeks ago) by goba
Branch: MAIN
Changes since 1.239: +21 -14 lines
Diff to previous 1.239
#50901 by chx: do not allow user login under maintenance mode, if the logged in user has no site config permission

Revision 1.239 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Dec 28 12:02:50 2007 UTC (23 months ago) by dries
Branch: MAIN
Changes since 1.238: +2 -2 lines
Diff to previous 1.238
- Patch #204221 by webernet: code style fixes.

Revision 1.238 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Dec 28 10:47:59 2007 UTC (23 months ago) by dries
Branch: MAIN
Changes since 1.237: +10 -5 lines
Diff to previous 1.237
- Patch #204083 by pwolanin: PHPdoc improvement.

Revision 1.237 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Dec 27 14:03:36 2007 UTC (23 months ago) by goba
Branch: MAIN
Changes since 1.236: +33 -9 lines
Diff to previous 1.236
#176748 follow up by pwolanin: fix bad breadcrumbs and missing/wrong titles

Revision 1.236 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Dec 27 12:23:59 2007 UTC (23 months ago) by goba
Branch: MAIN
Changes since 1.235: +3 -3 lines
Diff to previous 1.235
#204081 by chx: check menu arguments by type, so type casting will not cause problems

Revision 1.235 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Dec 26 19:02:23 2007 UTC (23 months ago) by dries
Branch: MAIN
Changes since 1.234: +5 -5 lines
Diff to previous 1.234
- Patch #203509 by pwolanin, chx, cwgordon7 et al: fixed menu inheritenace.

Revision 1.234 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Dec 22 23:24:24 2007 UTC (23 months ago) by goba
Branch: MAIN
Changes since 1.233: +3 -3 lines
Diff to previous 1.233
#203274 by Pasqualle: remove excessive witespace from our code (minor)

Revision 1.233 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Dec 20 09:20:41 2007 UTC (23 months, 1 week ago) by goba
Branch: MAIN
CVS Tags: DRUPAL-6-0-RC-1
Changes since 1.232: +37 -4 lines
Diff to previous 1.232
#201536 by chx: centralizing permission checking code in node revision handling, removing lots of duplicate code

Revision 1.232 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Dec 8 14:06:20 2007 UTC (23 months, 2 weeks ago) by goba
Branch: MAIN
Changes since 1.231: +5 -5 lines
Diff to previous 1.231
#198579 by webernet and hswong3i: a huge set of coding style fixes, including:
 - whitespaces at end of lines
 - indentation
 - control structure usage
 - whitespace in empty lines
 - phpdoc comment formatting

Revision 1.231 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Dec 7 18:24:55 2007 UTC (23 months, 3 weeks ago) by goba
Branch: MAIN
Changes since 1.230: +2 -3 lines
Diff to previous 1.230
#198620 by yched: a tiny bit of optimization in menu_router_rebuild(); do not try to use the cache when resetting is asked

Revision 1.230 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Dec 6 21:35:14 2007 UTC (23 months, 3 weeks ago) by goba
Branch: MAIN
Changes since 1.229: +9 -7 lines
Diff to previous 1.229
#196043 by chx: menu items saved in the update but broken on the new system (due to coming from disabled or old modules) were not possible to delete

Revision 1.229 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Dec 6 09:58:30 2007 UTC (23 months, 3 weeks ago) by goba
Branch: MAIN
Changes since 1.228: +9 -1 lines
Diff to previous 1.228
#196667 (GHOP 45) by fberci: add '@ingroup themeable' to all themeable functions

Revision 1.228 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Nov 26 16:19:37 2007 UTC (2 years ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-6-0-BETA-4
Changes since 1.227: +3 -3 lines
Diff to previous 1.227
- Patch #192736 by quicksketch et al: drag and drop for book module.

Revision 1.227 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Nov 26 08:49:03 2007 UTC (2 years ago) by goba
Branch: MAIN
Changes since 1.226: +48 -17 lines
Diff to previous 1.226
#170514 by pwolanin: drastically reduce calls to cache clearing when the menu needs to be rebuilt

Revision 1.226 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Nov 24 20:59:32 2007 UTC (2 years ago) by goba
Branch: MAIN
Changes since 1.225: +5 -4 lines
Diff to previous 1.225
#194166 rollback and additional comments by chx: developers can modify menu editing behavior with hook_form_alter(), no need for menu API hacks, which were half done anyway

Revision 1.225 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 21 09:37:07 2007 UTC (2 years ago) by goba
Branch: MAIN
CVS Tags: DRUPAL-6-0-BETA-3
Changes since 1.224: +1 -2 lines
Diff to previous 1.224
#164330 follow up by webernet and Crell: remove XHTML invalidating ID attribute on links, where the classes are enough to identify them

Revision 1.224 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 9 22:14:40 2007 UTC (2 years ago) by goba
Branch: MAIN
Changes since 1.223: +11 -10 lines
Diff to previous 1.223
#178608 by chx: convert menu overview page to a form to overcome any CSRF vulnerabilities

Revision 1.223 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 25 08:24:42 2007 UTC (2 years, 1 month ago) by goba
Branch: MAIN
Changes since 1.222: +33 -7 lines
Diff to previous 1.222
#177497 by chx and Desbeers: revive Drupal 5's menu_set_location() functionality by introducing menu_set_item() (for consistency in function naming), thus fixing a regression in the current development code. Also fixing some misuse of menu_set_location() by using drupal_set_breadcrumb() instead.

Revision 1.222 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 24 14:16:33 2007 UTC (2 years, 1 month ago) by goba
Branch: MAIN
Changes since 1.221: +7 -33 lines
Diff to previous 1.221
#177497 reverted - caused fatal problems with modules using menu_set_location()

Revision 1.221 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 24 11:59:34 2007 UTC (2 years, 1 month ago) by goba
Branch: MAIN
Changes since 1.220: +33 -7 lines
Diff to previous 1.220
#177497 by chx: revive Drupal 5's menu_set_location() functionality by introducing menu_set_item() (for consistency in function naming), thus fixing a regression in the current development code

Revision 1.220 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Oct 21 18:59:01 2007 UTC (2 years, 1 month ago) by goba
Branch: MAIN
Changes since 1.219: +2 -2 lines
Diff to previous 1.219
#184867 by deekayen, catch and keith.smith: fix some spelling errors in our source code and messages printed

Revision 1.219 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 17 19:42:02 2007 UTC (2 years, 1 month ago) by goba
Branch: MAIN
CVS Tags: DRUPAL-6-0-BETA-2
Changes since 1.218: +4 -2 lines
Diff to previous 1.218
#173188 follow up patch by chx: return mlid when a new menu link is added

Revision 1.218 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 17 14:46:34 2007 UTC (2 years, 1 month ago) by goba
Branch: MAIN
Changes since 1.217: +34 -3 lines
Diff to previous 1.217
#184022 bx chx and merlinofchaos with documentation improvements from me: %index and %map menu path placeholders for Views module to be able to use the new menu system

Revision 1.217 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 16 13:48:11 2007 UTC (2 years, 1 month ago) by goba
Branch: MAIN
Changes since 1.216: +33 -1 lines
Diff to previous 1.216
#173188 by chx: update aggregator menu items when an aggregator category is changed

Revision 1.216 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 12 14:10:17 2007 UTC (2 years, 1 month ago) by dries
Branch: MAIN
Changes since 1.215: +3 -3 lines
Diff to previous 1.215
- Patch #182950: fieldset massaging for usability.

Revision 1.215 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 8 18:49:03 2007 UTC (2 years, 1 month ago) by goba
Branch: MAIN
Changes since 1.214: +9 -5 lines
Diff to previous 1.214
#180588 by merlinofchaos: run tabs through theme('menu_item_link') compared to just l() directly, so they can be properly themed

Revision 1.214 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 8 15:01:05 2007 UTC (2 years, 1 month ago) by goba
Branch: MAIN
Changes since 1.213: +2 -1 lines
Diff to previous 1.213
#181564 follow up patch by webernet: fix a notice introduced by the earlier patch committed

Revision 1.213 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 8 14:15:09 2007 UTC (2 years, 1 month ago) by goba
Branch: MAIN
Changes since 1.212: +26 -9 lines
Diff to previous 1.212
#181564 by Crell: add first and last CSS classes to menu tree lists and themed item lists for themers to use

Revision 1.212 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 5 13:17:09 2007 UTC (2 years, 1 month ago) by goba
Branch: MAIN
Changes since 1.211: +7 -1 lines
Diff to previous 1.211
#170514 by pwolanin: block and page cache should be cleaned when a menu item is changed (saved, deleted) or the menu router is rebuilt

Revision 1.211 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 1 09:53:03 2007 UTC (2 years, 1 month ago) by goba
Branch: MAIN
Changes since 1.210: +6 -3 lines
Diff to previous 1.210
#179578 by pwolanin: multiple menu links to the same node were not shown (but were stored)

Revision 1.210 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 1 09:49:14 2007 UTC (2 years, 1 month ago) by goba
Branch: MAIN
Changes since 1.209: +11 -5 lines
Diff to previous 1.209
#179474 by JirkaRybka and pwolanin: proper depth counting for menu tabs when parents are missing inbetween

Revision 1.209 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Sep 29 08:12:06 2007 UTC (2 years, 1 month ago) by goba
Branch: MAIN
Changes since 1.208: +3 -3 lines
Diff to previous 1.208
#179475 by JirkaRybka: fix code comments on menu_local_tasks()

Revision 1.208 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Sep 26 18:14:05 2007 UTC (2 years, 2 months ago) by dries
Branch: MAIN
Changes since 1.207: +5 -3 lines
Diff to previous 1.207
- Patch #164330 by Crell et al: restore menu classes.

Revision 1.207 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Sep 10 12:21:30 2007 UTC (2 years, 2 months ago) by goba
Branch: MAIN
CVS Tags: DRUPAL-6-0-BETA-1
Changes since 1.206: +7 -5 lines
Diff to previous 1.206
#172764 by pwolanin and chx: avoid using the expensive array_shift() in menu.inc

Revision 1.206 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Sep 7 20:31:02 2007 UTC (2 years, 2 months ago) by goba
Branch: MAIN
Changes since 1.205: +31 -7 lines
Diff to previous 1.205
#172754 by pwolanin: page titles were broken when outside the active menu or on a callback

Revision 1.205 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Sep 6 12:47:20 2007 UTC (2 years, 2 months ago) by goba
Branch: MAIN
Changes since 1.204: +13 -2 lines
Diff to previous 1.204
#148677 by pwolanin: set active menu item on 403/404 pages (and on the user page)

Revision 1.204 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Sep 6 12:07:31 2007 UTC (2 years, 2 months ago) by goba
Branch: MAIN
Changes since 1.203: +2 -2 lines
Diff to previous 1.203
#172604 by pwolanin: remove leading space at _menu_find_router_path() to comply to coding standards

Revision 1.203 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Sep 4 21:10:45 2007 UTC (2 years, 2 months ago) by dries
Branch: MAIN
Changes since 1.202: +2 -2 lines
Diff to previous 1.202
- Patch #172950 by webernet: code style fixes.

Revision 1.202 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 29 20:46:18 2007 UTC (2 years, 2 months ago) by goba
Branch: MAIN
Changes since 1.201: +43 -24 lines
Diff to previous 1.201
#147657 by chx: menu module update function

Revision 1.201 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Aug 25 10:29:18 2007 UTC (2 years, 3 months ago) by goba
Branch: MAIN
Changes since 1.200: +7 -4 lines
Diff to previous 1.200
#157510 by pwolanin and chx: search module needs menu tail arguments (arbitrary 'directory' looking parts)

Revision 1.200 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 23 16:41:19 2007 UTC (2 years, 3 months ago) by dries
Branch: MAIN
Changes since 1.199: +3 -3 lines
Diff to previous 1.199
- Patch #145218 by profix898, bennybobw, Crell, forngren et al: use href instead of @import for CSS.

Revision 1.199 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 22 08:36:34 2007 UTC (2 years, 3 months ago) by goba
Branch: MAIN
Changes since 1.198: +2 -2 lines
Diff to previous 1.198
#166593 by hswong3i: move literal values out of some core queries to support cross-database compatibility (ie. better SQL parsing and altering options)

Revision 1.198 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 20 18:26:41 2007 UTC (2 years, 3 months ago) by goba
Branch: MAIN
Changes since 1.197: +46 -14 lines
Diff to previous 1.197
#160168 by kkaefer and pwolanin: restore lost Drupal 5 functionality of being able to set primary and secondary links differently

Revision 1.197 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 20 18:15:05 2007 UTC (2 years, 3 months ago) by goba
Branch: MAIN
Changes since 1.196: +10 -7 lines
Diff to previous 1.196
#155621 follow up patch by pwolanin: really delete menu links by refreshing the cache

Revision 1.196 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 20 06:44:02 2007 UTC (2 years, 3 months ago) by dries
Branch: MAIN
Changes since 1.195: +2 -2 lines
Diff to previous 1.195
- Patch #166719 by pwoladin: help system fix.

Revision 1.195 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Aug 19 09:46:15 2007 UTC (2 years, 3 months ago) by dries
Branch: MAIN
Changes since 1.194: +8 -3 lines
Diff to previous 1.194
- Patch #155621 by pwolanin: Use API function to delete menu links during rebuild.

Revision 1.194 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Aug 12 16:12:00 2007 UTC (2 years, 3 months ago) by dries
Branch: MAIN
Changes since 1.193: +4 -2 lines
Diff to previous 1.193
- Patch #163191 by hswong3i: removed db_num_rows() for compatibility with Oracle and DB2.  Also a performance improvement. (Correct version this time.)

Revision 1.193 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Aug 12 15:55:35 2007 UTC (2 years, 3 months ago) by dries
Branch: MAIN
Changes since 1.192: +2 -2 lines
Diff to previous 1.192
- Patch #163191 by hswong3i: removed db_num_rows() for compatibility with Oracle and DB2.  Also a performance improvement.

Revision 1.192 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Aug 11 14:06:14 2007 UTC (2 years, 3 months ago) by dries
Branch: MAIN
Changes since 1.191: +98 -82 lines
Diff to previous 1.191
- Patch #154470 by pwolanin et al: optimize menu queries and indices.

Revision 1.191 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Aug 7 08:41:24 2007 UTC (2 years, 3 months ago) by dries
Branch: MAIN
Changes since 1.190: +2 -2 lines
Diff to previous 1.190
- Patch #165160 by hswong3i: made two SQL queries work on DB2.

Revision 1.190 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Aug 4 13:58:06 2007 UTC (2 years, 3 months ago) by goba
Branch: MAIN
Changes since 1.189: +34 -27 lines
Diff to previous 1.189
#162095 by pwolanin: fix MySQL error when moving menu links, not applicable to PostgreSQL

Revision 1.189 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jul 25 14:44:03 2007 UTC (2 years, 4 months ago) by goba
Branch: MAIN
Changes since 1.188: +8 -1 lines
Diff to previous 1.188
#156626 by pwolanin: allow deletion of custom menus

Revision 1.188 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 17 06:13:34 2007 UTC (2 years, 4 months ago) by goba
Branch: MAIN
Changes since 1.187: +2 -2 lines
Diff to previous 1.187
#154469 follow up patch by pwolanin: fix parameter order in menu_tree_collect_node_links() call

Revision 1.187 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jul 16 12:51:03 2007 UTC (2 years, 4 months ago) by dries
Branch: MAIN
Changes since 1.186: +75 -36 lines
Diff to previous 1.186
- Patch #154469 by pwolanin: improve performance of access checks and add localized sorting.

Revision 1.186 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jul 9 18:08:15 2007 UTC (2 years, 4 months ago) by dries
Branch: MAIN
Changes since 1.185: +4 -2 lines
Diff to previous 1.185
- Patch #151055 by pwolanin et al: fixed problems with moving menu items.

Revision 1.185 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jul 5 08:48:57 2007 UTC (2 years, 4 months ago) by goba
Branch: MAIN
Changes since 1.184: +9 -9 lines
Diff to previous 1.184
#156910 by asimmonds: fix code indentation problems introduced with new code in this development cycle; only whitespace changes

Revision 1.184 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jul 4 21:33:54 2007 UTC (2 years, 4 months ago) by goba
Branch: MAIN
Changes since 1.183: +49 -44 lines
Diff to previous 1.183
#156782 by webernet and pwolanin: clean up menu API and menu module code comments, fix typos, wrap lines properly and fix some coding style issues

Revision 1.183 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jul 4 15:49:43 2007 UTC (2 years, 4 months ago) by dries
Branch: MAIN
Changes since 1.182: +172 -70 lines
Diff to previous 1.182
- Patch #151583 by pwolanin, Shakur, webernet, Arancaytar et al: various menu module fixes.

Revision 1.182 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jul 2 14:41:35 2007 UTC (2 years, 4 months ago) by dries
Branch: MAIN
Changes since 1.181: +4 -4 lines
Diff to previous 1.181
- Patch #155986 by Uwe: fixed typos.

Revision 1.181 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jun 30 19:46:54 2007 UTC (2 years, 4 months ago) by goba
Branch: MAIN
Changes since 1.180: +46 -23 lines
Diff to previous 1.180
#154064 by pwolanin: get hook_help() up to speed to menu changes, allowing router path based lookups, and also full path argument lookup with a passed argument array

Revision 1.180 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jun 22 06:12:09 2007 UTC (2 years, 5 months ago) by unconed
Branch: MAIN
Changes since 1.179: +12 -5 lines
Diff to previous 1.179
#132226: Single tabs should not appear.

Revision 1.179 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jun 17 14:55:39 2007 UTC (2 years, 5 months ago) by goba
Branch: MAIN
Changes since 1.178: +28 -15 lines
Diff to previous 1.178
#115847 by chx and pwolanin: traverse to upper menu items for default tabs

Revision 1.146.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jun 17 01:50:50 2007 UTC (2 years, 5 months ago) by drumm
Branch: DRUPAL-5
CVS Tags: DRUPAL-5-2, DRUPAL-5-3, DRUPAL-5-4, DRUPAL-5-5, DRUPAL-5-6, DRUPAL-5-7
Changes since 1.146: +2 -2 lines
Diff to previous 1.146
#123807 by dvdweide and chx. Return not found instead of access denied in some cases.

Revision 1.178 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jun 12 20:51:27 2007 UTC (2 years, 5 months ago) by dries
Branch: MAIN
Changes since 1.177: +1 -2 lines
Diff to previous 1.177
- Patch #150676 by lyrincz: removed debug comment.

Revision 1.177 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jun 6 06:26:15 2007 UTC (2 years, 5 months ago) by dries
Branch: MAIN
Changes since 1.176: +17 -15 lines
Diff to previous 1.176
- Patch #149562 by chx: avoid duplicate menu items.

Revision 1.176 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jun 5 12:13:20 2007 UTC (2 years, 5 months ago) by dries
Branch: MAIN
Changes since 1.175: +27 -35 lines
Diff to previous 1.175
- Patch #149176 by chx, David et al: getting rid of the sequences table, using db_last_insert_id() instead of db_next_id().

Revision 1.175 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jun 5 09:15:01 2007 UTC (2 years, 5 months ago) by dries
Branch: MAIN
Changes since 1.174: +35 -28 lines
Diff to previous 1.174
- Patch #147656 by pwolanin and chx: menu module update for Drupal 6.

Revision 1.174 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jun 1 09:40:40 2007 UTC (2 years, 5 months ago) by dries
Branch: MAIN
Changes since 1.173: +3 -2 lines
Diff to previous 1.173
- Patch #147873 by hswong3i: made an SQL query Oracle-friendly.

Revision 1.173 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 31 11:54:39 2007 UTC (2 years, 5 months ago) by dries
Branch: MAIN
Changes since 1.172: +2 -2 lines
Diff to previous 1.172
- Patch #147873 by hswong3i: menu SQL fix.

Revision 1.172 - (view) (download) (as text) (annotate) - [select for diffs]
Wed May 30 15:26:33 2007 UTC (2 years, 5 months ago) by dries
Branch: MAIN
Changes since 1.171: +2 -2 lines
Diff to previous 1.171
- Patch #147873 rollback.

Revision 1.171 - (view) (download) (as text) (annotate) - [select for diffs]
Wed May 30 08:35:56 2007 UTC (2 years, 6 months ago) by dries
Branch: MAIN
Changes since 1.170: +4 -3 lines
Diff to previous 1.170
- Patch #147873 by hswong3i: made menu.inc Oracle-friendly.

Revision 1.170 - (view) (download) (as text) (annotate) - [select for diffs]
Mon May 28 06:24:41 2007 UTC (2 years, 6 months ago) by dries
Branch: MAIN
Changes since 1.169: +6 -1 lines
Diff to previous 1.169
- Patch #145058 by pwolanin: update parents when a child is deleted.

Revision 1.169 - (view) (download) (as text) (annotate) - [select for diffs]
Sun May 27 20:31:13 2007 UTC (2 years, 6 months ago) by dries
Branch: MAIN
Changes since 1.168: +517 -289 lines
Diff to previous 1.168
- Patch #145058 by pwolanin (and chx): re-parenting and caching for menu links.

Revision 1.168 - (view) (download) (as text) (annotate) - [select for diffs]
Sat May 26 10:54:12 2007 UTC (2 years, 6 months ago) by dries
Branch: MAIN
Changes since 1.167: +30 -1 lines
Diff to previous 1.167
- Patch #146937 by merlinofchaos: restore maintenance mode.

Revision 1.167 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 22 05:52:16 2007 UTC (2 years, 6 months ago) by dries
Branch: MAIN
Changes since 1.166: +40 -6 lines
Diff to previous 1.166
- Patch #140218 by Crell et al: make it possible to move page callbacks to their own include files.

Revision 1.166 - (view) (download) (as text) (annotate) - [select for diffs]
Wed May 16 13:45:16 2007 UTC (2 years, 6 months ago) by dries
Branch: MAIN
Changes since 1.165: +897 -543 lines
Diff to previous 1.165
- Patch #137767 by chx and pwolanin: multiple menu support.

Revision 1.165 - (view) (download) (as text) (annotate) - [select for diffs]
Sun May 6 05:47:51 2007 UTC (2 years, 6 months ago) by dries
Branch: MAIN
Changes since 1.164: +20 -1 lines
Diff to previous 1.164
- Patch #137211 by merlinofchaos: move theme information to .info files and improved theme inheritance.

Revision 1.164 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 30 17:03:22 2007 UTC (2 years, 6 months ago) by dries
Branch: MAIN
Changes since 1.163: +48 -10 lines
Diff to previous 1.163
- Patch #128082 by Goba et al: Allow localization of built-in menu items.

Revision 1.163 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Apr 24 08:26:58 2007 UTC (2 years, 7 months ago) by dries
Branch: MAIN
Changes since 1.162: +5 -4 lines
Diff to previous 1.162
- Patch #138703 by chx: Menu inheritance is wrong.

Revision 1.162 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Apr 15 14:38:16 2007 UTC (2 years, 7 months ago) by dries
Branch: MAIN
Changes since 1.161: +144 -105 lines
Diff to previous 1.161
- Patch #131009 by chx: menu system fixes/improvements.

Revision 1.161 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Apr 13 08:56:57 2007 UTC (2 years, 7 months ago) by dries
Branch: MAIN
Changes since 1.160: +4 -4 lines
Diff to previous 1.160
- Patch #134493 by douggreen: getting the Drupal coding standards right in core. Woot. Woot.

Revision 1.160 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Apr 6 04:39:50 2007 UTC (2 years, 7 months ago) by unconed
Branch: MAIN
Changes since 1.159: +72 -9 lines
Diff to previous 1.159
#130991: Custom menu items, part 1

Revision 1.159 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Mar 27 05:13:53 2007 UTC (2 years, 8 months ago) by unconed
Branch: MAIN
Changes since 1.158: +4 -3 lines
Diff to previous 1.158
#130971: Kitchen sink (E_NOTICE compliance / Code style / Bugfix in book toc)

Revision 1.158 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 26 00:35:58 2007 UTC (2 years, 8 months ago) by dries
Branch: MAIN
Changes since 1.157: +2 -5 lines
Diff to previous 1.157
- Patch #110888 by Eaton: unify hook _alter()

Revision 1.157 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 19 01:13:28 2007 UTC (2 years, 8 months ago) by unconed
Branch: MAIN
Changes since 1.156: +9 -5 lines
Diff to previous 1.156
#127172: Fix negative weights in menu system (admin page was out of order)

Revision 1.156 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 12 13:01:10 2007 UTC (2 years, 8 months ago) by dries
Branch: MAIN
Changes since 1.155: +175 -96 lines
Diff to previous 1.155
- Patch #126128 by chx and Steven: menu fixes and enhancements.  Yay.

Revision 1.155 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Mar 8 19:03:48 2007 UTC (2 years, 8 months ago) by dries
Branch: MAIN
Changes since 1.154: +97 -67 lines
Diff to previous 1.154
- Patch #125763 by chx: menu system fixes/enhancements.

Revision 1.154 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Feb 14 16:43:38 2007 UTC (2 years, 9 months ago) by dries
Branch: MAIN
Changes since 1.153: +10 -7 lines
Diff to previous 1.153
- Patch #118183 by chx: tabs fixes.

Revision 1.153 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Feb 11 09:30:50 2007 UTC (2 years, 9 months ago) by dries
Branch: MAIN
Changes since 1.152: +272 -104 lines
Diff to previous 1.152
 - Patch #113603 by chx: first crack at re-implementing tabs.

Revision 1.152 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 31 21:55:37 2007 UTC (2 years, 9 months ago) by dries
Branch: MAIN
Changes since 1.151: +5 -1 lines
Diff to previous 1.151
- Patch #114753 by chx: the return of the titles

Revision 1.151 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 31 21:26:55 2007 UTC (2 years, 9 months ago) by dries
Branch: MAIN
Changes since 1.150: +45 -3 lines
Diff to previous 1.150
 - Patch #113603 by chx: first crack at re-implementing tabs.

Revision 1.150 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 31 15:49:22 2007 UTC (2 years, 9 months ago) by dries
Branch: MAIN
Changes since 1.149: +12 -8 lines
Diff to previous 1.149
- Patch #112715 by chx, webchick, asimmonds, et al: fixing E_ALL notices.  Thanks.

Revision 1.149 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 25 22:14:06 2007 UTC (2 years, 10 months ago) by dries
Branch: MAIN
Changes since 1.148: +2 -2 lines
Diff to previous 1.148
- Rollback of E_ALL patch.  Too much extra breakage.

Revision 1.148 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 25 21:32:06 2007 UTC (2 years, 10 months ago) by dries
Branch: MAIN
Changes since 1.147: +2 -2 lines
Diff to previous 1.147
- Patch #112715 by webchick et al: fixed some E_ALL errors.

Revision 1.147 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 24 14:48:35 2007 UTC (2 years, 10 months ago) by dries
Branch: MAIN
Changes since 1.146: +290 -1098 lines
Diff to previous 1.146
- Patch #34755 by chx et al: faster menu system.  HEAD is temporary broken and there is no upgrade path yet.

Revision 1.146 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 14 01:37:48 2007 UTC (2 years, 10 months ago) by unconed
Branch: MAIN
CVS Tags: DRUPAL-5-0, DRUPAL-5-1
Branch point for: DRUPAL-5
Changes since 1.145: +3 -3 lines
Diff to previous 1.145
#109074: Avoid random segfaults in _menu_sort()

Revision 1.145 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 2 05:05:38 2007 UTC (2 years, 10 months ago) by drumm
Branch: MAIN
CVS Tags: DRUPAL-5-0-RC-2
Changes since 1.144: +2 -2 lines
Diff to previous 1.144
#106232 by chx. Add spaces for code style.

Revision 1.144 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Dec 23 17:27:03 2006 UTC (2 years, 11 months ago) by dries
Branch: MAIN
Changes since 1.143: +1 -5 lines
Diff to previous 1.143
- Patch #88707 by chx: Make menu_set_active_item a complete inner redirection.

Revision 1.143 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 12 06:02:52 2006 UTC (2 years, 11 months ago) by unconed
Branch: MAIN
CVS Tags: DRUPAL-5-0-RC-1
Changes since 1.142: +3 -3 lines
Diff to previous 1.142
#101203: Fix 'more help' appearing when there is none.

Revision 1.120.2.8 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Dec 11 17:30:36 2006 UTC (2 years, 11 months ago) by killes
Branch: DRUPAL-4-7
CVS Tags: DRUPAL-4-7-10, DRUPAL-4-7-11, DRUPAL-4-7-5, DRUPAL-4-7-6, DRUPAL-4-7-7, DRUPAL-4-7-8, DRUPAL-4-7-9
Changes since 1.120.2.7: +5 -2 lines
Diff to previous 1.120.2.7 , to branch point 1.120 , to next main 1.362
#78129, Breadcrumb home link points to example.com/node, backport from HEAD

Revision 1.142 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 5 05:47:37 2006 UTC (2 years, 11 months ago) by dries
Branch: MAIN
Changes since 1.141: +2 -2 lines
Diff to previous 1.141
- Patch #101236 by Uwe Herman: fixed typos in the documentation.

Revision 1.141 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 17 17:16:56 2006 UTC (3 years ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-5-0-BETA-2
Changes since 1.140: +4 -4 lines
Diff to previous 1.140
- Patch #97907 by webchick: restore 'more help' links.

Revision 1.140 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Nov 16 07:28:18 2006 UTC (3 years ago) by drumm
Branch: MAIN
Changes since 1.139: +13 -3 lines
Diff to previous 1.139
#72674 by kkaefer. Make adding menu items for local tasks not interfere with the local task.

Revision 1.120.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 31 10:24:21 2006 UTC (3 years ago) by killes
Branch: DRUPAL-4-7
Changes since 1.120.2.6: +2 -2 lines
Diff to previous 1.120.2.6 , to branch point 1.120
#46935, Avoid empty menu item title, patch by edkwh. backport from HEAD

Revision 1.139 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 23 17:57:31 2006 UTC (3 years, 1 month ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-5-0-BETA-1
Changes since 1.138: +6 -2 lines
Diff to previous 1.138
- Patch #88707 by kkaefer: make menu_set_active_item recompute the contextual menu items.  Bugfix.

Revision 1.138 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Oct 22 08:59:14 2006 UTC (3 years, 1 month ago) by unconed
Branch: MAIN
Changes since 1.137: +2 -2 lines
Diff to previous 1.137
- Menu item capitalization

Revision 1.137 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 17 08:27:24 2006 UTC (3 years, 1 month ago) by drumm
Branch: MAIN
Changes since 1.136: +3 -3 lines
Diff to previous 1.136
#46935 by markus_petrux and edkwh. Don't output empty title attributes.

Revision 1.120.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Sep 27 08:12:28 2006 UTC (3 years, 2 months ago) by killes
Branch: DRUPAL-4-7
CVS Tags: DRUPAL-4-7-4
Changes since 1.120.2.5: +2 -2 lines
Diff to previous 1.120.2.5 , to branch point 1.120
#42826 by jvandyk, mfb, macgirvin. Only show 'edit primary links' link if the user has access to it.
backport from HEAD

Revision 1.136 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Sep 27 07:02:32 2006 UTC (3 years, 2 months ago) by drumm
Branch: MAIN
Changes since 1.135: +2 -2 lines
Diff to previous 1.135
#42826 by jvandyk, mfb, macgirvin. Only show 'edit primary links' link if the user has access to it.

Revision 1.135 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Sep 6 08:32:51 2006 UTC (3 years, 2 months ago) by drumm
Branch: MAIN
Changes since 1.134: +5 -2 lines
Diff to previous 1.134
#78129 by Harry Slaughter. Fix up the breadcrumb home link.

Revision 1.134 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 30 08:46:16 2006 UTC (3 years, 2 months ago) by dries
Branch: MAIN
Changes since 1.133: +6 -6 lines
Diff to previous 1.133
- Patch #72290 by killes: split up the cache table.

Revision 1.133 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Aug 20 05:57:40 2006 UTC (3 years, 3 months ago) by unconed
Branch: MAIN
Changes since 1.132: +4 -4 lines
Diff to previous 1.132
#79601: module_exist() -> module_exists()

Revision 1.79.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 14 12:53:42 2006 UTC (3 years, 3 months ago) by dries
Branch: DRUPAL-4-6
CVS Tags: DRUPAL-4-6-10, DRUPAL-4-6-11
Changes since 1.79.2.5: +2 -2 lines
Diff to previous 1.79.2.5 , to branch point 1.79 , to next main 1.362
- Patch #67977 by beginner et al: fixed problem with menu system callbacks.

Revision 1.132 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jul 31 11:25:52 2006 UTC (3 years, 3 months ago) by dries
Branch: MAIN
Changes since 1.131: +3 -3 lines
Diff to previous 1.131
- Patch #72079 by Earl et al: give Drupal an overall administration page ... :-)

Revision 1.131 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jul 13 05:32:22 2006 UTC (3 years, 4 months ago) by unconed
Branch: MAIN
Changes since 1.130: +7 -7 lines
Diff to previous 1.130
Leftovers from #71925: remove # from hook_link keys

Revision 1.120.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jul 7 08:35:21 2006 UTC (3 years, 4 months ago) by killes
Branch: DRUPAL-4-7
CVS Tags: DRUPAL-4-7-3
Changes since 1.120.2.4: +2 -2 lines
Diff to previous 1.120.2.4 , to branch point 1.120
#72352 by quiptime, properly generate home link in breadcrumb. backport from HEAD

Revision 1.130 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jul 7 07:57:30 2006 UTC (3 years, 4 months ago) by drumm
Branch: MAIN
Changes since 1.129: +3 -3 lines
Diff to previous 1.129
#72352 by quiptime, properly generate home link in breadcrumb.

Revision 1.129 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jul 5 11:45:51 2006 UTC (3 years, 4 months ago) by dries
Branch: MAIN
Changes since 1.128: +3 -3 lines
Diff to previous 1.128
- Patch #72204 by nedjo: upper-cased all TRUE/FALSE/NULL constants.

Revision 1.120.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jul 2 19:01:51 2006 UTC (3 years, 4 months ago) by killes
Branch: DRUPAL-4-7
Changes since 1.120.2.3: +2 -1 lines
Diff to previous 1.120.2.3 , to branch point 1.120
 #71621 by keve, avoid an undefined variable, backport from HEAD

Revision 1.120.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jul 2 19:00:37 2006 UTC (3 years, 4 months ago) by killes
Branch: DRUPAL-4-7
Changes since 1.120.2.2: +4 -2 lines
Diff to previous 1.120.2.2 , to branch point 1.120
#71629 by keve, fix an undefined index., backport from HEAD

Revision 1.128 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jul 2 18:56:42 2006 UTC (3 years, 4 months ago) by drumm
Branch: MAIN
Changes since 1.127: +4 -2 lines
Diff to previous 1.127
#71629 by keve, fix an undefined index.

Revision 1.127 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jul 2 18:47:09 2006 UTC (3 years, 4 months ago) by drumm
Branch: MAIN
Changes since 1.126: +2 -1 lines
Diff to previous 1.126
#71621 by keve, avoid an undefined variable

Revision 1.126 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jun 17 15:21:44 2006 UTC (3 years, 5 months ago) by dries
Branch: MAIN
Changes since 1.125: +2 -2 lines
Diff to previous 1.125
- Patch #69270 by gordon: add query to the menu items.  Required for CiviCRM integration.

Revision 1.120.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jun 14 13:33:58 2006 UTC (3 years, 5 months ago) by dries
Branch: DRUPAL-4-7
Changes since 1.120.2.1: +5 -5 lines
Diff to previous 1.120.2.1 , to branch point 1.120
- Patch #68703 by jvandyk: corrected the PHPDoc of menu_get_item().

Revision 1.125 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jun 14 13:33:20 2006 UTC (3 years, 5 months ago) by dries
Branch: MAIN
Changes since 1.124: +5 -5 lines
Diff to previous 1.124
- Patch #68703 by jvandyk: corrected the PHPDoc of menu_get_item().

Revision 1.124 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jun 7 07:40:34 2006 UTC (3 years, 5 months ago) by dries
Branch: MAIN
Changes since 1.123: +5 -5 lines
Diff to previous 1.123
- Patch #67434 by fgm: small performance improvement.  Unset variables as soon as possible.

Revision 1.120.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jun 1 13:22:02 2006 UTC (3 years, 5 months ago) by killes
Branch: DRUPAL-4-7
CVS Tags: DRUPAL-4-7-2
Changes since 1.120: +2 -2 lines
Diff to previous 1.120
#65854 by m3avrck: fixed invalid class names.
Backport from head.

Revision 1.123 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jun 1 12:31:43 2006 UTC (3 years, 5 months ago) by dries
Branch: MAIN
Changes since 1.122: +2 -2 lines
Diff to previous 1.122
- Patch #65854 by m3avrck: fixed invalid class names.

Revision 1.122 - (view) (download) (as text) (annotate) - [select for diffs]
Sun May 21 09:18:47 2006 UTC (3 years, 6 months ago) by dries
Branch: MAIN
Changes since 1.121: +2 -2 lines
Diff to previous 1.121
- Patch #64692 by psycotic: theme_menu_links() returning Array

Revision 1.121 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 18 14:58:56 2006 UTC (3 years, 6 months ago) by dries
Branch: MAIN
Changes since 1.120: +24 -7 lines
Diff to previous 1.120
- Patch #18260 by Ber, m3averck et al: allow overriding of links returned by modules

Revision 1.120 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 24 19:25:37 2006 UTC (3 years, 7 months ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-4-7-0, DRUPAL-4-7-0-RC-4, DRUPAL-4-7-1
Branch point for: DRUPAL-4-7
Changes since 1.119: +7 -1 lines
Diff to previous 1.119
- Patch #59222 by Zen: fixed problem with breadcrumb navigation.

Revision 1.119 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Apr 14 22:16:02 2006 UTC (3 years, 7 months ago) by killes
Branch: MAIN
CVS Tags: DRUPAL-4-7-0-RC-3
Changes since 1.118: +2 -2 lines
Diff to previous 1.118
#58034, make suggested menu items show up in breadcrumbs, results in less code. Patch by Zen

Revision 1.118 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Apr 13 15:02:35 2006 UTC (3 years, 7 months ago) by killes
Branch: MAIN
Changes since 1.117: +2 -2 lines
Diff to previous 1.117
#58590, Very tiny performance enhancement in menu_set_active_item(), patch by timcn

Revision 1.117 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Apr 9 21:44:42 2006 UTC (3 years, 7 months ago) by killes
Branch: MAIN
Changes since 1.116: +4 -2 lines
Diff to previous 1.116
#57810, avoid running in infinite loop, patch by chx

Revision 1.116 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Apr 7 15:18:40 2006 UTC (3 years, 7 months ago) by killes
Branch: MAIN
CVS Tags: DRUPAL-4-7-0-RC-2
Changes since 1.115: +5 -1 lines
Diff to previous 1.115
#56415, menu_set_location (menu_set_active) mangles $_GET/arg(), patch by JonBob

Revision 1.115 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Apr 7 11:28:20 2006 UTC (3 years, 7 months ago) by killes
Branch: MAIN
Changes since 1.114: +2 -2 lines
Diff to previous 1.114
#16542, add db rewriting for menus, patch by chx
fixes 57406 too

Revision 1.114 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Apr 4 07:46:02 2006 UTC (3 years, 7 months ago) by unconed
Branch: MAIN
Changes since 1.113: +3 -3 lines
Diff to previous 1.113
#55869: Redirect back to requested page after log-in

Revision 1.113 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Apr 4 06:17:52 2006 UTC (3 years, 7 months ago) by unconed
Branch: MAIN
Changes since 1.112: +7 -2 lines
Diff to previous 1.112
#56796: Don't show offline notice more than once per page

Revision 1.112 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 20 20:48:19 2006 UTC (3 years, 8 months ago) by killes
Branch: MAIN
CVS Tags: DRUPAL-4-7-0-RC-1
Changes since 1.111: +11 -1 lines
Diff to previous 1.111
#45988, Nodes with menu items bypass node permissions system
patch by chx

Revision 1.111 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Mar 15 08:49:24 2006 UTC (3 years, 8 months ago) by killes
Branch: MAIN
Changes since 1.110: +18 -21 lines
Diff to previous 1.110
#42388, Rehaul menu builder, patch by chx

Revision 1.79.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Mar 14 15:26:04 2006 UTC (3 years, 8 months ago) by unconed
Branch: DRUPAL-4-6
CVS Tags: DRUPAL-4-6-7, DRUPAL-4-6-8, DRUPAL-4-6-9
Changes since 1.79.2.4: +5 -2 lines
Diff to previous 1.79.2.4 , to branch point 1.79
- #53857: External URL suppor for menus broken by SA-2006-001

Revision 1.110 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Mar 14 15:20:41 2006 UTC (3 years, 8 months ago) by unconed
Branch: MAIN
Changes since 1.109: +5 -2 lines
Diff to previous 1.109
- #53857: External URL suppor for menus broken by SA-2006-001

Revision 1.109 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 13 21:33:18 2006 UTC (3 years, 8 months ago) by unconed
Branch: MAIN
CVS Tags: DRUPAL-4-7-0-BETA-6
Changes since 1.108: +3 -3 lines
Diff to previous 1.108
- sa-2006-001: Custom menu items are accessible to anyone

Revision 1.71.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 13 21:25:29 2006 UTC (3 years, 8 months ago) by unconed
Branch: DRUPAL-4-5
CVS Tags: DRUPAL-4-5-8
Changes since 1.71.2.2: +3 -3 lines
Diff to previous 1.71.2.2 , to branch point 1.71 , to next main 1.362
- sa-2006-001: Custom menu items are accessible to anyone

Revision 1.79.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 13 21:25:10 2006 UTC (3 years, 8 months ago) by unconed
Branch: DRUPAL-4-6
CVS Tags: DRUPAL-4-6-6
Changes since 1.79.2.3: +3 -3 lines
Diff to previous 1.79.2.3 , to branch point 1.79
- sa-2006-001: Custom menu items are accessible to anyone

Revision 1.108 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Mar 9 22:12:53 2006 UTC (3 years, 8 months ago) by killes
Branch: MAIN
Changes since 1.107: +12 -18 lines
Diff to previous 1.107
#42388, Out of range value adjusted for column, patch by drumm

Revision 1.107 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Feb 14 19:19:34 2006 UTC (3 years, 9 months ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-4-7-0-BETA-5
Changes since 1.106: +2 -2 lines
Diff to previous 1.106
- Patch #48993 by jvandyck: removed notices.

Revision 1.106 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Feb 10 05:25:57 2006 UTC (3 years, 9 months ago) by dries
Branch: MAIN
Changes since 1.105: +3 -3 lines
Diff to previous 1.105
- Patch #48622 by adrian: remove drupal_goto from _submit functions.

Revision 1.105 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 29 07:43:22 2006 UTC (3 years, 9 months ago) by dries
Branch: MAIN
Changes since 1.104: +4 -1 lines
Diff to previous 1.104
- Patch #46184 by Jaza: breadcrumb gone for pages that use menu_set_location()

Revision 1.104 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 23 07:27:18 2006 UTC (3 years, 10 months ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-4-7-0-BETA-4
Changes since 1.103: +4 -1 lines
Diff to previous 1.103
- Patch #45854 by Jaza: fixed problem with menu_rebuild().

Revision 1.103 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 22 07:51:06 2006 UTC (3 years, 10 months ago) by dries
Branch: MAIN
Changes since 1.102: +6 -3 lines
Diff to previous 1.102
- Patch #45320 by Zen: improved usability of off-line mode.

Revision 1.102 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 20 09:12:26 2006 UTC (3 years, 10 months ago) by dries
Branch: MAIN
Changes since 1.101: +5 -3 lines
Diff to previous 1.101
- Patch #40849 by wtanaka and Richard: killed some menu.inc warnings/notices.

Revision 1.101 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 19 08:58:00 2006 UTC (3 years, 10 months ago) by dries
Branch: MAIN
Changes since 1.100: +93 -40 lines
Diff to previous 1.100
- Patch #39430 by Jaza and Richard: code improvements: improved separation between UI and logic.

Revision 1.100 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 16 08:45:30 2006 UTC (3 years, 10 months ago) by dries
Branch: MAIN
Changes since 1.99: +4 -2 lines
Diff to previous 1.99
- Patch #9477 by Neil and Richard: fixed inconsistent behavior of user-specified paths.