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

Log of /drupal/includes/path.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.48 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 20 06:12:45 2009 UTC (5 days, 7 hours ago) by webchick
Branch: MAIN
CVS Tags: HEAD
Changes since 1.47: +28 -11 lines
Diff to previous 1.47
#619666 by effulgentsia, casey, and catch: Changed Introduce new pattern for drupal_static() in performance-critical functions.

Revision 1.47 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 24 05:13:43 2009 UTC (4 weeks, 4 days ago) by webchick
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-10
Changes since 1.46: +17 -10 lines
Diff to previous 1.46
#320331 by Dave Reid, dww, John Morahan, cwgordon7, moshe weitzman, c960657, and smoothify: Turn custom_url_rewrite_inbound() and custom_url_rewrite_outbound() into hooks.

Revision 1.46 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 22 01:27:18 2009 UTC (4 weeks, 6 days ago) by dries
Branch: MAIN
Changes since 1.45: +85 -1 lines
Diff to previous 1.45
- Patch #332333 by sun: moving some functions, no API changes, no new features.

Revision 1.45 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 15 17:53:34 2009 UTC (5 weeks, 5 days ago) by dries
Branch: MAIN
Changes since 1.44: +18 -18 lines
Diff to previous 1.44
- Patch #332333 by dmitrig01, alexw: add a real API to path.module.

Revision 1.44 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Aug 2 06:48:24 2009 UTC (3 months, 3 weeks ago) by webchick
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-9
Changes since 1.43: +40 -45 lines
Diff to previous 1.43
#523298 by catch: Speed up static caching in drupal_lookup_path().

Revision 1.43 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jul 27 19:28:38 2009 UTC (3 months, 4 weeks ago) by dries
Branch: MAIN
Changes since 1.42: +3 -1 lines
Diff to previous 1.42
- Patch #388544 by arianek, joachim: added missing documentation.

