Commit Graph

385 Commits (b3db204762a8ad357eaa98cd3e647019f8a6c87f)

Author SHA1 Message Date
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
catch 13f5d8389a Issue #2178581 by damiankloip, penyaskito, Solthun: Add an AnonymousUserSession object in favour of using drupal_anonymous_user(). 2014-03-25 19:58:38 +01:00
webchick 1b79de3d21 Issue #2221923 by tstoeckler: Use \Exception instead of Exception in config_get_config_directory(). 2014-03-24 07:54:10 -07:00
Alex Pott 000966e0dd Issue #2219009 by pwolanin: Improve DX of Settings class. 2014-03-24 09:51:28 +01:00
catch a6ffb28261 Issue #2158003 by Wim Leers, msonnabaum, effulgentsia, moshe weitzman: Remove Block Cache API in favor of blocks returning #cache with cache tags. 2014-03-22 22:00:38 +00:00
webchick 77123f3f1b Issue #340723 by ParisLiakos, sun, Berdir, glennpratt, Cottser, swentel, alexpott, tstoeckler, Xano, tim.plunkett, BassistJimmyJam | beejeebus: Make modules and installation profiles only require .info.yml files. 2014-03-17 07:43:29 -07:00
Alex Pott eba0b71872 Revert "Issue #340723 by ParisLiakos, sun, Berdir, glennpratt, Cottser, swentel, tstoeckler, Xano, tim.plunkett, BassistJimmyJam: Make modules and installation profiles only require .info.yml files."
This reverts commit b4c561d0d5.
2014-03-17 13:02:04 +00:00
Nathaniel Catchpole b4c561d0d5 Issue #340723 by ParisLiakos, sun, Berdir, glennpratt, Cottser, swentel, tstoeckler, Xano, tim.plunkett, BassistJimmyJam: Make modules and installation profiles only require .info.yml files. 2014-03-17 11:57:35 +00:00
webchick 1fd56471e9 Issue #2209595 by ianthomas_uk: Remove drupal_set_title(), drupal_get_title() and associated tests. 2014-03-12 11:12:13 -07:00
Nathaniel Catchpole 6940175e6c Issue #1550866 by cosmicdreams, YesCT, sun, RobLoach: Remove obsolete drupal_language_initialize(). 2014-03-10 12:05:05 +00:00
Nathaniel Catchpole 0fb87b2c51 Issue #2213643 by sun: Remove dysfunctional drupal_override_server_variables(). 2014-03-10 11:42:06 +00:00
Dries 1d58c60abc Issue #2184653 by amateescu: Rename Drupal\Component\Utility\Url to UrlHelper. 2014-03-05 15:22:39 -05:00
webchick 2c9c01bfd5 Issue #2209583 by ianthomas_uk: Remove use of drupal_set_title()/drupal_get_title()/_system_path from page cache. 2014-03-04 09:52:19 -08:00
webchick 523964ba75 Issue #2192693 by alexpott, swentel: Remove config.inc. 2014-03-01 11:02:16 -08:00
Nathaniel Catchpole 668d277ff6 Issue #2188661 by sun, Berdir, andypost: Extension System, Part II: ExtensionDiscovery. 2014-02-28 11:51:38 +00:00
webchick a9a2ae1a33 Issue #2206263 by sun: Drupal_is_cli() returns FALSE on PHP CLI. 2014-02-27 20:53:01 -08:00
Dries 3a5c3b322a Issue #2152073 by dmouse, sun, Xano: Bump Drupal core's PHP requirement to 5.4.2. 2014-02-27 20:14:53 +01:00
Nathaniel Catchpole 6727b8146e Revert "Issue #2188661 by sun, Berdir: Extension System, Part II: ExtensionDiscovery."
This reverts commit ae8be3cc96.
2014-02-27 14:30:43 +00:00
Nathaniel Catchpole ae8be3cc96 Issue #2188661 by sun, Berdir: Extension System, Part II: ExtensionDiscovery. 2014-02-27 13:31:02 +00:00
Alex Pott 17645df74c Revert "Issue #2176621 by sun, alexpott: Remove global $databases." Broke testbots
This reverts commit 06e6e9238f.
2014-02-27 10:23:06 +00:00
webchick 06e6e9238f Issue #2176621 by sun, alexpott: Remove global $databases. 2014-02-26 21:12:10 -08:00
webchick b8ef3c6bff Issue #2140433 by pwolanin, chx, Owen Barton, dstol, Heine, Damien Tournoud: Port SA-CORE-2013-003 to Drupal 8. 2014-02-26 20:48:12 -08:00
webchick 08a9a7993d Issue #2044367 by InternetDevels, Berdir, wildflower_0002, ianthomas_uk, ParisLiakos, Xano | cosmicdreams: Replace calls to lock() with \Drupal::lock(). 2014-02-26 11:30:20 -08:00
Alex Pott cb566fab3e Issue #2198339 by longwave, damiankloip: Remove cache.inc. 2014-02-25 11:38:00 +00:00
webchick e9f6125007 Revert "Issue #2198339 by damiankloip: Remove cache.inc."
Ugh. Some more cache() calls have sneaky-sneaked in.

This reverts commit 4dbdfeeb08.
2014-02-24 14:44:16 -08:00
webchick 4dbdfeeb08 Issue #2198339 by damiankloip: Remove cache.inc. 2014-02-24 14:32:39 -08:00
Alex Pott e53957de4f Revert "Issue #2203271 by Xano: Undefined index "rows_order" in theme_field_ui_table()." contained another patch
This reverts commit a457090d61.
2014-02-24 14:21:15 +00:00
Alex Pott a457090d61 Issue #2203271 by Xano: Undefined index "rows_order" in theme_field_ui_table(). 2014-02-24 13:48:40 +00:00
Alex Pott 78e5e9bfd9 Issue #2045927 by herom, martin107, ianthomas_uk, Xano, michaellander, Sutharsan: Replace all drupal_alter() deprecated function calls. 2014-02-24 10:10:52 +00:00
Alex Pott eb53ecc555 Issue #2187735 by ianthomas_uk, Sutharsan, andypost: Add removal information to docblock of all @deprecated functions. 2014-02-20 13:49:37 +00:00
Nathaniel Catchpole aabf99451a Issue #2036259 by sun, damiankloip, ParisLiakos: Move $drupal_hash_salt to settings(). 2014-02-20 12:29:03 +00:00
Alex Pott e71d749ecc Issue #2194111 by sun: Error handler throws exception when service container is not (fully) available yet. 2014-02-16 18:40:49 +00:00
Alex Pott f4a1b19aff Issue #2045921 by juanolalla, Xano, Sutharsan, InternetDevels, ianthomas_uk: Replace all module_invoke() deprecated function calls. 2014-02-15 10:06:58 +00:00