Commit Graph

482 Commits (9.2.x)

Author SHA1 Message Date
catch cda287d212 Issue #2238561 by alexpott, dawehner, andypost, bradjones1, ridhimaabrol24, jofitz, eiriksm, Darren Oh, kalyansamanta, znerol, neclimdul, catch, pwolanin: Use the default PHP session ID instead of generating a custom one 2021-01-04 13:23:54 +00:00
catch cb567e6230 Issue #2625820 by tstoeckler, alexpott, mirom, valthebald, pfrenssen, raman.b, Mile23, andypost: install_check_translations() sometimes incorrectly returns NULL instead of array 2020-12-22 20:33:08 +00:00
Alex Pott ee0a221df8
Issue #3188920 by xjm: Make Guzzle exception handling forward-compatible with Guzzle 7 2020-12-21 06:26:56 +00:00
catch b72fe50a60 Issue #3151118 by alexpott, Beakerboy, kapilkumar0324, anmolgoyal74, jungle, heddn, Mile23, andypost, daffie: Include bootstrap.inc using composer 2020-11-03 11:45:09 +00:00
Alex Pott 79f9e9dc97
Issue #3179318 by dww: Always use HTTPS for fetching translations 2020-10-28 23:18:05 +00:00
Alex Pott 1b53ab69a4
Issue #3176652 by Erik Frèrejean: Inline documentation references removed function `drupal_installation_attempted` 2020-10-20 17:08:47 +01:00
catch 2958021046 Issue #3172537 by andypost, mikelutz, Gábor Hojtsy, kim.pepper: Passing a command as string when creating a "Symfony\Component\Process\Process" instance is deprecated since Symfony 4.2, pass it as an array of its arguments instead, or use the "Process::fromShellCommandline()" constructor if you need features provided 2020-10-06 14:31:33 +01:00
Alex Pott 19c4f1898e
Issue #3157895 by dww, andypost, alexpott: Move 'install_time' state update from \Drupal\Core\Installer\Form\SiteConfigureForm to installed_finished() 2020-07-17 13:12:26 +01:00
Alex Pott f7277d249b
Issue #3156266 by longwave, jungle, siddhant.bhosale, alexpott: Fix 70 spelling mistakes 2020-07-16 13:53:59 +01:00
Alex Pott a0a8601936
Issue #2898947 by rajandro, jungle, ankit.singh, AkashkumarOSL, Lal_, shimpy, Saurabh_sgh, markdorison, gnikolovski, jordanwood, librarylasso, Swapnil_Kotwal, mrinalini9, chiranjeeb2410, codersukanta, daffie, xjm, alexpott, mmjvb, mparker17, MaskyS, larowlan, quietone: Change "writeable" to "writable" in documentation 2020-06-28 13:46:45 +01:00
Alex Pott 3789388079
Issue #2917331 by catch, martin107, Deepak Goyal, longwave, andypost, ravi.shankar, alexpott, daffie, larowlan: Decouple from Symfony CMF 2020-06-23 10:35:08 +01:00
Alex Pott cd7455f314
Revert "Issue #2917331 by catch, martin107, Deepak Goyal, longwave, andypost, ravi.shankar, daffie, larowlan: Decouple from Symfony CMF"
This reverts commit 98eed2b1a6.
2020-06-23 09:04:39 +01:00
Alex Pott 98eed2b1a6
Issue #2917331 by catch, martin107, Deepak Goyal, longwave, andypost, ravi.shankar, daffie, larowlan: Decouple from Symfony CMF 2020-06-22 12:18:44 +01:00
catch 4e62462808 Issue #3112790 by alexpott, andypost, longwave: System and User modules are installed twice 2020-05-26 18:12:39 +01:00
xjm c0204735a8 Issue #3135310 by alexpott: Remove completely unused 'database_ready' install state logic 2020-05-21 23:41:57 -05:00
catch 1d551dd7d6 Issue #3120731 by alexpott, japerry, daffie, codersukanta, rfay, xjm, tim.plunkett, catch, andypost: Incorrect "Drupal already installed" if any database settings are wrong or unsatisfactory 2020-05-19 10:44:37 +01:00
xjm 2436298a17 Issue #2055851 by andypost, jungle, dawehner, Mac_Weber, sja112, borisson_, fietserwin, init90, Gábor Hojtsy, xjm, effulgentsia, tim.plunkett: Remove translation of exception messages 2020-05-18 19:21:21 -05:00
Alex Pott 6b54e9534f
Issue #2778917 by kiamlaluno, jungle, elaman, dawehner, alexpott, tvb, vadim.hirbu, ravi.shankar, quietone: Use the second parameter of \Drupal::state()->get() instead of checking the method didn't return any value 2020-05-02 13:07:36 +01:00
catch 8f7f02c661 Issue #3129508 by Lal_, daffie, Suresh Prabhu Parkala: Change multiple dirname()'s into a single dirname() with the use of the second parameter of dirname() 2020-04-23 17:15:14 +01:00
effulgentsia ff6279aa78 Issue #3120096 by alexpott, daffie, effulgentsia, Neslee Canil Pinto, xjm, mondrake, catch, ravi.shankar: Support contrib database driver directories in a fixed location in a module 2020-04-07 13:00:31 -07:00
catch aeae01b352 Issue #3087130 by alexpott, aleevas, rensingh99, andypost, chr.fritsch, DanielVeza: Profile configuration should be able to depend on optional configuration provided by modules 2020-03-10 12:57:46 +00:00
catch e79723c3ef Issue #3074585 by mikelutz, alexpott, Berdir, Mile23, heddn, effulgentsia, Wim Leers: [Symfony 5] Replace app.root and site.path string services with container parameters 2020-03-05 11:22:39 +00:00
catch 534ee0d39d Issue #3086374 by mondrake, alexpott, joseph.olstad, Spokje, ravi.shankar, Gábor Hojtsy, heddn, Charlie ChX Negyesi, amateescu: Make Drupal 9 compatible with PHP 7.4 2020-02-04 16:24:45 +00:00
Alex Pott f7d7c625f8
Issue #3108803 by k4v, ifrik, Gogowitsch: Error "default.settings.php should not be changed" during install 2020-01-28 09:30:25 +00:00
Lee Rowlands a39be9e41a
SA-CORE-2019-009 by mcdruid, larowlan, Heine, alexpott, xjm, DamienMcKenna, dsnopek, catch, greggles
(cherry picked from commit 7ae15f9c3d)
2019-12-18 20:41:46 +10:00
catch d79a645b27 Issue #3097173 by alexpott, Berdir: Complete removal of $config_directories 2019-11-28 12:14:11 +00:00
Alex Pott 144c05e1ae
Issue #3062757 by voleger, Berdir, andypost: Remove deprecated legacy include files from Drupal 9 2019-11-27 08:33:24 +00:00
Alex Pott f2469de972
Issue #3087546 by Berdir, alexpott, martin107, jibran: Remove deprecated entity manager 2019-11-14 10:49:28 +00:00
Alex Pott 2a009c5edd
Issue #3048498 by jonathan1055, Lendude, naveenvalecha, klausi, alexpott, Gábor Hojtsy: [≈Nov. 11] Fix Drupal.Commenting.Deprecated coding standard 2019-11-14 09:08:15 +00:00
webchick d3d7180735 Issue #3016471 by Gábor Hojtsy, drumm, tedbow: Make localization file download major version agnostic 2019-10-29 14:01:28 -07:00
Lee Rowlands d8ec05c39f
Issue #2620304 by kim.pepper, andypost, phenaproxima, mcdruid, alexpott, jibran, starshaped, kostyashupenko, nickolaj, Berdir, larowlan, catch, joachim, Mile23: htaccess functions should be a service 2019-09-30 12:09:49 +10:00
Alex Pott d37aea09c0
Issue #2413191 by claudiu.cristea, alexpott, andyceo, andypost, laszlo.kovacs, Dane Powell, Gábor Hojtsy, pfrenssen: Shipping a profile with multiple languages without locale module not possible 2019-09-23 15:44:39 +01:00
catch c848fb6b0f Issue #3039026 by kim.pepper, Berdir, Peter Majmesku, vadim.hirbu, YurkinPark, andypost, dww, claudiu.cristea, alexpott, jibran, dawehner, mikelutz: Deprecate file_directory_temp() and move to FileSystem service 2019-07-26 11:14:11 +01:00
catch dd907896b1 Issue #3035312 by kim.pepper, andypost, martin107, yogeshmpawar, naveenvalecha, pguillard, Berdir, dww, claudiu.cristea, jibran, Mile23: Move file_scan_directory() to file_system service 2019-07-24 11:29:08 +01:00
catch eb9dc11c05 Issue #2958925 by alexpott, voleger, Vlad Bo, Wim Leers: Properly deprecate drupal_get_profile() 2019-07-22 09:31:06 +01:00
catch c12498bd9e Issue #2776031 by fgm, andypost, voleger, yogeshmpawar, Berdir, joachim: Properly deprecate ThemeHandlerInterface install() and uninstall() also replace usage 2019-07-12 14:15:04 +01:00
catch 1a2babd20d Issue #2980712 by bircher, alexpott, yogeshmpawar, mpotter, borisson_: Define config directory in settings 2019-06-24 14:04:44 +01:00
Alex Pott 23fad5b6a5
Issue #2926068 by almaudoh, andypost, voleger, claudiu.cristea, Oleksiy, YurkinPark, yo30, alexpott, dawehner, Berdir: Deprecate system_rebuild_module_data() and remove usages in core 2019-06-03 12:49:38 +01:00
Lee Rowlands ba509afbc9
Issue #3047866 by mikelutz, Berdir, TR, alexpott, andypost, Satyanarayan Reddy: Remove usage of deprecated \Drupal::entityManager() in core 2019-05-24 16:44:36 +10:00
Lee Rowlands c210fadd23
Issue #3051069 by mikelutz, jibran, Berdir: Remove usage of deprecated entity_delete_multiple in core and trigger an error 2019-05-02 13:00:25 +10:00
Lee Rowlands 870b5646b2
Issue #3021434 by voleger, Peter Majmesku, andypost, Berdir, kim.pepper: Properly deprecate drupal_unlink() 2019-04-26 12:44:21 +10:00
catch 615123f51c Issue #2286655 by alexpott, attiks, mark_fullmer, nielsonm, Mark Slatinek, quietone, catch, dawehner, aburke626, justafish: Gender neutral language 2019-04-17 16:30:13 +09:00
Alex Pott 97a6869145
Issue #3021450 by kim.pepper, jibran, voleger, alexpott, Berdir: Add @trigger_error to deprecated functions in file.inc and replace their usages 2019-03-07 09:13:25 +00:00
Alex Pott 76bf269417
Issue #2244513 by kim.pepper, phenaproxima, 20th, andrei.dincu, beejeebus, Berdir, alexpott, jibran, andypost, larowlan, Chadwick Wood, acbramley, Wim Leers, sun, xjm, YesCT, chx, tim.plunkett: Move the unmanaged file APIs to the file_system service (file.inc) 2019-02-23 22:35:15 +00:00
xjm 57170a6ad7 Revert "Issue #2244513 by kim.pepper, phenaproxima, 20th, andrei.dincu, beejeebus, Berdir, jibran, alexpott, andypost, larowlan, Chadwick Wood, Wim Leers, acbramley, YesCT, sun, tim.plunkett, chx: Move the unmanaged file APIs to the file_system service (file.inc)"
This reverts commit 56be1a032e.
2019-02-23 13:09:49 -06:00
Alex Pott 56be1a032e
Issue #2244513 by kim.pepper, phenaproxima, 20th, andrei.dincu, beejeebus, Berdir, jibran, alexpott, andypost, larowlan, Chadwick Wood, Wim Leers, acbramley, YesCT, sun, tim.plunkett, chx: Move the unmanaged file APIs to the file_system service (file.inc) 2019-02-23 13:45:05 +00:00
Nathaniel Catchpole aaf13e2338 Issue #3029199 by Gábor Hojtsy, alexpott: [symfony 5] Calling "Symfony\Component\HttpFoundation\Request::getSession()" when no session has been set is deprecated since Symfony 4.1 2019-01-30 10:31:17 +00:00
Nathaniel Catchpole f9a3fa0516 Issue #2389243 by Mile23, tstoeckler, dawehner: Remove unnecessary BC-layer in install_drupal() 2019-01-02 10:21:09 +00:00
Nathaniel Catchpole ae7a94a315 Revert "Issue #2620304 by kim.pepper, andypost, phenaproxima, alexpott: htaccess functions should be a service"
This reverts commit 56ccba066c.
2018-12-18 14:53:43 +00:00
Nathaniel Catchpole 56ccba066c Issue #2620304 by kim.pepper, andypost, phenaproxima, alexpott: htaccess functions should be a service 2018-12-18 09:37:49 +00:00