Commit Graph

138 Commits (5c80527210556f367b418aa34e929be737d31d32)

Author SHA1 Message Date
catch 63792c76df Issue #1907876 by dawehner: Remove views_import_access(). 2013-02-06 12:49:26 +00:00
catch a331965b58 Issue #1907882 by dawehner: Remove views_include(). 2013-02-06 12:48:37 +00:00
catch 5b04198364 Issue #1906146 by damiankloip: Move views_fetch_base_tables() into ViewsDataCache class. 2013-02-06 12:44:39 +00:00
catch 1c92546e41 Issue #1826602 by damiankloip, xjm, sun, dawehner, EclipseGc: Allow all configuration entities to be enabled/disabled. 2013-02-06 12:00:39 +00:00
webchick b261004a48 Issue #1879256 by tim.plunkett, dawehner: Refactor viewSpecialBlocks architecture once blocks are plugins. 2013-01-29 21:32:18 -08:00
webchick 6323f98c49 Issue #1900962 by damiankloip, tim.plunkett, dawehner: Use Config Entity query for views_get_applicable_views(). 2013-01-29 19:42:19 -08:00
catch 7c61f4aa1b Issue #1834184 by dawehner: Fixed Add basic views hooks to hook_hook_info(). 2013-01-28 22:54:44 +00:00
webchick 1c06ef40a8 Issue #1892836 by dawehner, alexpott: Use user/autocomplete instead of views own autocomplete function. 2013-01-24 12:13:30 -08:00
webchick 3f8b6a1a84 Issue #1894784 by dawehner: Remove api_version from views 2013-01-21 16:35:35 -08:00
webchick dd8c44b490 Issue #1757564 by damiankloip, dawehner, tim.plunkett: Change 'name' to 'id' on View entity. 2013-01-18 21:10:42 -08:00
webchick bc237f9a13 Issue #1831264 by tim.plunkett: Use the Entity manager to create new controller instances. 2013-01-18 20:58:23 -08:00
catch 1fdb3eea36 Issue #1884176 by dawehner, damiankloip: Fixed Exposed form ajax does not work. 2013-01-17 09:40:15 +00:00
catch d049222620 Issue #1876942 by damiankloip, dawehner, tim.plunkett: Use direct methods instead of arrayAccess for display handlers. 2013-01-15 16:34:32 +00:00
catch acf577ed72 Issue #1827286 by dawehner, damiankloip: Fixed hook_views_analyze() is missing from hook_hook_info() so never gets executed. 2013-01-10 17:14:16 +00:00
Dries 6e7b1219fe Issue #1535868 by EclipseGc, tim.plunkett, xjm, Jody Lynn, sdboyer, naxoc, tizzo, effulgentsia, dawehner, disasm, beejeebus: Convert all blocks into plugins. 2013-01-04 12:05:13 -05:00
webchick 31d4f1b018 Issue #1806178 by tim.plunkett, beejeebus: Remove code duplication for hook_config_import_()*() implementations of config entities. 2013-01-02 17:17:20 -08:00
webchick 189132a2c6 Issue #1875592 by dawehner: Remove _views_find_module_templates(). 2012-12-29 01:01:37 -08:00
webchick c4fec19a1e Issue #1871556 by tim.plunkett: Remove wrappers around entity_create(). 2012-12-26 10:24:15 -08:00
webchick 01567a6343 Issue #1867782 by damiankloip, tim.plunkett: Replace _views_fetch_data() with cache class. 2012-12-21 21:15:44 -08:00
catch 79eaae2b81 Issue #1783196 by dawehner, tim.plunkett, damiankloip: Get the views plugin manager from the DIC when possible. 2012-12-12 12:39:20 +00:00
webchick 2809f13d53 Issue #1805980 by tim.plunkett: Rename /theme to /templates and theme.inc to views.theme.inc 2012-12-11 12:51:50 -08:00
webchick 97969786b3 Issue #1858054 by tim.plunkett, dawehner: Remove ViewExecutable::cloneView(). 2012-12-08 15:21:07 -08:00
catch b08c448389 Issue #1811828 by dawehner, tim.plunkett: Use #attached to find the css/js of a view. 2012-12-04 15:49:07 +00:00
Dries f1b6874e72 Issue #1831324 by sun, effulgentsia: Form API #autocomplete_path() JS and callbacks to use GET q= parameter instead of menu tail. 2012-12-02 22:23:33 -05:00
webchick 53e5a482ef Issue #1783196 by dawehner, damiankloip, tim.plunkett: Get the views plugin manager from the DIC when possible. 2012-11-28 22:20:24 -08:00
catch b09642317a Issue #1774332 by c960657: Better handling of invalid/expired cache entries. 2012-11-28 21:36:29 +00:00
webchick f14f63cc11 Issue #1820544 by damiankloip: Tidy up and remove legacy code from views_page_alter(). 2012-11-26 10:57:26 -08:00
webchick 259b4e2468 Issue #1828410 by dawehner, damiankloip, tim.plunkett, stevector: Added Provide a bulk_form() element for actions. 2012-11-21 09:48:44 -08:00
catch 9d98cb98f0 Issue #1828528 by dawehner, xjm, tim.plunkett: Add language module integration for views. 2012-11-13 23:15:30 +00:00
webchick 53c73ccf8a Issue #1828612 by dawehner, damiankloip: Fixed hook_views_query_substitutions() missing from hook_hook_info(). 2012-11-12 00:54:51 -08:00
webchick 265fe4e751 Issue #1697256 by heyrocker, alexpott, sun, xjm, webchick: Create a UI for importing new configuration. 2012-11-03 21:48:01 -07:00
catch 9d4d0e2b0a Issue #1820526 by damiankloip, pdrake: Remove UUID generation code from load() method in ViewStorageController. 2012-11-03 20:39:56 +00:00
Dries 567ec7deef - Issue #1817684 by damiankloip, dawehner, tim.plunkett: Use state() instead of variable_set() and remove redundant saveBlockCache() method in Block.php display plugin. 2012-11-02 10:41:07 -07:00
webchick f42515e281 Issue #1798574 by tim.plunkett: Refactor Views UI to be a form controller. 2012-11-01 16:30:09 -07:00
webchick 76a157fe32 Issue #1763974 by tim.plunkett, EclipseGC, berdir, xjm, neclimdul, FabianX: Convert entity type info into plugins. 2012-10-30 13:37:18 -07:00
webchick cc38404bcd Issue #1792844 by tim.plunkett: Change more public properties to protected in ViewExecutable and ViewStorage. 2012-10-26 22:19:41 -07:00
Tim Plunkett 20ba6bbd18 Issue #1805996 by tim.plunkett: Move Views integration for core to their respective modules. 2012-10-22 14:11:54 -04:00
Tim Plunkett c7b7c3e5ba Issue #1805996 by dawehner, tim.plunkett, damiankloip, xjm, et al: Add Views and Views UI to core. 2012-10-22 14:11:32 -04:00