Commit Graph

47 Commits (3896ead12bfbd33331b6ee41785a8d90e3bf3e80)

Author SHA1 Message Date
Angie Byron cd7b8f0999 #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. 2009-10-24 05:13:44 +00:00
Dries Buytaert 891512c229 - Patch #332333 by sun: moving some functions, no API changes, no new features. 2009-10-22 01:27:18 +00:00
Dries Buytaert 977d635bb1 - Patch #332333 by dmitrig01, alexw: add a real API to path.module. 2009-10-15 17:53:34 +00:00
Angie Byron 1957c641e5 #523298 by catch: Speed up static caching in drupal_lookup_path(). 2009-08-02 06:48:24 +00:00
Dries Buytaert a7e7c0a9e7 - Patch #388544 by arianek, joachim: added missing documentation. 2009-07-27 19:28:38 +00:00
Dries Buytaert d24d954479 - Patch #521474 by bangpound, JuliaKM et al: rename admin/site-building to admin/structure. 2009-07-20 18:51:36 +00:00
Dries Buytaert ef09cf93e5 - Patch #517542 by David Strauss: renamed functions for clarity. We say 'yay' to clarity! 2009-07-14 10:22:17 +00:00
Dries Buytaert a73b53f3ae - Patch #484336 by smk-ka: remove left-over variable. 2009-06-08 04:44:58 +00:00
Dries Buytaert 34c996e28c - Patch #358315 by neochief et al: drupal_lookup_path() not respects alias' order. 2009-06-02 15:06:09 +00:00
Dries Buytaert 984f27efc9 - Patch #106559 by kbahey, catch, DamZ, chx et al: more drupal_lookup_path() optimizations. 2009-06-01 11:23:27 +00:00
Dries Buytaert 3c4be3ab55 - Patch #472658 by agentrickard: clean up of inline code comments. 2009-05-26 09:12:29 +00:00
Dries Buytaert 61f4dfc982 - Patch #456824 by catch: add better caching to drupal_lookup_path(). 2009-05-16 19:07:02 +00:00
Angie Byron ba40a41659 #445152 by caktux and akahn: Default drupal_get_path_alias() to returning the current page's alias. 2009-05-07 15:49:57 +00:00
Dries Buytaert b2d4f12904 - Patch #431976 by mcrittenden, Arancaytar webchick, chx, et al: added a wrapper for ?q=. No tests. 2009-05-06 15:51:36 +00:00
Dries Buytaert ce4df7b66b - Patch #422374 by JamesAn: convert to use the new static caching API. 2009-04-03 17:41:32 +00:00
Dries Buytaert eb0c7697c8 - Patch #352712 by dmitrig01: better documentation for menu_get_object() and arg(). 2009-01-04 20:04:32 +00:00
Dries Buytaert fbf4e0f116 - Patch #353823 by swentel: fixed database conversion. 2009-01-03 13:17:25 +00:00
Dries Buytaert 50acd87b4d - Patch #353823 by killes: convert path.inc to the new database layer. 2009-01-03 11:20:59 +00:00
Dries Buytaert c50651f7fb - Patch #340557 by Dave Reid: use static caching in drupal_is_front_page(). 2008-12-09 07:16:10 +00:00
Angie Byron 2dd6e4e0df #242873 follow-up: Missed a couple files with drupal_set_title(). 2008-10-14 11:01:08 +00:00
Dries Buytaert 0a0d530c52 - Patch #315656 by Damien Tournoud: fixed bug in drupal_lookup_path('wipe'). 2008-10-13 21:00:03 +00:00
Angie Byron a3a420c3e6 Roll-back of #242873: This caused horrendous problems with SimpleTest on some configurations. 2008-10-12 06:27:06 +00:00
Angie Byron ecf7ad41d0 #242873 by pwolanin and bjaspan: Make drupal_set_title() do check_plain() by default. 2008-10-11 21:11:02 +00:00
Dries Buytaert 955ef193ba - Patch #196862 by catch: rolled back path optimization as it broke certain tests. 2008-06-24 22:12:15 +00:00
Dries Buytaert 6e2358b232 - Patch #270045 by drewish, Susurrus: clean up return values. 2008-06-18 03:36:24 +00:00
Dries Buytaert 56d2664a90 - 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. 2008-04-14 17:48:46 +00:00
Dries Buytaert 1dfd1717c1 - Patch #240387 by matt2000 et al: move 'content types' to 'site building' per the UMN usability study results. 2008-04-06 18:50:12 +00:00
Dries Buytaert 029b6b914f - Patch #196862 by earnie et al: make drupal_lookup_path() a tad faster by eliminating an SQL query. 2008-02-18 16:49:23 +00:00
Gábor Hojtsy ced4e284e3 #133435 by jpetso: fix arg() phpdoc to document that NULL is returned when an argument is not found 2007-11-04 16:42:45 +00:00
Dries Buytaert a745b0f68b - Patch #155870 by quicksketch et al: AHAH-ification of the poll module. 2007-10-17 12:34:16 +00:00
Gábor Hojtsy 8a9ba77275 #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 2007-10-16 14:10:33 +00:00
Gábor Hojtsy d0c9795c33 #150049 by Moshe Weitzman: empower custom url rewriting with url() options 2007-06-18 06:59:11 +00:00
Dries Buytaert eb0caa354e - Patch #128866 by Gabor, Steven, chx, Jose et al: new language subsystem. 2007-03-26 01:32:22 +00:00
Dries Buytaert 03752e35a4 - Patch #34755 by chx et al: faster menu system. HEAD is temporary broken and there is no upgrade path yet. 2007-01-24 14:48:36 +00:00
Dries Buytaert 5c3086ee4a - Patch #100957 by chx: clean up drupal_lookup_path() 2006-12-23 22:04:52 +00:00
Dries Buytaert ce6dde980a - Patch #100957 by Tobias and chx: fixed return value of drupal_lookup_path(). 2006-12-04 10:48:28 +00:00
Neil Drumm fb70944dc9 Fixing a PHP notice with proper checking. 2006-11-26 01:55:37 +00:00
Neil Drumm 0a238a0ae4 #97317 by Jaza. Avoid over-caching. 2006-11-17 05:15:19 +00:00
Neil Drumm ead8b35e26 #83234 by robertDouglass. Cache the right thing for path lookups. 2006-09-13 01:07:23 +00:00
Dries Buytaert 2607f6e698 - Patch #83234 by rDouglass: fixed caching glitch. 2006-09-09 11:06:53 +00:00
Neil Drumm 26be0d8d7f #77479 by RayZ. drupal_is_front_page() now works if the front page path is an alias. 2006-08-23 04:31:30 +00:00
Dries Buytaert 729fa6c11b - Patch #77422 by timcn: corrected various paths in the documentation. 2006-08-07 15:04:16 +00:00
Neil Drumm f39c1e9454 #70177 by RobRoy and beginner, fix return values of drupal_is_front_page. 2006-07-18 07:59:51 +00:00
Dries Buytaert 9472fbae38 - Patch #59222 by Zen: fixed problem with breadcrumb navigation. 2006-04-24 19:25:37 +00:00
Dries Buytaert af43886456 - Patch #33861 by Morbus et al: clean up the watchdog view. 2006-01-24 08:18:26 +00:00
Dries Buytaert 100db62511 - Patch #44828 by chx: fixed incorrect return value. 2006-01-23 11:15:54 +00:00
Dries Buytaert 1766d40093 - Patch #44828 by chx/Crell: make sure the url/path is properly initialized in statistics_exit(). 2006-01-23 07:54:08 +00:00