Commit Graph

2080 Commits (b686f05790d673cefb7411395c2a5009221a65d8)

Author SHA1 Message Date
Nathaniel Catchpole 1d75784abe Issue #2672604 by saurabh.tripathi.cs: Replace deprecated usage of entity_create('taxonomy_term') and entity_create('taxonomy_vocabulary') with a direct call to Term::create() and Vocabulary::create() 2016-02-24 13:17:21 +09:00
Nathaniel Catchpole a975f31f8d Issue #2649352 by dawehner, borisson_: views_embed_view() should use a render array so metadata can bubble up 2016-02-24 12:26:35 +09:00
Nathaniel Catchpole 49db6446d1 Issue #2204037 by kpv, Lendude: Views allows removal of required relationships and gives a fatal error on save 2016-02-24 12:11:41 +09:00
Nathaniel Catchpole d809e4787a Issue #2673824 by edurenye: Ajax error in views 2016-02-23 19:24:24 +09:00
Nathaniel Catchpole 0d838339d3 Issue #2579931 by rjacobs, stevector: Pager option not saved on views add form page widget 2016-02-22 22:25:14 +09:00
Nathaniel Catchpole a3f5ca8a81 Issue #2338747 by dawehner, chx: Move {router} out of system.install and create the table lazy 2016-02-19 13:26:53 +09:00
Nathaniel Catchpole 252fee2207 Issue #2503409 by dimaro, DuaelFr, lluvigne: Replace deprecated usage of entity_create('block*') with a direct call to Block::create() 2016-02-18 11:24:17 +09:00
Nathaniel Catchpole a005807820 Issue #2321995 by jhodgdon: More info needed in hook_views_data docs/sample body 2016-02-17 16:16:30 +09:00
Nathaniel Catchpole 9040dc8002 Issue #2664466 by dawehner, alexpott, kostyashupenko: url_alias table is only used by a core service but it depends on system install 2016-02-17 16:11:37 +09:00
Nathaniel Catchpole dc111b405e Issue #2641588 by naveenvalecha, Mac_Weber, dimaro, heykarthikwithu: Replace deprecated usage of entity_create('file') with a direct call to File::create() 2016-02-17 15:25:46 +09:00
Nathaniel Catchpole 653e0a9b18 Issue #2627052 by leolando.tan, snehi, anil280988, jhodgdon: Fix docblocks in file views/src/ViewExecutable.php 2016-02-17 10:40:49 +09:00
Nathaniel Catchpole ae2ee03791 Issue #2632068 by bojanz, dawehner, czigor, mglaman: Rendered entity views field handler 2016-02-17 09:47:23 +09:00
Nathaniel Catchpole 6325f60acb Issue #2644598 by mglaman, bojanz, vasike: Views forms can't be used multiple times on the same page 2016-02-17 09:44:41 +09:00
Nathaniel Catchpole a55d4651e0 Issue #2641604 by Mac_Weber, lluvigne, heykarthikwithu: Replace deprecated usage of entity_create('node_type') with a direct call to NodeType::create() 2016-02-17 09:24:04 +09:00
Nathaniel Catchpole 5fea40e6c8 Issue #2666702 by heilop: Fix comments in the attributes of the TaggedWithTest class 2016-02-16 22:03:01 +09:00
Nathaniel Catchpole d38bf13dd3 Issue #2469553 by Lendude, geertvd, oenie: Views filtering on boolean fields doesn't use right formatter 2016-02-16 20:17:31 +09:00
Nathaniel Catchpole 8e4fe5c0f9 Issue #2641584 by Mac_Weber, heykarthikwithu, legovaer: Replace deprecated usage of entity_create('field_config') with a direct call to FieldConfig::create() 2016-02-16 20:13:36 +09:00
Nathaniel Catchpole 854649c923 Issue #2641624 by heykarthikwithu, Mac_Weber, kostyashupenko: Replace deprecated usage of entity_create('user') with a direct call to User::create() 2016-02-16 16:54:49 +09:00
Nathaniel Catchpole 4f95c7e880 Issue #2668652 by lokapujya: DisplayTest - drupalPlaceBlock() has wrong parameters 2016-02-16 14:21:02 +09:00
Nathaniel Catchpole a173d7273e Revert "Issue #2598502 by alexpott: Double escaping in views attachment titles"
This reverts commit 2748b9a40c.
2016-02-16 10:24:55 +09:00
Nathaniel Catchpole 1e8c0d387b Issue #2663290 by edurenye, Berdir, dawehner: Argument validator schemas are broken 2016-02-16 10:20:17 +09:00
Nathaniel Catchpole 8d7c0ffefd Issue #2641626 by Mac_Weber, heykarthikwithu, naveenvalecha: Replace deprecated usage of entity_create('view') with a direct call to View::create() 2016-02-15 16:56:24 +09:00
Nathaniel Catchpole 7e4b50e68f Issue #2635224 by dawehner, bojanz: ContentEntityBase should provide field definitions for key fields 2016-02-15 09:27:14 +09:00
Nathaniel Catchpole d5f4e3b8ff Issue #2630886 by dawehner: Correct the join from revision data table to revision base table 2016-02-15 09:16:56 +09:00
Nathaniel Catchpole 8bd5ae4b8e Issue #2630886 by dawehner: Correct the join from revision data table to revision base table 2016-02-15 09:16:40 +09:00
Nathaniel Catchpole 2748b9a40c Issue #2598502 by alexpott: Double escaping in views attachment titles 2016-02-15 08:47:31 +09:00
Nathaniel Catchpole a79891dadf Issue #2503411 by DuaelFr, Mac_Weber: Replace deprecated usage of entity_create('comment*') with a direct call to Comment/CommentType::create() 2016-02-15 08:43:00 +09:00
Nathaniel Catchpole b51c12a911 Issue #2509722 by NickWilde, dawehner, Lendude, rakesh.gectcr, Nitesh Pawar, xjm, tstoeckler: "Error: missing help" in Views for Node fields without descriptions 2016-02-12 11:02:16 +09:00
Jennifer Hodgdon d87ade36a4 Issue #2572643 by alexpott, attiks, Jelle_S, jhodgdon: Fix Drupal.Commenting.FileComment coding standard 2016-02-11 12:54:33 -08:00
Alex Pott f2fe78a9a8 Issue #2659986 by lluvigne: Remove \Drupal\views\Plugin\views\HandlerBase::$actualField and \Drupal\views\Plugin\views\HandlerBase::$actualField 2016-02-11 14:26:59 +00:00
Nathaniel Catchpole 64ad40811b Issue #2575245 by toniteof: Click-sorting broken in previews 2016-02-10 11:08:52 +09:00
Nathaniel Catchpole 10964714b8 Issue #2598436 by dawehner, krknth, kostyashupenko: Rewrite the Result class to no longer accidentally be removed by people 2016-02-10 10:23:35 +09:00
Nathaniel Catchpole d4e7281f28 Issue #2641586 by Mac_Weber, marvin_B8: Replace deprecated usage of entity_create('field_storage_config') with a direct call to FieldStorageConfig::create() 2016-02-09 08:52:18 +09:00
Alex Pott d907b8b166 Issue #2567339 by Lendude, penyaskito, dawehner: PHP Warning when using link field tokens in a view 2016-02-02 12:08:20 +00:00
Nathaniel Catchpole e3ad6a4d8b Issue #2510076 by DuaelFr: The [view:page-count] token should never return 0 2016-02-02 09:59:51 +09:00
Alex Pott 130f8c1ab9 Issue #2633308 by dawehner, mparker17, Wim Leers, Fabianx: Views cache contexts are lost (and thus do not bubble) when rendering a view's block display 2016-02-01 16:35:16 +00:00
Nathaniel Catchpole e8a4f8bca7 Issue #2616816 by dawehner, Jaesin: Views aggregation: Grouping a field that doesn't exist on all bundles causes an error 2016-02-01 17:28:26 +09:00
Nathaniel Catchpole e39328a611 Issue #2508145 by jibran, s.reichert: Grouping level is always zero in Views 2016-02-01 17:07:43 +09:00
Nathaniel Catchpole 4f6ab6e776 Issue #2402165 by joelpittet, hass, madhavvyas: #theme => 'links' renders <li class="_"> when the #links array is not associative 2016-01-26 14:35:39 +09:00
xjm 831b404aad Revert "Issue #2650964 by yongt9412: Fix the execution of regular expression"
This reverts commit 5f7cb31134.
2016-01-25 12:43:53 -06:00
Alex Pott 5f7cb31134 Issue #2650964 by yongt9412: Fix the execution of regular expression 2016-01-25 16:43:07 +00:00
Alex Pott f0489f78ec Issue #2643942 by Lendude, no_angel, dawehner: Entityreference autocomplete with search fields uses wrong column name 2016-01-25 15:03:39 +00:00
Alex Pott 3e9a50d03d Issue #2637720 by dawehner, tim.plunkett: Ajax exposed filters + destination query don't work together 2016-01-25 14:00:54 +00:00
Alex Pott 46841601a7 Issue #2540568 by Lendude, mikeyk, geertvd, DuaelFr, pjonckiere, dawehner: ManyToOne 'not' operator throws InvalidArgumentException ("Is none of" choice in UI) 2016-01-19 10:42:42 +00:00
Alex Pott b88c90a6c0 Issue #2645662 by dawehner: Don't pollute the global namespace with t() in tests 2016-01-18 15:21:29 +00:00
Alex Pott 9067206883 Issue #2571845 by drupal.ninja03, hussainweb, anil280988, snehi, jhodgdon, GoZ, stefan.r: Links to wikipedia/php.net should be part of the actual t() string so they can be localized 2016-01-05 14:31:39 +00:00
Alex Pott 9f4034ac98 Issue #2642236 by TR: Various setUp() and tearDown() methods are not protected (the sequel) 2016-01-05 10:53:08 +00:00
Alex Pott 1546d71f80 Issue #2605214 by Gábor Hojtsy, ChuChuNaKu, EclipseGc, dawehner: Views InOperator::getValueOptions() children do not return values like InOperator::getValueOptions() 2016-01-04 11:58:51 +00:00
Nathaniel Catchpole 561b42cefd Issue #2302319 by geertvd, Lendude: Missing caption, if view (format table) is grouped by a field 2016-01-04 15:13:41 +09:00
Nathaniel Catchpole 42eb466cd8 Issue #2342325 by Lendude, mikeker, amyvs: Spaces in exposed filter ID cause filter not to work 2016-01-04 14:40:36 +09:00
Alex Pott fa9d71244d Issue #2624890 by Lendude: Views Messages area handler gives broken/missing handler when added to a view 2015-12-23 14:34:19 +00:00
Alex Pott 2c03b9f0ff Issue #2572789 by attiks, andriyun: Fix 'Drupal.WhiteSpace.Comma' coding standard 2015-12-23 14:28:29 +00:00
Alex Pott 3945744457 Issue #2400543 by Nitesh Pawar, abhishek.kumar, hugronaphor, jibran, dawehner, PieterJanPut, wuinfo, cilefen, alexpott, ameymudras, lauriii, pec, ashutoshsngh, Truptti, JmOkay: Breadcrumb should be term name instead of term id on term edit and delete page 2015-12-22 23:41:56 +00:00
Alex Pott 05b3abf260 Issue #2401953 by Lendude, dawehner: Database exception for View with Combined field filter with fields with no query alias 2015-12-21 13:52:38 +00:00
Alex Pott fcbf91be09 Issue #2621874 by czigor, Lendude, dawehner: "Hide empty column" only hides the header 2015-12-21 13:09:43 +00:00
Alex Pott 8aeb8b94d5 Issue #2574077 by damiankloip, dawehner: REST Export display cannot show any raw output for fields using the Field field handler 2015-12-17 12:16:34 +00:00
Alex Pott 46f8d46abe Issue #2633388 by mparker17: Document why ViewsBlock::build() explicitly asks for an un-cached view 2015-12-16 11:42:54 +00:00
Alex Pott 5ea2d135f1 Issue #2480719 by Lendude, aerozeppelin, Xano, dawehner: Missing label and description for exposed numeric filter when using 'between' filter 2015-12-16 11:40:42 +00:00
Nathaniel Catchpole 829f1685e8 Issue #2595169 by mikeker, claudiu.cristea: Operator 'Is not equal' of BooleanOperator doesn't work 2015-12-11 22:42:36 +00:00
Alex Pott b6b7891ede Issue #2596345 by mbovan, Nitesh Pawar, Shreya Shetty, dawehner: Deleting a view should rebuild the routes 2015-12-10 15:21:01 +00:00
Nathaniel Catchpole e693ef3606 Issue #2596649 by legolasbo, rakesh.gectcr: Exposed form does not save state when it is placed in a block 2015-12-10 15:04:39 +00:00
Alex Pott 58bd5a3aa9 Issue #2505997 by olli, peterpoe, Lendude: User error: "preview" is an invalid render array key 2015-12-08 22:29:42 +00:00
Jennifer Hodgdon c5eb4480bb Issue #2607870 by Lars Toomre: Some docblock fixes for PHP type 'integer'
(cherry picked from commit e0516e391a)
2015-12-08 09:48:25 -08:00
Alex Pott 7960cbc42a Issue #2616412 by Lendude: ViewResultAssertionTrait verbose Query argument output is empty 2015-12-07 15:24:20 +00:00
Jennifer Hodgdon 4f589b5433 Issue #2610140 by pjonckiere: Pluginbase inheritdoc blocks
(cherry picked from commit c26981d8cd)
2015-12-03 14:45:55 -08:00
Jennifer Hodgdon 0fb0add63c Issue #2606724 by Lars Toomre, malavya: Few {@inheritdoc} formatting fixes 2015-12-02 12:57:45 -08:00
Jennifer Hodgdon 89e3a4b50e Issue #2617822 by czigor: Comment fixes 2015-12-02 11:55:32 -08:00
Nathaniel Catchpole 7e80e5b8dd Issue #2621782 by amateescu: SQL::addWhere not defaulting to "IN" operator when using EntityReferenceView for multiple values 2015-11-29 16:41:36 +00:00
Alex Pott f730e579b4 Issue #2572695 by marvin_B8, attiks, pfrenssen, xjm: Fix 'Drupal.ControlStructures.ElseIf' coding standard 2015-11-28 16:50:23 +01:00
Nathaniel Catchpole d73dcaf7c0 Issue #2443709 by Xano, mikeryan, benjy: Some plugin annotations contains legacy "derivative" property 2015-11-27 13:35:49 +00:00
Nathaniel Catchpole a4f5b2db15 Issue #2604038 by heykarthikwithu: Views module's "base.js" function "Drupal.Views.parseViewArgs", Local variable 'args' is redundant 2015-11-26 15:39:03 +00:00
Alex Pott 851ae1d33d Issue #2623548 by rbmboogie: Remove obsolete views.argument_default.php config schema 2015-11-26 14:32:32 +00:00
Nathaniel Catchpole 1f504dd514 Issue #2610236 by cilefen, aerozeppelin: Views - "No Results Behavior" for individual fields escapes HTML 2015-11-26 11:18:19 +00:00
Nathaniel Catchpole 5e3847dbc3 Issue #2581399 by YesCT, effulgentsia: views.style.table schema has incorrect label for 'description' 2015-11-25 22:09:04 +00:00
Nathaniel Catchpole 8aead032bb Issue #2579695 by willzyx: ViewsMenuLink should use parent contructor instead of set manually the member variables 2015-11-25 22:02:51 +00:00
Nathaniel Catchpole d88e9a12c3 Issue #2617742 by xjm: Followup: fix Views post-update hook doc groups 2015-11-25 15:11:54 +00:00
Nathaniel Catchpole 28437fd54a Issue #2607676 by andypost: Remove useless assigning in template_preprocess_views_view_unformatted() 2015-11-25 13:43:46 +00:00
Nathaniel Catchpole 7b3d4442ba Issue #2603348 by rakesh.gectcr, jhodgdon: Comment block contains wrong argument in @param and typo in description 2015-11-25 13:34:31 +00:00
Alex Pott f711f956b6 Issue #2574719 by chegor, snehi, pguillard, Chi: Grammatical error in assertion message "Make sure that a broken handler of type: @type are created" 2015-11-25 10:01:46 +00:00
Alex Pott 62dc3b3d9a Issue #2506485 by justAChris, akalata, subhojit777: Test that Header label + customized label wrapper of a Views table display is not double escaped 2015-11-25 09:57:08 +00:00
xjm e4387d24aa Issue #2602644 by rakesh.gectcr, Chi: Update @file documentation block for views.module 2015-11-21 19:57:02 -06:00
xjm 376fb615d7 Issue #2458223 by geertvd, eiriksm, dawehner, lokapujya, Gábor Hojtsy, jeqq, plach, Dom., jhodgdon, xjm, catch, alexpott, jibran: Duplicated field handlers in field UI for some base table fields 2015-11-17 22:32:23 -06:00
Nathaniel Catchpole 99507a38ce Issue #1919468 by alexpott, Berdir: EntityManager::getAllBundleInfo() adds default entity_type_id bundle for entity types with bundles 2015-11-17 13:19:35 +00:00
Alex Pott ec438eb407 Issue #2501635 by olli, Lendude: Fix QueryParameterTest 2015-11-15 17:02:36 +00:00
Nathaniel Catchpole af81303668 Issue #2569117 by othermachines, Lendude, cilefen: "Source path ... has to start with a slash" exception when using contextual filter 2015-11-11 12:10:45 +00:00
Nathaniel Catchpole e51d9decc4 Issue #2575737 by Cottser, davidhernandez: Copy templates, CSS, and related assets to Stable and override core libraries' CSS 2015-11-11 12:04:58 +00:00
Nathaniel Catchpole 349b678eb6 Issue #2589703 by dawehner, geertvd: Override number of items to display in contextual filter doesn't work 2015-11-10 11:19:12 +00:00
Alex Pott d46772889b Issue #2516742 by DuaelFr, dawehner: Allow Views to be resolved by TitleResolver 2015-11-03 11:56:22 +00:00
Nathaniel Catchpole bad2aea4ee Issue #2491875 by joachim, xjm, Xano, alexpott: EntityViewsData adds Operations links to all entities, which won't work if the entity type has no list builder, leading to WSOD on some views 2015-11-02 14:24:54 +00:00
Nathaniel Catchpole 6f4690d40d Issue #2598488 by NickWilde: Views Page display menu expanded option is not included and gets destroyed by cache-rebuild 2015-11-02 13:56:05 +00:00
Alex Pott 98e9354243 Issue #2594909 by rakesh.gectcr, krknth, jhodgdon: Missing @return tags in function/method comments in the core/modules folder 2015-11-02 00:41:24 +00:00
Alex Pott b412acf2ab Issue #2453551 by mbovan, edurenye, Berdir, Saphyel, jhodgdon: TranslationLanguageRenderer tries to add langcode field to the view for entity types that have no langcode 2015-11-01 23:59:21 +00:00
Alex Pott 30c6960459 Issue #2500931 by mikeker, jhedstrom, Berdir: Views feed doesn't encode embedded HTML anymore 2015-10-30 16:23:06 +00:00
xjm aca6ac9c94 Issue #2591125 by Berdir, Jaesin: Only the last views argument token works 2015-10-25 13:33:34 -07:00
xjm 4969d8fb99 Issue #2600200 by alexpott, chx, swentel: PHP7 reveals inconsistent ordering in views_entity_field_label() 2015-10-25 11:35:55 -07:00
xjm f3d6f3a8cc Issue #2600686 by jhodgdon: Broken views test config YAML 2015-10-25 11:19:03 -07:00
xjm a0920018d6 Issue #2600328 by aanschut, brandenlhamilton, dawehner, pjonckiere: Argument default plugin docblocks 2015-10-24 16:34:14 -07:00
webchick 14979055d1 Issue #2579427 by lauriii, ibullock, joelpittet, bigjim: Outputting markup from custom text field is not possible 2015-10-24 14:05:04 -07:00
xjm 0618992706 Issue #2599250 by krknth: Fixing order of documentation sections 2015-10-24 11:05:02 -07:00
xjm 639272360e Issue #2502621 by Pravin Ajaaz, hussainweb, Peacog, jhodgdon, ivanjaros: Replace implement notes with inheritdoc tag 2015-10-23 13:59:43 -07:00
Alex Pott 5d450cb8c4 Issue #2597137 by Dom., jhodgdon, dawehner: Missing schema error on 'sorts.score.expose' views configurations 2015-10-22 12:32:52 -07:00
Alex Pott 0a9d46f1e9 Issue #2585979 by sdstyles, vdanielpop, nicrodgers: Add missing docblocks to \Drupal\views\Plugin\views\display\DisplayPluginInterface 2015-10-16 18:04:47 +01:00
Alex Pott 93088f8720 Issue #2590059 by Sagar Ramgade, GoZ, sdstyles, jhodgdon: Fix double occurrence of prepositions 2015-10-15 11:02:38 +01:00
Alex Pott b0e82e5871 Issue #2548195 by nod_, JohnAlbin, madhavvyas, sriharsha.uppuluri: Only use single quotes in JavaScript and update .eslintrc 2015-10-13 23:37:56 +01:00
Nathaniel Catchpole 8b65164c5a Issue #2533800 by alexpott: Remove all unused use statements from core 2015-10-08 20:46:26 +01:00
effulgentsia 190032b775 Issue #2072945 by Berdir, plach, effulgentsia, Schnitzel, andypost, Wim Leers: Remove the $langcode parameter in EntityAccessControllerInterface::access() and friends 2015-10-07 12:30:24 -07:00
xjm b8251f61e9 Issue #2575869 by pwolanin, Wim Leers, JeroenT, dawehner, YesCT: Remove all remaining usage of deprecated UrlGeneratorInterface::generateFromPath() and delete it 2015-10-06 22:06:35 -05:00
Alex Pott 97823b5a54 Issue #2429191 by claudiu.cristea, amateescu, yched, nlisgo, Berdir, alexpott, klausi, Wim Leers, xjm, catch: Deprecate entity_reference.module and move its functionality to core 2015-10-06 12:02:22 +01:00
Alex Pott 4ea2fc71c0 Issue #2578559 by yched: Have ViewsSelection no longer extend SelectionBase 2015-10-06 03:15:38 +01:00
xjm bfb117c569 Issue #2487588 by YesCT, Leksat, Schnitzel, alexpott, anavarre, xjm: Move CMI import/export directory "staging" to "sync", as it is confused with staging environments 2015-10-05 18:29:54 -05:00
Alex Pott 641eb3f8d7 Issue #2571647 by mpdonadio, joelpittet, pjonckiere: Create DateFormatterInterface 2015-10-05 22:00:23 +01:00
Alex Pott 458f5bee7b Issue #2409639 by k4v, madhavvyas, katzilla, tstoeckler, hexabinaer, dawehner: Hide empty details containers 2015-10-05 21:54:38 +01:00
Alex Pott d7d1dfa965 Issue #2578433 by longwave, hussainweb: \Drupal\views\Plugin\views\filter\FieldList uses undefined function 2015-10-05 21:50:24 +01:00
xjm 176d9947e0 Issue #2560049 by hass, chrisfree, cilefen, Wim Leers, Gábor Hojtsy: Incorrect capitalisation of translatable strings 2015-10-05 11:28:57 -05:00
Nathaniel Catchpole 6e0225e304 Issue #2520540 by alexpott: Enforced configuration dependencies shouldn't have to be repeated in the calculated dependencies 2015-10-05 16:26:08 +01:00
Nathaniel Catchpole 8d196a7950 Issue #2348729 by Manuel Garcia, joelpittet, akalata, subhojit777, Cottser, rpayanm: Convert theme_views_view_field to twig 2015-10-05 14:07:08 +01:00
Alex Pott fa0af0b31c Issue #1978714 by amateescu, claudiu.cristea, pfrenssen, yched, jibran, filijonka, dawehner, alexpott, tstoeckler: Entity reference doesn't update its field settings when referenced entity bundles are deleted 2015-10-05 10:45:58 +01:00
webchick 8971a86465 Issue #2575853 by DuaelFr, Lendude: Fix \Drupal\views\Tests\Plugin\DisplayPageTest::testPageRouterItems so all assertions are called 2015-10-04 23:59:58 -07:00
webchick aced68bf3f Issue #2570895 by alexpott: FieldPluginBase can duplicate a suffix 2015-10-04 23:55:12 -07:00
webchick e5424fb260 Issue #2410497 by alvar0hurtad0, sdstyles, hussainweb, webchick, jhodgdon, mpdonadio: Update remaining url() and _l() calls in comments/documentation 2015-10-04 23:34:30 -07:00
webchick 071d26a124 Issue #2468851 by Upchuk, geertvd, JinX-Be, dawehner, Lendude: Validation criteria of contextual filter stays active after unchecking 'Specify validation criteria' 2015-10-04 22:32:49 -07:00
effulgentsia 9de3548a33 Issue #2562811 by Jaesin, dawehner, jibran: Make \Drupal\views\Plugin\views\display\DisplayPluginBase::getType() public and add it to the interface 2015-10-03 17:14:13 -07:00
Alex Pott 1844088377 Issue #2554771 by Mile23, Wim Leers: Remove deprecated drupal_process_attached() 2015-10-02 13:03:26 +01:00
Alex Pott 5c0eb9b7a5 Issue #2090983 by plach, Berdir, yched: ContentEntityInterface::getTranslation() should throw an exception when an invalid language is specified 2015-10-02 12:23:54 +01:00
Nathaniel Catchpole 1ae0ed8796 Issue #2476563 by Gábor Hojtsy, penyaskito, amateescu: Entity operations links tied to original entity language, ignore everything else 2015-10-02 11:24:37 +01:00
Nathaniel Catchpole 400baf1609 Issue #2464427 by jibran, Wim Leers, Berdir, borisson_: Replace CacheablePluginInterface with CacheableDependencyInterface 2015-10-02 09:26:50 +01:00
effulgentsia 708ce0a998 Issue #2576533 by alexpott, stefan.r, Wim Leers, dawehner, xjm, effulgentsia, catch: Rename SafeStringInterface to MarkupInterface and move related classes 2015-10-01 16:25:03 -07:00
Alex Pott 6b4e81ad57 Issue #2567257 by dawehner, stefan.r, effulgentsia, pwolanin, catch, Xano, mr.baileys, Wim Leers, k4v, Dave Reid, chx, googletorp, plach, lauriii, Berdir, webchick, alexpott, stefan.r: hook_tokens() $sanitize option incompatible with Html sanitisation requirements 2015-10-01 14:01:21 +01:00
Alex Pott de0bbdd952 Revert "Issue #2567257 by dawehner, stefan.r, effulgentsia, pwolanin, catch, Xano, mr.baileys, Wim Leers, k4v, Dave Reid, chx, googletorp, plach, lauriii, Berdir, webchick, alexpott, stefan.r: hook_tokens() $sanitize option incompatible with Html sanitisation requirements"
This reverts commit 542a1663cf.
2015-10-01 12:45:11 +01:00
Alex Pott 542a1663cf Issue #2567257 by dawehner, stefan.r, effulgentsia, pwolanin, catch, Xano, mr.baileys, Wim Leers, k4v, Dave Reid, chx, googletorp, plach, lauriii, Berdir, webchick, alexpott, stefan.r: hook_tokens() $sanitize option incompatible with Html sanitisation requirements 2015-10-01 12:42:36 +01:00
Nathaniel Catchpole bef7274a7c Issue #2476947 by mdrummond, Wim Leers, davidhernandez, lauriii, joelpittet, andypost, Cottser, JeroenT, Manuel Garcia, rpayanm: Convert "title" page element into a block 2015-09-30 14:00:49 +01:00
Nathaniel Catchpole 3123ff0a3f Issue #2348747 by Manuel Garcia, joelpittet, lauriii, lokeoke, bbujisic, roderik: Convert theme_views_view_fields() to 100% Twig: remove the theme function 2015-09-28 21:52:08 +01:00
Alex Pott f2c047c639 Issue #1912658 by joshi.rohit100, thsutton, mikebell_, zealfire, pjonckiere, dawehner: Document views access plugins 2015-09-27 14:57:51 +02:00
Alex Pott d0c13760c6 Issue #2543258 by LKS90, hchonov, tassilogroeper, sasanikolic, Berdir, yched, plach: Entity references of untranslatable fields are not displayed in the correct translation 2015-09-27 13:13:18 +02:00
catch 0cd35ba0d0 Issue #2571673 by plach, dawehner: Convert Views t() usage where it is used as an attribute value 2015-09-27 10:48:11 +01:00
catch a416e9a84e Issue #2571995 by borisson_, Wim Leers: GET forms shouldn't have CSRF tokens by default 2015-09-27 09:42:42 +01:00
Alex Pott 3d0a938ee8 Issue #2529748 by Chernous_dn, jhedstrom, cilefen, davidhernandez, olli, dpi, pixelite, dawehner, jhodgdon: Regression: Views module CSS is not attached 2015-09-26 17:34:14 +02:00
Alex Pott f26b06587f Issue #2560553 by joelpittet, subhojit777, mdrummond, iMiksu, Manuel Garcia, mr.baileys, dawehner: Views render pipeline is escaping CustomBooleanTest 2015-09-26 17:26:31 +02:00
Alex Pott 1c9d1062dc Issue #2072597 by stevepurkiss, giffenk, legolasbo, bogdan khrupa, er.pushpinderrana, connorwk, damiankloip, amitgoyal, martin107, joshi.rohit100, jgeryk, jvranckx, stuti.manandhar, tkuldeep17, anish.a: Remove Unused local variables from tests in the Views module 2015-09-26 16:21:01 +02:00
Alex Pott f801536d97 Issue #2573649 by vasi: Grammatical error in views "CSS class" help text 2015-09-26 16:15:58 +02:00
Alex Pott a7a9e36587 Issue #2558061 by joelpittet, lauriii: Nested form tag in views forms 2015-09-26 16:13:15 +02:00
Alex Pott decb9b1c78 Issue #2544162 by StryKaizer, lauriii, Wim Leers, LewisNyman, jcnventura, willzyx, dawehner: Dropbutton library is only loaded on cache rebuild 2015-09-26 16:08:20 +02:00
Alex Pott a49d543008 Issue #2236903 by yched, tstoeckler, swentel, Jalandhar, nlisgo, andypost, fago, sun, amateescu: setSettings() on field definitions can unintentionally clear default values 2015-09-26 12:54:37 +02:00
Alex Pott 8bcdbf2ca6 Issue #2405057 by nlisgo, Manjit.Singh, ctraltdel, madhavvyas, avitslv, LewisNyman, emma.maria, joelpittet, dernetzjaeger, wmortada, karolus, cilefen, Noe_, davidhernandez, idebr: Replace arrow-asc and arrow-desc images with Libricons and implement using CSS 2015-09-26 12:40:57 +02:00
Alex Pott 7a8cb7aeb8 Issue #2549033 by webflo, geertvd, Lendude: Views field rendering on multiple instances of one field is broken 2015-09-26 12:31:22 +02:00
Alex Pott 36b936fe4c Issue #2571935 by izus, dawehner, stefan.r, alexpott, Wim Leers, joelpittet, lauriii, xjm, joelpittet: Fix use of !placeholder for imploding in views.views.inc 2015-09-25 16:32:42 +02:00
Alex Pott 3f689d7a2e Issue #2506479 by lauriii, xjm, stefan.r, larowlan, plach, dawehner: Replace !placeholder with @placeholder for non URLs in t() in Views, except for t() output that is used as an attribute value 2015-09-22 14:32:33 +02:00
Alex Pott 6bfdc3bd5e Issue #2570355 by Sutharsan, stefan.r, kgoel, josephdpurcell, joelpittet, justAChris, dawehner, pfrenssen, pwolanin, David_Rothstein, catch: Replace remaining !placeholder and @placeholder with :placeholder for URLs 2015-09-22 08:16:37 +02:00
catch e2d424db03 Issue #2458763 by Wim Leers, m1r1k: Remove the ability to configure a block's cache max-age 2015-09-22 00:19:48 +02:00
effulgentsia a537a3098e Issue #2571375 by alexpott, webflo, stefan.r, Xano, mr.baileys: Remove TranslationManager dependency from LanguageManager 2015-09-21 12:38:52 -07:00