drupal/core/modules/views/src
webchick 11a81a4c8b Issue #2409623 by hexabinaer, pjonckiere, tstoeckler: Amend misleading Views UI labels/descriptions 2015-02-28 14:33:29 -08: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 #2358911 by chx: Fix docs for ViewsArgumentValidator annotation class 2014-10-17 12:31:52 -07:00
Controller Issue #2372507 by dawehner, mavimo, RavindraSingh: Remove _system_path from $request->attributes 2015-02-17 11:07:24 +00:00
Element Issue #2389275 by bforchhammer: Views render element #embed not working 2014-12-15 17:04:58 +00:00
Entity Issue #2419059 by chx: Impossible to enable views if entities are not in SQL 2015-02-22 09:29:01 +00:00
EventSubscriber Issue #2411791 by yched, plach: Provide empty methods rather than abstract methods in EntityTypeEventSubscriberTrait / FieldStorageDefinitionEventSubscriberTrait 2015-02-02 12:02:05 +00:00
Form Issue #2409209 by dawehner, xjm, mpdonadio, Wim Leers, hussainweb, RavindraSingh, prashantgoel: Replace all _url() calls beside the one in _l() 2015-02-10 14:02:30 -08:00
Plugin Issue #2409623 by hexabinaer, pjonckiere, tstoeckler: Amend misleading Views UI labels/descriptions 2015-02-28 14:33:29 -08:00
Routing Issue #1849822 by dawehner: Convert (HTML) view rendering to a render array. 2014-10-09 12:02:01 +01:00
Tests Issue #2417567 by xjm, effulgentsia, mpdonadio, hussainweb: Rename user-path: scheme to internal: 2015-02-22 23:59:55 +00:00
Analyzer.php
DisplayPluginCollection.php Issue #2425581 by greg.1.anderson: !message in t() can lead to double-escaping when used in drupal_set_message() 2015-02-27 15:27:59 +00:00
EntityViewsData.php Issue #2165989 by Xano, pcambra, damiankloip, dawehner: Add a Views field handler for multiple entity operations 2015-02-03 10:05:06 +00: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 #2358079 by pwolanin, Berdir: Require a specific placeholder format in db_query() in order to trigger argument expansion, and require explicit 'IN' parameter for conditions 2015-02-03 09:42:28 +00:00
ResultRow.php Issue #2157777 by damiankloip, dawehner: Views results cache has full entities in it 2014-12-22 10:35:36 +00:00
ViewAccessControlHandler.php Issue #2287071 by Wim Leers, alexpott, chx: Add cacheability metadata to access checks. 2014-09-17 15:39:29 +01:00
ViewEntityInterface.php Issue #2030667 by filijonka, tim.plunkett, adci_contributor, Thomas Brekelmans: Refactoring ViewStorageInterface to ViewEntityInterface 2015-01-12 09:09:38 +00:00
ViewExecutable.php Issue #2409209 by dawehner, xjm, mpdonadio, Wim Leers, hussainweb, RavindraSingh, prashantgoel: Replace all _url() calls beside the one in _l() 2015-02-10 14:02:30 -08:00
ViewExecutableFactory.php Issue #2409209 by dawehner, xjm, mpdonadio, Wim Leers, hussainweb, RavindraSingh, prashantgoel: Replace all _url() calls beside the one in _l() 2015-02-10 14:02:30 -08:00
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
ViewsData.php Issue #2040135 by Wim Leers, Berdir: Caches dependent on simple config are only invalidated on form submissions 2015-01-15 09:36:26 +00:00
ViewsDataHelper.php