Commit Graph

224 Commits (c94672114353ea419718f1c2d9fd2588cc1aeb99)

Author SHA1 Message Date
catch d4a401a352 Issue #1591690 by bneil: Remove drupal_page_footer(). 2012-06-12 10:44:43 +09:00
Jennifer Hodgdon 4a8cc339be Issue #1512310 by vasi1186, cosmicdreams, Rob Loach, disasm: Remove reference to global language_url in docs 2012-06-11 10:59:00 -07:00
catch ff639ed52c Revert "Issue #1464244 by dawehner, tim.plunkett: Fixed Rewrite as URL adding equals sign to end of url."
This reverts commit e6986e5a48.
2012-06-06 12:04:09 +09:00
Dries 67af8a4988 Merge branch '8.x' of git.drupal.org:project/drupal into 8.x 2012-06-05 08:43:38 -04:00
catch e6986e5a48 Issue #1464244 by dawehner, tim.plunkett: Fixed Rewrite as URL adding equals sign to end of url. 2012-06-05 17:16:23 +09:00
Dries 002769ef32 - Patch #1591604 by underq, chrisdolby, Albert Volkman, pfrenssen: replace drupal_access_denied() with throw AccessDeniedHttpException. 2012-06-04 08:06:09 -04:00
Dries 356aa34d9d - Patch #1587850 by pfrenssen, chrisdolby: replace drupal_not_found() with throw NotFoundHttpException. 2012-06-02 15:41:40 -04:00
Dries 0eb59c20c5 - Patch #1415828 by BJ___, patrickd, nod_, damiankloip: made Tabledrag a library. 2012-06-01 12:45:18 -04:00
Dave Reid 0339963f99 Fixing merge with 8.x 2012-05-29 10:02:27 -05:00
catch b29fc4b26b Issue #1140356 by iamEAP, ericduran, Rob Loach, arnested: Added support for async property to script tags. 2012-05-29 15:44:27 +09:00
catch 6679cf9b66 Issue #965078 by catch, akamustang: Fixed HTTP request checking is unreliable and should be removed in favor of watchdog() calls. 2012-05-28 00:19:58 +09:00
Dave Reid 98fbeaf315 Fixing merge with 8.x upstream. 2012-05-26 13:46:07 -05:00
catch 65ed04ff78 Issue #1569456 by sun, effulgentsia: Move unicode check earlier in bootstrap and replace fix_gpc_magic() with a hard requirement for magic quotes to be disabled. 2012-05-25 15:34:21 +09:00
effulgentsia 35ef2c97ea refs #1536844 Clean up bootstrap shivs. 2012-05-23 23:52:03 -05:00
Larry Garfield 9fdd40f8c9 Merge remote-tracking branch 'upstream/8.x' into kernel 2012-05-19 00:04:26 -05:00
Niklas Fiekas a069734c04 Remove $response_body parameter from drupal_page_set_cache().
b99d11fac6 introduced a $response_body parameter on drupal_page_set_cache(),
but that is no longer used. Remove it.
2012-05-19 00:01:08 -05:00
Niklas Fiekas c97afaff60 Remove commented out code.
This fixes two @todo's that were in drupal_not_found() and
drupal_access_denied().
2012-05-19 00:01:08 -05:00
Jennifer Hodgdon 467a825239 Issue #1358944 by wulff, Désiré: Fix ingroup/addtogroup syntax 2012-05-17 05:58:49 -07:00
Dries 8780ba2509 - Patch #1503804 by iamEAP: defer attribute should not be added to inline scripts or settings. 2012-05-14 22:15:00 -04:00
effulgentsia 6275cc5949 #1536844: Moved language, path, theme, and module initialization from bootstrap to request listeners. 2012-05-09 01:21:37 -05:00
Larry Garfield 12e53f92a3 Merge remote-tracking branch 'upstream/8.x' into kernel
Resolve conflicts in cron improvements.

Conflicts:
	core/INSTALL.txt
	core/includes/bootstrap.inc
	core/modules/simpletest/drupal_web_test_case.php
	core/modules/system/system.install
	core/modules/system/system.module
	core/modules/system/system.test
	core/scripts/cron-curl.sh
	core/scripts/cron-lynx.sh
