Commit Graph

2792 Commits (cffbfb615c26a665ae1dfc90867c29ca30092649)

Author SHA1 Message Date
catch a4715517db Issue #3214308 by longwave, alexpott: Merge class_aliases.php into bootstrap.inc 2021-05-17 13:01:46 +01:00
Alex Pott 2020570938
Issue #3210900 by andypost, longwave: Deprecate update_set_schema() for removal 2021-04-27 16:51:25 +01:00
Lee Rowlands fe06cae4df
Issue #1624278 by quietone, longwave: cleanup of docblock to UI text in update_get_update_list() is weak 2021-04-24 13:23:55 +10:00
catch 535fb843aa Issue #2908886 by andypost, martin107, kim.pepper, daffie, aleevas, vacho, catch, longwave, alexpott, voleger, dww: Split off schema management out of schema.inc 2021-04-22 16:00:44 +01:00
catch 62d94ad7c7 Issue #3206168 by JeroenT, longwave: "install_display_output" expects 2 arguments, but 3 were provided 2021-04-01 20:12:56 +01:00
catch 6e84b5797c Issue #2160091 by alexpott, dawehner, damiankloip, swentel, sun, moshe weitzman, xjm, joelpittet, charginghawk: drupal_rebuild() rebuilds container twice, since drupal_flush_all_caches() also rebuilds it 2021-04-01 19:56:13 +01:00
Lee Rowlands b43c49e6b0
Issue #3174349 by quietone, itaran, dww, Kristen Pol: file_url_transform_relative() cannot handle URLs where the port is different from the site's request port 2021-02-28 08:47:24 +10:00
catch 69a0a83546 Issue #3032390 by alexpott, dww, Pancho, 3CWebDev, kim.pepper, larowlan, Berdir, catch, andypost, chr.fritsch, Wim Leers: Add an event to sanitize filenames during upload 2021-02-24 16:02:18 +00:00
Alex Pott 3ac9df1366
Issue #2002514 by dawehner, mondrake, damiankloip, RobLoach, ParisLiakos, joachim, Krzysztof Domański, gaurav.kapoor, chx, alexpott, tim.plunkett, Mile23, daffie: Deprecate debug(); remove references to _drupal_debug_message() 2021-02-15 09:51:17 +00:00
catch f838dbc871 Issue #3129534 by daffie, anmolgoyal74, mondrake, naresh_bavaskar, Beakerboy, catch, alexpott, quietone: Automatically enable the module that is providing the current database driver 2021-01-18 21:43:55 +00:00
Alex Pott d78e53bb0b
Issue #3189880 by mondrake, raman.b, Pooja Ganjage, daffie, Megha_kundar, dww, S_Bhandari: Use square brackets syntax in sql queries 2021-01-05 15:02:37 +00:00
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
xjm 1994ca5ccb SA-CORE-2020-012 by ufku, mrf, fgm, samuel.mortenson, dww, Heine, mlhess, David_Rothstein, pwolanin, xjm, fgm, stefan.r, dsnopek, rickmanelius, David Strauss, tedbow, alexpott, dww, larowlan, kim.pepper, Wim Leers, quicksketch, mcdruid, Fabianx, effulgentsia, drumm, pandaski, Mixologic 2020-11-17 16:16:53 -06:00
catch 6e7fc11ee2 Issue #2949419 by mfb, vsujeetkumar, gapple, Hardik_Patel_12, neclimdul, dawehner, Sam152, xjm, alexpott: Pass the raw exception to logger implementations 2020-11-16 17:39:18 +00:00
catch 1d6e7e25d5 Issue #2851394 by GoZ, hgunicamp, oknate, jungle, wolffereast, tameeshb, mmatsoo, ridhimaabrol24, jofitz, swarad07, tanc, shaktik, dimaro, shashikant_chauhan, MerryHamster, quietone, nitesh624, martin_q, boaloysius, gaurav.kapoor, nitvirus, ankithashetty, Munavijayalakshmi, kostyashupenko, leolando.tan, amit.drupal, ravi.shankar, akashkrishnan01, Swapnil_Kotwal, Saviktor, mrinalini9, anmolgoyal74, Venkatesh Rajan.J, shimpy, lomasr, Dinesh18, shubham.prakash, mahtab_alam, markdorison, cilefen, longwave, bleen, xjm, alexpott, gmaltoni: Fix grammar 'a' to 'an' when necessary 2020-11-13 14:25:11 +00:00
Alex Pott 0eec7fe50d
Issue #3138746 by jungle, rajandro, sja112, longwave, jameszhang023, quietone, dww: Fix 45 "shouldBeCamelCased" and related typos in core 2020-11-09 11:14:31 +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
Edys Meza 13741187e0 Merge remote-tracking branch 'origin/9.1.x' into 3167034-lazy-load-images 2020-10-01 14:29:14 -06:00
catch e9969b0f35 Issue #3173888 by andypost, alexpott, Gábor Hojtsy: Error handler signature changed in PHP 8 2020-09-30 09:45:46 +01:00
Edys Meza 660413225a Issue 3167034: tests loading attribute value can be overriden 2020-09-25 13:55:22 -06:00
Edys Meza 36da7865ae Issue 3167034: use isset intead of attributeExists 2020-09-25 13:55:21 -06:00
Edys Meza a9a46d7b24 Issue 3167034: Addressing Google and heddn feedback 2020-09-25 13:55:21 -06:00
Edys Meza b6a453dd08 Issue 3167034: Adressing heddn's comments 2020-09-25 13:55:21 -06:00
Edys Meza 4df5eddbd1 Issue #3167034: CKeditor support 2020-09-25 13:55:20 -06:00
Edys Meza 30baa59dec Issue #3167034: Enable the loading html attribute to enable lazy-load by default for images 2020-09-25 13:55:20 -06:00
catch cc866657ec Issue #3166317 by longwave, anu.a_zyxware: Remove remaining references to XCache 2020-08-27 10:09:38 +01:00
Alex Pott 7ca98bac22
Issue #2939645 by quietone, hgoto, dhirendra.mishra, jungle, kostyashupenko, govind.maloo, John Cook, alexpott: The sample batch finished callback function should have the fourth parameter 2020-07-31 13:41:32 +01:00
catch e0d5786975 Issue #3086307 by alexpott, shaal, tstoeckler, mglaman, Berdir, andypost, chr.fritsch, borisson_: Improve installer performance by ~20% by rebuilding the router after the entire installation is complete rather than after each module 2020-07-21 12:38:45 +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
catch e85462dda4 Issue #2807743 by alexpott, catch, kiamlaluno, neclimdul, xjm: Switch from deprecation notice to warning for non-standard placeholders in FormattableMarkup::placeholderFormat() 2020-07-09 12:19:02 +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 c04b62d61d
Issue #3143713 by andypost, Kumar Kundan, codersukanta, alexpott, martin107: drupal_get_schema_versions() should return integer versions 2020-06-23 17:13:38 +01:00
Alex Pott 0334414b31
Issue #3150726 by andypost: Deprecate update_check_incompatibility as unused 2020-06-23 11:34:39 +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
xjm 29b2451ce9 Issue #2908079 by jungle, voleger, mpdonadio, zahord, andypost, RoSk0, Mile23, claudiu.cristea, alexpott, xjm, Krzysztof Domański, naveenvalecha, piggito, Suresh Prabhu Parkala, daffie, dawehner, gumanist: Move some of the bootstrap.inc PHP-related constants to \Drupal and deprecate the old versions 2020-06-21 13:55:29 -05:00
xjm ceee045fa5 SA-CORE-2020-005 by lorenzo_gre, jazzy2fives, xjm, samuel.mortenson, pwolanin, larowlan, greggles, cashwilliams, Heine, mcdruid, alexpott, Gábor Hojtsy
(cherry picked from commit b34dc3f7bc)
2020-06-17 13:04:29 -05:00
Alex Pott 9eb7a173a2
Issue #3151087 by rik-dev, dww, alexpott, Matroskeen: Replace use of whitelist/blacklist in file_munge_filename() and its tests 2020-06-12 16:42:28 +01:00
Alex Pott 9d1faa52f4
Issue #2824935 by idebr, mfernea, Deepak Goyal, pfrenssen, longwave, hgunicamp, jofitz, andypost, daffie: Fix Squiz.ControlStructures.SwitchDeclaration coding standard 2020-06-02 09:46:52 +01:00
xjm 5d1599de50 Issue #3143605 by andypost, longwave, daffie: Remove unused and broken update_replace_permissions(), which always throws an exception 2020-05-29 19:18:28 -05: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
xjm 0f66cce399 Issue #2937513 by eltori, longwave, klausi, catch, idebr: Fix 'Drupal.Commenting.DocComment.TagGroupSpacing' coding standard 2020-05-20 17:11:54 -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
catch 5d95f2e177 Issue #3136668 by dww, dawehner, pavnish, catch, daffie, alexpott, xjm: Invalid system.schema key_value entry causes fatal on updating to 8.8.5 2020-05-19 09:11:06 +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
Lauri Eskola 0585f27ca8
Issue #3021788 by voleger, andypost, xjm, alexpott: Move template_preprocess_menu_local_task() and template_preprocess_menu_local_action() to the core/includes/theme.inc 2020-05-04 15:50:02 +03: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
Alex Pott 2643ac4be3
Issue #3120910 by catch, longwave, tedbow, Pascal-, alexpott, Punyasloka: Sites with missing schema information can't update to 8.8.3+ - attempts to run all historical updates 2020-04-30 17:03:17 +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
catch 668f597c10 Issue #3123376 by swatichouhan012, johndevman, longwave, xjm: update_fix_incompatibility() is (theoretically) dead code, but is also theoretically dangerous 2020-04-15 14:45:16 +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 3304901ac2 Issue #3119373 by alexpott, BramDriesen: Configuration synchronisation that both enables & configures a module fails and drupal_flush_all_caches() 2020-03-19 20:10:32 +00:00
Alex Pott c4f0d96291
Issue #3118832 by effulgentsia, alexpott, daffie: Allow custom database drivers to extend and have the same name as the core ones 2020-03-17 10:08:29 +00:00
xjm 1b82190349 Issue #2917600 by tedbow, alexpott, catch, anthonyf, xjm, andypost, Alan D., moshe weitzman, Berdir: update_fix_compatibility() puts sites into unrecoverable state 2020-03-10 16:32:33 -05: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
Alex Pott 5d4c083edf
Issue #3098475 by Berdir, catch, TravisCarden, xjm, benjifisher, alexpott, larowlan, dww: Add more strict checking of hook_update_last_removed() and better explanation 2020-02-27 10:08:46 +00:00
Alex Pott 0d66147d44
Issue #3115143 by longwave, andypost: Remove deprecated DRUPAL_PHP_FUNCTION_PATTERN 2020-02-26 13:25:20 +00:00
Alex Pott f32344341b
Issue #3113284 by mpdonadio: Move deprecation of REQUEST_TIME to Drupal 10 2020-02-13 11:26:53 +00:00
Alex Pott 8faf10c9b1
Issue #2738879 by mr.baileys, trobey, dawehner, alexpott, ravi.shankar, catch, Fernly: system.schema can end up with missing schema information for some modules, resulting in hook_update_N() not getting called 2020-02-06 12:04:04 +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
catch f90ca9bd94 Issue #3090145 by mondrake, andralex, alexpott, amateescu, andypost, longwave: Ensure that mixing array and Attribute objects in theme rendering is managed properly 2020-02-03 12:36:42 +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
catch 9ed2caaeaa Issue #3106075 by Krzysztof Domański, heddn, Gábor Hojtsy, xjm, catch, mondrake, larowlan, greg.1.anderson: Bump minimum PHP for Drupal 9 to PHP 7.3 2020-01-21 11:05:11 +00:00
Alex Pott 4813116ddf
Issue #2620854 by leolando.tan, idebr, hussainweb, anya_m, jhodgdon, alexpott, Jeff Burnz: links.html.twig docs are out of date 2020-01-07 15:28:24 +00:00
catch 618f0bcfa1 Issue #2936105 by SerShevchyk, voleger, RoSk0, Charlie ChX Negyesi: Deprecate DRUPAL_PHP_FUNCTION_PATTERN and replace its usages 2020-01-01 18:03:21 +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
Alex Pott de3bb2cc24
Issue #2979317 by tstoeckler, hchonov, alexpott: Duplicate deprecation header messages break Chromedriver 2019-12-02 10:24:57 +00:00
Alex Pott bb6797a8e2
Issue #2664016 by hchonov, gease, DuaelFr, morsok, tstoeckler, Daniele Nicastro, alexpott, plach, larowlan, dawehner, cspitzlay: Adding a new batch set while the batch is running breaks batch order 2019-11-30 10:37:22 +00: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 8486c38c5e
Issue #3087517 by mdupont, longwave, kim.pepper: Remove BC layer for Pager service 2019-11-26 23:13:19 +00:00
catch 2dd2d36d98 Issue #3094903 by kim.pepper, Dinesh18: Remove deprecated drupal_get_message() drupal_set_message() from bootstrap.inc 2019-11-22 09:45:43 +00:00
Alex Pott bd584c5719
Issue #3094536 by stefanos.petrakis, mcdruid, alexpott: PHP 7.1 Warning: A non-numeric value encountered in template_preprocess_pager() 2019-11-15 21:09:52 +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 df84950d82 Issue #3072906 by bnjmnm, zrpnr, Wim Leers, lauriii, catch, mpdonadio, xjm, rainbreaw, andrewmacpherson, mgifford, anevins, jhedstrom: Deprecate and remove jQuery UI datepicker 2019-10-30 09:39:14 -07: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
Alex Pott 273bf8e1be
Issue #3087518 by kim.pepper: Remove references to queryAddPage() in comments and deprecation notices 2019-10-24 14:42:29 +01:00
Alex Pott 68a659fde3
Issue #3079791 by mikelutz, shaal, Wim Leers, hussainweb, xjm, catch, Charlie ChX Negyesi, Mixologic, Gábor Hojtsy, heddn, amateescu: Bump Drupal's minimum PHP version to 7.2 as soon as 9.0.x is branched (a higher version may be required later) 2019-10-16 23:35:03 +01:00
Francesco Placella 38741fcbd8 Issue #2044435 by mondrake, kim.pepper, Mile23, andypost, martin107, daffie, jibran, beejeebus, alexpott, larowlan, dawehner, catch, pwolanin: Convert pager.inc to a service 2019-10-12 00:41:42 +02:00
catch 2a5c62deda Issue #3000068 by andypost, claudiu.cristea, pingwin4eg, Mile23, voleger, johndevman: Deprecate drupal_process_states() 2019-10-07 14:56:30 +01:00
catch 5be2df421d Issue #2940189 by Vlad Bo, claudiu.cristea, alexpott, NightHunterSV, andypost, almaudoh, voleger, Berdir: Deprecate system_get_info() 2019-10-07 14:46:33 +01:00
Alex Pott c0881f91e2
Issue #109493 by drunken monkey, gnuget, robertDouglass, dhirendra.mishra, jhodgdon, jibran, chaby, aleevas, alexpott, DanChadwick, Dries, catch: tablesort should allow rendered tables to have columns that default to DESC when their header is clicked 2019-10-07 09:42:00 +01:00
Lee Rowlands 2732b8e0ac
Issue #3052703 by voleger, Berdir, kim.pepper: Deprecate drupal_installation_attempted() 2019-10-04 09:50:26 +10:00
Lee Rowlands 7430b7a65f
Issue #3065903 by jhodgdon, benjifisher, larowlan, alexpott: Add label sort ability to Select element 2019-10-03 08:54:23 +10: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 2dd12f9044
Issue #3073988 by baikho: Wrong namespace in deprecation message drupal_set_time_limit() 2019-09-28 14:42:23 +01: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
Lee Rowlands b90bd5883c
Issue #3078839 by justas.raudonius: Incorrect return type declaration for function drupal_static 2019-09-11 19:38:51 +10:00
Lee Rowlands 0192048dca
Issue #3063323 by idebr, klausi, truls1502: Update drupal/coder to 8.3.6 2019-08-29 13:02:37 +10:00
catch f0e313a422 Issue #2313917 by tedbow, pwolanin, jhedstrom, Wim Leers, Mixologic, larowlan, Mile23, Gábor Hojtsy, xjm, Berdir: Core version key in module's .info.yml doesn't respect core semantic versioning 2019-08-28 17:13:31 +01:00