Commit Graph

36 Commits (5c80527210556f367b418aa34e929be737d31d32)

Author SHA1 Message Date
webchick 95dd7f74c4 Issue #2001206 by andypost, penyaskito, herom, Crell, ebeyrent, DmitryDrozdik: Replace drupal_container() with Drupal::service(). 2013-12-22 13:03:21 -08:00
webchick 6cff8c65fe Issue #2106129 by mmilano: Fixed drupal_valid_path() Notice: Undefined variable: form_item(). 2013-10-08 22:00:28 -07:00
webchick 5bb0d5e667 Issue #2053489 by chx, tim.plunkett: Standardize on \Drupal throughout core. 2013-09-15 20:58:10 -07:00
webchick 3cf100dfcd Issue #1957142 by damiankloip, fubhy, cosmicdreams: Replace config() with Drupal::config(). 2013-08-14 09:54:28 -07:00
Alex Pott e33ddd1b74 Issue #2045923 by drupalrv, tim.plunkett: Replace all module_invoke_all() deprecated function calls in procedural code. 2013-08-01 10:10:33 +02:00
webchick 0d31d44dd5 Issue #2052389 by pwolanin: Fixed All elements added to the Request attributes should have a _ prepended unless they come from the path. 2013-07-31 13:50:39 -07:00
Alex Pott d3d54f170b Issue #1938888 by tim.plunkett, ayelet_Cr, amateescu: Convert user_admin_permissions() to a new-style Form object. 2013-07-24 22:56:59 +02:00
Nathaniel Catchpole c268d42baa Issue #1911178 by ParisLiakos, Xano: Change notice: Remove hook_exit(). 2013-05-05 22:09:00 +01:00
webchick c9a273af25 Issue #1845402 by Crell, amateescu, dawehner, klausi, g.oechsler: Change notice: Update menu link access checks for new router. 2013-03-08 21:46:28 -08:00
catch c5b09f74eb Issue #1798214 by tnightingale, g.oechsler, fubhy, katbailey, effulgentsia, Crell, dipen chaudhary: Upcast request arguments/attributes to full objects. 2013-02-06 12:47:22 +00:00
catch d29b130346 Issue #1833442 by rootatwc, dawehner, alexpott: Remove hook_boot(). 2013-02-06 11:50:46 +00:00
Jennifer Hodgdon 4824c21934 Issue #1317628 by Albert Volkman, Gaelan, disasm, mjonesdinero, xjm: Clean up for API docs in include files starting with n-z 2013-01-10 15:50:55 -08:00
Dries e3d863834c Issue #1269742 by katbailey, beejeebus, pwolanin, g.oechsler, ksenzee: Make path lookup code into an pluggable class. 2012-11-21 10:29:04 -05:00
webchick bbdc5256eb Issue #1798884 by Luukyb, alexpott: Convert path_alias_whitelist() to state system . 2012-10-13 21:43:50 -07:00
webchick 7a95a78eb2 Issue #1727538 by katbailey, chx, alexpott: WebTest tests should have access to the correct DIC. 2012-08-22 01:34:31 +02:00
Dries 9a0367face - Patch #1719488 by effulgentsia: Rename language_manager() to language() and related cleanup. 2012-08-09 16:17:01 -04:00
Katherine Bailey 8ffe09eee5 Clarifying the _current_path() problem as it relates to path alias caching and making the request param non-optional in language_from_url 2012-08-06 21:52:13 -07:00
Katherine Bailey 0b29221849 Addressing some documentation and code style issues 2012-08-06 21:52:13 -07:00
Katherine Bailey bfbb42a870 Temporary fix for the path alias test which will be followed up in a separate issue 2012-08-06 21:52:12 -07:00
Katherine Bailey faba05fccc Cleaning up _current_path() and request() related stuff 2012-08-06 21:52:11 -07:00
Katherine Bailey 1cd28eb4e5 Using the language_manager wrapper function to return a language whether or not we're in the requet scope 2012-08-06 21:52:11 -07:00
webchick 4b6bdbb1dd Issue #1496542 by cosmicdreams, sun, chx, vasi1186, aspilicious, alexpott, nadavoid, Pedro Lozano, disasm, andypost | heyrocker: Convert site information to config system. 2012-07-02 10:20:33 -07:00
Dries 02750689dd - Patch #1183208 by effulgentsia, Niklas Fiekas, katbailey, no_commit_credit, catch: remove variable_get()('clean_url()') and switch to index.php/path pattern for dirty URL support. 2012-04-29 11:16:27 -04:00
Dries 1f2622c8b8 - Patch #1497230 by Rob Loach, pdrake, effulgentsia: Use Dependency Injection to handle object definitions. 2012-04-18 14:30:50 -04:00
catch b9e9244171 Issue #965300 by Gábor Hojtsy, xjm: Change LANGUAGE_NONE to LANGUAGE_NOT_SPECIFIED; add LANGUAGE_NOT_APPLICABLE and LANGUAGE_MULTIPLE. 2012-03-09 00:10:59 +09:00
catch b62f85ca97 Issue #998256 by justafish, Dave Reid: Please let modules know about the original URL alias in hook_path_update(). 2012-02-08 20:03:32 +09:00
Dries 1b6ba5243c - Patch #1357912 by Gábor Hojtsy, sun: convert path language code schema to langcode. 2012-01-22 21:14:12 -05:00
catch 1878eb1534 Issue #1357918 by Gábor Hojtsy: Change language schema to refer to langcode. 2012-01-11 00:29:08 +09:00
catch b3cf068140 Issue #375397 by sun, Xano, Rob Loach: Make Node module optional. 2012-01-08 16:14:15 +09:00
webchick 256a10dd19 Revert "Issue #1368872 by agentrickard: Clean up API docs for syslog."
This reverts commit 9db1fddb90.
2011-12-22 14:33:38 -08:00
catch 9db1fddb90 Issue #1368872 by agentrickard: Clean up API docs for syslog. 2011-12-22 20:45:21 +09:00
webchick 2517db019f Issue #1329914 follow-up by chx: Improve comments in drupal_path_initialize() 2011-11-24 13:42:45 -08:00
catch 9f25d6a592 Issue #1329914 by xjm, msonnabaum: Ensure ['q'] is set before calling drupal_normal_path(). 2011-11-19 00:01:52 +09:00
Nathan Haug 06fb770bd3 Issue #22336 by quicksketch, scor, boombatower, and rfay. Move all core Drupal files under a core subdirectory. 2011-11-01 12:48:40 +09:00
Nathaniel 906a6db347 Revert "Issue #22336 by quicksketch, rfay, scor, Rob Loach, boombatower, tstoeckler, kbahey: Move all core Drupal files under a /core folder to improve usability and upgrades."
This reverts commit f0a16bf2a4.
2011-11-01 12:32:15 +09:00
Nathaniel f0a16bf2a4 Issue #22336 by quicksketch, rfay, scor, Rob Loach, boombatower, tstoeckler, kbahey: Move all core Drupal files under a /core folder to improve usability and upgrades. 2011-11-01 12:25:12 +09:00