2012-05-06 23:03:57 -05:00
Jennifer Hodgdon 638e8cb0b8 Issue #/1536750 by perusio: Fix drupal_goto documentation of status codes 2012-05-04 13:02:19 -07:00
Dries f72f814f7b - Patch #1404198 by sun, beejeebus, fago, chx: Separate database cache clearing from static cache clearing and data structure rebuilding. 2012-05-03 11:09:39 -04:00
catch bf258ac3ad Issue #1539602 by cosmicdreams: Modify common.inc to use Dependency Injection for language. 2012-05-01 12:32:24 +09:00
Larry Garfield 29ec5c929b Merge remote-tracking branch 'upstream/8.x' into kernel
Conflicts:
	core/includes/common.inc
	core/includes/menu.inc
	core/modules/image/image.test
	core/modules/system/tests/file.test
2012-04-30 21:29:48 -05: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
Larry Garfield 88be740cdb Merge remote-tracking branch 'upstream/8.x' into kernel
Conflicts:
	core/modules/node/node.module
	core/modules/overlay/overlay.module
2012-04-27 21:59:33 -05:00
catch bc7f5c39a4 Issue #1404380 by msonnabaum, xjm, mjpa: Fixed Unnecessary aggregation of CSS/JS. 2012-04-24 11:05:45 +09:00
Larry Garfield c96c3fca10 Merge remote-tracking branch 'upstream/8.x' into kernel 2012-04-20 01:07:37 -05:00
Dries 3a9a31251d Merge branch '8.x' of git.drupal.org:project/drupal into 8.x 2012-04-19 07:32:00 -04:00
catch 6ead5e0750 Issue #1174646 by aspilicious, ericduran, Niklas Fiekas: Added new HTML5 FAPI element: range. 2012-04-19 12:07:55 +09: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 d9135600c9 Issue #1509996 by jhedstrom: Added Convert hook_cron_queue_info() to hook_queue_info(). 2012-04-17 12:07:50 +09:00
Katherine Bailey b99d11fac6 Adding a ResponseSubscriber for taking care of end of request tasks, including caching of pages and system paths 2012-04-15 18:03:25 -05:00
Larry Garfield a94bb607ed Merge remote-tracking branch 'upstream/8.x' into kernel 2012-04-13 00:19:25 -05:00
catch 4193c4ce26 Issue #1174640 by Niklas Fiekas, aspilicious, ericduran, cosmicdreams, amateescu, tim.plunkett: Added new HTML5 FAPI element: number. 2012-04-07 11:35:00 +09:00
Larry Garfield c45a3d572f Merge remote-tracking branch 'upstream/8.x' into kernel 2012-04-06 16:25:48 -05:00
catch 837430ffee Issue #1323124 by amateescu, aspilicious, Berdir: Convert file transfer system to PSR-0. Commit ALL THE files. 2012-04-03 15:12:03 +09:00
catch e89ce2820d Revert "Issue #1323124 by amateescu, aspilicious, Berdir: Convert file transfer system to PSR-0."
This reverts commit 5abec889ea.
2012-04-03 15:10:00 +09:00
catch 5abec889ea Issue #1323124 by amateescu, aspilicious, Berdir: Convert file transfer system to PSR-0. 2012-04-03 14:37:09 +09:00
Niklas Fiekas d543531909 Throw right exception in drupal_access_denied(). 2012-04-02 18:28:33 +02:00
Larry Garfield a764bd3fbb Revert "Convert more path utility functions to just wrap the request object."
We're not ready for this yet.