Revision 1.42 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jul 20 18:51:31 2009 UTC (4 months ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-8
Changes since 1.41: +2 -2 lines
Diff to previous 1.41
- Patch #521474 by bangpound, JuliaKM et al: rename admin/site-building to admin/structure.

Revision 1.41 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 14 10:22:17 2009 UTC (4 months, 1 week ago) by dries
Branch: MAIN
Changes since 1.40: +3 -3 lines
Diff to previous 1.40
- Patch #517542 by David Strauss: renamed functions for clarity. We say 'yay' to clarity!

Revision 1.40 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jun 8 04:44:58 2009 UTC (5 months, 2 weeks ago) by dries
Branch: MAIN
Changes since 1.39: +1 -2 lines
Diff to previous 1.39
- Patch #484336 by smk-ka: remove left-over variable.

Revision 1.39 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jun 2 15:06:09 2009 UTC (5 months, 3 weeks ago) by dries
Branch: MAIN
Changes since 1.38: +4 -4 lines
Diff to previous 1.38
- Patch #358315 by neochief et al: drupal_lookup_path() not respects alias' order.

Revision 1.38 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jun 1 11:23:27 2009 UTC (5 months, 3 weeks ago) by dries
Branch: MAIN
Changes since 1.37: +39 -8 lines
Diff to previous 1.37
- Patch #106559 by kbahey, catch, DamZ, chx et al: more drupal_lookup_path() optimizations.

Revision 1.37 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 26 09:12:28 2009 UTC (6 months ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-7
Changes since 1.36: +2 -2 lines
Diff to previous 1.36
- Patch #472658 by agentrickard: clean up of inline code comments.

Revision 1.36 - (view) (download) (as text) (annotate) - [select for diffs]
Sat May 16 19:07:02 2009 UTC (6 months, 1 week ago) by dries
Branch: MAIN
Changes since 1.35: +64 -8 lines
Diff to previous 1.35
- Patch #456824 by catch: add better caching to drupal_lookup_path().

Revision 1.35 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 7 15:49:57 2009 UTC (6 months, 2 weeks ago) by webchick
Branch: MAIN
Changes since 1.34: +9 -2 lines
Diff to previous 1.34
#445152 by caktux and akahn: Default drupal_get_path_alias() to returning the current page's alias.

Revision 1.34 - (view) (download) (as text) (annotate) - [select for diffs]
Wed May 6 15:51:36 2009 UTC (6 months, 2 weeks ago) by dries
Branch: MAIN
Changes since 1.33: +23 -1 lines
Diff to previous 1.33
- Patch #431976 by mcrittenden, Arancaytar webchick, chx, et al: added a wrapper for ?q=.  No tests.

Revision 1.33 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Apr 3 17:41:32 2009 UTC (7 months, 3 weeks ago) by dries
Branch: MAIN
Changes since 1.32: +8 -6 lines
Diff to previous 1.32
- Patch #422374 by JamesAn: convert to use the new static caching API.

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

Revision 1.31 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 3 13:17:25 2009 UTC (10 months, 3 weeks ago) by dries
Branch: MAIN
Changes since 1.30: +4 -4 lines
Diff to previous 1.30
- Patch #353823 by swentel: fixed database conversion.

Revision 1.30 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 3 11:20:59 2009 UTC (10 months, 3 weeks ago) by dries
Branch: MAIN
Changes since 1.29: +10 -4 lines
Diff to previous 1.29
- Patch #353823 by killes: convert path.inc to the new database layer.

Revision 1.29 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 9 07:16:10 2008 UTC (11 months, 2 weeks ago) by dries
Branch: MAIN
Changes since 1.28: +11 -4 lines
Diff to previous 1.28
- Patch #340557 by Dave Reid: use static caching in drupal_is_front_page().

Revision 1.28 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 14 11:01:08 2008 UTC (13 months, 1 week ago) by webchick
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-3
Changes since 1.27: +8 -3 lines
Diff to previous 1.27
#242873 follow-up: Missed a couple files with drupal_set_title().

Revision 1.19.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 13 21:06:41 2008 UTC (13 months, 1 week ago) by dries
Branch: DRUPAL-6
CVS Tags: DRUPAL-6-10, DRUPAL-6-11, DRUPAL-6-12, DRUPAL-6-13, DRUPAL-6-14, DRUPAL-6-6, DRUPAL-6-7, DRUPAL-6-8, DRUPAL-6-9
Changes since 1.19: +2 -1 lines
Diff to previous 1.19 , to next main 1.48
- Patch #315656 by Damien Tournoud: fixed bug in drupal_lookup_path('wipe').

Revision 1.27 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 13 21:00:03 2008 UTC (13 months, 1 week ago) by dries
Branch: MAIN
Changes since 1.26: +2 -1 lines
Diff to previous 1.26
- Patch #315656 by Damien Tournoud: fixed bug in drupal_lookup_path('wipe').

Revision 1.26 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Oct 12 06:27:03 2008 UTC (13 months, 1 week ago) by webchick
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-2
Changes since 1.25: +3 -8 lines
Diff to previous 1.25
Roll-back of #242873: This caused horrendous problems with SimpleTest on some configurations.

Revision 1.25 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 11 21:10:59 2008 UTC (13 months, 2 weeks ago) by webchick
Branch: MAIN
Changes since 1.24: +8 -3 lines
Diff to previous 1.24
#242873 by pwolanin and bjaspan: Make drupal_set_title() do check_plain() by default.

Revision 1.24 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jun 24 22:12:15 2008 UTC (17 months ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-1
Changes since 1.23: +8 -3 lines
Diff to previous 1.23
- Patch #196862 by catch: rolled back path optimization as it broke certain tests.

Revision 1.23 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jun 18 03:36:23 2008 UTC (17 months, 1 week ago) by dries
Branch: MAIN
Changes since 1.22: +2 -2 lines
Diff to previous 1.22
- Patch #270045 by drewish, Susurrus: clean up return values.

Revision 1.22 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 14 17:48:33 2008 UTC (19 months, 1 week ago) by dries
Branch: MAIN
Changes since 1.21: +2 -2 lines
Diff to previous 1.21
- 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.21 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Apr 6 18:50:11 2008 UTC (19 months, 2 weeks ago) by dries
Branch: MAIN
Changes since 1.20: +2 -2 lines
Diff to previous 1.20
- Patch #240387 by matt2000 et al: move 'content types' to 'site building' per the UMN usability study results.

Revision 1.20 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Feb 18 16:49:23 2008 UTC (21 months, 1 week ago) by dries
Branch: MAIN
Changes since 1.19: +3 -8 lines
Diff to previous 1.19
- Patch #196862 by earnie et al: make drupal_lookup_path() a tad faster by eliminating an SQL query.

Revision 1.19 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 4 16:42:45 2007 UTC (2 years ago) by goba
Branch: MAIN
CVS Tags: DRUPAL-6-0, DRUPAL-6-0-BETA-3, DRUPAL-6-0-BETA-4, DRUPAL-6-0-RC-1, DRUPAL-6-0-RC-2, DRUPAL-6-0-RC-3, DRUPAL-6-0-RC-4, DRUPAL-6-1, DRUPAL-6-2, DRUPAL-6-3, DRUPAL-6-4, DRUPAL-6-5
Branch point for: DRUPAL-6
Changes since 1.18: +2 -2 lines
Diff to previous 1.18
#133435 by jpetso: fix arg() phpdoc to document that NULL is returned when an argument is not found

Revision 1.18 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 17 12:34:16 2007 UTC (2 years, 1 month ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-6-0-BETA-2
Changes since 1.17: +2 -2 lines
Diff to previous 1.17
- Patch #155870 by quicksketch et al: AHAH-ification of the poll module.

Revision 1.17 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 16 14:10:33 2007 UTC (2 years, 1 month ago) by goba
Branch: MAIN
Changes since 1.16: +21 -1 lines
Diff to previous 1.16
#183690 by Wim Leers: (developer improvement) abstract path matching to drupal_match_path() from block listing, so this gets reusable when path based matching is required

Revision 1.16 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jun 18 06:59:11 2007 UTC (2 years, 5 months ago) by goba
Branch: MAIN
CVS Tags: DRUPAL-6-0-BETA-1
Changes since 1.15: +4 -6 lines
Diff to previous 1.15
#150049 by Moshe Weitzman: empower custom url rewriting with url() options

Revision 1.15 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 26 01:32:22 2007 UTC (2 years, 8 months ago) by dries
Branch: MAIN
Changes since 1.14: +33 -20 lines
Diff to previous 1.14
- Patch #128866 by Gabor, Steven, chx, Jose et al: new language subsystem.

Revision 1.14 - (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.13: +13 -9 lines
Diff to previous 1.13
- Patch #34755 by chx et al: faster menu system.  HEAD is temporary broken and there is no upgrade path yet.

Revision 1.13 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Dec 23 22:04:52 2006 UTC (2 years, 11 months ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-5-0, DRUPAL-5-0-RC-2, DRUPAL-5-1, 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-2, DRUPAL-5-20, DRUPAL-5-3, DRUPAL-5-4, DRUPAL-5-5, DRUPAL-5-6, DRUPAL-5-7, DRUPAL-5-8, DRUPAL-5-9
Branch point for: DRUPAL-5
Changes since 1.12: +4 -6 lines
Diff to previous 1.12
- Patch #100957 by chx: clean up drupal_lookup_path()

Revision 1.4.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Dec 20 23:27:06 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.4.2.4: +19 -15 lines
Diff to previous 1.4.2.4 , to branch point 1.4 , to next main 1.48
#97317, Path alias memory cache is broken, by chx, backport

Revision 1.12 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Dec 4 10:48:28 2006 UTC (2 years, 11 months ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-5-0-RC-1
Changes since 1.11: +5 -3 lines
Diff to previous 1.11
- Patch #100957 by Tobias and chx: fixed return value of drupal_lookup_path().

Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 26 01:55:37 2006 UTC (3 years ago) by drumm
Branch: MAIN
CVS Tags: DRUPAL-5-0-BETA-2
Changes since 1.10: +23 -17 lines
Diff to previous 1.10
Fixing a PHP notice with proper checking.

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 17 05:15:19 2006 UTC (3 years ago) by drumm
Branch: MAIN
Changes since 1.9: +1 -4 lines
Diff to previous 1.9
#97317 by Jaza. Avoid over-caching.

Revision 1.4.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Sep 13 07:10:51 2006 UTC (3 years, 2 months ago) by killes
Branch: DRUPAL-4-7
CVS Tags: DRUPAL-4-7-4
Changes since 1.4.2.3: +2 -2 lines
Diff to previous 1.4.2.3 , to branch point 1.4
#83234 by robertDouglass. Cache the right thing for path lookups.

backport from Head

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Sep 13 01:07:23 2006 UTC (3 years, 2 months ago) by drumm
Branch: MAIN
CVS Tags: DRUPAL-5-0-BETA-1
Changes since 1.8: +2 -2 lines
Diff to previous 1.8
#83234 by robertDouglass. Cache the right thing for path lookups.

Revision 1.4.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Sep 9 11:53:01 2006 UTC (3 years, 2 months ago) by killes
Branch: DRUPAL-4-7
Changes since 1.4.2.2: +4 -1 lines
Diff to previous 1.4.2.2 , to branch point 1.4
#83234 by rDouglass: fixed caching glitch.
backport from HEAD

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Sep 9 11:06:53 2006 UTC (3 years, 2 months ago) by dries
Branch: MAIN
Changes since 1.7: +4 -1 lines
Diff to previous 1.7
- Patch #83234 by rDouglass: fixed caching glitch.

Revision 1.4.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 23 08:18:31 2006 UTC (3 years, 3 months ago) by killes
Branch: DRUPAL-4-7
Changes since 1.4.2.1: +2 -2 lines
Diff to previous 1.4.2.1 , to branch point 1.4
#77479 by RayZ. drupal_is_front_page() now works if the front page path is an alias. backport from HEAD

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 23 04:31:30 2006 UTC (3 years, 3 months ago) by drumm
Branch: MAIN
Changes since 1.6: +2 -2 lines
Diff to previous 1.6
#77479 by RayZ. drupal_is_front_page() now works if the front page path is an alias.

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 7 15:04:13 2006 UTC (3 years, 3 months ago) by dries
Branch: MAIN
Changes since 1.5: +4 -4 lines
Diff to previous 1.5
- Patch #77422 by timcn: corrected various paths in the documentation.

Revision 1.4.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 18 11:40:02 2006 UTC (3 years, 4 months ago) by killes
Branch: DRUPAL-4-7
CVS Tags: DRUPAL-4-7-3
Changes since 1.4: +3 -3 lines
Diff to previous 1.4
#70177 by RobRoy and beginner, fix return values of drupal_is_front_page., backport from HEAD

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 18 07:59:51 2006 UTC (3 years, 4 months ago) by drumm
Branch: MAIN
Changes since 1.4: +3 -3 lines
Diff to previous 1.4
#70177 by RobRoy and beginner, fix return values of drupal_is_front_page.

Revision 1.4 - (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, DRUPAL-4-7-2
Branch point for: DRUPAL-4-7
Changes since 1.3: +13 -1 lines
Diff to previous 1.3
- Patch #59222 by Zen: fixed problem with breadcrumb navigation.

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 24 08:18:26 2006 UTC (3 years, 10 months ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-4-7-0-BETA-4, DRUPAL-4-7-0-BETA-5, DRUPAL-4-7-0-BETA-6, DRUPAL-4-7-0-RC-1, DRUPAL-4-7-0-RC-2, DRUPAL-4-7-0-RC-3
Changes since 1.2: +2 -1 lines
Diff to previous 1.2
- Patch #33861 by Morbus et al: clean up the watchdog view.

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 23 11:15:54 2006 UTC (3 years, 10 months ago) by dries
Branch: MAIN
Changes since 1.1: +0 -2 lines
Diff to previous 1.1
- Patch #44828 by chx: fixed incorrect return value.

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 23 07:54:08 2006 UTC (3 years, 10 months ago) by dries
Branch: MAIN
- Patch #44828 by chx/Crell: make sure the url/path is properly initialized in statistics_exit().

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

  Diffs between and
  Type of Diff should be a

Sort log by:

  ViewVC Help
Powered by ViewVC 1.1.2