Commit Graph

69 Commits (71a15febbfbe2600e15efd0705435575837a084c)

Author SHA1 Message Date
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
webchick 1521f98cd9 Issue #2218039 by dawehner, sun: Render the maintenance/install page like any other HTML page. 2014-04-17 13:12:22 -07:00
webchick 86ae96e4fd Issue #2089433 by ianthomas_uk, grom358, herom, thedavidmeister, visabhishek, longwave, Sweetchuck: Remove uses of deprecated XSS filter functions. 2014-04-07 08:01:20 -07:00
webchick 4f4b457d6b Revert "Issue #2218039 by sun, dawehner: Render the maintenance/install page like any other HTML page."
Broke update.php.

This reverts commit 10b0389066.
2014-04-03 21:41:54 -07:00
Alex Pott 10b0389066 Issue #2218039 by sun, dawehner: Render the maintenance/install page like any other HTML page. 2014-04-03 14:59:23 +01: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 eb53ecc555 Issue #2187735 by ianthomas_uk, Sutharsan, andypost: Add removal information to docblock of all @deprecated functions. 2014-02-20 13:49:37 +00:00
Alex Pott e71d749ecc Issue #2194111 by sun: Error handler throws exception when service container is not (fully) available yet. 2014-02-16 18:40:49 +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 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
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 cbc876ddfb Issue #2177651 by joelpittet, InternetDevels: Replace theme() with drupal_render() in errors.inc. 2014-02-04 13:19:59 +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 4f66a53b4f Issue #2157691 by damiankloip: Move some helper methods in errors.inc to an Error utility class. 2014-01-09 11:50:54 +00:00
catch f8d09132da Issue #2159459 by sun: Rebuild script triggers errors in error handler, fails to rebuild container. 2013-12-30 17:58:07 +00:00
webchick 5dc3a2f37f Issue #2089351 by thedavidmeister, meba: Convert all calls to check_plain() in core to Drupal\Component\Utility\String::checkPlain() in core/includes. 2013-10-06 22:34:09 -07:00
webchick 5bb0d5e667 Issue #2053489 by chx, tim.plunkett: Standardize on \Drupal throughout core. 2013-09-15 20:58:10 -07:00
Alex Pott c1c38a9b08 Issue #1998696 by kim.pepper, kmcculloch, valdo: Use Symfony Request for core includes. 2013-09-05 02:33:07 +02:00
Alex Pott f17f9cf66c Revert "Issue #1998696 by kmcculloch, kim.pepper, valdo: Use Symfony Request for core includes."
This reverts commit 127b54a619.
2013-07-16 08:51:57 -04:00
Alex Pott 127b54a619 Issue #1998696 by kmcculloch, kim.pepper, valdo: Use Symfony Request for core includes. 2013-07-16 02:39:15 -04:00
catch 8fadfdfb3c Issue #1961938 by chx, alexpott, YesCT, xjm, attheshow, dawehner: Test the interactive installer. 2013-06-02 11:54:03 +01:00
Nathaniel Catchpole ca665f7be3 Issue #1827448 by RobLoach, sun, jbrown, tstoeckler: Use __DIR__ instead of DRUPAL_ROOT where possible/sensible. 2013-05-09 10:25:10 +01:00