This reverts commit a2f83000b4.
2012-03-31 20:17:44 -05:00
Larry Garfield a2f83000b4 Convert more path utility functions to just wrap the request object. 2012-03-31 19:16:21 -05:00
Larry Garfield 020d18696e Merge remote-tracking branch 'upstream/8.x' into kernel 2012-03-31 18:19:48 -05:00
webchick 09f031097c Issue #1508956 by lsenzee: Fixed unclear description for drupal_parse_url(). 2012-03-29 17:38:24 -07:00
catch 97674b9f05 Issue #1174628 by Dave Reid, Niklas Fiekas, ericduran, Jacine: Add new HTML5 FAPI element: search. 2012-03-27 15:17:38 +09:00
webchick 57a156ef96 Issue #692366 by underq, bradweikel, willmoy, kid_icarus | foripepe: Fixed Stop forcing language/mirror for PHP manual links. 2012-03-24 00:14:35 -06:00
Andrew Berry 08d5e2850d Documentation and TODO updates. 2012-03-23 14:56:51 -06:00
Larry Garfield f078c8c38d Copy the old 404 code into the new location. Still need to futz with it. 2012-03-15 23:55:14 -05:00
Larry Garfield 6673e6ca0b Merge remote-tracking branch 'upstream/8.x' into kernel 2012-03-14 23:42:15 -05:00
Jennifer Hodgdon 17269ee9b2 Issue #1480570 by Gaelan: Make default clear in drupal_add_css() args doc 2012-03-14 15:16:58 -07:00
catch f5032a6cff Issue #1180112 by franz, Pedro Lozano, amateescu: Move drupal_*_schema_*() functions into one place. 2012-03-15 00:29:10 +09:00
catch 3ed34f67dc Issue #1203112 by droplet, dcmouyard: Added X-UA-Compatible HTTP header. 2012-03-14 13:22:37 +09:00
Larry Garfield dd2bfb73c3 Merge remote-tracking branch 'upstream/8.x' into kernel 2012-03-12 23:45:46 -05:00
catch 9e43704ae6 Issue #1468244 by amateescu, aspilicious: Convert DrupalQueue system to PSR-0. 2012-03-12 12:07:39 +09:00
Larry Garfield dab4c21f3c Merge remote-tracking branch 'upstream/8.x' into kernel 2012-03-11 03:16:01 -05:00
Dries 2e250c694f - Patch #532512 by Gábor Hojtsy, andypost, no_commit_credit: fixed Plural string storage is broken, editing UI is missing. 2012-03-10 21:35:21 -05:00
webchick 368cf30de0 Issue #1471376 by amateescu: Convert updater.inc to PSR-0. 2012-03-10 16:23:05 -08:00
webchick 59e142d1b5 Revert "- Patch #1471376 by amateescu: convert updater.inc to PSR-0."
This reverts commit de2ef9def5.
2012-03-10 16:21:58 -08:00
Dries de2ef9def5 - Patch #1471376 by amateescu: convert updater.inc to PSR-0. 2012-03-10 18:04:45 -05:00
Larry Garfield 63ec801e03 Merge remote-tracking branch 'upstream/8.x' into kernel 2012-03-10 11:08:52 -06:00
catch da3a59b574 Issue #1174630 by Dave Reid, Niklas Fiekas, ericduran, xjm: Added new HTML5 FAPI element: url. 2012-03-09 00:13:41 +09:00
Larry Garfield b68927a276 Merge remote-tracking branch 'upstream/8.x' into kernel 2012-03-05 21:41:14 -06:00
Dries 44963050b2 Merge remote-tracking branch 'heyrocker/8.x-file-config' into 8.x 2012-03-02 12:42:36 -05:00
catch 2cc2aa2568 Issue #1174620 by Niklas Fiekas, Dave Reid, ericduran: Added new HTML5 FAPI element: email. 2012-03-02 16:29:16 +09:00
Larry Garfield d9b452b92e Merge branch '8.x' into kernel 2012-03-01 23:32:55 -06:00
Greg Dunlap 1bc549de8f Merge remote-tracking branch 'origin/8.x' into 8.x-file-config 2012-02-29 19:47:35 -08:00
Nathaniel bdb71c6fa7 Merge remote branch 'crell/dbtngtng' into 8.x 2012-03-01 12:22:48 +09:00
Greg Dunlap 5981cc85c1 Merge remote-tracking branch 'origin/8.x' into 8.x-file-config 2012-02-28 23:03:30 -08:00
Nathaniel f3da649b7c Issue #967166 by effulgentsia, Cottser: Fixed Content rendered via AJAX does not respect stylesheets removed in .info files. 2012-02-27 12:01:22 +09:00
Larry Garfield 7492474b2d Convert clean URL handling to the format used by the Request object. 2012-02-26 13:41:29 -06:00
Larry Garfield f9fe640f78 Move the new routing logic into a DrupalKernel object. 2012-02-22 22:53:15 -06:00
Greg Dunlap bdd013ea2a Merge remote-tracking branches 'origin/8.x' and 'origin/8.x-file-config' into 8.x-file-config 2012-02-22 14:29:38 -08:00
Dries a58940f111 - Patch #1222194 by Gábor Hojtsy, plach: rename global to (). 2012-02-22 08:37:04 -05:00
Greg Dunlap 47cdc75465 Reinstated updates to common.inc that had apparently gotten clobbered during a previous merge 2012-02-22 00:06:14 -08:00
Dries fa0562fac4 - Patch #1416392 by Gábor Hojtsy, plach, rvilar: clean up language (types) bootstrap function naming and documentation. 2012-02-21 10:44:11 -05:00
Greg Dunlap eb9954acfa Merge remote-tracking branch 'origin/8.x' into 8.x-file-config 2012-02-16 14:22:20 -08:00
catch ddf4b81fc7 Issue #1221276 by fietserwin, Gábor Hojtsy, sun, gumanist: Fixed locale_get_plural() only works for a single language within a request and does not work for English. 2012-02-16 22:42:26 +09:00
sun 23ecfa9484 Fixed CommonJavaScriptTestCase. 2012-02-14 12:20:02 -08:00
James Gilliland e7e6eb55f2 WIP 2012-02-13 09:57:30 -05:00
sun f71138695f Fixed configuration file directory not setup for tests. 2012-02-13 18:53:07 +01:00
justinrandell a3156a15e7 Convert a couple of calls that look for cache settings using the old variable_get system. 2012-02-11 23:01:58 -05:00
catch a8edf85f0f Issue #911354 by adrian, boombatower, jhedstrom, sun, yhahn, dixon_, et al: Fixed Tests in profiles/[name]/modules cannot be run and cannot use a different profile for running tests. 2012-02-03 23:37:28 +09:00
Larry Garfield 1bc5b98e6c Merge remote-tracking branch 'dries/8.x' into dbtngtng 2012-02-02 23:50:39 -06:00
Dries a7e6d4af19 Merge branch '8.x' of git.drupal.org:project/drupal into 8.x 2012-01-31 14:13:57 -05:00
Nathaniel 1146ec3b47 Issue #1183250 by jessebeach, linclark, aspilicious, sun, Everett Zufelt, scor: Add a theme_datetime() function to consistently theme dates and datetimes. 2012-01-31 14:17:24 +09:00
Dries cfab9bc488 - Patch #1229442 by bleen18, amateescu, chrispomeroy, jessebeach: convert poll tpls and markup to HTML5. 2012-01-29 16:47:33 -05:00
Larry Garfield b5e33f620e Merge branch '8.x' into dbtngtng 2012-01-26 23:47:34 -06:00
Dries f5abeb9b11 - Patch #1416218 by scorchio: Improve variable naming in format_interval(). 2012-01-25 08:19:32 -05:00
Larry Garfield 92286713d5 Move database files to the new lib directory and update code accordingly. 2012-01-22 23:56:07 -06:00
Larry Garfield adbd7c9aad Merge branch '8.x' into dbtngtng 2012-01-22 21:34:59 -06:00
Dries 09e2fb03bf - Patch #1280538 by fastangel, Gábor Hojtsy, plach: Language negotiation UX: default the path prefix setting on installation so that it actually works right away. 2012-01-22 19:46:31 -05:00
catch aa400e9e8a Issue #1174634 by ericduran, rupl, Dave Reid, jhedstrom, helior: Add new HTML5 FAPI element: telephone. 2012-01-19 21:55:48 +09:00
catch 86acb0421d Issue #1402962 by msonnabaum, marcing, xjm: Fixed Render cache shouldn't treat empty strings as a cache miss. 2012-01-19 21:47:15 +09:00
catch 2f0d691cb1 Issue #278425 by andypost, OnkelTem, chx, c960657, droplet et al: Fixed Using basename() is not locale safe. 2012-01-18 13:10:02 +09:00
catch c95075ec68 Issue #996236 by fago, sun, pillarsdotnet: Fixed drupal_flush_all_caches() does not clear entity info cache. 2012-01-18 13:02:34 +09:00
catch 7cd1f96db9 Issue #1397246 by webchick, heyrocker, sun: Add drupal_array_unset_nested_value(). 2012-01-12 22:22:07 +09: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 a1b360ece1 Issue #1371484 by catch, makara, ArtistConk: Fixed Private properties in abstract class DrupalCacheArray. 2012-01-11 00:25:36 +09:00
catch 8cc5ede8dc Issue #1287368 by TwoD, valthebald, xjm, sun: Fixed Drupal.settings.ajaxPageState.css gets overwritten. 2012-01-08 22:58:16 +09:00
catch b3cf068140 Issue #375397 by sun, Xano, Rob Loach: Make Node module optional. 2012-01-08 16:14:15 +09:00
catch 5d5cadea60 Issue #1387586 by Gábor Hojtsy: Rename drupal_multilingual() to language_multilingual(). 2012-01-03 14:17:30 +09:00
Larry Garfield 0879ffd974 Merge branch '8.x' into dbtngtng
Manually merged the transaction order fixes, since that code has moved to new files.
2012-01-02 14:13:49 -06:00
catch a8addadfad Issue #1272706 by catch, pillarsdotnet, Berdir, msonnabaum: Remove backwards compatibility layer for cache API. 2011-12-30 15:00:36 +09:00
Larry Garfield 67429ab19f Initial move and rename of database classes to PSR-0 namespaces. So far only MySQL has been converted. 2011-12-27 15:17:19 -06: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
catch 5fb188f2d0 Issue #98696 by sun, floretan, rszrama, zeta ζ, marvil07: Fixed various bugs in theme_links(). 2011-12-19 19:45:52 +09:00
Dries 9c29ac79af - Patch #1059884 by bfroehle, sun, casey: Drop function_exists() for 'callback' functions. 2011-12-15 12:33:38 -05:00
catch 9727bd093b Issue #1315886 by xjm: Clean up API docs for includes directory, files starting with A-C. 2011-12-05 21:52:27 +09:00
catch 51dd3e20d3 Issue #970338 by jbrown, joachim: Fixed drupal_write_record() cannot save an empty (full default) row. 2011-12-05 21:40:54 +09:00
Dries 25cc6b4325 - Patch #479368 by Roger Saner, xjm, Heine, mcarbone, keichee, asimmonds: Create RFC compliant HTML safe JSON. 2011-12-05 07:17:24 -05:00
catch efe0a73b29 Issue #334024 by klausi, catch, beejeebus, sun: Use const keyword to define constants instead of define(). 2011-11-29 18:56:53 +09:00
Nathaniel 1b4dfed494 Issue #1025796 by jthorson, Rob Loach, tim.plunkett, alex_ustinov: Fixed Rename path to uri in image functions. 2011-11-25 12:09:40 +09:00
catch b9c47a3f46 Issue #1174756 by linclark, karschsp, amateescu, rupl: Convert <head> markup to HTML5. 2011-11-19 00:06:47 +09:00
Nathaniel 2173020359 Issue #1077878 by ericduran, Mark Trapp, JohnAlbin, jessebeach, Jacine: Added HTML5shiv to core. 2011-11-17 16:33:06 +09:00
catch 9810408fd9 Issue #1227942 by cweagans, Rob Loach: Move user-related functions to user.module. 2011-11-10 23:57:14 +09:00
catch 5f46023c78 Issue #865536 by ericduran, effulgentsia, cosmicdreams, sreynen, jessebeach et al: Added drupal_add_js() is missing the 'browsers' option. 2011-11-03 20:00:04 +09:00
catch cde51eae5d Issue #635046 by claudiu.cristea, sun, fago: Fixed form_state_values_clean() is polluting form values. 2011-11-03 16:32:28 +09:00
webchick 718fe5d907 Issue #1326472 by xjm: Add capitalization and periods to several inline comments in common.inc. 2011-10-31 22:04:16 -07:00
Nathan Haug f434037c0e 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
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