Commit Graph

918 Commits (8de78426bd8dd1bf67c7b9f91e5fe7b1f35a4547)

Author SHA1 Message Date
effulgentsia 8de78426bd Issue #2469277 by Fabianx, effulgentsia, marcvangend, Wim Leers, YesCT: Changing #cache keys during #pre_render or anywhere else leads to cache redirect corruption 2015-04-17 13:05:42 -07:00
Nathaniel Catchpole b986c827fb Issue #2368987 by Wim Leers, Berdir, Schnitzel, epari.siva, bircher, vijaycs85, likin: Move internal page caching to a module to avoid relying on config get on runtime 2015-04-17 11:54:56 +01:00
webchick d4431a10d7 Issue #2467411 by klausi, fago: Context class does not use typed data trait correctly, leading to fatal errors 2015-04-17 03:34:51 -07:00
webchick 3deb640a91 Issue #2297817 by alexpott, pounard, Berdir, yched, Fabianx, plach, mkalkbrenner: Do not attempt field storage write when field content did not change 2015-04-16 09:39:18 -07:00
Alex Pott eb1ee5ab20 Issue #2050269 by lauriii: hook_library_info_alter() is not called for themes 2015-04-16 16:44:37 +02:00
Alex Pott b676df9303 Issue #2031641 by aburrows, lauriii, nlisgo, Pol, redsquid, tuutti, LewisNyman, akalata, agviu, kallehauge, _nolocation, rpayanm, saki007ster, mdrummond, RavindraSingh, brahmjeet789: Change active class to is-active 2015-04-16 16:25:55 +02:00
Nathaniel Catchpole 7c88cb724d Issue #2468151 by lhangea, rpayanm, Palashvijay4O: Rename the CacheContexts service to CacheContextsManager 2015-04-16 14:34:23 +01:00
Alex Pott a0ee087d7a Issue #2471743 by pwolanin: Create a more generic superclass of \Drupal\Core\Render\BubbleableMetadata 2015-04-16 12:59:35 +02:00
Alex Pott f364fc7641 Issue #2447555 by Cinnead: Unnecessary index on langcode and deleted column in dedicated field tables 2015-04-16 10:47:52 +02:00
Alex Pott b4b94c02d2 Revert "Issue #2459753 follow-up by tim.plunkett, alexpott: EntityForm::validate() should be able to modify the form structure"
This reverts commit fb5ea78b25.
2015-04-16 10:25:19 +02:00
webchick fb5ea78b25 Issue #2459753 follow-up by tim.plunkett, alexpott: EntityForm::validate() should be able to modify the form structure 2015-04-15 13:05:59 -07:00
Alex Pott 0670a5fe01 Revert "Issue #2459753 by tim.plunkett: EntityForm::validate() should be able to modify the form structure"
This reverts commit d4d83576d2.
2015-04-15 20:13:21 +02:00
Alex Pott 651063e7f5 Issue #2464045 by fgm: Move twig_render_var/twig_drupal_escape_filter to TwigExtension, inject the renderer in Twig extension and inline render() / show() function instead of calling it 2015-04-15 19:37:49 +02:00
Alex Pott d4d83576d2 Issue #2459753 by tim.plunkett: EntityForm::validate() should be able to modify the form structure 2015-04-15 18:37:18 +02:00
Alex Pott 127f0c8e2c Issue #2470928 by andrewsuth: Versions in core.libraries.yml are not always parsed as strings 2015-04-15 18:25:41 +02:00
Alex Pott 2febbffff5 Issue #2105841 by mr.baileys, Wim Leers, cs_shadow, sanduhrs, chx, webflo: Xss::filter() ignores malicious content in data-attributes and mangles image captions 2015-04-15 10:19:00 +02:00
Alex Pott a87a166736 Issue #2461773 by stefan.r, martin107: SortArrayTest has hardcoded string comparison result values, but these can differ between PHP versions 2015-04-14 09:14:35 +02:00
Alex Pott 95c294619d Issue #2074297 by pwolanin, hussainweb, larowlan: Optimize the code in doGenerate() in the UrlGenerator to take advantage of Drupal path restrictions. 2015-04-13 12:52:29 +01:00
Alex Pott 523b60b580 Issue #2463419 by Mile23, rpayanm, hussainweb: Clean-up Test members in core/tests - ensure property definition and use of camelCase naming convention 2015-04-12 11:39:52 +01:00
Alex Pott e8e84d7073 Issue #2331407 by Xano, tstoeckler, damiankloip: YamlDiscovery does not handle empty files 2015-04-12 11:20:19 +01:00
Alex Pott b43bf88c9a Issue #2340993 by Berdir: SqlContentEntityStorageSchema::requiresEntityDataMigration() returns TRUE for cases where it should return FALSE 2015-04-12 10:15:50 +01:00
Alex Pott 5ad5c13f1c Issue #2457273 by pjonckiere: Number lists are not supported in docs - use bullet lists 2015-04-09 16:03:16 +01:00
Alex Pott d48d9c9271 Issue #2448605 by martin107, willzyx, tim.plunkett, klausi, dpopdan: Replace usages of drupal_get_destination() with the redirect destination service 2015-04-09 15:56:37 +01:00
Alex Pott 6ffc4cd8ba Issue #2226621 by JeroenT, ianthomas_uk, lokapujya, pjonckiere, marcingy, LinL, Xano, rpayanm, piyuesh23: Remove usage of element_info(), element_child() and element_children(). Deprecate element_info_property() 2015-04-09 15:52:29 +01:00
Alex Pott 593b2b6446 Issue #2458543 by mbovan, Anushka-mp, jhedstrom: Entity query age(EntityStorageInterface::FIELD_LOAD_REVISION) only gets current revision ID 2015-04-09 15:36:54 +01:00
Alex Pott a0078c51f8 Issue #2460695 by mitrpaka, rpayanm: No methods on RendererInterface should be static 2015-04-09 12:49:14 +01:00
Alex Pott a4e51c82e6 Issue #2464877 by Wim Leers: Update RendererInterface::addDependency() to accept *any* object, not only CachableDependencyInterface objects 2015-04-08 22:09:50 +01:00
Alex Pott a7ab29e5d6 Issue #2432939 by neclimdul, Mile23: Optimize DrupalComponentTest 2015-04-08 13:47:51 +01:00
Alex Pott 3a6f5da580 Issue #2463321 by amateescu: Serializing the database connection is dangerous and error-prone, make it unserializable again 2015-04-08 11:45:14 +01:00
Alex Pott d7cb696ada Issue #2455739 by maxocub: formatPlural() is not fully tested for SafeMarkup 2015-04-07 12:57:20 +01:00
webchick 81a6979058 Issue #2459155 by alexpott, pfrenssen, hussainweb, neclimdul: Remove REQUEST_TIME from bootstrap.php 2015-04-06 23:53:19 -07:00
webchick 9fd632c9bf Issue #2448765 by nlisgo, Damien Tournoud, vlad.n, rteijeiro, Berdir, Fabianx, dawehner: Element::children sort order undefined and slower than it could be - This makes tests fail in PHP7 2015-04-06 15:09:00 -07:00
Alex Pott b4fdbfd6c4 Issue #2457405 by stefan.r, andypost: DateTimePlus violates substitution principle of DateTime. Make it support PHP 7 2015-04-03 16:58:03 +01:00
Alex Pott a23ebe2312 Issue #2429037 by fago, larowlan: Allow adding entity level constraints 2015-04-02 10:20:05 +01:00
Alex Pott 2b90b08353 Issue #2444231 by Wim Leers, nlisgo: Fix CacheableInterface so it makes sense (was: "Make Config objects & Entities implement CacheableInterface + add BubbleableMetadata::createFromCacheableObject()") 2015-04-01 10:39:13 +01:00
Alex Pott 284681aa43 Issue #1897058 by disasm, rteijeiro: Replace "boolean" with "bool" when used as param/return/var type 2015-03-31 17:03:31 +01:00
Alex Pott a2efc8a8ed Issue #2398331 by cilefen, davidhernandez, Wim Leers, nod_: Add the ability to attach asset libraries directly from a template file 2015-03-31 16:50:35 +01:00
Alex Pott 98b74d2d45 Issue #2453399 by neclimdul: Use VFS for FileStorage tests 2015-03-31 16:15:17 +01:00
Alex Pott 6c3303dd54 Issue #2458349 by Wim Leers: Route's access result's cacheability not applied to the response's cacheability 2015-03-31 15:07:15 +01:00
Alex Pott 2847b5980b Issue #2453059 by Wim Leers: Set default render cache contexts: 'theme' + 'languages:' . LanguageInterface::TYPE_INTERFACE 2015-03-30 17:29:41 +01:00
Alex Pott ea081822b4 Issue #2462151 by hussainweb, benjy: Remove unused Utility\String use statements 2015-03-30 16:13:40 +01:00
Alex Pott f3b8d0714e Issue #2457781 by prateekMehta, stefan.r, AjitS, hussainweb: Use Utility\Html class instead of Utility\String for decodeEntities() function 2015-03-30 10:20:36 +01:00
webchick 70f8ac6f31 Issue #2457887 by prateekMehta, stefan.r, rpayanm, alexpott: Use Utility\SafeMarkup class instead of Utility\String for placeholder(), checkPlain(),format() functions 2015-03-29 15:13:25 -07:00
Nathaniel Catchpole f7324499f8 Issue #2451679 by Wim Leers, dawehner: Validate cache contexts (+ cache contexts in some views plugins wrong) 2015-03-26 14:53:56 +00:00
Alex Pott ae3dc626d1 Issue #2451665 by dawehner: Don't rebuild the route on ModuleInstaller::install() (30% installer speedup) 2015-03-26 10:50:08 +00:00
catch 1208ddd979 Issue #2428703 by Wim Leers: Add a 'user.permissions' cache context (was: "Should cache contexts be able to associate a cache tag?") 2015-03-26 09:41:35 +00:00
catch 17d2e5cf36 Issue #2459003 by Wim Leers: #cache[cid] breaks bubbling 2015-03-25 21:31:03 +00:00
Nathaniel Catchpole 64ac1cb815 Issue #2458993 by Wim Leers: #cache[expire] is undocumented, unused, untested: remove it, use #cache[max-age] instead 2015-03-25 11:43:19 +00:00
Alex Pott 8b2f85b5c8 Issue #2458045 by webflo: Remove calls to core/vendor/autoload.php 2015-03-24 11:49:33 +00:00
Alex Pott 6d04d2b8b9 Issue #2456983 by cilefen: Five methods in class TestFormBuilder are dead code. Remove them 2015-03-24 11:39:55 +00:00