Commit Graph

790 Commits (8bd23e4bddef132991cdd85bc398be9956d649cf)

Author SHA1 Message Date
Alex Pott 0e6c03df64 Issue #1968398 by joelpittet, Mark Carver, Les Lim, brunodbo: Convert Views () to ['attributes'] . 2013-07-31 00:28:34 +02:00
Jennifer Hodgdon 99575b2beb Issue #2050883 by Cottser, tstoeckler, dawehner: Fix references to obsolete functions in code comments in views module 2013-07-30 06:08:25 -07:00
Alex Pott b6c78d35f2 Issue #2044355 by dawehner: Move the link display to the middle column. 2013-07-28 23:53:19 +02: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 8043b9aa34 Issue #1888698 by nagwani, hussainweb: Figure out the most used html tags and let people use it in views. 2013-07-26 17:57:08 +02:00
Alex Pott d88a2be443 Issue #2043379 by tim.plunkett: Allow plugins to be discovered in any directory. 2013-07-25 00:57:30 +02:00
Alex Pott 6a9d9d5027 Issue #2030817 by mondrake: Fixed Wrong link_type() passed in link's pager_context() in views.theme.inc. 2013-07-24 22:56:59 +02:00
Alex Pott 41f6e35eb7 Issue #864006 by mgifford, dawehner, AjitS: Improve table semantics by adding scope or headers/id attributes. 2013-07-24 22:56:59 +02:00
Alex Pott 8e23b465a6 Issue #2045275 by Berdir: Convert user properties to methods. 2013-07-24 21:40:03 +02:00
Alex Pott a09093be77 Issue #2042941 by mondrake: Full pager plugin: reference the 'pager' theme in the annotations. 2013-07-24 17:47:47 +02:00
Alex Pott cab25677f8 Issue #2046845 by bdone: Remove space after $this-> testHelperPlugin. 2013-07-24 01:43:56 +02:00
Alex Pott 88cbedb8e8 Issue #2046537 by DuaelFr: End with 'any' label configuration to improve consistency and localization. 2013-07-23 09:48:19 +01:00
Alex Pott 8cf78305af Issue #2005166 by slashrsm, dawehner: Create simple file listing under admin/content/file. 2013-07-21 09:17:17 +01:00
Alex Pott 982452f77a Issue #2030293 by mondrake, YesCT: Fixed View preview is broken in UI if a pager has to be displayed. 2013-07-21 08:48:19 +01:00
Alex Pott 08aeb8717f Issue #2034947 by damiankloip: Change view results to use a classed object. 2013-07-21 08:46:30 +01:00
Alex Pott 338705adf3 Issue #1979036 by dawehner: Convert views_ajax() to a Controller. 2013-07-20 21:31:43 +01:00
Alex Pott 91fbd4b5ca Issue #2029733 by damiankloip, tim.plunkett: Add a getExecutable() method to View. 2013-07-20 20:32:31 +01:00
Alex Pott ad137531c9 Issue #2041287 by Berdir: Convert ->nid to ->id() and ->isNew(). 2013-07-20 13:21:43 +01:00
Alex Pott bd51e51a90 Issue #2028511 by damiankloip, dawehner: Allow plugin derivative classes to use services from the container. 2013-07-19 10:08:06 +01:00
Alex Pott 535ed4185b Issue #1812048 by mikeker, Pancho, dawehner, tim.plunkett: Build the exposed form using form API functions. 2013-07-18 23:53:52 +01: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 14708544c8 Issue #2031885 by droplet: Add t() context to 'Order' string. 2013-07-16 20:56:44 -04:00
Nathaniel Catchpole 7dd31494f3 Issue #1979094 by Berdir, dawehner, msonnabaum, tim.plunkett, effulgentsia: Fixed Separate create access operation entity access controllers to avoid costly EntityNG instantiation. 2013-07-16 10:33:18 +01: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
Alex Pott e0f675f3b2 Issue #2019095 by crispiatico, vijaycs85, piyuesh23: Complete Configuration schemas for views style. 2013-07-15 13:05:42 -04:00
Nathaniel Catchpole 22a6d8ccec Issue #2012382 by damiankloip: Improve efficiency of access checker matching on routes. 2013-07-15 10:22:26 +01:00
Alex Pott d03acd3ce9 Issue #1831080 by dawehner, IshaDakota, YesCT: Remove the 'More' area from the bottom of handler configuration. 2013-07-14 14:01:25 -04:00
Nathaniel Catchpole 7232dbf9f1 Issue #2024893 by bdone, dawehner: Change status filter on admin/people to 'active'/'blocked'. 2013-07-13 12:03:08 +01:00
Nathaniel Catchpole c094757a99 Issue #1963942 by joelpittet, ACF, dasjo: Change all instances of $vars to $variables. 2013-07-13 11:30:18 +01:00
Dries c02ba60087 Issue #2039199 by Berdir: Convert ->uid to ->id(), isAnonymous() and isAuthenticated(). 2013-07-11 13:29:02 -04:00
Alex Pott 6b6c6f20ee Issue #2007474 by dawehner: Make it easy to refresh a view. 2013-07-11 10:39:08 +01:00
Nathaniel Catchpole 419d1d9b34 Issue #1945670 by dawehner, damiankloip: Load plugin instances implicit on the ViewExecutable. 2013-07-10 22:53:20 +01:00
Alex Pott cd7ca03c27 Issue #2033447 by tim.plunkett: Remove obsolete ContainerFactoryPluginBase. 2013-07-10 17:05:43 +01:00
Alex Pott 06cb438e03 Issue #2003892 by tim.plunkett, vijaycs85: Convert date formats to config entities. 2013-07-09 19:57:20 +01:00
Alex Pott c250f7354d Issue #2016589 by amateescu, tim.plunkett: Add a dedicated @EntityReferenceSelection annotation. 2013-07-09 15:39:11 +01:00
Jennifer Hodgdon 317230271a Issue #2035087 by lazysoundsystem, Crell, Cottser: Remove remaining t() from test assert messages in views and views_ui 2013-07-09 07:06:52 -07: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
Nathaniel Catchpole f77b7106da Issue #1966514 by Sutharsan, ivansf: Fixed Do not use \' in translatable strings. 2013-07-06 16:15:51 +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 59f478ff96 Issue #2031519 by damiankloip: Deleting a view does not empty it's object cache. 2013-07-02 14:23:02 -04:00
Dries 58de5374c4 Issue #2024833 by claudiu.cristea: Adopt load() and loadMultiple() on entity storage controllers. 2013-06-30 20:09:38 -04:00
Alex Pott 91c32e3da9 Issue #2010024 by damiankloip, dawehner, ParisLiakos: Move url related functions to a new Url component. 2013-06-30 00:09:39 +01:00
Alex Pott a5c939875b Issue #2028041 by plopesc, dawehner: Move Argument Php to php module. 2013-06-29 23:38:08 +01:00
Dries 0a91fd93a7 Issue #2020405 by Pancho: Correct misspelling of 'referenceable'. 2013-06-29 17:39:05 -04:00
Alex Pott 2f872b853f Issue #2016939 by tim.plunkett, dawehner: Views listing page links are broken for default task page displays. 2013-06-29 15:03:53 +01:00
Alex Pott 4c357934c2 Issue #1754246 by webflo, swentel, penyaskito, andypost, alexpott, YesCT, dagmar: Languages should be configuration entities. 2013-06-29 11:56:53 +01:00
Alex Pott 0c957d310a Issue #2031115 by tim.plunkett: Fixed Language::LANGUAGE_DEFAULT should be Language::LANGCODE_DEFAULT. 2013-06-29 11:34:03 +01:00
catch 4e9792633c Issue #2026769 by fgm: Fixed Simplify DerivativeInterface implementations by refactoring duplicated code to a base class. 2013-06-28 22:17:30 +01:00
catch ea77909c7a Issue #2021831 by plopesc: Replace usage of Views:: in tests with its own services. 2013-06-28 22:13:58 +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
Nathaniel Catchpole 7794783062 Issue #1898474 by mondrake, Cottser, azinoman: pager.inc - Convert theme_ functions to Twig. 2013-06-28 13:34:28 +01: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 4f8b8a5087 Issue #1995048 by twistor, tim.plunkett, damiankloip, Berdir: EntityListController::getOperations() should respect access checks. 2013-06-27 07:13:06 +01:00
Alex Pott 46973e74b5 Issue #111715 by andypost, swentel, tim.plunkett, sun, Berdir, amateescu, kkaefer, YesCT, dagmar, chx: Convert node/content types into configuration. 2013-06-27 06:48:51 +01:00
Dries 2b6ff21132 Issue #2028145 by dawehner, ParisLiakos: Fixed Raw default argument still calls drupal_get_path_alias(). 2013-06-26 22:09:24 -04:00
Jennifer Hodgdon 3179dd42b8 Issue #1962704 by Eli-T, dawehner: Document hook_views_analyze() 2013-06-26 13:31:31 -07:00
Alex Pott ab22b87b59 Issue #2024111 by followup damiankloip, Berdir: Fixed TaxonomyIndexTid filter handler autocomplete does not work. 2013-06-26 17:32:01 +01:00
Alex Pott 356dc8bacd Issue #1969698 by xjm, damiankloip, tim.plunkett, yched: ConfigEntity::save() should disallow saving ID/UUID conflicts (Field UUID changes can badly corrupt field data). 2013-06-25 23:57:46 +01:00
Alex Pott 5ff3e98c4b Issue #2013939 by swentel, amateescu, pcambra: Remove hook_field_CRUD_() in favor of hook_entity_TYPE_CRUD() calls. 2013-06-25 23:02:08 +01:00
Alex Pott c66a78c64c Issue #2021829 by damiankloip, olli: Fixed Redundant executeView() in ViewsBlock::build(). 2013-06-25 20:21:16 +01:00
Dries 36df8e8784 Issue #2024111 by damiankloip: Fixed TaxonomyIndexTid filter handler autocomplete does not work. 2013-06-24 18:21:18 -04:00
Nathaniel Catchpole 195849b2a4 Issue #1872876 by chx, fubhy, dawehner, alexpott, tim.plunkett: Turn role permission assignments into configuration. 2013-06-24 17:38:32 +01:00
Alex Pott 9873c74069 Issue #2012818 by thedavidmeister: Remove #type 'markup'. 2013-06-24 10:46:21 +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 088b191c90 Issue #1828536 by sun, thedavidmeister, benjf, derek.deraps, jenlampton, dcam, pwieck: Rename 'type' variable of theme_item_list() to 'list_type'. 2013-06-22 21:49:22 +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
Dries abd15444cd Issue #1907902 by dawehner, damiankloip: Move views_get_handler() into the handler plugin manager. 2013-06-19 16:23:10 -04:00
Dries 9e354fa9d2 Issue #1965208 by amateescu, Berdir: Convert TaxonomyTermReferenceItem to extend EntityReferenceItem. 2013-06-19 15:07:06 -04:00
Nathaniel Catchpole 660f2d0d4f Issue #1985470 by thedavidmeister: Remove theme_link(). 2013-06-19 13:46:31 +01: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 3f196cab2e Issue #2021981 by bdone: Fixed typo: lable to label. 2013-06-19 10:18:21 +02:00
Alex Pott 0e0d2f6ba5 Issue #2010060 by olli, dawehner: Fixed More link is rendered when set to 'No'. 2013-06-19 01:26:54 +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 72bd779d56 Issue #1981342 by aspilicious, andypost, swentel: Drop procedural usage of fields in [s-u-v] modules. 2013-06-18 14:29:20 +02:00
Alex Pott 0e8571d150 Issue #1998192 by damiankloip, dawehner: Allow the boolean labels of exposed filters to be configurable. 2013-06-18 09:20:41 +02:00
Alex Pott 4d08d57418 Issue #1947536 by andypost, donquixote, larowlan, splatio, kim.pepper, alexpott, Crell, tim.plunkett: Convert drupal_get_breadcrumb() and drupal_set_breadcrumb() to a service. 2013-06-18 07:22:49 +02:00
Alex Pott 4d51cdf42e Issue #2021173 by vijaycs85, YesCT: Fixed typo: lable to label. 2013-06-18 00:47:58 +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 116f0a389e Issue #2003366 by sillygwailo, Joe9, kenianbei, pcambra, heddn, YesCT, damiankloip: Rename Views method pre_render() to preRender(). 2013-06-17 22:53:40 +02:00
Alex Pott 64a7739a52 Issue #1998582 by damiankloip, brantwynn, dawehner: Auto-generate machine_name() for Views Blocks using [viewname]_[displayname] rather than forcing manual entry. 2013-06-17 18:17:56 +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 d3fe0d43f8 Issue #2020377 by LinL | xjm: Rename Views method opNotEnds() to opNotEndsWith(). 2013-06-17 00:27:40 -05:00
webchick b527972331 Issue #2020695 by heddn: Rename Views method summary_join() to summaryJoin(). 2013-06-17 00:26:54 -05:00
webchick 9b3f8719d2 Issue #2020693 by heddn: Rename Views method post_render() to postRender(). 2013-06-17 00:22:57 -05:00
webchick 2d4478df3c Issue #2020697 by heddn: Rename Views method add_filter() to addFilter(). 2013-06-17 00:19:37 -05: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 a544e13f51 Issue #2012882 by damiankloip, dawehner: Move getDisplaysList() out of View storage class to ViewListController. 2013-06-17 01:58:58 +02: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 ecd19d9a52 Issue #2002110 by alanmoo, micahredding, xjm, chx, RobLoach, LinL: Remove double semicolons. 2013-06-16 22:45:33 +02:00
Alex Pott 1648a479c4 Issue #1893772 by chx, fubhy, slashrsm: Move entity-type specific storage logic into entity classes. 2013-06-16 11:40:11 +02:00
Alex Pott d9f7b3a35b Issue #1950632 by effulgentsia, Wim Leers, amateescu, yched: Create a FieldDefinitionInterface, decoupled from and config entities, and use it for formatters and widgets. 2013-06-16 10:27:11 +02:00
Alex Pott 096b8c5a58 Issue #2010290 by tim.plunkett, larowlan, alexpott, ParisLiakos: Editing a config entity from a listing page results in a 'page not found'. 2013-06-16 10:24:30 +02:00
Alex Pott 00a4259367 Issue #2003304 by jibran, gdf, Dan Reinders, heddn: Rename Views method set_count_field() to setCountField(). 2013-06-15 11:50:01 +02:00
Alex Pott 9791575da5 Issue #2003410 by ricky.middaugh, heddn, pcambra: Rename Views method get_where_args() to getWhereArgs(). 2013-06-15 11:49:03 +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