Commit Graph

417 Commits (49caf9dea570edbe9c85dcedbb8dd74daef52ad3)

Author SHA1 Message Date
Nathaniel Catchpole 85145ba9e3 Issue #2350877 by dawehner, Wim Leers, hussainweb: Deprecate/rename drupal_add_feed(), drupal_add_html_head(), drupal_add_html_head_link(), drupal_add_http_header(), and allow to be set declaratively in #attached. 2014-10-10 12:49:31 +01:00
catch df20c166d9 Issue #2267551 by jfhovinne, ParisLiakos, catch: PHP 5.4.5 needed to avoid zend failure when using autoloaded traits. 2014-10-07 23:14:37 +01:00
catch 010b586434 Revert "Issue #2267551 by catch | tim.plunkett: PHP 5.4.5 needed to avoid zend failure when using autoloaded traits."
This reverts commit 8d97ffff06.
2014-10-05 18:13:59 +02:00
Alex Pott ebdca18dc3 Issue #2324791 by Michael Hodge Jr, ParisLiakos: Remove watchdog(). 2014-10-05 14:07:07 +02:00
Alex Pott 74857b53c2 Issue #1845104 by longwave, thehong | martin_q: Fixed drupal_set_message('0') results in no output rather than outputting "0". 2014-10-04 16:57:03 +02:00
Alex Pott 8d97ffff06 Issue #2267551 by catch | tim.plunkett: PHP 5.4.5 needed to avoid zend failure when using autoloaded traits. 2014-10-03 11:47:25 +02:00
webchick d4b7bc7890 Issue #2341927 by martin107: Language module annotation improvements [ plus minor followup ]. 2014-09-27 00:19:16 -07:00
Alex Pott fb6c562c9e Issue #2263981 by znerol, beejeebus: Introduce a robust and extensible page cache-policy framework. 2014-09-20 11:14:29 +01:00
Jennifer Hodgdon 73c66d4dec Issue #2329703 by maximpodorov: Fix spelling in varous files 2014-09-18 07:21:39 -07:00
Alex Pott f8c58623ac Issue #2314181 by roderik | hefox: Change drupal_static('name', whatever, TRUE) function comments. 2014-09-16 12:51:03 +01:00
Nathaniel Catchpole 6aeb7e9a32 Issue #2325197 by tstoeckler, sun: Remove drupal_classloader(). 2014-09-03 14:02:51 +01:00
Nathaniel Catchpole 7c226d14a8 Issue #2289183 by anavarre, xjm: Fixed Temporarily increase D8 memory limit to reflect current requirements. 2014-07-22 10:24:02 +01:00
Alex Pott 7d0c5795a6 Issue #2062043 by eelkeblok, longwave, rhm50, InternetDevels, alvar0hurtad0, Xano: Replace user_access() calls with $account->hasPermission() in core files. 2014-07-20 11:28:21 +01:00
Alex Pott 87e675f09b Issue #1825952 by Fabianx, joelpittet, bdragon, heddn, chx, xjm, pwolanin, mikey_p, ti2m, bfr, dags, cilefen, scor, mgifford: Turn on twig autoescape by default 2014-07-18 10:05:22 +01:00
webchick 0ae0cdb946 Issue #2297487 by er.pushpinderrana, marcingy: Remove the check_plain function. 2014-07-13 13:25:50 -07:00
Alex Pott 24cfbec0ae Issue #2301577 by ParisLiakos, joshi.rohit100: Remove drupal_alter() as it is deprecated. 2014-07-13 10:01:38 +01:00
Alex Pott 8853240aff Issue #2300853 by joshi.rohit100: Remove language() method from bootstrap.inc as it is deprecated. 2014-07-13 10:00:13 +01:00
webchick 17e7dbac24 Issue #2300831 by joshi.rohit100: Remove module_exists() as it is deprecated. 2014-07-11 22:55:11 -07:00
webchick 458b9fc7eb Issue #2300857 by joshi.rohit100: Remove lock() method from bootstrap.inc as deprecated. 2014-07-11 22:49:28 -07:00
Alex Pott ad3e93699d Issue #2300821 by joshi.rohit100: Remove module_invoke_all() as it is deprecated. 2014-07-11 11:06:17 +01:00
Alex Pott 36c7a10caa Issue #2300833 by joshi.rohit100: Remove module_hook() as it is deprecated. 2014-07-11 10:57:45 +01:00
Alex Pott b55f3ed432 Issue #2300697 by joshi.rohit100: Remove drupal_is_cli() as It is deprecated. 2014-07-11 10:56:21 +01:00
Alex Pott 5dd3776909 Issue #1918820 by neclimdul, typhonius, pwolanin | 0x534B41: Fixed HTTP header date formats. 2014-07-07 16:33:35 +01:00
Alex Pott e2a239e885 Issue #2297533 by longwave | marcingy: Remove drupal_check_memory_limit function. 2014-07-07 14:54:31 +01:00
Alex Pott 0a54fea93a Issue #2294093 by ParisLiakos: Remove arg(). 2014-07-07 12:00:37 +01:00
Alex Pott 8878f6b107 Issue #2286837 by ParisLiakos, damiankloip: Remove drupal_get_hash_salt(). 2014-07-07 11:48:03 +01:00
Alex Pott 8074550db8 Issue #2294161 by ParisLiakos: Deprecate and remove usages of drupal_is_cli(). 2014-07-07 11:43:37 +01:00
webchick 04bf43bb92 Issue #2272467 by ParisLiakos: Remove usages of watchdog() from procedural code. 2014-06-26 11:55:12 -07:00
Nathaniel Catchpole 5e58da00e6 Issue #2016629 by larowlan, neclimdul, sun, alexpott, jibran, ParisLiakos, donquixote, effulgentsia, msonnabaum: Refactor bootstrap to better utilize the kernel. 2014-06-26 11:47:01 +01:00
Nathaniel Catchpole 52b844921c Issue #2185315 by justafish, InternetDevels: Remove deprecated drupal_anonymous_user() function. 2014-06-11 11:41:34 +01:00
webchick 49a900460d Issue #2246665 by jaredsmith, martin107, YesCT, filijonka, tstoeckler: Typehint with Drupal\Core\Language\LanguageInterface instead Drupal\Core\Language\Language. 2014-06-10 09:53:32 -07:00
Alex Pott 6d2ce628bc Revert "Issue #2016629 by larowlan, neclimdul, sun, alexpott, jibran, ParisLiakos, donquixote, effulgentsia, msonnabaum: Refactor bootstrap to better utilize the kernel."
This reverts commit cda051c425.
2014-06-05 12:53:24 -05:00
Nathaniel Catchpole cda051c425 Issue #2016629 by larowlan, neclimdul, sun, alexpott, jibran, ParisLiakos, donquixote, effulgentsia, msonnabaum: Refactor bootstrap to better utilize the kernel. 2014-06-05 11:30:04 +01:00
Alex Pott 65b30c0486 Issue #2247287 by donquixote: Drop automatic PSR-0 support for modules. 2014-06-01 16:20:56 -05:00
Nathaniel Catchpole 1187a68197 Issue #788900 by ParisLiakos, dawehner, effulgentsia, xjm, et al: Deprecate and remove usages of arg(). 2014-05-28 10:55:05 +01:00
Alex Pott eed52b4d82 Issue #2003800 by jhedstrom, filijonka, YesCT, ParisLiakos, steeloctopus, damiankloip, sun, LinL, amateescu: Move drupal_check_memory_limit() and parse_size() functionality to components. 2014-05-23 20:25:52 +01:00
Nathaniel Catchpole e44d15a76d Issue #1289536 by ParisLiakos, RobLoach, Crell, larowlan, fgm, pounard, Pancho, dawehner, scor, tim.plunkett, alexpott, socketwench: Switch Watchdog to a PSR-3 logging framework. 2014-05-22 10:38:46 +01:00
Alex Pott 52a11d6ac3 Revert "Issue #1289536 by RobLoach, Crell, Pancho, pounard, socketwench, fgm, dawehner, scor, tim.plunkett, larowlan, ParisLiakos: Switch Watchdog to a PSR-3 logging framework."
This reverts commit ef250ba2cb.
2014-05-21 14:59:11 +01:00
Nathaniel Catchpole ef250ba2cb Issue #1289536 by RobLoach, Crell, Pancho, pounard, socketwench, fgm, dawehner, scor, tim.plunkett, larowlan, ParisLiakos: Switch Watchdog to a PSR-3 logging framework. 2014-05-20 17:40:34 +01:00
Nathaniel Catchpole 5a01a26f15 Issue #2257709 by znerol, Wim Leers: Remove the interdependence between the internal page cache and management of the Cache-Control header for external caches. 2014-05-09 10:52:16 +01:00
Nathaniel Catchpole 240056969a Issue #2257807 by znerol: Remove 'Forever' from the Page cache maximum age options. 2014-05-08 14:28:06 +01:00
Nathaniel Catchpole 9ce5973992 Issue #2207585 by damiankloip, Xano, dawehner: Find a new OO home for drupal_get_hash_salt(). 2014-05-08 13:48:51 +01:00
Dries 2b9cec6dbe Issue #2176621 by sun, alexpott: Remove global . 2014-05-05 07:30:43 -04:00
Nathaniel Catchpole f6f7472f57 Issue #1824360 by morningtime, Mixologic: Drupal sets $_SERVER['HTTP_REFERER'] to the empty string when no Referer: header was sent. 2014-04-28 16:08:22 +01:00
Alex Pott 8a56782390 Issue #2208475 by sun, Xano, Jalandhar, andrei.dincu: Move Settings into Drupal\Core\Site\Settings. 2014-04-25 20:13:44 +01:00
Andreas Hennings 940e0dffb8 Issue #2083547 by donquixote: Implement PSR-4 for module-provided class files.
This affects class loading, plugin discovery and test discovery.

PSR-0 is still supported, and no module class files are moved yet.
2014-04-22 16:50:40 -07:00
Jennifer Hodgdon 7f1f993423 Issue #2242585 by filijonka: Fix file docs in bootstrap.inc 2014-04-16 15:49:23 -07:00
Alex Pott 12abe621e1 Issue #2228341 by sun, znerol, skipyT, ParisLiakos: Objectify session management functions + remove session.inc. 2014-04-10 13:30:54 -04:00
Alex Pott 4511dc22e6 Issue #2228921 by sun: Consolidate system.module + system.theme + system.theme.disabled into core.extension config. 2014-04-02 08:05:28 +01:00
catch bb0f5fced3 Issue #1194136 by Berdir, damiankloip, Wim Leers: Re-organise core cache bins. 2014-03-26 14:19:28 +01:00