Commit Graph

29724 Commits (267a86aefac754b7c72725e09cc6905fa2d035c6)

Author SHA1 Message Date
webchick 267a86aefa Issue #2531694 by eiriksm, nod_, dawehner: JSDoc views module 2015-08-31 09:13:56 -07:00
webchick 2d22d73ac5 Issue #2531698 by nod_, eiriksm: JSDoc views_ui module 2015-08-31 09:13:01 -07:00
webchick 225c65b8ce Issue #2547531 by sdstyles, mradcliffe: Fix documentation for FormTestBase::getMockForm form id parameter 2015-08-31 09:08:49 -07:00
webchick fc8b68e86b Issue #2504013 by bojanz: Remove @see statements from the ThemeNegotiator docblock 2015-08-31 09:05:00 -07:00
Alex Pott ce45b6e2aa Issue #1611954 by tim.plunkett, sun, samuel.mortenson, Berdir, mgifford, chx: Setting #access = FALSE on a vertical tab does not prevent input processing of the contained form elements 2015-08-31 15:41:54 +01:00
Alex Pott 7365cd41c3 Issue #2513332 by stevector: NodeViewController::view() does not pass along its arguments when calling parent method 2015-08-31 15:35:38 +01:00
Alex Pott 6475b8262b Issue #2455057 by michaellenahan, jhodgdon, jelo: Document (or set up?) fast 404 settings for private image files 2015-08-31 15:19:06 +01:00
Alex Pott bf5ee20f92 Issue #2493697 by cilefen, JeroenT: remove deprecated getUrlFromPath method from TwigExtension 2015-08-31 15:16:26 +01:00
Nathaniel Catchpole 2ea19c7158 Issue #2559969 by alexpott: Make SafeStringInterface extend \JsonSerializable so we don't have to do so much string casting 2015-08-31 13:04:27 +01:00
Nathaniel Catchpole 18bb5abf35 Issue #2543340 by Wim Leers, Fabianx: Convert BlockViewBuilder to use #lazy_builder (but don't yet let context-aware blocks be placeholdered) 2015-08-31 12:39:34 +01:00
Alex Pott 45aca2725a Issue #2555911 by amitshah2007, sdstyles, pwlravikiran, mpdonadio: Incorrect indentation in TimestampAgoFormatter() 2015-08-31 12:28:19 +01:00
Alex Pott c2b35b06a1 Issue #2457793 by claudiu.cristea, webflo: UX Regression in File- and ImageWidget, Table is always visible 2015-08-31 12:25:27 +01:00
Nathaniel Catchpole 9f0bb4f807 Issue #2551263 by Berdir, nod_: Deleting entity/field models when markup is removed can result in JS error 2015-08-31 12:21:11 +01:00
Alex Pott 646fc6c470 Issue #2503663 by olli, sasanikolic: Date sort_expose handler is missing "order" schema 2015-08-31 12:18:14 +01:00
Nathaniel Catchpole 711872ed17 Issue #2555473 by stefan.r, cilefen, alexpott, plach: Deprecate SafeMarkup::checkPlain() for Drupal 8.0.x 2015-08-31 11:06:00 +01:00
Alex Pott e513467c52 Issue #2560137 by dawehner, pwolanin, klausi, tsphethean, sun: Posting an array as value of a form element is allowed even when a string is expected (and bypasses #maxlength constraints) - first step: text fields 2015-08-31 10:59:15 +01:00
Nathaniel Catchpole 7569493d97 Issue #2559355 by mikeryan: Migration tests reference defunct load plugins 2015-08-31 09:55:20 +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
Nathaniel Catchpole e580940021 Issue #2559605 by Cottser, stefan.r: Convert SafeMarkup::checkPlain() in render arrays to #plain_text 2015-08-31 08:45:25 +01:00
Alex Pott b833f73b09 Issue #2547357 by sasanikolic, timmillwood, Berdir, mbovan: $error in case of a views query exception 2015-08-31 08:43:08 +01:00
Nathaniel Catchpole 4ba004d2d7 Issue #2560055 by alexpott: Remove all usages SafeMarkup::checkPlain() in DiffFormatter and SafeMarkup from the Diff component 2015-08-31 08:41:12 +01:00
Alex Pott ab748bf750 Issue #2552769 by amateescu: Remove outdated custom functions for greatest() and concat() 2015-08-31 08:36:47 +01:00
Alex Pott 346567c33b Issue #2502113 by pguillard, JMC, prajaankit, LewisNyman, pjbaert: Unused css classes in system.diff.css 2015-08-31 08:33:59 +01:00
Alex Pott 5a7988367a Issue #2556785 by Antti J. Salminen, lauriii: Specific preprocess functions doesn't support second level without first level 2015-08-31 08:26:35 +01:00
Alex Pott 112e9bf26b Issue #2558905 by dawehner, pwolanin, cilefen, plach, willzyx: Content translation module - Information disclosure by insufficient access checking 2015-08-31 08:09:53 +01:00
Alex Pott ec41d08258 Issue #2558247 by dawehner, catch, mradcliffe, jhedstrom, Berdir, jibran, effulgentsia, webchick: Remove rebuildAll() and module install from UpdatePathTestBase 2015-08-31 08:00:26 +01:00
webchick b049dd6f32 Issue #2559877 by alexpott, chx, swentel, davidhernandez, dawehner, subhojit777: Quick editing a body field on Standard does not work 2015-08-30 22:59:23 -07:00
Alex Pott dcd5951318 Issue #2554233 by pwolanin, tim.plunkett, amateescu, dawehner, Wim Leers, catch, effulgentsia, larowlan, Abdullah Hussam, greggles, David_Rothstein: Port Cross-site Request Forgery - Form API fixes from SA-CORE-2015-003 to Drupal 8 2015-08-30 22:55:50 +01:00
Alex Pott f71a3759c4 Issue #2546210 by penyaskito, mikeker, Gábor Hojtsy, dawehner: Views subtokens are broken since the introduction of inline templates for replacements 2015-08-30 08:12:20 +01:00
Nathaniel Catchpole 4557d23d7f Issue #2559597 by Cottser: Clean up uses of Drupal\Core\Render\Element\Markup 2015-08-29 10:25:50 +01:00
webchick 8c81124208 Issue #2549921 by borisson_, alexpott: SearchExcerptTest and SearchMatchTest should be a KernelTestBase tests 2015-08-29 00:02:13 -07:00
webchick 6dd0d5ac73 Issue #2551267 by Jeremy, mandar.harkare, alexpott, albertski: Rename update_manager_access() to _update_manager_access() 2015-08-28 23:56:40 -07:00
webchick 89ce95af12 Issue #2547667 by stefan.r, David_Rothstein, joelpittet: Fix broken page title Update Manager (authorize.php) 2015-08-28 23:46:46 -07:00
webchick 8c6c652107 Issue #2554993 by anavarre: Fix typo in UpdateTestBase.php 2015-08-28 23:40:35 -07:00
webchick 5505443dbc Issue #2530704 by eiriksm, nod_: JSDoc menu_ui module 2015-08-28 23:38:03 -07:00
webchick cee2a4887c Issue #2513560 by eiriksm, bohemier, nod_: JSDoc file module 2015-08-28 23:37:31 -07:00
webchick 608bdebf20 Issue #2506447 by eiriksm, nod_: JSDoc content_translations module 2015-08-28 23:36:30 -07:00
webchick 0e05f3b6b1 Issue #2505905 by eiriksm, nod_, nidaismailshah, mikebell_, jhodgdon: JSDoc comment module 2015-08-28 23:35:46 -07:00
webchick 9501ed4e16 Issue #2505363 by eiriksm, nod_, mlevasseur, joshi.rohit100: JSDoc ckeditor module 2015-08-28 23:34:59 -07:00
webchick 573ac544cc Issue #2531692 by eiriksm: JSDoc user module 2015-08-28 23:34:20 -07:00
webchick b6ed6e74cd Issue #2530764 by eiriksm: JSDoc quickedit module 2015-08-28 23:33:28 -07:00
webchick 9575707729 Issue #2531690 by eiriksm: JSDoc tour module 2015-08-28 23:32:45 -07:00
webchick 312c420193 Issue #2516694 by eiriksm, nod_: JSDoc editor module 2015-08-28 23:32:09 -07:00
webchick c1114291eb Issue #2531608 by eiriksm: JSDoc text module 2015-08-28 23:31:31 -07:00
webchick b3d36b0c51 Issue #2531606 by eiriksm: JSDoc taxonomy module 2015-08-28 23:30:55 -07:00
webchick 0d737bf73f Issue #2531604 by eiriksm: JSDoc system module 2015-08-28 23:30:19 -07:00
webchick 62285a81bd Issue #2531602 by eiriksm: JSDoc simpletest module 2015-08-28 23:29:40 -07:00
webchick f3354f5811 Issue #2530710 by eiriksm: JSDoc path module 2015-08-28 23:28:52 -07:00
webchick b154a8cf4e Issue #2530706 by nod_, eiriksm: JSDoc node module 2015-08-28 23:27:44 -07:00
webchick 524b3c0f02 Issue #2529292 by nod_, eiriksm: JSDoc locale module 2015-08-28 23:26:50 -07:00