Commit Graph

612 Commits (2708ff78d1ae2b02a37520f4330acea5b28cc9bc)

Author SHA1 Message Date
Alex Pott 6098437ef5 Issue #2572793 by attiks, andypost: Fix 'Drupal.WhiteSpace.OperatorSpacing' coding standard 2016-04-29 12:02:20 +01:00
Alex Pott 4376b33cb3 Issue #2714829 by Mile23: Fix 'Generic.Functions.FunctionCallArgumentSpacing' coding standard 2016-04-28 09:42:12 +01:00
Alex Pott 6dce6c2a9f Issue #2697909 by pguillard, himanshugautam, snehi, aburrows, jhodgdon: Fix "login (noun/adjective)" vs. "log in (verb)" in comments (and logout/log out) 2016-04-27 16:16:19 +01:00
Alex Pott 1b3ffe2ab8 Issue #2572707 by attiks, alexpott: Fix 'Drupal.Files.EndFileNewline' coding standard 2016-04-27 11:05:37 +01:00
Alex Pott 0018b94fa1 Issue #2456477 by Berdir, dawehner, heddn, pguillard: Convert deprecated \Drupal\simpletest\KernelTestBase tests to KernelTestBaseNG 2016-04-26 14:57:14 +01:00
Alex Pott 617870d4ea Issue #2697933 by felribeiro: Replace "does not" with "do not" in SearchLanguageTest 2016-04-24 09:34:39 +01:00
Alex Pott bfde6d3423 Issue #2665992 by alexpott, klausi, heykarthikwithu, xjm, tstoeckler: @file is not required for classes, interfaces and traits 2016-04-09 15:48:39 +01:00
Nathaniel Catchpole 7358f7a478 Issue #2700367 by alexpott: Consolidate miscellaneous docs from class @file docblocks into the class docblocks (part2) 2016-04-07 20:54:06 +09:00
Alex Pott 552268e2e1 Issue #2694243 by marthinal, jhodgdon: node_field_data and search_index tables should match on langcode 2016-04-05 11:47:37 +01:00
Alex Pott 4202cdd04b Issue #2684141 by benjy, dawehner: Convert migrate kernel tests to KernelTestBaseTNG 2016-03-21 09:31:08 +00:00
Nathaniel Catchpole fb8d5b1f0c Issue #2686765 by sidharthap, thhafner: cacheUntilEntityChanges() is deprecated and should be replaced with addCacheableDependency() 2016-03-16 10:34:36 +09:00
Nathaniel Catchpole 1cc137f372 Issue #2676222 by alexpott, johnrosswvsu: Move MigrationInterface out of the migrate\Entity namspace now they are plugins 2016-03-15 08:52:48 +09:00
Nathaniel Catchpole 732300b86d Issue #2625696 by chx, benjy, alexpott, catch, mikeryan, andypost, phenaproxima: Make migrations themselves plugins instead of config entities 2016-03-14 21:23:43 +09:00
Nathaniel Catchpole 4d185faff1 Issue #2674408 by alexpott, dawehner: Fix Drupal.Classes.UnusedUseStatement standard in core 2016-03-14 09:22:44 +09:00
xjm 73f91709fb Revert "Issue #2625696 by chx, alexpott, benjy, mikeryan, andypost, phenaproxima: Make migrations themselves plugins instead of config entities"
This reverts commit 694994fe9b.
2016-02-29 13:14:52 -06:00
Nathaniel Catchpole 9a47d81c72 Issue #2585989 by pguillard, malavya: Fix grammar and consistent use of URL / UI PART 2016-02-29 12:27:06 +09:00
Alex Pott 694994fe9b Issue #2625696 by chx, alexpott, benjy, mikeryan, andypost, phenaproxima: Make migrations themselves plugins instead of config entities 2016-02-27 08:23:44 +00:00
Nathaniel Catchpole e825a16a3c Issue #2503379 by Mac_Weber, DuaelFr, lluvigne, naveenvalecha, jmolivas: Replace deprecated usage of entity_create('filter_format') with a direct call to FilterFormat::create() 2016-02-17 09:42:55 +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
Nathaniel Catchpole 12c2da950a Issue #2637680 by Dom., mikeocana, laranajim: Submit buttons for GET forms in search/views are not W3C valid due to empty 'name' attribute 2016-02-08 17:15:39 +09:00
Alex Pott 2c03b9f0ff Issue #2572789 by attiks, andriyun: Fix 'Drupal.WhiteSpace.Comma' coding standard 2015-12-23 14:28:29 +00:00
Nathaniel Catchpole e6a360be49 Issue #2571521 by Maouna, dawehner, sdstyles: Make the logger available on the controllerBase 2015-11-25 22:17:10 +00:00
webchick ce55712cdd Issue #2587043 by quietone, phenaproxima: Variable to config: search_default_module [d7] 2015-11-12 12:54:12 -08:00
Nathaniel Catchpole 81ffdd4f12 Issue #2602464 by heykarthikwithu, anil280988, rakesh.gectcr: Remove unused local variable and add return value to docs in _search_find_match_with_simplify() of 'search.module' 2015-11-03 11:08:12 +00: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
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
Nathaniel Catchpole d653aaaa6b Issue #2507031 by claudiu.cristea, dawehner, Wim Leers, mitrpaka, webflo, catch, piyuesh23, beejeebus, Berdir: Optimize automatic cron subscriber by moving automatic cron to a module 2015-10-07 10:39:38 +01:00
Nathaniel Catchpole d0ecad65ac Revert "Issue #2507031 by claudiu.cristea, dawehner, Wim Leers, mitrpaka, webflo, catch, piyuesh23, beejeebus: Optimize automatic cron subscriber by moving automatic cron to a module"
This reverts commit 6e0ce0808c.
2015-10-07 10:39:10 +01:00
Nathaniel Catchpole 6e0ce0808c Issue #2507031 by claudiu.cristea, dawehner, Wim Leers, mitrpaka, webflo, catch, piyuesh23, beejeebus: Optimize automatic cron subscriber by moving automatic cron to a module 2015-10-07 10:34:45 +01:00
xjm 43f610c9c0 Issue #2572689 by jhodgdon, rumburak, ifrik, yoroy, Bojhan, longwave, bendev: Update the UI text for the Search module 2015-10-06 18:22:53 -05:00
xjm 153e1b982e Revert "Issue #2572689 by jhodgdon, rumburak, ifrik, yoroy, Bojhan, longwave: Update the UI text for the Search module"
This reverts commit a6ecddac93.
2015-10-06 18:22:35 -05:00
xjm a6ecddac93 Issue #2572689 by jhodgdon, rumburak, ifrik, yoroy, Bojhan, longwave: Update the UI text for the Search module 2015-10-06 18:20:58 -05:00
Alex Pott 6b0840d9f1 Issue #2464409 by borisson_, Wim Leers, jhodgdon, Fabianx, catch, swentel: Search results should bubble rendered entity cache tags and set list cache tags 2015-10-03 22:15:01 +01:00
webchick b904c4b375 Issue #2569245 by quietone, phenaproxima: [D7] Migrate search pages 2015-10-02 11:55:11 -07: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
webchick eac02c7461 Issue #2570541 by mikeryan, phenaproxima: Track simple configuration migrations like normal migrations 2015-09-29 08:51:01 -07:00
webchick 8477f6b786 Issue #2554321 by phenaproxima, mikeryan, quietone, neclimdul, benjy: Clean up Migrate's test suite 2015-09-28 10:19:56 -07: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 7599b055c7 Issue #2493475 by ifrik, walangitan, XaviP, jhodgdon, batigolix: Fix online docs references in Help to conform to our standards 2015-09-26 16:01:27 +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
Alex Pott 7a25f513f5 Issue #2560783 by stefan.r, joelpittet, lauriii, Cottser, Sutharsan, kgoel, justAChris, Gábor Hojtsy, dawehner, jhodgdon, effulgentsia, xjm, andypost, googletorp: Replace !placeholder with :placeholder for URLs in hook_help() implementations 2015-09-21 12:38:19 +01:00
Nathaniel Catchpole 5e63a99001 Issue #2568611 by alexpott: Replace remaining !placeholder for Non-URL HTML outputs only in search_excerpt() 2015-09-15 13:52:44 +01:00
webchick dc644d1df3 Issue #2565791 by mikeryan, subhojit777, quietone, phenaproxima: Fix migration labels 2015-09-10 10:29:44 -07:00
Alex Pott 6a1b93247e Issue #2553351 by jhodgdon, dawehner: _search_find_match_with_simplify() is inefficient 2015-09-06 22:26:30 +01:00
effulgentsia ae7ec6c585 Issue #2562757 by Wim Leers: Various small cacheability fixes that are blocking SmartCache 2015-09-04 22:23:05 -07:00
Nathaniel Catchpole 42c9be9328 Issue #2560851 by alexpott, Xano: Deprecate EntityListBuilder::getLabel() and remove usages of SafeMarkup::checkPlain() 2015-09-02 13:18:50 +01:00
Alex Pott 2b1f8e6ac3 Issue #507488 by lauriii, mdrummond, Wim Leers, Manuel Garcia, pwolanin, davidhernandez, chx, jibran, andypost, dawehner, Xano, tuutti, Gábor Hojtsy, LewisNyman, maximiliam, eiriksm, borisson_, bill richardson, Fabianx, joelpittet, Jeff Burnz, xjm, webchick, Bojhan, EclipseGc, emma.maria, tim.plunkett: Convert page elements (local tasks, actions) into blocks 2015-09-01 12:24:09 +01:00
Nathaniel Catchpole 9f97162dd3 Issue #2557467 by alexpott: Deprecate check_url and convert usages to existing UrlHelper methods 2015-08-31 08:51:38 +01:00
webchick 8c81124208 Issue #2549921 by borisson_, alexpott: SearchExcerptTest and SearchMatchTest should be a KernelTestBase tests 2015-08-29 00:02:13 -07:00
Nathaniel Catchpole 00d1bdbe8f Issue #2555931 by alexpott, pwolanin, joelpittet: Add #plain_text to escape text in render arrays 2015-08-29 00:10:40 +01:00
Nathaniel Catchpole a7fc1a2728 Issue #2557871 by alexpott: Remove all usages SafeMarkup::checkPlain() from template preprocess functions and attributes 2015-08-27 15:43:18 +01:00
Nathaniel Catchpole f384961721 Issue #2557519 by alexpott, joelpittet: Remove many usages SafeMarkup::checkPlain() and replace with Html::escape() 2015-08-26 11:34:29 +01:00
Alex Pott 6c8fe4bdb4 Issue #2214241 by mortendk, mdrummond, lauriii, galooph, ShaunDychko, jjcarrion, b0unty, joelpittet, scor, amitgoyal, aboros, Manuel Garcia, hkirsman, BLadwin, hussainweb, sushilkr, emma.maria, nlisgo, yched, LewisNyman, davidhernandez, mikl, camoa, dman, dodorama: Field default markup - removing the divitis 2015-08-26 09:36:43 +01:00
webchick 8aee36fd83 Issue #2557253 by phenaproxima, neclimdul: MigrateFullDrupalTestBase test discovery gobbles all the memory 2015-08-25 10:04:11 -07:00
Nathaniel Catchpole d8a3d5d4e4 Issue #2549791 by alexpott, Wim Leers: Remove SafeMarkup::xssFilter() and provide ability to define #markup escaping strategy and what tags to filter 2015-08-19 11:29:44 +01:00
webchick d2404bee75 Issue #2550823 by phenaproxima, neclimdul: Migrate Drupal integration tests should load all dump files 2015-08-15 11:25:18 -07:00
Alex Pott 05b5f4c69c Issue #2501757 by kgoel, cilefen, jvandyk, joelpittet, YesCT, alexpott, cwells, adamwhite, cmanalansan, xjm: Remove SafeMarkup::set in NodeSearch::prepareResults() 2015-08-14 22:37:20 +01:00
webchick a07b16435f Issue #2409447 by quietone, phenaproxima, hosef, mikeryan: Variable to config: search.settings [d7] 2015-08-12 13:43:10 -07:00
Alex Pott 349e7670cd Issue #2544870 by jhodgdon: Docs problem on ViewsSearchQuery::conditionReplaceString() 2015-08-06 14:57:34 +01:00
Alex Pott 7e4c9d72b7 Issue #2544830 by jhedstrom, jhodgdon: Views search filter needs additional WHERE on search_index table 2015-08-06 14:54:36 +01:00
Alex Pott 93cb20d61d Issue #2539246 by brandon.holtsclaw, cilefen, pwolanin: Search page local task label was an XSS vector—add tests 2015-07-30 14:54:13 +01:00
Alex Pott 158ca154d1 Issue #2534024 by mikeryan: Move module-specific migration support into the search module 2015-07-28 16:39:08 +01:00
Alex Pott 09e63473b0 Issue #2537600 by DuaelFr: An empty path on search pages settings leads to an infinit redirection loop 2015-07-28 01:31:54 +01:00
Alex Pott 42ff057e0a Issue #2489578 by Manjit.Singh, saki007ster, pjbaert, Cottser, jhodgdon, epophoto: Move search.theme.css to classy 2015-07-27 14:16:44 +01:00
Alex Pott 0623c09519 Issue #278958 by jhodgdon, pwolanin, mgifford: Advanced search form has usability issues 2015-07-14 09:11:33 +01:00
Alex Pott b020dc2921 Issue #2513586 by kfitz, cilefen, jhodgdon, Bojhan, eliza411, ivanstegic, LewisNyman, lunk_rat, nickrosencrans, stpaultim, webchick: Remove the word "positive" from the "Must include a positive keyword with three characters or more." error message 2015-07-14 08:52:53 +01:00
Alex Pott d7ab90d9d3 Issue #2502009 by joelpittet, Cottser, Wim Leers: Remove SafeMarkup::set in SearchExtraTypeSearch::execute() 2015-07-14 08:12:54 +01:00
Nathaniel Catchpole 9024fa617c Issue #2506195 by alexpott, joelpittet, xjm, David_Rothstein, Fabianx, pwolanin: Remove SafeMarkup::set() from Xss::filter() 2015-07-11 09:10:48 +01:00
webchick 6b95f9a850 Issue #2512456 by tim.plunkett, legolasbo, MattA, dawehner, googletorp, darol100, Bojhan, webchick, andypost, ivanstegic, larowlan, lauriii, LewisNyman, tkoleary, rickvug, eliza411, lunk_rat, nickrosencrans, stpaultim, Mark LaCroix: Implement the new block layout design to emphasize the primary interaction of placing a block 2015-07-10 12:00:10 -07:00
Alex Pott 9ae518ce8d Issue #2491259 by Chernous_dn, rudraram, jhodgdon, LewisNyman, mortendk: move search.admin.css into seven 2015-07-07 14:51:02 +01:00
Alex Pott de1930407d Issue #2453175 by tim.plunkett, plach, rteijeiro, effulgentsia, eshta, dawehner, fago, Berdir, alexpott: Remove EntityFormInterface::validate() and stop using button-level validation by default in entity forms 2015-07-06 12:38:03 +01:00
Alex Pott 1f53649bfb Issue #1392754 by tss, justAChris, jhodgdon: Comply with new documentation standards for @file for namespaced class files 2015-06-26 21:53:33 +01:00
xjm f8b8f3bca5 Issue #2501819 by leslieg, edysmp, Cottser, joelpittet: Remove SafeMarkup::set in search_embedded_form_preprocess_search_result() 2015-06-11 20:17:24 -05:00
webchick 1144f47970 Issue #2504109 by EvanSchisler, cilefen: A bunch of old update test dump scripts are still hanging out 2015-06-11 00:23:39 -07:00
xjm faec539a8b Issue #2501747 by cwells, joelpittet, peezy: Remove SafeMarkup::set in search_excerpt 2015-06-06 20:00:47 -05:00
Jennifer Hodgdon 700158c93b Issue #2494319 by Pere Orga: Follow up to Spellchecking Drupal - Comments 2015-06-05 13:20:37 -07:00
Alex Pott 18cc89f13a Issue #2495419 by Cottser: Move the 'search-results' class from the render array and into a Classy template 2015-06-03 15:13:40 +01:00
Alex Pott f3e2e68157 Issue #2489664 by sumitmadan, davidhernandez, Manjit.Singh, Cottser: Remove unnecessary markup from core templates, a.k.a. divitis 2015-06-02 17:41:21 +01:00
Nathaniel Catchpole ba05c7401d Issue #2497307 by Wim Leers: Search block marks itself uncacheable for no reason 2015-06-01 16:23:24 +01:00
xjm ac3b76625c Issue #2383871 by mgifford, rpayanm, a_thakur, maximpodorov, AohRveTPV, jhodgdon: Spellchecking Drupal - PHP 2015-05-24 15:51:18 -05:00
xjm 088f8b357a Issue #2491155 by mikeburrelljr, Mac_Weber, opdavies: Update drupal.org and kernel.org URLs in core modules (Follow-up to 2489912) 2015-05-24 15:08:46 -05:00
Alex Pott 9ac248bff2 Issue #2060553 by jhodgdon, manningpete: Search result snippet displayes HTML entities 2015-05-18 13:52:57 +01:00
Alex Pott 3d2b2237a0 Issue #2485983 by willzyx: Rename the remaining {Form}::getFormID to {Form}::getFormId 2015-05-10 17:09:22 -07:00
Alex Pott d57ee5f9a3 Issue #1923406 by stefan.r, yannickoo, catch, Crell, amateescu, pwolanin, morgantocker, Damien Tournoud, sun: Use ASCII character set on alphanumeric fields so we can index all 255 characters 2015-05-05 09:42:09 -07:00
Nathaniel Catchpole 1d2f9e9368 Revert "Issue #1923406 by stefan.r, yannickoo: Use ASCII character set on alphanumeric fields so we can index all 255 characters"
This reverts commit ac4e35ce01.
2015-05-05 15:50:36 +01:00
Nathaniel Catchpole e0aae8c26a Issue #2432791 by alexpott, vijaycs85, tim.plunkett, joshtaylor, Fabianx, Berdir, yched, bojanz: Skip Config::save schema validation of config data for trusted data. 2015-05-05 11:47:16 +01:00
Alex Pott f8f024e3aa Issue #2030637 by yched, Mile23, daffie, Alumei, tidrif, chertzog, Berdir, swentel, ofry: Expand FieldConfig/BaseFieldOverride/FieldConfigBase with methods 2015-05-04 17:22:30 -07:00
Nathaniel Catchpole ac4e35ce01 Issue #1923406 by stefan.r, yannickoo: Use ASCII character set on alphanumeric fields so we can index all 255 characters 2015-05-04 11:39:11 +01:00
webchick fbd6790477 Issue #1811882 by Mile23, deepakaryan1988, Lars Toomre, yogen.prasad: Add missing type hinting to Search module docblocks 2015-05-02 16:05:08 -07:00
xjm 609018528f Issue #70722 by David Lesieur, bircher, rocket_nova, paranojik, Pasqualle, jhodgdon, robertDouglass, douggreen, petar.gnjidic, pfournier: Search results should respect the content type's "Display author and date information." option 2015-04-25 19:22:04 -05:00
Alex Pott 6b91f5242e Issue #2369675 by FMB, pstewart: Document that SearchQuery does not support orderBy in queries outside of addScore 2015-04-21 16:54:36 +01:00
Nathaniel Catchpole b986c827fb Issue #2368987 by Wim Leers, Berdir, Schnitzel, epari.siva, bircher, vijaycs85, likin: Move internal page caching to a module to avoid relying on config get on runtime 2015-04-17 11:54:56 +01:00
webchick 8f07297676 Issue #2375689 by Arla, Wim Leers, dawehner, tim.plunkett, Berdir: BlockBase::blockAccess() should return AccessResult instead of a bool 2015-04-16 09:45:19 -07:00
Alex Pott b4b94c02d2 Revert "Issue #2459753 follow-up by tim.plunkett, alexpott: EntityForm::validate() should be able to modify the form structure"
This reverts commit fb5ea78b25.
2015-04-16 10:25:19 +02:00
webchick fb5ea78b25 Issue #2459753 follow-up by tim.plunkett, alexpott: EntityForm::validate() should be able to modify the form structure 2015-04-15 13:05:59 -07:00
Alex Pott 0670a5fe01 Revert "Issue #2459753 by tim.plunkett: EntityForm::validate() should be able to modify the form structure"
This reverts commit d4d83576d2.
2015-04-15 20:13:21 +02:00
Alex Pott d4d83576d2 Issue #2459753 by tim.plunkett: EntityForm::validate() should be able to modify the form structure 2015-04-15 18:37:18 +02:00
webchick 9fd632c9bf Issue #2448765 by nlisgo, Damien Tournoud, vlad.n, rteijeiro, Berdir, Fabianx, dawehner: Element::children sort order undefined and slower than it could be - This makes tests fail in PHP7 2015-04-06 15:09:00 -07:00
webchick 8fcce5b381 Issue #2460911 by Wim Leers, jhodgdon: Search reindexing should invalidate cache tags 2015-04-02 10:27:43 -07:00