drupal/core/modules/views/src
webchick eb23f0e816 Issue #2325185 by dawehner, tim.plunkett: Convert views_element_info() to Element classes. 2014-09-22 21:43:39 -07:00
..
Ajax Issue #2305807 by amitgoyal, olli | jhodgdon: Fixed Clicking "Add" filter and then canceling dialog results in "You have unsaved changes.". 2014-07-22 21:17:28 +01:00
Annotation Issue #2310371 by dawehner: Replace Views::getApplicableViews('uses_hook_menu') with Views::getApplicableViews('uses_menu_links'). 2014-08-04 09:27:46 -07:00
Controller Issue #2273277 by Wim Leers, effulgentsia, Fabianx: Fixed Figure out a solution for the problematic interaction between the render system and the theme system when using #pre_render. 2014-08-29 16:37:14 -07:00
Element Issue #2325185 by dawehner, tim.plunkett: Convert views_element_info() to Element classes. 2014-09-22 21:43:39 -07:00
Entity Issue #1976158 by Berdir | msonnabaum: Rename entity storage/list/form/render "controllers" to handlers. 2014-08-22 12:59:25 +01:00
EventSubscriber Issue #1857256 by dawehner, xjm, tim.plunkett, jibran, ParisLiakos, hussainweb, pcambra, ekes, InternetDevels, rhabbachi, rdrh555, tstoeckler, oadaeh, Gábor Hojtsy, vijaycs85: Fixed Convert the taxonomy listing and feed at /taxonomy/term/%term to Views. 2014-09-15 10:17:06 +01:00
Form Issue #2335659 by tim.plunkett, dawehner, effulgentsia, sun: Remove FormState ArrayAccess usage from core. 2014-09-11 23:41:27 -07:00
Plugin Issue #2336481 by er.pushpinderrana, ThomWilhelm | tim.plunkett: Replace Views usage of 'js settings' with 'js_settings'. 2014-09-22 11:49:54 +01:00
Routing Issue #2330363 by dawehner: Enhance the controller resolver to get a route match class. 2014-09-12 11:43:29 +01:00
Tests Issue #2339435 by YesCT, alexpott: Default no longer needs to be a property on Language or ConfigurableLanguage. 2014-09-22 11:43:19 +01:00
Analyzer.php
DisplayBag.php
EntityViewsData.php Issue #2320521 by jhodgdon: Fixed Follow-up: Node language views filters need label adjustments. 2014-09-18 14:42:24 +01:00
EntityViewsDataInterface.php Issue #2319671 by dawehner, jhodgdon, xjm, alexpott: ViewsDataController: Step1: Move entity views data into controllers. 2014-08-14 12:06:59 -07:00
ExposedFormCache.php
ManyToOneHelper.php Issue #2225353 by tim.plunkett: Convert to an object and provide methods like setError(). 2014-07-30 20:50:42 -04:00
ResultRow.php Issue #2221433 by damiankloip, dawehner: Clean up views rendering. Move stuff from template_preprocess_views_view(), into a #pre_render callback. 2014-09-11 17:08:26 +01:00
ViewAccessControlHandler.php Issue #2287071 by Wim Leers, alexpott, chx: Add cacheability metadata to access checks. 2014-09-17 15:39:29 +01:00
ViewExecutable.php Issue #2342169 by benjy: Fix typo in ViewExecutable 2014-09-22 14:17:24 -07:00
ViewExecutableFactory.php
ViewStorageInterface.php
Views.php Issue #2310371 by dawehner: Replace Views::getApplicableViews('uses_hook_menu') with Views::getApplicableViews('uses_menu_links'). 2014-08-04 09:27:46 -07:00
ViewsAccessCheck.php Issue #2287071 by Wim Leers, alexpott, chx: Add cacheability metadata to access checks. 2014-09-17 15:39:29 +01:00
ViewsData.php Issue #2236781 by damiankloip, alexpott, xjm: Fixed ViewsData only writes one per-table cache entry per request. 2014-05-29 14:47:39 +01:00
ViewsDataHelper.php