Commit Graph

198 Commits (a42b1c5ec40f2553c4be65253f125954601975b8)

Author SHA1 Message Date
Lee Rowlands 8181767f9d
Issue #2869573 by Mile23, alexpott, mikelutz, voleger: Remove usages of deprecated DrupalKernel::prepareLegacyRequest() 2019-08-13 07:45:20 +10: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 1a2babd20d Issue #2980712 by bircher, alexpott, yogeshmpawar, mpotter, borisson_: Define config directory in settings 2019-06-24 14:04:44 +01:00
Alex Pott 7e08466eb5
Issue #3041983 by yogeshmpawar, idebr, pifagor, klausi: Fix unused imports and update Coder to 8.3.4 2019-05-28 15:38:27 +01:00
catch 8165415c34 Issue #3035274 by claudiu.cristea, naveenvalecha, Berdir: Deprecate drupal_classloader_register() & system_register() 2019-04-11 12:08:45 +09:00
Lee Rowlands 96649b028b
Issue #3036962 by claudiu.cristea: Remove usage of drupal_static() from install_profile_info() 2019-03-29 15:02:13 +10: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
Alex Pott 5eb7c5b9ae
Issue #3025795 by claudiu.cristea: Config sync directory README should end with a new line 2019-01-26 12:09:02 +00:00
Lee Rowlands 550e914c08
Issue #2677532 by alexpott, Mile23, kim.pepper, dawehner, andypost, Eric_A, xjm, Mixologic, larowlan, phenaproxima, markcarver, borisson_: Move drupal_check_incompatibility() functionality to a new Dependency class and Version component 2018-10-22 15:21:49 +10:00
Alex Pott 04a706f63d
Issue #2309731 by bendeguz.csirmaz, phenaproxima, alexpott: drupal_check_profile() does not invoke the profile's hook_requirements() 2018-10-19 22:51:28 +01:00
Alex Pott e172a37ad8
Issue #2855026 by phenaproxima, trobey, HaiNguyen007, alexpott, Taran2L, -enzo-, Jo Fitzgerald, tucho, DamienMcKenna, andypost, tobiasb, dawehner, larowlan: Installation profiles do not support project:module format for dependencies 2018-10-08 17:44:23 +01:00
Gábor Hojtsy 8fbece069c Issue #2980670 by alexpott, bircher, marcvangend, webchick, jibran, Gábor Hojtsy, benjifisher, smaz: Install a site from config if the config directory is set in settings.php 2018-07-11 11:15:42 +02:00
Nathaniel Catchpole de724027fe Issue #2788777 by alexpott, bircher, jribeiro, Eli-T, mpotter, douggreen, GoZ, DamienMcKenna, Dane Powell, jibran, szeidler, Alumei, andypost, dawehner, johndevman: Allow a site-specific profile to be installed from existing config 2018-06-20 19:03:54 +01:00
Nathaniel Catchpole 3663ab6bc0 Issue #2950851 by mcdruid, alexpott, anavarre: invalid conf file warnings when skip_permissions_hardening is on 2018-06-15 13:51:03 +01:00
Alex Pott b8f93d5b61
Issue #2901730 by mfernea, ankitjain28may, idebr: Fix 'Squiz.WhiteSpace.FunctionSpacing' coding standard 2018-05-11 10:26:36 +01:00
Lee Rowlands b607eb2a77
Issue #2952888 by alexpott, dawehner, phenaproxima: Allow install profiles to require modules 2018-05-04 08:16:58 +10:00
Alex Pott 81ef7a6eb3
Issue #2776605 by chr.fritsch, phenaproxima, dawehner: Make it possible to specify a destination after the installation for distributions 2018-04-26 13:54:48 +01:00
Nathaniel Catchpole 725641cf87 Issue #2208429 by dawehner, almaudoh, alexpott, jibran, Xano, donquixote, amitgoyal, bircher, stefan.r, Mile23, alvar0hurtad0, Berdir, andypost, larowlan: Extension System, Part III: ExtensionList, ModuleExtensionList and ProfileExtensionList 2018-01-24 15:21:31 +00:00
Nathaniel Catchpole e814d6fba8 Issue #2935254 by kim.pepper: Remove all usages of drupal_get_message and drupal_set_message in core includes 2018-01-22 15:28:16 +00:00
xjm 119362cef9 Issue #2914033 by alexpott, borisson_: Complete deprecation of install_ensure_config_directory() 2017-10-19 11:34:47 -05:00
Nathaniel Catchpole 942b70b4dd Issue #2873750 by eheller: Add Change record to @deprecated for install_ensure_config_directory() 2017-10-10 15:21:13 +01:00
Nathaniel Catchpole 98c68fdbfd Issue #2803891 by Jo Fitzgerald, pfrenssen, mfernea, gaurav.kapoor: Fix 'Drupal.Commenting.FunctionComment.ReturnTypeSpaces' coding standard 2017-08-22 16:16:08 +09:00
xjm 52e3eec616 Issue #2776975 by joelpittet, dawehner, tim.plunkett, xjm, pfrenssen: March 3, 2017: Convert core to array syntax coding standards for Drupal 8.3.x RC phase 2017-03-03 19:20:24 -06:00
Nathaniel Catchpole ebe2d76141 Issue #2156401 by alexpott, moshe weitzman, tedbow, dawehner, greg.1.anderson, phenaproxima, chris.smith, heddn, balsama, xjm, Mile23, izus, Manuel Garcia, sun, pwolanin, Berdir: Write install_profile value to configuration and only to settings.php if it is writeable 2017-01-31 10:32:31 +00:00
xjm 44a9491ce5 Issue #2838205 by 20th, panshulk, Damien Flament: Invalid YAML syntax in code examples in documentation 2017-01-05 09:41:49 -06:00
Nathaniel Catchpole ef809cba80 Revert "Issue #2156401 by alexpott, moshe weitzman, tedbow, dawehner, greg.1.anderson, phenaproxima, chris.smith, heddn, balsama, xjm, Mile23, izus, Manuel Garcia, sun, pwolanin, Berdir: Write install_profile value to configuration and only to settings.php if it is writeable"
This reverts commit 480eb82c2e.
2016-11-30 10:48:38 +00:00
Nathaniel Catchpole 480eb82c2e Issue #2156401 by alexpott, moshe weitzman, tedbow, dawehner, greg.1.anderson, phenaproxima, chris.smith, heddn, balsama, xjm, Mile23, izus, Manuel Garcia, sun, pwolanin, Berdir: Write install_profile value to configuration and only to settings.php if it is writeable 2016-11-29 16:00:08 +00:00
Nathaniel Catchpole c5c1cdf66a Issue #2608408 by nlisgo, dagmar, aleevas, neclimdul, BR0kEN, gaydabura, pfrenssen, zuuperman: Call to a member function getPath() when installing Profiles with unknown modules as requirement 2016-09-27 16:00:36 +01:00
Nathaniel Catchpole 83fce77ef7 Issue #2466197 by alexpott, heddn, dawehner, pjcdawkins: Staging directory should not have to be writeable 2016-06-07 11:32:46 +01:00
Alex Pott df0425cfe1 Issue #2721909 by anoopjohn: Fix Drupal.Commenting.FunctionComment.ReturnCommentIndentation 2016-06-02 15:20:55 +01:00
Alex Pott 899f647387 Issue #2716661 by anoopjohn: Fix 'Drupal.Commenting.FunctionComment' coding standard - Issues related to @see references 2016-05-08 17:42:30 -05:00
Alex Pott d5d0d6ce87 Issue #2572777 by andypost, alexpott, attiks, andriyun: Fix 'Squiz.Strings.ConcatenationSpacing' coding standard 2016-05-05 12:07:19 +01:00
Alex Pott 6098437ef5 Issue #2572793 by attiks, andypost: Fix 'Drupal.WhiteSpace.OperatorSpacing' coding standard 2016-04-29 12:02:20 +01:00
Alex Pott 904b0de0d3 Issue #2700661 by anoopjohn: Ensure core compliance to Drupal.Commenting.FunctionComment.ParamCommentIndentation (part 1). 2016-04-16 13:17:32 +01:00
Alex Pott dee4b3f035 Issue #2648198 by pfrenssen: Remove unused argument $install_state in drupal_check_profile() 2016-01-19 14:08:12 +00:00
xjm 921cf91a2e Issue #2580569 by anavarre, Davinder.Snehi, Schnitzel, jhodgdon: Update documentation that mentions active CMI directory. active was removed 2015-10-22 16:06:38 -07:00
xjm bfb117c569 Issue #2487588 by YesCT, Leksat, Schnitzel, alexpott, anavarre, xjm: Move CMI import/export directory "staging" to "sync", as it is confused with staging environments 2015-10-05 18:29:54 -05:00
webchick 7b1ad46f1f Issue #478994 by valthebald, sushantpaste, LewisNyman, InternetDevels, Xano, lucastockmann, alansaviolobo, mgifford, emmajane: Please state the version you are installing 2015-10-04 22:30:28 -07:00
Alex Pott fc45b90ea3 Issue #2572599 by stefan.r, dawehner, pwolanin, amateescu: Replace !placeholder with @placeholder in a few remaining places 2015-09-22 22:29:51 +02:00
Alex Pott 6bfdc3bd5e Issue #2570355 by Sutharsan, stefan.r, kgoel, josephdpurcell, joelpittet, justAChris, dawehner, pfrenssen, pwolanin, David_Rothstein, catch: Replace remaining !placeholder and @placeholder with :placeholder for URLs 2015-09-22 08:16:37 +02:00
Nathaniel Catchpole 02569d158f Issue #2487592 by alexpott, JeroenT, Schnitzel, cilefen: CMI: don't ship with a default "active" directory that is empty in most Drupal installations 2015-09-09 13:06:17 +01:00
Nathaniel Catchpole 9f97162dd3 Issue #2557467 by alexpott: Deprecate check_url and convert usages to existing UrlHelper methods 2015-08-31 08:51:38 +01:00
Alex Pott d5821399fc Issue #2304461 by dawehner, neclimdul, naveenvalecha, jibran, tim.plunkett, phenaproxima, Xano, hussainweb, sun, hitesh-jain, amateescu, alexpott, daffie, Mile23, Wim Leers, larowlan: KernelTestBaseTNG™ 2015-08-18 01:25:27 +01:00
Nathaniel Catchpole 7fa232d817 Issue #2501835 by kgoel, crowdcg, stefan.r, alexpott, joelpittet, Cottser, akalata, xjm, davidhernandez, YesCT: Remove SafeMarkup::set in Drupal\Core\Database\Install\Tasks::runTasks() and ensure multiple messages are printed 2015-08-10 16:02:44 +01:00
xjm 5a3e3b1743 Issue #2501639 by crowdcg, Cottser, cwells, YesCT, Gábor Hojtsy: Remove SafeMarkup::set in drupal_check_module() 2015-06-15 15:47:27 -05:00
Alex Pott fd8c8cd919 Issue #2384675 by sidharrell, cilefen, Mile23, damiankloip, dawehner, Wim Leers, alexpott, neclimdul: Deprecate conf_path() 2015-06-09 13:15:19 +01:00