Commit Graph

38 Commits (489a28a5e01b47bd949797bed5b98a800270edab)

Author SHA1 Message Date
tim.plunkett 489a28a5e0 Issue #1792860 by tim.plunkett, dawehner: Move procedural code from views_ui().module and admin.inc to ViewUI. 2012-10-21 22:48:58 -04:00
damiankloip 8e855ad155 Issue #1794144 by damiankloip, tim.plunkett: Clean up and fix views.drush.inc. 2012-10-21 22:48:58 -04:00
Tim Plunkett 4addda038c Issue #1760284 by tim.plunkett: Update the Views copy of the core Entity List API. 2012-10-21 22:48:58 -04:00
Daniel Wehner df8a0e2111 Issue #1788232 by dawehner, tim.plunkett: Move UI properties from ViewExecutable to a new ViewUI class. 2012-10-21 22:48:57 -04:00
damiankloip ebfebf100e Issue #1791242 by damiankloip: ViewStorageController::attachLoad() should call parent. 2012-10-21 22:48:57 -04:00
tim.plunkett 2daec13e0b Issue #1792454 by tim.plunkett: Add type hinting to function signatures for $view. 2012-10-21 22:48:57 -04:00
tim.plunkett 76c51dc766 Issue #1788266 by tim.plunkett, dawehner: Access the different views related properties on the right object. 2012-10-21 22:48:57 -04:00
Damian Lee 80e4c78195 Issue #1791070 by damiankloip: Fixed Disabled views get enabled when saving through the UI. 2012-10-21 22:48:56 -04:00
dereine ccc66002ff Issue #1788238 by dawehner: Cleanup display and seperate options from instances. 2012-10-21 22:48:56 -04:00
dereine ad514aea2f Issue #1751358 by dawehner: Split up View class into ViewStorage and ViewExecutable. 2012-10-21 22:48:54 -04:00
damiankloip 1c0f9b15f0 Issue #1760284 by damiankloip, tim.plunkett: Copy the new core Config Entity List API into Views. 2012-10-21 22:48:52 -04:00
dereine 206cd481b3 Issue #1778148 by dawehner: Added Rename view::viewsObjectTypes to view::viewsHandlerTypes. 2012-10-21 22:48:51 -04:00
Tim Plunkett a3c7165496 Issue #1765984 by tim.plunkett: Unify and simplify the creation of a plugin instance. 2012-10-21 22:48:50 -04:00
aspilicious 1d7dd18c7e Issue #1765984 by aspilicious: Add standardized helper functions for creating a plugin instance. 2012-10-21 22:48:50 -04:00
dereine c09fe055be Issue #1767030 by dawehner: Rename uiName to adminLabel. 2012-10-21 22:48:49 -04:00
Daniel Wehner 774ef63ca4 Issue #1765728 by dawehner, damiankloip: Cleanup methods on HandlerBase. 2012-10-21 22:48:48 -04:00
Daniel Wehner 3905c51ad3 Issue #1762662 by dawehner, tim.plunkett: Cleanup methods on DisplayPluginBase. 2012-10-21 22:48:47 -04:00
Tim Plunkett ebaa0f1cde Miscellaneous code clean-ups. 2012-10-21 22:48:46 -04:00
damiankloip c29f2e2dd0 Issue #1762352 by aspilicious, dawehner, damiankloip: Clean up /camelCase methods on View. 2012-10-21 22:48:46 -04:00
xjm 53c7d23519 Issue #1658068 by tim.plunkett, damiankloip: Convert Views to use core TempStore instead of ctools_object_cache_*(). 2012-10-21 22:48:36 -04:00
Tim Plunkett 863b346364 Issue #1741172 by tim.plunkett: Remove as much CTools code as possible, and document the parts left to remove. 2012-10-21 22:48:35 -04:00
Tim Plunkett 40d5f16f55 Issue #731662 by dagmar, dawehner, tim.plunkett, bojanz, SuperXren, BWPanda: Added Hybrid Exposed Filters. 2012-10-21 22:48:34 -04:00
aspilicious e5a4ab8a6c Issue #1705714 by aspilicious: Convert views CMI settings to new standard. 2012-10-21 22:23:22 -04:00
Tim Plunkett 119083b12a Add a note about contextual links not working. 2012-10-21 22:23:17 -04:00
Tim Plunkett 3d48f0aa9f Clean up stray references to plugin managers other than ViewsPluginManager. 2012-10-21 22:23:16 -04:00
Tim Plunkett b2970df17f Remove views_get_plugin_manager() and replace with new ViewsPluginManager(). 2012-10-21 22:23:16 -04:00
Tim Plunkett 17fa51d0a0 Switch Drupal\views\Plugins to Drupal\views\Plugin. 2012-10-21 22:23:15 -04:00
Daniel Wehner d6fc925132 converted contact and removed hook_views_wizard 2012-10-21 22:23:15 -04:00
Daniel Wehner b158b24ab0 fix several different kind of unrelated things 2012-10-21 22:23:14 -04:00
Daniel Wehner d1335cf6e6 Make the wizard working again 2012-10-21 22:23:14 -04:00
Daniel Wehner be8fab2fe4 try to make basic plugins possible 2012-10-21 22:23:11 -04:00
Tim Plunkett 4daa01cb89 Issue #1716908 by aspilicious, tim.plunkett: Use the new attributes system in D8. 2012-10-21 22:08:31 -04:00
johnv e35cfb25c4 Issue #1615752 by johnv: Added Better location for report 'Fields used in Views'. 2012-10-21 22:08:08 -04:00
tim.plunkett 4119b5dc8f Issue #1686798 by tim.plunkett: Added a list of which plugins are from which modules and used in which views. 2012-10-21 22:07:06 -04:00
tim.plunkett 4e73b5fc81 Issue #1659520 by tim.plunkett: Update jQuery library calls. 2012-10-21 22:06:44 -04:00
amateescu 7c7920f772 Issue #1636864 by amateescu: Convert View object to PSR-0. 2012-10-21 22:06:28 -04:00
Bram Goffings 51ab7a50ea Issue 1602372 by aspilicious: Follow up: Convert missing usages of the variables. 2012-10-21 22:06:21 -04:00
merlinofchaos a626abb24f Add the 7.x-3.x Views branch. 2012-10-07 17:51:56 -04:00