Commit Graph

89 Commits (cf22d23b0f33e267ab44aa92940c44f48ece8c99)

Author SHA1 Message Date
damiankloip f45fd0736e Issue #1765026 by damiankloip: CamelCase methods in ViewStorage class. 2012-10-21 22:48:47 -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
damiankloip 336e2e1034 Issue #1760838 by damiankloip, dawehner: Update core/api_version() of all the views. 2012-10-21 22:48:46 -04:00
Daniel Wehner 74e8a3db58 Remove default views. 2012-10-21 22:48:43 -04:00
damiankloip 7f04b59829 Added temporary parameters to default views to avoid warnings 2012-10-21 22:48:43 -04:00
Daniel Wehner 88b40cc689 Issue #1605332 by dawehner, tim.plunkett: Adapt language integration to d8. 2012-10-21 22:48:39 -04:00
Bojan Zivanovic e6d8fe7283 Issue #1757042 by bojanz, dawehner: Move remaining file integration from system.views.inc to file.views.inc. 2012-10-21 22:48:37 -04:00
bojanz a639f48c1d Issue #1757036 by bojanz: Remove old 'moved to' definitions. 2012-10-21 22:48:37 -04:00
lunaris 94e4bb5e11 Issue #1748114 by lunaris | damiankloip: Replace calls to comment properties with entity interface methods. 2012-10-21 22:48:37 -04:00
Daniel Wehner 14a8b0df82 Move CTools specific integration into CTools. 2012-10-21 22:48:35 -04:00
Daniel Wehner 6a9ce89a65 Issue #1706258 by dawehner, damiankloip: Convert join class to plugins. 2012-10-21 22:48:35 -04:00
Tim Plunkett 0c88f6991d Replace stray reference to handler with id. 2012-10-21 22:23:22 -04:00
Tim Plunkett 90dba138f1 Finish converting all "use *" to "use_*" options. 2012-10-21 22:23:19 -04:00
Bram Goffings 81b16bb29f renamed plugin_id to id 2012-10-21 22:23:19 -04:00
Tim Plunkett 3b2195d996 Clean up last few handlers and plugins. 2012-10-21 22:23:18 -04:00
Daniel Wehner 2842bc148a some random bug fixes 2012-10-21 22:23:17 -04:00
Tim Plunkett 81f576913e Remove hook_views_plugins(). 2012-10-21 22:23:17 -04:00
Tim Plunkett f7fa99701f Restore the missing custom text area plugin. 2012-10-21 22:23:17 -04:00
Daniel Wehner d9c68d48d4 convert users and translations as well 2012-10-21 22:23:17 -04:00
Daniel Wehner 797e863f35 convert a lot of modules to annotations 2012-10-21 22:23:16 -04:00
Daniel Wehner 5019a19032 convert system stuff 2012-10-21 22:23:16 -04:00
Daniel Wehner 2037828550 Introduce a temporary Views vendor to integrate core modules into core. 2012-10-21 22:23:16 -04:00
Daniel Wehner f8de053ea0 Convert node to annotations and PSR0 2012-10-21 22:23:15 -04:00
Daniel Wehner 20edb75f66 converted locale to plugins 2012-10-21 22:23:15 -04:00
Tim Plunkett 17fa51d0a0 Switch Drupal\views\Plugins to Drupal\views\Plugin. 2012-10-21 22:23:15 -04:00
Daniel Wehner eb3e8563d0 convert contact, field filter plugins 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 be280193ea moved aggregator,book,comment 2012-10-21 22:23:14 -04:00
Daniel Wehner 684b4a036e lets use annotated handlers in even more places 2012-10-21 22:23:14 -04:00
Tim Plunkett 49b44b5f00 Remove migrated module plugins. 2012-10-21 22:23:14 -04:00
Daniel Wehner 9ac1406a51 annotationasation: Convert basically every core plugin. 2012-10-21 22:23:13 -04:00
Daniel Wehner 8702ff0d25 right handlers for sort 2012-10-21 22:23:13 -04:00
Daniel Wehner d116463bf6 convert fields to annotation 2012-10-21 22:23:13 -04:00
Daniel Wehner d21b688451 convert more filters to annotations 2012-10-21 22:23:13 -04:00
Daniel Wehner d8bfd3b9f6 Use annotation for relationships 2012-10-21 22:23:13 -04:00
Daniel Wehner d00169d18b convert filter plugins to annotations 2012-10-21 22:23:13 -04:00
Daniel Wehner 5128dcbbac use annotations to instanciate sorthandlers 2012-10-21 22:23:12 -04:00
Daniel Wehner a5ce14d979 Experiment with module handler as PSR0 2012-10-21 22:23:12 -04:00
Daniel Wehner e7d09285eb some missing classes 2012-10-21 22:23:12 -04:00
Daniel Wehner 506960b5e8 convert another bazzilons of instances 2012-10-21 22:23:12 -04:00
Daniel Wehner cb3b6ee9b9 Use the PSR0 handler classes in many modules 2012-10-21 22:23:12 -04:00
Daniel Wehner 4576815435 use the right base class for all handlers 2012-10-21 22:23:12 -04:00
Daniel Wehner 3ccb1139a2 move the old handler code into the handler class 2012-10-21 22:23:12 -04:00
Daniel Wehner 953de7e4e2 remove a bunch of notices 2012-10-21 22:23:12 -04:00
Daniel Wehner cabe4b1995 Introduce a handler base plugin 2012-10-21 22:23:11 -04:00
damiankloip 86ec547c7a Issue #1674356 by damiankloip, dawehner: Make a battleplan for the plugins. 2012-10-21 22:23:10 -04:00
damiankloip c77636780a Issue #1720400 by damiankloip: Fixed views_handler_filter_user_name() throws errors when using grouping filter option. 2012-10-21 22:08:44 -04:00
dereine 02a35e24f6 Issue #1715458 by dawehner, damiankloip: Replace calls to ->title with label(). 2012-10-21 22:08:44 -04:00