Commit Graph

25428 Commits (256b197153983a2edcd7a8fe2f416b74516dfda0)

Author SHA1 Message Date
Alex Pott 463bebdca5 Issue #2300843 by joshi.rohit100: Remove drupal_json_encode() and drupal_json_decode() methods as deprecated. 2014-07-11 11:02:57 +01:00
Alex Pott 36c7a10caa Issue #2300833 by joshi.rohit100: Remove module_hook() as it is deprecated. 2014-07-11 10:57:45 +01:00
Alex Pott b55f3ed432 Issue #2300697 by joshi.rohit100: Remove drupal_is_cli() as It is deprecated. 2014-07-11 10:56:21 +01:00
webchick 30c2afed20 Issue #697760 by sun: Replace getInfo() in tests with native phpDoc + annotations (following PHPUnit). 2014-07-10 20:50:37 -07:00
webchick f905406d19 Issue #2078867 by tim.plunkett, jackbravo, ianthomas_uk, InternetDevels, piyuesh23, disasm, nano_monkey | vijaycs85: Convert _form_test_* functions to classes. 2014-07-10 14:36:56 -07:00
Alex Pott 8501b7f2d0 Issue #2257519 by sun, larowlan, xjm, cs_shadow: Move content assertion methods into a trait, so DUTB can consume it, too. 2014-07-10 16:32:46 +01:00
Alex Pott b314a3ea28 Issue #2272987 by followup sun: Fixed Do not persist session manager. 2014-07-10 16:09:39 +01:00
Alex Pott 680330cc25 Issue #2300611 by nickwaring89: Updating Custom Block module in MAINTAINERS.txt. 2014-07-10 14:54:09 +01:00
Alex Pott 77a45280ba Issue #2279681 by mgifford, joshi.rohit100, thedavidmeister: Views' InOperator filter should use Unicode::truncate() in adminSummary(). 2014-07-10 14:52:54 +01:00
Alex Pott 558ad0ce8a Issue #2242405 by mikebarkas, jlbellido | alexpott: Fixed FileTransfer::connect is protected yet the implementations are public and this is relied upon. 2014-07-10 11:22:27 +01:00
Alex Pott 2aa98311cf Issue #2010162 by tim.plunkett | InternetDevels: Convert node_uri() to $node->uri(). 2014-07-10 11:20:03 +01:00
Alex Pott aa5bf1b88e Issue #2008616 by lokapujya, herom, kgoel | andypost: Convert user_uri() to $user->uri(). 2014-07-10 11:19:11 +01:00
Alex Pott c67946065c Issue #2035317 by andypost, hussainweb | dawehner: DateTimeDefaultWidget should implement ContainerFactoryPluginInterface. 2014-07-10 11:17:09 +01:00
Alex Pott a0e5302dba Issue #2287777 by andypost: Optimize _dblog_get_message_types(). 2014-07-10 11:00:19 +01:00
Alex Pott eb2bfe7d49 Issue #2284017 by t0xicCode: Fixed CamelCase FieldItemList preSave call. 2014-07-10 10:58:30 +01:00
Alex Pott f0d8d3f8ac Issue #2273385 by damiankloip: Use a container parameter for the user tempstore expire time. 2014-07-10 10:56:06 +01:00
Alex Pott 4f8cf7086f Issue #2287381 by alayham: Fixed views_ui dropbuttons display is not RTL friendly. 2014-07-10 10:51:34 +01:00
Alex Pott 30440da96f Issue #2300583 by larowlan: Consider adding larowlan and tim-e as contact module maintainers. 2014-07-10 10:43:11 +01:00
Alex Pott b6e26521eb Issue #2299499 by joshi.rohit100: Remove form_clear_error() as it is deprecated. 2014-07-10 10:40:30 +01:00
Alex Pott 57cf7f081c Issue #2191543 by tim.plunkett: Fixed history_node_view_alter() overwrite all #attached on nodes. 2014-07-10 10:39:05 +01:00
Alex Pott d29ed30e2f Issue #2298001 by er.pushpinderrana | LewisNyman: Remove #page CSS from Seven. 2014-07-10 10:38:12 +01:00
Dries 406c061260 Issue #2076325 by neclimdul, Mile23, alexpott: Fixed Drupal\Component\Utility\Url::externalIsLocal() is wrong in common cases. 2014-07-09 11:56:17 -04:00
Dries e45c1eade3 Issue #2239969 by znerol, alexpott, neclimdul, sun: Fixed session of (UI) test runner leaks into web tests. 2014-07-09 11:43:26 -04:00
Dries 691b42df10 Issue #2299457 by alexpott: remove unused UnsupportedConfigDataTypeException. 2014-07-09 11:27:59 -04:00
Dries 30c3117542 Issue #2298993 by alexpott, tim.plunkett: Fixed routes using _entity_list wrongly are marked for upcasting. 2014-07-09 11:23:36 -04:00
Dries 4baeb8d8c5 Issue #2234159 by alexpott: Fixed config importing through the UI and change ConfigImportAll test using the UI. 2014-07-09 11:18:34 -04:00
Nathaniel Catchpole 4ccdb41471 Issue #2293773 by Gábor Hojtsy, alexpott, penyaskito: Fixed migrations use dots in key names - not allowed in config. 2014-07-09 10:43:52 +01:00
Alex Pott 8b72eb1e65 Issue #2292115 by slashrsm: Fixed Comment statistics is no correctly loaded into entity object if more than 1 comments field. 2014-07-09 10:32:17 +01:00
Alex Pott cf4cc20b1c Issue #2297631 by martin107: Nudge contrib into overriding \Drupal\Core\TypedData\TypedData::setValue() consistently. 2014-07-09 09:43:20 +01:00
Alex Pott d8a4d54efc Issue #2281475 by roderik, slashrsm: Deprecate comment_new_page_count() and move it functionality into Comment storage controller. 2014-07-09 09:08:35 +01:00
Alex Pott 47d6bc0da6 Issue #2262407 by slashrsm, roderik: Deprecate comment_get_display_page/ordinal(). 2014-07-08 23:35:38 +01:00
webchick 090d1b3e7e Issue #2294771 by tim.plunkett | anavarre: Fixed Add views display always defaults to attachment. 2014-07-08 14:47:10 -07:00
Alex Pott 69c64630f5 Issue #2281699 by er.pushpinderrana, joshi.rohit100, esod | mirie: Fixed Update @see user_cancel_form() comments. 2014-07-08 19:29:13 +01:00
Alex Pott 9e4300f7ad Issue #2298039 by lauriii, LewisNyman: Remove all PNG fallbacks for SVG. 2014-07-08 19:27:08 +01:00
Alex Pott 48eabc060f Issue #2036611 by er.pushpinderrana, droplet: Fix drupal_placeholder doc. 2014-07-08 15:13:01 +01:00
Alex Pott 35458b5dfe Issue #2260241 by ultimike, benjy, er.pushpinderrana: Fixed D6->D8 Profile field (date). 2014-07-08 15:11:49 +01:00
Alex Pott aa898f8bc0 Issue #2292197 by er.pushpinderrana, chx, LinL, cs_shadow: Fixed The StringTranslationTrait trait doxygen could use a little love. 2014-07-08 15:10:11 +01:00
Alex Pott e2800b21fa Issue #2231595 followup by yched | catch: Add a cache backend that checks an inconsistent cache, then falls back to a consistent cache backend. 2014-07-08 13:24:21 +01:00
Nathaniel Catchpole 97ee3b9c95 Issue #1452896 by Mile23, marthinal, Freso, kid_icarus, alexpott, tim.plunkett, jhodgdon: Fixed PHP notice in clickLink if link does not exist. 2014-07-08 12:06:47 +01:00
Nathaniel Catchpole d34f1b65e2 Issue #2295571 by alexpott, tstoeckler: Bogus CustomBlock class in repo. 2014-07-08 12:04:09 +01:00
Nathaniel Catchpole fce26fe78b Issue #2291721 by alexpott: Use methods instead of array access in when using DataDefinition objects from TypedConfig . 2014-07-08 12:03:26 +01:00
Nathaniel Catchpole cb5263f0e8 Issue #2225485 by alexpott, gremy: Fix config test modules namespacing. 2014-07-08 12:02:40 +01:00
Nathaniel Catchpole 8c90c366e0 Issue #2231595 by beejeebus, Steven Merrill, kim.pepper, Wim Leers, msonnabaum: Add a cache backend that checks an inconsistent cache, then falls back to a consistent cache backend. 2014-07-08 12:00:16 +01:00
Alex Pott 1cf3a5338b Issue #2293541 by amitgoyal, marcingy: Remove *_token deprecated functions. 2014-07-08 11:51:37 +01:00
Alex Pott 2c75cf21f1 Issue #2297479 by er.pushpinderrana | marcingy: Remove comment_load function. 2014-07-08 11:48:33 +01:00
Alex Pott a071810895 Issue #2294251 by j2r | marcingy: Remove file_usage from file module. 2014-07-08 11:47:39 +01:00
Alex Pott 1594e52209 Issue #2283385 by jibran | vijaycs85: Remove BreadcrumbBuilderBase. 2014-07-08 11:46:22 +01:00
Alex Pott 7c61f7ba9a Issue #2227601 by mparker17, cs_shadow, swentel, lanchez, mgifford: Added a "Visually-hidden" field label formatter. 2014-07-08 11:45:01 +01:00
Alex Pott bbbe3fdc4c Issue #2289247 by lauriii, mgifford, sqndr | LewisNyman: Visually hide the table headers on the modules page. 2014-07-08 11:38:29 +01:00
Alex Pott 5fe283cac6 Issue #2296859 by Mark Carver: Fixed [regression] Responsive classes not always added to table rows. 2014-07-08 11:35:20 +01:00