Commit Graph

47 Commits (5c18e689460f6a0fbd9ae3bc6876a3072d9227ce)

Author SHA1 Message Date
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 69060eca11 Issue #1632504 by joachim, damiankloip: Fixed views_handler_field_term_link_edit() should check it actually has a term tid. 2012-10-21 22:48:46 -04:00
dereine 24dca83743 Issue #1760748 by dawehner, aspilicious: Move ViewsSearchQuery. 2012-10-21 22:48:46 -04:00
Bojan Zivanovic 4ea004218c Issue #1758634 by bojanz: The query plugin should load entities after the query has been executed. 2012-10-21 22:48:45 -04:00
dereine 1f4c2c1676 Issue #1760448 by dawehner: Move taxonomy tag filter to node specific handler. 2012-10-21 22:48:45 -04:00
alasdair86 3e354810de Issue #1748168 by ACF | tim.plunkett: Convert or document all usages of db_query(). 2012-10-21 22:48:45 -04:00
Bojan Zivanovic 9965220abd Issue #1760396 by bojanz: Clean up PrerenderList. 2012-10-21 22:48:45 -04:00
dereine fae4f5e98a Issue #1760188 by dawehner: Improve Wizard method default_display_options(). 2012-10-21 22:48:41 -04:00
alasdair86 7e367707ff Issue #1757050 by ACF | damiankloip: Replace calls to term->tid with term->id(). 2012-10-21 22:48:40 -04:00
Daniel Wehner 1d13655b2f rename misnamed file 2012-10-21 22:48:40 -04:00
Tim Plunkett 131ea0f6ab Issue #1757302 by tim.plunkett: Clean up the NcsLastCommentName sort handler. 2012-10-21 22:48:40 -04:00
tim.plunkett fdd81de3de Issue #1757836 by tim.plunkett | aspilicious: Fixed Core updated some variables/config thingies again. 2012-10-21 22:48:39 -04:00
Tim Plunkett e3b1e12394 Issue #1757234 by dawehner, tim.plunkett: Remove advanced help integration. 2012-10-21 22:48:39 -04:00
Tim Plunkett 2f6501e4d1 Issue #1605332 by tim.plunkett: Fix fatals in language tests and move plugins. 2012-10-21 22:48:39 -04:00
Daniel Wehner 88b40cc689 Issue #1605332 by dawehner, tim.plunkett: Adapt language integration to d8. 2012-10-21 22:48:39 -04:00
slv dafcfdeacf Issue #1757300 by slv_ | dawehner: Remove convert_options() on argument validators. 2012-10-21 22:48:38 -04:00
amateescu beb5e2e936 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
Tim Plunkett acbb3bcfd0 Issue #1748118 by dawehner, tim.plunkett: Remove update code in init() methods. 2012-10-21 22:48:38 -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 5b77cda1bf list.module was replaced by options.module. 2012-10-21 22:48:37 -04:00
Tim Plunkett e6bddaea6e Issue #1744186 by damiankloip, tim.plunkett: Move uses_options() from plugin annotation to a class property. 2012-10-21 22:48:36 -04:00
Tim Plunkett e7209241f3 Issue #1744152 by tim.plunkett: Fixed entity_load_multiple() no longer supports $conditions. 2012-10-21 22:48:36 -04:00
Daniel Wehner 7d8102ea62 Issue #1484336 by dawehner, damiankloip | Hurukan: Fixed Undefined index in views_plugin_row_node_view().inc. 2012-10-21 22:48:35 -04:00
yan_nick cc7c39bde5 Issue #1741216 by yannickoo: Fixed Views handler doesn't store the field instance in the object, so it's hard to reuse. 2012-10-21 22:48:35 -04:00
yan_nick a50bddad49 Issue #1741242 by yannickoo: Replace _dummy view mode with _custom. 2012-10-21 22:48:35 -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
Daniel Wehner ed0289989d Issue #1494884: Use many_to_one for the field_list filter. 2012-10-21 22:23:23 -04:00
osopolar 46ea350d3b Issue #1712044 by osopolar: Fixed views_handler_field_history_user_timestamp()::render() should look at date changed instead of created as in node_mark(). 2012-10-21 22:23:23 -04:00
aspilicious 07220921ac Issue #1735070 by aspilicious: Fix @file blocks. 2012-10-21 22:23:23 -04:00
Tim Plunkett 9bc9242d19 Issue #1734904 by tim.plunkett: Clean up plugins. 2012-10-21 22:23:23 -04:00
Bram Goffings 805bf77961 fixed taxonomy relationship test 2012-10-21 22:23:22 -04:00
Tim Plunkett faa795e8d5 Add module names to all core plugins. 2012-10-21 22:23:22 -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
Damian Lee 1f904665f8 Replace calls to $node->title with $node->label() 2012-10-21 22:23:18 -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 d6092dd574 Add missing namespace and use statements for row view. 2012-10-21 22:23:17 -04:00
Tim Plunkett 858b53ba1e Fix the naming of user Link class. 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 445df4b828 fix search row plugin to not notice something 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