Commit Graph

91 Commits (fcf0932d6a184ab36c2b69076967f55406e71ff3)

Author SHA1 Message Date
Alex Pott b8ac0d9850
Issue #2941148 by quietone, bruno.bicudo, ravi.shankar, Sweetchuck, beatrizrodrigues, lucienchalom, VitaliyB98, WagnerMelo, sophiavs, ankitjain28may, daffie, longwave, Sutharsan, borisson_, cosmicdreams, heykarthikwithu, catch: Fix Drupal.Commenting.FunctionComment.MissingReturnType 2022-09-27 10:58:26 +01:00
Alex Pott 0415f59798
Issue #3260044 by kim.pepper, andypost, daffie, mfb: Add a constant for watchdog_exception message 2022-02-20 09:43:10 +00:00
Lee Rowlands 6d39cdeeb4
Issue #3222769 by bbrala, alexpott, longwave, Matroskeen: [November 8, 2021] Replace all list (array destructuring) assignment to the array syntax 2021-11-15 12:35:55 +10:00
Lee Rowlands 330473e759
Issue #3222251 by bbrala, longwave: [November 8, 2021] Replace all isset constructs with the null coalescing operator 2021-11-15 12:19:43 +10: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
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 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 e9969b0f35 Issue #3173888 by andypost, alexpott, Gábor Hojtsy: Error handler signature changed in PHP 8 2020-09-30 09:45:46 +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
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 de3bb2cc24
Issue #2979317 by tstoeckler, hchonov, alexpott: Duplicate deprecation header messages break Chromedriver 2019-12-02 10:24:57 +00: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 08879cc009
Issue #2927012 by deviantintegral, alexpott, arunkumark: _drupal_log_error() returns a 0 exit code on errors 2019-06-01 06:19:07 +10:00
Nathaniel Catchpole 45bc05523f Issue #2958429 by alexpott: Properly deprecate SafeMarkup::format() 2018-05-01 16:14:09 +01: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
Nathaniel Catchpole 75dcf9af44 Issue #2870194 by alexpott, Mile23, jibran, larowlan, tim.plunkett: Ensure that process-isolated tests can use Symfony's PHPunit bridge to catch usages of deprecated code 2017-11-09 12:51:06 +00:00
Nathaniel Catchpole 3d2b382493 Issue #2857437 by mfb: pass raw backtrace to loggers for errors, not just exceptions 2017-09-04 11:49:29 +01: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
xjm dd1c1ce6d5 Issue #2638140 by alexpott, dawehner, cilefen, xjm, Fabianx, Xano, catch: Error logging should log a backtrace consistently 2016-08-02 12:05:52 -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 904b0de0d3 Issue #2700661 by anoopjohn: Ensure core compliance to Drupal.Commenting.FunctionComment.ParamCommentIndentation (part 1). 2016-04-16 13:17:32 +01:00
Nathaniel Catchpole 3d6d0f1801 Issue #2535774 by dawehner, jhedstrom: Error handler swallows catchable fatal errors 2015-11-12 10:08:51 +00:00
effulgentsia 708ce0a998 Issue #2576533 by alexpott, stefan.r, Wim Leers, dawehner, xjm, effulgentsia, catch: Rename SafeStringInterface to MarkupInterface and move related classes 2015-10-01 16:25:03 -07:00
Alex Pott f52b068062 Issue #2562487 by stefan.r, chx, tim.plunkett, dawehner, alexpott: Get better error reporting from __toString 2015-09-07 18:22:55 +01:00
Alex Pott bb2d279978 Issue #2501319 by joelpittet, cwells, stefan.r, YesCT, nlisgo, Cottser, cmanalansan, dawehner, xjm, alexpott, josephdpurcell: Remove SafeMarkup::set() in Error::renderExceptionSafe() and _drupal_log_error() and improve backtrace formatting consistency in _drupal_log_error(), Error::renderExceptionSafe(), and DefaultExceptionSubscriber::onHtml() 2015-08-20 09:56:42 +01:00
Alex Pott cd7e7cef91 Issue #2547127 by dawehner, Wim Leers, legolasbo, davidhernandez, webchick: [regression] Empty messages container appearing when a Notice occurs 2015-08-11 09:23:12 +01:00
Alex Pott 984599914f Issue #2540438 by znerol, timmillwood: Invalid format string when falling back to error_log in _drupal_log_error() 2015-08-06 12:56:11 +01:00
Alex Pott 2dbda2635a Issue #2509898 by dawehner, znerol, larowlan, lauriii, Aki Tendo, Wim Leers: Additional uncaught exception thrown while handling exception after service changes 2015-07-05 17:59:25 +01:00
Alex Pott 42c693a966 Issue #2407195 by Wim Leers, Fabianx, joelpittet, lauriii, Crell: Move attachment processing to services and per-type response subclasses 2015-06-23 11:24:29 -05:00
Alex Pott a108bf0f76 Issue #2478119 by znerol, andypost: Replace references to Session Manager with references to Session 2015-06-05 22:03:12 +01:00
xjm b58943a0de Issue #1818692 by mbrett5062, lokapujya, David_Rothstein, blacklight4: Improve the maintenance page error message (rollback) 2015-05-24 13:06:20 -05:00
Alex Pott 8b98854082 Issue #2451085 by dawehner, Arla: _drupal_log_error() passes NULL to ThemeManager::setActiveTheme(), violating its typehint 2015-03-19 17:45:25 +00:00
Nathaniel Catchpole 7670ea41df Issue #2347625 by alexpott, idebr: Remove drupal_bootstrap and drupal_get_bootstrap_phase 2015-03-04 17:17:28 +00:00
Alex Pott 99d219aa0e Issue #2317913 by jhedstrom: Early error handling can result in fatal error (Call to a member function get() on a non-object) 2014-11-25 08:40:16 +00:00
Nathaniel Catchpole df19f0b723 Issue #2373735 by joelpittet, dawehner: Simplify/clean up BareHtmlPageRenderer 2014-11-20 09:37:59 +00:00
Alex Pott 91c38c8f98 Issue #2328111 by dawehner, martin107, neclimdul: Replace most instances of the DRUPAL_ROOT constant with the app.root container parameter. 2014-11-17 12:20:57 +00:00
Nathaniel Catchpole 488116d759 Issue #2352155 by Wim Leers: Remove HtmlFragment/HtmlPage. 2014-11-14 10:43:20 +00:00
Alex Pott b82e28d5e4 Issue #2267545 by ParisLiakos: Standardize to RFC 5424 log levels. 2014-10-14 09:43:11 +01:00
Jennifer Hodgdon 73c66d4dec Issue #2329703 by maximpodorov: Fix spelling in varous files 2014-09-18 07:21:39 -07:00
Alex Pott f5b0b26ee0 Issue #2325385 by dawehner: Fixed Ensure that the error handler does not throw exception itself. 2014-08-21 18:10:55 +01:00
Alex Pott a4125e6a8c Issue #2228093 by dawehner | sun: Modernize theme initialization. 2014-08-21 17:53:03 +01:00
Alex Pott 87e675f09b Issue #1825952 by Fabianx, joelpittet, bdragon, heddn, chx, xjm, pwolanin, mikey_p, ti2m, bfr, dags, cilefen, scor, mgifford: Turn on twig autoescape by default 2014-07-18 10:05:22 +01:00
Alex Pott 5ba4e635e2 Issue #2300891 by joshi.rohit100: Remove format_backtrace() from error.inc as deprecated. 2014-07-13 09:56:13 +01:00
Alex Pott 8074550db8 Issue #2294161 by ParisLiakos: Deprecate and remove usages of drupal_is_cli(). 2014-07-07 11:43:37 +01:00
webchick 04bf43bb92 Issue #2272467 by ParisLiakos: Remove usages of watchdog() from procedural code. 2014-06-26 11:55:12 -07:00
Nathaniel Catchpole 5e58da00e6 Issue #2016629 by larowlan, neclimdul, sun, alexpott, jibran, ParisLiakos, donquixote, effulgentsia, msonnabaum: Refactor bootstrap to better utilize the kernel. 2014-06-26 11:47:01 +01:00
Alex Pott 6d2ce628bc Revert "Issue #2016629 by larowlan, neclimdul, sun, alexpott, jibran, ParisLiakos, donquixote, effulgentsia, msonnabaum: Refactor bootstrap to better utilize the kernel."
This reverts commit cda051c425.
2014-06-05 12:53:24 -05:00
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
Dries 457b6088f4 Issue #2239935 by marcingy, ParisLiakos: Remove filter_xss_* deprecated functions. 2014-05-05 12:44:56 -04:00