Commit Graph

62 Commits (44f22ac40b7b5119ed38b152f177ac5ec3a76e9b)

Author SHA1 Message Date
Daniel Wehner 88b40cc689 Issue #1605332 by dawehner, tim.plunkett: Adapt language integration to d8. 2012-10-21 22:48:39 -04:00
Daniel Wehner 472311d5b0 Replace annotations 'no ui' with 'no_ui'. 2012-10-21 22:48:39 -04:00
amateescu a9acf4fa19 Issue #1754442 by amateescu | dawehner: Fixed Wizard for comment appears even if comment module is disabled. 2012-10-21 22:48:38 -04:00
dereine 1de6ee68cc Issue #1613170 by dawehner, tim.plunkett, gaspaio, aspilicious | bojanz: Update for HttpKernel. 2012-10-21 22:48:38 -04:00
Daniel Wehner 1198cde8e8 remove empty lines, because they are really annoying. 2012-10-21 22:48:37 -04:00
damiankloip fe83dcab18 Issue #1751282 by damiankloip: Create helper function to get list of core modules. 2012-10-21 22:48:36 -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
Daniel Wehner 6a9ce89a65 Issue #1706258 by dawehner, damiankloip: Convert join class to plugins. 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
Daniel Wehner 92a5f2156c this fixes the damn wizard test 2012-10-21 22:23:22 -04:00
Tim Plunkett 28c9978f9d Restore the overridden functionality. 2012-10-21 22:23:22 -04:00
Tim Plunkett 587f8d24d2 Allow plugins to specify a module, and check for module_exists(). 2012-10-21 22:23:22 -04:00
Bram Goffings 93351462df remove override handler handling 2012-10-21 22:23:21 -04:00
Tim Plunkett e3d6b8733a Remove procedural code from plugins. 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 64002e8743 Bring _views_create_handler() and _views_create_plugin() closer together. 2012-10-21 22:23:18 -04:00
Tim Plunkett 454a6e9fed Remove call to obsolete plugins.inc. 2012-10-21 22:23:18 -04:00
Bram Goffings ec4c2322bd converted test plugins 2012-10-21 22:23:17 -04:00
Tim Plunkett 85f7dfc3cf Readd check for plugin key type. 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
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 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 9ac1406a51 annotationasation: Convert basically every core plugin. 2012-10-21 22:23:13 -04:00
Daniel Wehner e2daf79ce8 Convert broken handlers to PSR0 2012-10-21 22:23:12 -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 cabe4b1995 Introduce a handler base plugin 2012-10-21 22:23:11 -04:00
Daniel Wehner be8fab2fe4 try to make basic plugins possible 2012-10-21 22:23:11 -04:00
Daniel Wehner 2f42adf45d fix views_get_localization_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
tim.plunkett 29be73c229 Issue #1507368 by Dave Reid, damiankloip, tim.plunkett, aspilicious: Added hook for when the view cache is invalidated. 2012-10-21 22:08:44 -04:00
Tim Plunkett e5079a4276 Issue #1717686 by tim.plunkett: language_manager() was renamed language(). 2012-10-21 22:08:43 -04:00
aspilicious e42f0d8c93 Issue #1719188 by aspilicious: Coder cleanup. 2012-10-21 22:08:43 -04:00
Tim Plunkett 112050bed7 Issue #1717686 by aspilicious, tim.plunkett: Make use of the new language_manager(). 2012-10-21 22:08:31 -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
Bram Goffings e0c6a8dd46 Issue #1712456: hook_flush_caches() was renamed to hook_cache_flush(). 2012-10-21 22:08:16 -04:00
slashrsm 915450db68 Issue #1315578 by slashrsm, paranojik, dawehner: Added Ability to save exposed filters state only for registered users?. 2012-10-21 22:08:15 -04:00
dereine 7dd3f31416 Issue #1331272 by dawehner | mototribe: Added Global: View Area sorting. 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
damiankloip 51acc29bcf Issue #1513126 by damiankloip | mstrelan: Enabling a default view via CTools export UI requires a menu rebuild. 2012-10-21 22:06:45 -04:00
dagmar 2a8a18d639 Issue #1630136 by dagmar: Fixed Allow to clear the cache for exposed forms. 2012-10-21 22:06:45 -04:00
amateescu 08173e8c11 Issue #1642144 by dawehner, amateescu: Convert views_object() to PSR-0. 2012-10-21 22:06:44 -04:00
damiankloip 536d0c8bc1 Issue #1641828 by damiankloip: Implement a hook_ctools_exportable_info(). 2012-10-21 22:06:41 -04:00
Daniel Wehner ddb931b58e Issue #1640498: Fix the tests!!! 2012-10-21 22:06:41 -04:00
amateescu 7c7920f772 Issue #1636864 by amateescu: Convert View object to PSR-0. 2012-10-21 22:06:28 -04:00
aspilicious b6b6fb3fa1 Issue #1626422 by aspilicious: Fixed broken template path parsing with workaround. 2012-10-21 22:06:21 -04:00