Commit Graph

270 Commits (eba0b7187251f06601a067146036aa6348d63d18)

Author SHA1 Message Date
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
Alex Pott e42ac27706 Issue #1351352 by sun, lucascaro, Gábor Hojtsy, rupertj: Distribution installation profiles are no longer able to override the early installer screens. 2014-03-14 10:49:27 +00:00
webchick 50eb800932 Issue #2166529 by Kartagis: Typo in install.core.inc comments. 2014-03-12 12:23:42 -07:00
Alex Pott 28d0b8efa5 Issue #2210197 by sun, longwave, Sutharsan: Remove public access to Extension::$type, ::$name, ::$filename. 2014-03-11 17:19:24 +00: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
Alex Pott 01a3e1902f Issue #2203407 by nod_, sun: Replace #attached library array values with provider-namespaced strings. 2014-03-09 19:59:45 +00:00
Alex Pott 45e61d20d1 Issue #2213357 by sun: Use a proper kernel in early installer. 2014-03-09 15:08:57 +00:00
Alex Pott 7abce708dc Issue #2163203 by joelpittet, longwave, saki007ster: Remove calls to deprecated global $user wherever possible (outside bootstrap and authentication). 2014-03-08 10:53:03 +00:00
Alex Pott d8c718b2f6 Revert "Issue #2210197 by sun, longwave: Remove public access to Extension::$type, ::$name, ::$filename." Broke 'drush en simpletest' on testbots
This reverts commit 2c51074d59.
2014-03-07 14:14:32 +00:00
Nathaniel Catchpole 0aa59382b2 Issue #2192649 by sun, chakrapani, sidharthap: Remove drupal_set_title() from installation and update process. 2014-03-07 14:03:33 +00:00
Alex Pott 2c51074d59 Issue #2210197 by sun, longwave: Remove public access to Extension::$type, ::$name, ::$filename. 2014-03-07 11:18:08 +00:00
Alex Pott 22fa67d934 Issue #2185583 by longwave, InternetDevels: Allow to select "English" language via mouse click in installer language selection screen. 2014-03-04 13:05:44 +00:00
Nathaniel Catchpole 668d277ff6 Issue #2188661 by sun, Berdir, andypost: Extension System, Part II: ExtensionDiscovery. 2014-02-28 11:51:38 +00: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
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
webchick f19fadd3a4 Issue #1996238 by sun, nod_, damiankloip, Wim Leers, longwave, alexpott, Xano, mdrummond, Mark Carver, Jeff Burnz, highrockmedia, joelpittet, et al: Replace hook_library_info() by *.libraries.yml file. 2014-02-22 20:56:51 -08:00
Nathaniel Catchpole aabf99451a Issue #2036259 by sun, damiankloip, ParisLiakos: Move $drupal_hash_salt to settings(). 2014-02-20 12:29:03 +00:00
Nathaniel Catchpole 42e1b3a0ac Issue #2002336 by LewisNyman, mgifford, sun: Introduce a CSS class to hide borders of fieldset elements. 2014-02-13 11:00:41 +00:00
Nathaniel Catchpole db460fe78b Issue #2171683 by sun, alexpott, tstoeckler, larowlan: Remove all Simpletest overrides and rely on native multi-site functionality instead. 2014-02-10 17:31:31 +00:00
Nathaniel Catchpole 51d9879c22 Issue #2188595 by alexpott, jibran: Create a ConfigManager to be able to remove config.inc. 2014-02-10 14:46:51 +00:00
Nathaniel Catchpole ec06f877a4 Revert "Issue #2171683 by sun, tstoeckler, larowlan: Remove all Simpletest overrides and rely on native multi-site functionality instead."
This reverts commit 91db25eba4. Broke web
tests.
2014-02-10 11:14:28 +00:00
Nathaniel Catchpole 91db25eba4 Issue #2171683 by sun, tstoeckler, larowlan: Remove all Simpletest overrides and rely on native multi-site functionality instead. 2014-02-10 10:36:12 +00:00
webchick 02cb5564f1 Issue #2177655 by chakrapani, InternetDevels, martin107 | jessebeach: Replace theme() with drupal_render() in install.core.inc. 2014-02-06 20:00:24 -08:00
Alex Pott 643dab009e Issue #2176105 followup by sun: Installer catches exceptions and manually re-prints them; does not use error/exception handler. 2014-02-06 10:38:36 +00:00
Nathaniel Catchpole 38d4a10545 Issue #2176105 by sun: Installer catches exceptions and manually re-prints them; does not use error/exception handler. 2014-01-31 10:40:04 +00:00
Nathaniel Catchpole 29bf9e891f Issue #2166703 by alexpott: Config SchemaStorage uses InstallStorage. 2014-01-29 11:58:00 +00:00
Nathaniel Catchpole e373ebee34 Issue #2167109 by Berdir, sun, alexpott, ACF, acrollet, adamdicarlo, Albert Volkman, andreiashu, andyceo, andypost, anenkov, aspilicious, barbun, beejeebus, boombatower, cam8001, chriscalip, chx, cosmicdreams, dagmar, damiankloip, dawehner, deviance, disasm, dixon_, dstol, ebrowet, Gábor Hojtsy, heyrocker, Hydra, ianthomas_uk, japicoder, jcisio, jibran, julien, justafish, jvns, KarenS, kbasarab, kim.pepper, larowlan, Lars Toomre, leschekfm, Letharion, LinL, lirantal, Lukas von Blarer, marcingy, Mike Wacker, mrf, mtift, mtunay, n3or, nadavoid, nick_schuch, Niklas Fiekas, ParisLiakos, pcambra, penyaskito, pfrenssen, plopesc, Pol, Rok Žlender, rvilar, swentel, tim.plunkett, tobiasb, tsvenson, typhonius, vasi1186, vijaycs85, wamilton, webchick, webflo, wizonesolutions, xjm, yched, YesCT, znerol: Remove Variable subsystem. 2014-01-28 13:07:47 +00:00
Nathaniel Catchpole 3d5f960b6a Issue #2172561 by Gábor Hojtsy, alexpott: Config overrides may spill over to undesired places. 2014-01-27 16:44:58 +00:00
Alex Pott c84a43d3eb Issue #2176131 by sun: Database configuration form in installer still uses 'db_prefix' instead of 'prefix'. 2014-01-26 01:21:32 +01:00
catch 6f6a2f3d63 Issue #2108599 by alexpott, Gábor Hojtsy, vijaycs85: Convert language_default to CMI. 2014-01-25 22:00:48 +00:00
Alex Pott 9da7e4cdc7 Issue #2169267 by damiankloip: Replace drupal_cron_run() with a Cron service. 2014-01-25 19:13:53 +01:00
Alex Pott a3c8c88fa4 Issue #2121849 by moshe weitzman: Move chmod.directory and chmod.file out of config and into settings so that file writes are independant of the config system. 2014-01-24 10:45:47 +01:00
Nathaniel Catchpole 0b55dcd841 Issue #1862202 by plach, Berdir, katbailey, ParisLiakos, alexpott, chx, sun, larowlan, Gábor Hojtsy, cosmicdreams, vijaycs85, YesCT, penyaskito, andypost, Albert Volkman, joelpitett: Objectify the language system. 2014-01-15 16:27:37 +00:00
Dries 0483bec220 Issue #2155701 by sun: Installer starts with fatal error/exception 'table 'semaphore' not found' if settings.php contains already. 2014-01-10 13:37:16 -05:00
Nathaniel Catchpole 0ae4c3c304 Issue #2098119 by beejeebus, alexpott, chx: Replace config context system with baked-in locale support and single-event based overrides. 2014-01-09 10:50:21 +00:00
webchick c17906e3f9 Issue #2167517 by mtift, ianthomas_uk: System_custom_theme calls removed function drupal_container. 2014-01-05 20:42:18 -08:00
webchick 284241ecb9 Issue #2162013 by alexpott, Berdir, sun, pwolanin: Critical performance regression due to config schema + TypedData lookups in installer. 2014-01-04 10:53:30 -08:00
Nathaniel Catchpole 18828bde34 Issue #2160581 by vijaycs85, Wim Leers: Remove drupal_add_js() + drupal_add_library() from install.core.inc. 2014-01-03 19:45:00 +00:00
webchick 97dd7ca90b Issue #2162893 by Kartagis: Remove extra </em> tag in help text. 2013-12-31 15:16:35 -08:00
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