Commit Graph

178 Commits (22e7f87c4677b7c57ffd564a00755f1df86ba1ae)

Author SHA1 Message Date
Alex Pott 11eeb98bf3 Issue #2070609 by damiankloip, tstoeckler: Remove obsolete 'module' keys from Views plugin annotations. 2013-09-11 02:21:44 +01:00
Nathaniel Catchpole 085a24e07f Issue #2067017 by damiankloip: Remove usage of DRUPAL_CORE_COMPATIBILITY/VERSION constants. 2013-09-05 10:48:11 +01:00
webchick e235776e24 Issue #2016953 by dawehner, damiankloip, tim.plunkett: Indicate when an optional handler is missing, that it is not 'broken'. 2013-09-04 15:25:05 -07:00
Alex Pott 7742cc3563 Issue #2057869 by dawehner, jibran: Provide an alias for 'plugin.manager.entity' called 'entity.manager'. 2013-09-01 13:24:15 +01:00
Nathaniel Catchpole c7994001cc Issue #1497374 by yched, chx, amateescu, plach, Damien Tournoud, fago, swentel: Switch from Field-based storage to Entity-based storage. 2013-09-01 07:20:49 +01:00
webchick 8bd23e4bdd Issue #2065393 by dlu: Find 'use Drupal' and replace with inline references to \Drupal. 2013-08-30 23:28:33 -07:00
Alex Pott 55bd232761 Issue #1969388 by dawehner, tim.plunkett, olli: Add dedicated annotations for Views plugins. 2013-08-28 01:03:53 +01:00
webchick 523fb85533 Issue #1847002 by tim.plunkett, effulgentsia, msonnabaum: Move entity type classes from Drupal$provider\Plugin\Core\Entity to Drupal$provider\Entity. 2013-08-18 14:16:19 -07:00
Dries 07298d66e4 Issue #1911492 by jibran, Manuel Garcia, derhasi, pcambra, dawehner, damiankloip: Fixed Views try to find Custom StylePlugin template in core/modules/views/templates. 2013-08-16 14:49:18 -05:00
webchick 3cf100dfcd Issue #1957142 by damiankloip, fubhy, cosmicdreams: Replace config() with Drupal::config(). 2013-08-14 09:54:28 -07:00
Alex Pott fd76691cca Issue #2059479 by damiankloip: Typehint Drupal\views\ResultRow in field handler render methods. 2013-08-11 23:24:02 +01:00
Nathaniel Catchpole 917cd10a20 Issue #2057831 by damiankloip: Fixed Exposed filter blocks do not work anymore. 2013-08-08 13:59:18 +01:00
Alex Pott 5dba5f608c Issue #1849356 by dawehner: Added a HTTP response code area handler. 2013-08-02 15:26:16 +02:00
webchick 0d31d44dd5 Issue #2052389 by pwolanin: Fixed All elements added to the Request attributes should have a _ prepended unless they come from the path. 2013-07-31 13:50:39 -07:00
Alex Pott 9dd98eaa6f Issue #1957346 by dawehner, olli, damiankloip, jibran, ParisLiakos: Add some settings on the block display to allow overrides on the block instance configuration. 2013-07-28 23:09:59 +02:00
Alex Pott 0932270aec Issue #2048897 by Les Lim: Fixed Views Grid style: tokens not replaced in custom row/column classes. 2013-07-26 18:42:05 +02:00
Alex Pott cab25677f8 Issue #2046845 by bdone: Remove space after $this-> testHelperPlugin. 2013-07-24 01:43:56 +02:00
Alex Pott d8e21f879c Issue #2032031 by damiankloip: Deprecate use of views_get_view() function in favour of Views::getView() method. 2013-07-16 21:17:11 -04:00
Alex Pott 5beb2f94af Issue #1903746 by Mark Carver, mgifford, DaneMacaulay: Replace the views grid table template with one using divs. 2013-07-16 02:37:55 -04:00
Alex Pott 31efff2728 Issue #2036087 by YesCT: Add public identifier to all render methods in all views plugins in core. 2013-07-15 18:39:32 -04:00
Nathaniel Catchpole f24e7123e6 Issue #1958470 by olli | yuriy.babenko: Fixed Division by zero in pager_default_initialize(). 2013-07-06 16:27:11 +01:00
Alex Pott a4c65bec40 Issue #1825896 by dawehner, damiankloip, heddn: Add module owner to plugin data on handlers. 2013-07-05 21:54:59 +01:00
Nathaniel Catchpole b15a9b40f4 Issue #2033653 by damiankloip: Remove occurrences of api_version() 2013-07-04 09:46:47 +01:00
Dries 472339116c Issue #1938892 by JohnAlbin, Pancho: Fixed Switch from ISO-3166-1 country data to CLDR unicode data. 2013-06-28 13:06:49 -04:00
Alex Pott fc9584d55a Issue #2027031 by damiankloip: Move views_theme_functions() to ViewExecutable method. 2013-06-28 07:14:39 +01:00
Alex Pott e29498822e Issue #1963764 by widukind, pwieck: Convert theme_views_view_mapping_test() to Twig. 2013-06-22 23:12:28 +02:00
Alex Pott 893ae86204 Issue #2023095 by damiankloip: Convert Drupal\views\Tests\PluginBaseTest to PHPUnit. 2013-06-22 22:02:55 +02:00
Alex Pott b15e92136a Issue #1962234 by dawehner, damiankloip, alexpott: Move views_fetch_fields() into an autoloadable class. 2013-06-22 21:38:13 +02:00
Jennifer Hodgdon 0366140fa0 Issue #2013094 by pwieck, Cottser: Remove unnecessary template_preprocess() reference from all Twig files 2013-06-20 07:02:02 -07:00
Alex Pott b44d95bf93 Issue #2015999 by damiankloip: Fields cannot be used as the row style on style plugins that support it. 2013-06-19 11:35:56 +02:00
Alex Pott 161f2c2831 Issue #2019241 by olli: Replace remaining occurences of 'disabled' in views. 2013-06-19 01:23:44 +02:00
Alex Pott bf1b3d2255 Issue #1830828 by dawehner, Pancho: Fixed view result counter field. 2013-06-18 00:04:25 +02:00
Alex Pott 5356a24b49 Issue #2020859 by vijaycs85, tim.plunkett: Change the occurance of 'human_name()' to 'label' in views configuration & schema. 2013-06-17 11:59:09 +02:00
webchick 9ab3d605ba Issue #1891198 follow-up by tim.plunkett: Fix broken tests due to mis-named yaml file. 2013-06-16 23:09:46 -05:00
Alex Pott ca484d92c1 Issue #1891198 by dawehner: Move views test helper modules to views/tests/modules. 2013-06-17 01:13:34 +02:00
Alex Pott 6345a5cbc2 Issue #2002484 by brennanmh, heddn, Dan Reinders, hussainweb: Rename Views method ensure_table() to ensureTable(). 2013-06-15 11:47:11 +02:00
Alex Pott 1ea2d228c4 Issue #1946208 by dawehner: Rewrite QueryGroupByTest to use ViewUnitTestBase. 2013-06-15 11:40:18 +02:00
Alex Pott 2a17837fda Issue #843708 by mgifford, dawehner: Add option to set caption & remove summary in the html table (Accessibility). 2013-06-15 09:19:01 +02:00
Alex Pott 07c6057fb3 Issue #2015165 by damiankloip: Exposed forms are not rendered in the Views UI preview. 2013-06-13 22:57:38 +01:00
Alex Pott 9c5e4bc77f Issue #2002272 by elvis2, jibran, heddn: Rename Views method add_orderby() to addOrderby(). 2013-06-13 09:24:07 +01:00
Alex Pott ba4d4a880e Issue #2002144 by phenaproxima, connork, rdrh555, zschmid, elvis2, drupalway, heddn: Rename Views method add_field() to addField(). 2013-06-11 23:35:49 +01:00
Alex Pott b48343a2e2 Issue #2002910 by diarmy, toddtomlinson, dbcollies, heddn: Rename Views method get_field() to getField(). 2013-06-11 23:33:23 +01:00
Alex Pott 4d85fa44a3 Issue #1825332 by Berdir, ParisLiakos, andypost, dawehner, jrglasgow, aspilicious: Introduce an AccountInterface to represent the current user. 2013-06-11 15:04:34 +01:00
Alex Pott edb0095ee2 Issue #2011006 by tim.plunkett: Fixed Default local tasks provided by Views are broken. 2013-06-10 23:28:11 +01:00
Alex Pott 081a59c764 Issue #2012170 by ParisLiakos: Move ViewsUITest to the correct place. 2013-06-10 14:13:55 +01:00
Alex Pott bd1f226e8d Issue #1881606 by dawehner, jibran: Use a derivative to integrate all entities as row plugins. 2013-06-09 13:35:39 +01:00
Alex Pott 167810ff96 Issue #2002340 by elvis2, jibran: Rename Views method add_where() to addWhere(). 2013-06-08 00:12:42 +01:00
Alex Pott f1ba409443 Issue #2002894 by crowdcg, jibran: Rename Views method get_argument() to getArgument(). 2013-06-05 21:58:42 +01:00
Nathaniel Catchpole 579aa78880 Issue #1947720 by damiankloip: Use Drupal::state() to replace state(). 2013-06-05 15:58:21 +01:00
Dries f37d3c80c6 Issue #1879774 by damiankloip, dawehner, effulgentsia: catch plugin exceptions for invalid views display plugins. 2013-06-03 21:05:48 -04:00
Alex Pott 022531af66 Issue #2003368 by Dan Reinders, marlatt, NonProfit: Rename Views method pre_execute() to preExecute(). 2013-05-30 00:37:05 +01:00
Alex Pott 20d028f50c Issue #2002276 by elvis2: Rename Views method add_self_tokens() to addSelfTokens(). 2013-05-28 23:16:45 +01:00
Alex Pott 262895e9da Issue #1998330 by clemens.tolboom, dawehner: Fixed Minipager is broken on page size == 1 due to ceil(PHP_MAX_INT / 1). 2013-05-28 23:06:06 +01:00
Alex Pott 3af1e98ec3 Issue #2001218 by jhedstrom: Convert core/modules/views/lib/Drupal/views/Tests/PluginTypeListTest.php to phpunit. 2013-05-27 20:26:32 -05:00
Alex Pott 477c06c413 Issue #1498674 by plach, das-peter, Schnitzel, dawehner, YesCT, attiks, Berdir, Gábor Hojtsy, Soul88, Carsten Müller: Refactor node properties to multilingual. 2013-05-26 13:18:10 -07:00
Alex Pott 7002e6baaa Issue #1800998 by dawehner, swentel: Use route system instead of hook_menu() in Views. 2013-05-25 10:34:58 -07:00
Alex Pott 3cdae0550c Issue #1843744 by joelpittet, kgoel, Hydra, tsi, chrisjlee, shanethehat, jenlampton, mr.baileys, Cottser, socketwench: Convert views/templates/views-view.tpl.php to twig . 2013-05-24 22:13:58 -07:00
Alex Pott bc0dc2ffe4 Issue #1998436 by ParisLiakos: Fixed Wrong namespace for ViewsUITest. 2013-05-23 13:57:58 -07:00
Alex Pott 91e164e653 Issue #1970136 by dawehner, olli: Fixed Read more link isn't rendered. 2013-05-20 16:47:44 -07:00
Nathaniel Catchpole 0aadc79b8c Issue #1989806 by damiankloip: Rename ViewsDataCache to ViewsData. 2013-05-20 09:43:07 +01:00
Alex Pott 9825bac9e5 Issue #1938654 by damiankloip, dawehner: Export all properties of all views handlers and plugins. 2013-05-15 11:44:57 +01:00
Alex Pott 9cf9edde35 Issue #1912460 by damiankloip, dawehner: Move views_array_key_plus() to RearrangeFilter class. 2013-05-09 21:27:50 +01:00
Alex Pott 4889cf6bc7 Issue #1862352 by damiankloip: Move Views UI tests to Views UI module. 2013-05-08 18:43:43 +01:00
Alex Pott 79ea2f38f8 Issue #1292284 by ParisLiakos, RobLoach, karschsp: Require 'type' key in .info.yml files. 2013-05-07 14:51:26 +01:00
webchick 59a54c3e7e Issue #1962130 by dawehner, YesCT, tim.plunkett, CEikermann: Fixed Fatal Error: ViewUI::isTranslatable endless loop. 2013-05-01 19:20:34 -07:00
Alex Pott bb2cdb26e0 Issue #1979034 by plopesc: Convert views_test_data_element_form() to a Controller. 2013-05-01 23:14:14 +01:00
Alex Pott e9ef6636da Issue #1960014 by dawehner, damiankloip, xjm: Fixed Empty area handlers need to be rendered for tables. 2013-04-26 10:33:29 +01:00
webchick 5a6647be01 Issue #1964348 by damiankloip, xjm, dawehner: Rename DisplayPluginBase::getStylePlugin() and enable type filtering for more plugin types. 2013-04-12 22:20:07 -07:00
Alex Pott ee1c53e517 Issue #1965164 by tim.plunkett: Add dedicated annotations for Views handlers. 2013-04-11 22:42:45 +01:00
webchick 38226cc818 Issue #1914256 by damiankloip, dawehner, tim.plunkett: Add all views hooks to hook_hook_info(). 2013-04-10 13:12:01 -07:00
webchick 4527055218 Issue #1938380 by damiankloip, dawehner: Let ViewExecutable->preview() return a render array. 2013-04-05 15:25:18 -07:00
webchick 9685483cd9 Issue #1956912 by dawehner, damiankloip, tim.plunkett: Fixed Title area handler sets the title even when it should not (results in 'Welcome to Drupal' never going away). 2013-04-05 10:23:15 -07:00
catch b03efbf5e4 Issue #1785318 by peterpoe, dawehner, dagmar, damiankloip: Fixed Grouped filter doesn't allow you to use fields without a value. 2013-04-04 21:35:14 +01:00
webchick 7e465a9b17 Issue #1888390 by dawehner, damiankloip, tim.plunkett: Change 'human_name()' to 'label' and replace View::getHumanName() with View::label(). 2013-04-03 12:57:49 -07:00
webchick 1a62029115 Issue #1893906 by damiankloip, dawehner: Fixed Move views argument date handlers from node module. 2013-03-26 21:52:36 -07:00
webchick 1e32790fa0 Issue #1841896 by TravisCarden: Fixed various file permissions. 2013-03-26 21:48:48 -07:00
webchick 467590dc10 Issue #1934420 by derhasi: Allow area handlers to return a render array. 2013-03-26 21:46:05 -07:00
catch 5d6cd82cce Issue #1942660 by larowlan, damiankloip, dawehner: Add a method to allow modules to clear the \Drupal\views\ViewsDataCache->storage during run-time. 2013-03-20 11:43:39 +00:00
webchick ce27c58948 Issue #1770772 by damiankloip, dawehner, tim.plunkett: Move row_plugin() from style_plugin() to the main view object. 2013-03-17 08:36:55 -07:00
webchick eca2c2f79b Issue #1934558 by dawehner, olli: Create a test for views date handlers. 2013-03-17 00:30:02 -07:00
webchick 0f618becfa Issue #1857376 by dawehner, tstoeckler, damiankloip: Provide an area handler that renders an entity. 2013-03-09 23:00:51 -08:00
Dries 6bf13bd87b Issue #1793074 by cweagans, sun, chx: Convert .info files to YAML. 2013-03-06 17:51:39 -05:00
catch 13bd2b25ec Issue #1849752 by effulgentsia, Berdir, jibran, neclimdul: Abstract non-Drupal-specific parts of AnnotatedClassDiscovery into a Drupal\Component base class. 2013-03-06 22:02:58 +00:00
catch 7da4cad963 Issue #1913718 by dawehner: Fixed Aggregation settings link generates AJAX error. 2013-02-25 12:16:37 +00:00
catch 2fcadb11fa Revert "Issue #1770772 by damiankloip, dawehner, tim.plunkett: Move row_plugin() from style_plugin() to the main view object."
This reverts commit 386bfa9fd3.
2013-02-18 13:08:32 +00:00
catch 5c7ce575f3 Issue #1901290 by dawehner: Replace the mini pager with a lite pager (which does not run a count query). 2013-02-18 11:21:07 +00:00
catch 386bfa9fd3 Issue #1770772 by damiankloip, dawehner, tim.plunkett: Move row_plugin() from style_plugin() to the main view object. 2013-02-18 11:04:51 +00:00
Dries c432629f25 Issue #1903410 by dawehner: Fixed Wrong config key is used in template_preprocess_views_view_rss(). 2013-02-09 11:58:36 +11:00
catch a039a98aef Issue #1906794 by dawehner: Fixed Using a relationship in the UI fails completly. 2013-02-07 14:12:47 +00:00
catch 8c82db741b Issue #1891214 by damiankloip: Introduce a generic entity bundle filter handler. 2013-02-06 12:42:57 +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 72711258b1 Issue #1810480 by dawehner, ACF: Provide the plugin_id() to support views metadata integration. 2013-02-01 18:15:01 -08:00
webchick c4c71f4c77 Revert "Issue #1891214 by damiankloip: Introduce a generic entity bundle filter handler."
Broke HEAD. Temporary rollback.

This reverts commit 44cedfab94.
2013-01-29 08:06:25 -08:00
catch 44cedfab94 Issue #1891214 by damiankloip: Introduce a generic entity bundle filter handler. 2013-01-29 13:11:54 +00:00
catch 7c61f4aa1b Issue #1834184 by dawehner: Fixed Add basic views hooks to hook_hook_info(). 2013-01-28 22:54:44 +00:00
catch 431801a535 Issue #1625248 by dawehner, Jorrit: Fixed Mini Pager ('tags') are broken. 2013-01-23 13:44:55 +00:00
webchick 3f8b6a1a84 Issue #1894784 by dawehner: Remove api_version from views 2013-01-21 16:35:35 -08:00
webchick 252f0c8ed6 Issue #1893850 by dawehner, xjm: Cleanup relationship tests and don't use the node module. 2013-01-21 16:29:20 -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
catch 6ffd8c0940 Issue #1810816 by dawehner, damiankloip, fastangel: Fixed Link options for displayPluginBase is still using the display on the storage. 2013-01-17 21:12:38 +00:00