Commit Graph

7589 Commits (44f76c6bcffa206cf68077d943cb730e9e1e937d)

Author SHA1 Message Date
Alex Pott 573ad2a1d7 Issue #2299421 by amitgoyal, joshi.rohit100: Remove all usage of drupal_build_form() as deprecated and replaced by FormBuilderInterface::buildForm(). 2014-07-15 13:51:13 +01:00
Alex Pott 0fcb80b9a8 Issue #2271363 by Berdir: Remove CacheDecorator and ProcessDecorator. 2014-07-15 12:31:06 +01:00
Alex Pott f2b6aa7a75 Issue #2291137 by cilefen | webchick: Rename various *links.yml files to improve DX. 2014-07-15 12:29:14 +01:00
Alex Pott 351352e952 Issue #2279213 by neclimdul, sun | donquixote: Fixed KernelTestBase::unregisterStreamWrapper() is called once with insufficient arguments. 2014-07-15 12:24:03 +01:00
Alex Pott e5d8fced7f Issue #2178651 by ianthomas_uk: Fixed Consider UX implications of indexed vs non-indexed search pages. 2014-07-15 12:17:11 +01:00
Alex Pott 8b45d212ed Issue #1978926 by likin, YesCT, Pancho, kim.pepper, h3rj4n, tim.plunkett, disasm, Luxian, neetu morwani | vijaycs85: Convert locale_translation_status_form to a Controller. 2014-07-15 12:13:13 +01:00
Alex Pott 37e61b1580 Issue #2132477 by tkuldeep17, tim.plunkett | shameemkm: Convert batch_test forms to controllers. 2014-07-15 12:02:33 +01:00
Alex Pott 1b55c4f20d Issue #2302531 by tim.plunkett: Convert database_test_theme_tablesort to a class. 2014-07-15 11:59:47 +01:00
Alex Pott a22e23113d Issue #2291439 by Wim Leers, tstoeckler: Fixed CKEditor's "readonly" needs to be per-instance but is applied per-format, across instances. 2014-07-15 11:58:30 +01:00
Alex Pott 7a42da238c Issue #2202511 by hussainweb, benjy | mikeryan: Added Implement migration groups. 2014-07-15 11:37:53 +01:00
Alex Pott 16e60c421b Issue #2033211 by LewisNyman, tim.plunkett, JamesLefrère | yannickoo: Move Seven CSS files into css directory. 2014-07-15 11:30:07 +01:00
Alex Pott c5b3010e7b Issue #2302463 by effulgentsia: Cleanup User::hasPermission() and UserSession::hasPermission() to follow Law of Demeter. 2014-07-15 10:56:56 +01:00
Alex Pott 2b9631ac4a Issue #2300829 by Jose Reyero: Fixed Clean up LocaleConfigManager / TypedConfigManager features and cache duplications. 2014-07-15 10:44:08 +01:00
Alex Pott 5106b55d34 Issue #2086499 by phiit, tim.plunkett | Gábor Hojtsy: Convert two page callbacks in language_elements_test.module to the new controller system. 2014-07-15 10:27:07 +01:00
Alex Pott 0cf2996a30 Issue #2078015 by er.pushpinderrana, RoSk0 | alexanansi: Modernize views_test_data.module forms. 2014-07-15 10:22:56 +01:00
Alex Pott f4751717cc Issue #1998198 by pwolanin, splatio, Albert Volkman, tim.plunkett, andypost, disasm, Les Lim, tkuldeep17: Convert user_pass_reset to a new-style Form object. 2014-07-15 10:21:15 +01:00
Alex Pott 90fc3fa7c6 Issue #2302525 by tim.plunkett: Convert file_module_test_form to a class. 2014-07-15 10:03:31 +01:00
Alex Pott 46a9a4956a Issue #2296839 by MKorostoff, er.pushpinderrana | YesCT: Remove deprecated comment_num_new(). 2014-07-15 09:32:24 +01:00
Alex Pott 1793df6d9d Issue #2289063 by larowlan, andypost | Berdir: Change contact message entity to behave more like a normal entity. 2014-07-15 09:27:36 +01:00
Alex Pott 8bb62da27d Issue #2301239 by pwolanin, dawehner, Wim Leers, effulgentsia, joelpittet, larowlan, xjm, YesCT, kgoel, victoru, berdir, likin, and plach: MenuLinkNG part1 (no UI or conversions): plugins (static + MenuLinkContent) + MenuLinkManager + MenuTreeStorage. 2014-07-15 09:15:14 +01:00
Alex Pott 2093f3465b Issue #2115631 by andypost, socketwench: Fixed CategoryFormController::form() should not define form actions. 2014-07-15 00:15:16 +01:00
Nathaniel Catchpole 02a32e3ff5 Issue #2284103 by alexpott, fabpot, damiankloip, Xano, Xen, Berdir: Fixed Remove the request from the container. 2014-07-14 15:58:53 +01:00
Nathaniel Catchpole 48fb187d5c Issue #2196241 by sun, alexpott: Remove string translation services from TestBase container. 2014-07-14 11:53:00 +01:00
Alex Pott 40723e192e Issue #2302511 by Elijah Lynn: (optional) improvements in docblock for Drupal.viewsUi.FormFieldFiller in views-admin.js. 2014-07-14 10:17:54 +01:00
Alex Pott b7959a1d45 Issue #2292821 by andypost, larowlan: Use widget for comment subject field. 2014-07-14 09:47:03 +01:00
Alex Pott 08c9054e65 Issue #2181601 by damiankloip: Drupal\serialization\Normalizer\EntityNormalizer should extend ComplexDataNormalizer. 2014-07-14 09:38:47 +01:00
webchick 808eb743c8 Issue #2301953 by er.pushpinderrana | scor: Fixed Update 'element-invisible' and 'element-hidden' to valid Drupal 8 CSS classes. 2014-07-13 13:29:09 -07:00
webchick 0e240bb7d5 Issue #2301591 by joshi.rohit100: Remove drupal_rebuild_form() as it is deprecated. 2014-07-13 13:22:36 -07:00
webchick d14ea92b86 Issue #2163209 by andrewmacpherson, mgifford | Charles Belov: Add alternate text to file icon. 2014-07-13 13:21:15 -07:00
webchick e008d3a505 Issue #2030165 by Berdir, tim.plunkett, vijaycs85, tkuldeep17 | rteijeiro: Convert form_test_* functions to classes. 2014-07-13 13:00:10 -07:00
Alex Pott b96e823259 Issue #658148 by bleen18, ShaunDychko, jhodgdon, g3r4, cferthorney, BBommarito, jbrauer, Cauliflower: Fixed The "access user profiles" permission is poorly named. 2014-07-13 10:39:58 +01:00
Alex Pott 3c30539329 Issue #2208893 by ngocketit, longwave: Remove unused functions from Views. 2014-07-13 10:32:02 +01:00
Alex Pott 821da69cc0 Issue #2301837 by er.pushpinderrana | jhodgdon: Fixed Missing @endcode on Entity API topic. 2014-07-13 10:29:01 +01:00
Alex Pott 8524997327 Issue #2302261 by benjy: Fixed Typo in migrate.schema.yml. 2014-07-13 10:26:08 +01:00
Alex Pott 36ed633ff1 Issue #2296237 by er.pushpinderrana: Replace check_plain() to Drupal\Component\Utility\String::checkPlain() in file module. 2014-07-13 10:25:06 +01:00
Alex Pott ec9e2b5ffd Issue #2301601 by joshi.rohit100: Remove drupal_validate_form() as it is deprecated. 2014-07-13 10:10:20 +01:00
Alex Pott 16102e801e Issue #2301587 by joshi.rohit100: Remove form_state_defaults() as it is deprecated. 2014-07-13 10:08:09 +01:00
Alex Pott 5ec328b270 Issue #2301597 by joshi.rohit100: Remove drupal_prepare_form() as it is deprecated. 2014-07-13 09:54:57 +01:00
Alex Pott 7fe5f2ac1e Issue #2080311 by rhm50, amitgoyal, InternetDevels, Rajesh Ashok, pfrenssen, natemow, areke, chertzog | mrsinguyen: Clean up Drupal\system\Tests\Database\SelectTest.php. 2014-07-13 09:32:51 +01:00
Alex Pott 158863a08c Issue #1856562 by andypost | sun: Convert "Subject" and "Message" into Message base fields. 2014-07-13 09:16:47 +01:00
webchick 686b47cd0b Issue #2061977 by InternetDevels, kim.pepper, ianthomas_uk, herom, rhm50, naveenvalecha, andypost, mandar.harkare, sergeypavlenko, sidharthap, SIz, tkuldeep17: Replace user_access() calls with ->hasPermission() in all core modules except user. 2014-07-11 23:55:56 -07:00
webchick a07a4918b3 Revert "Issue #2061977 by InternetDevels, kim.pepper, ianthomas_uk, herom: Replace user_access() calls with ->hasPermission() in all core modules except user."
Fixing commit credit.

This reverts commit 25afa8100a.
2014-07-11 23:54:55 -07:00
webchick 1eadf82a5e Issue #2299691 by er.pushpinderrana, jhodgdon: Some topics should be removed. 2014-07-11 22:50:50 -07:00
webchick 883577b673 Issue #2286923 by cs_shadow, alayham: Fixed views_ui dropbuttons are not RTL friendly. 2014-07-11 22:46:25 -07:00
webchick c9b2ff5e13 Issue #2301493 by alexpott: Fixed Typehint Drupal\file\File is does not exist. 2014-07-11 22:42:35 -07:00
webchick 25afa8100a Issue #2061977 by InternetDevels, kim.pepper, ianthomas_uk, herom: Replace user_access() calls with ->hasPermission() in all core modules except user. 2014-07-11 22:41:12 -07:00
Alex Pott 990ec23b4f Issue #2227601 by mparker17: Added [Follow-up] Add a Visually-hidden field label formatter. 2014-07-11 23:48:25 +01:00
Alex Pott 1c7cf17980 Issue #806982 by lokapujya, gnuget, miqmago, shashi1028, Floydm, bfroehle, kathyh, sreynen: Tables should take an optional footer variable and produce <tfoot>. 2014-07-11 23:46:29 +01:00
Dries 135ca1c04f Issue #2294177 by alexpott: Allow Drupal\Core to provide [config] entity types. 2014-07-11 12:24:38 -04:00
Alex Pott 1a53cd14ed Issue #2030743 by yingtho, runeasgar, marcingy, YesCT, damiankloip, larowlan, typhonius, dman, areke, Désiré: Improve tests for user form alters in contact module. 2014-07-11 14:16:29 +01:00
Alex Pott 50327552d5 Issue #2248407 by ultimike, hussainweb, benjy, jp.stacey: D6 Block Mapping. 2014-07-11 13:07:11 +01:00
Alex Pott 5ffb1d3cfe Issue #2216535 by jhodgdon, Berdir: Replace Node overview topic and Node API topic with Entity Hooks topic. 2014-07-11 13:04:53 +01:00
Nathaniel Catchpole 028920c17f Issue #2030655 by justafish, Alumei, daffie, alexpott, wwhurley, jamesquinton, pcambra, InternetDevels, rdatar, james_kerrigan: Expand Role with methods. 2014-07-11 12:15:22 +01:00
Alex Pott 837d726fea Issue #1498662 by andypost, larowlan | dawehner: Refactor comment entity properties to multilingual. 2014-07-11 11:37:14 +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 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 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 57cf7f081c Issue #2191543 by tim.plunkett: Fixed history_node_view_alter() overwrite all #attached on nodes. 2014-07-10 10:39:05 +01: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 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 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 35458b5dfe Issue #2260241 by ultimike, benjy, er.pushpinderrana: Fixed D6->D8 Profile field (date). 2014-07-08 15:11:49 +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
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
Alex Pott a66922a49e Issue #2297535 by marcingy: Remove drupal_get_private_key. 2014-07-08 11:32:21 +01:00
Alex Pott 753f2255fb Issue #2281539 by ultimike, benjy | brockfanning: Fixed D6->D8 Profile field (list selection). 2014-07-08 10:51:10 +01:00
Alex Pott 4111c2e3d7 Issue #2298309 by mon_franco, YesCT: Clean up comments in taxonomy.views.inc. 2014-07-08 10:47:24 +01:00
Alex Pott 33ee4cf1ea Issue #2299253 by alimac: Remove language_access_language_edit_or_delete function. 2014-07-08 10:45:19 +01:00
Alex Pott b5d2e08ad4 Issue #2250015 by amitgoyal, mgifford: Fixed Improper use of a LABEL for user profile. 2014-07-08 10:32:03 +01:00
Alex Pott 3e34d843d0 Issue #2283717 by amitgoyal, joshi.rohit100, g3r4 | jackbravo: Remove user_access function calls on hook_permission functions. 2014-07-08 10:00:18 +01:00
Alex Pott 41c640266d Issue #1978976 followup by lussoluca: Convert shortcut_set_switch to a Controller. 2014-07-08 09:56:04 +01:00
Alex Pott fea90901e1 Issue #2293825 by sun: Fixed Various test classes do not have a "Test" suffix. 2014-07-07 17:06:42 +01:00
Alex Pott a4f2506b17 Issue #2298485 by damiankloip: Fixed setMultiple should also use microtime in the DatabaseBackend. 2014-07-07 16:37:32 +01:00
Alex Pott 5dd3776909 Issue #1918820 by neclimdul, typhonius, pwolanin | 0x534B41: Fixed HTTP header date formats. 2014-07-07 16:33:35 +01:00
Alex Pott ddaba8bf70 Issue #2294375 by jhodgdon: Fixed Comment publish/unpublish hooks are not invoked correctly. 2014-07-07 16:16:38 +01:00
Alex Pott 3181fddbb6 Issue #2225977 by andypost: Remove langcode manipulation by Path widget. 2014-07-07 16:09:52 +01:00
Alex Pott 78a7670261 Issue #1419036 by lauriii, gnuget, wheatpenny, InternetDevels, oliverhm, scresante, patrickd | sun: Added a CSS class for form items that have no label. 2014-07-07 15:57:04 +01:00
Alex Pott f531d9dec2 Issue #355157 by valthebald, urbanape: Fixed 302 response code from drupal_redirect_form() violates HTTP/1.1 spec. 2014-07-07 15:22:06 +01:00
Alex Pott f2623d2332 Issue #2297475 by marcingy: Remove calls to comment_load. 2014-07-07 15:01:07 +01:00
Alex Pott c072353df4 Issue #2282161 by Crell: Split off link/url generation trait. 2014-07-07 14:52:01 +01:00
Alex Pott 8bc9c2e524 Issue #2297201 by slashrsm: Fixed Wrong return type on ImageStyleInterface::setName(). 2014-07-07 14:44:10 +01:00
Alex Pott b16acb2a02 Issue #2216523 by jhodgdon: Fill in REST and Third Party @defgroup topic docs. 2014-07-07 14:40:24 +01:00
Alex Pott 7ba018f611 Issue #1906806 by Berdir, damiankloip, Sifro, dawehner: Provide a relationship for each entity reference field. 2014-07-07 14:33:58 +01:00
Alex Pott 3a0b12c4ee Issue #2296649 by longwave: Fixed Remove duplicate action.settings.yml. 2014-07-07 14:26:10 +01:00
Alex Pott 7332211095 Issue #2290103 by damiankloip, larowlan: Rename 'item_length' to 'view_mode' to aid discoverability. 2014-07-07 14:19:23 +01:00
Alex Pott a8a5f10cc5 Issue #1978976 by dawehner, kgoel, tim.plunkett, pcambra, longwave, Albert Volkman, vijaycs85, pfrenssen, jibran, Xano, David Hernández, shivachevva, kim.pepper, InternetDevels: Convert shortcut_set_switch to a Controller. 2014-07-07 14:14:36 +01:00
Alex Pott 3c94e31037 Issue #2295447 by yched: Fixed Leftover access to FieldInstanceConfig::$field. 2014-07-07 14:05:58 +01:00
Alex Pott baf2bbaa17 Issue #2288665 by znerol: Remove _maintenance request attribute and replace it with a maintenance mode service. 2014-07-07 14:03:55 +01:00
Alex Pott 8956ec777a Issue #2287895 by tim.plunkett: Fixed BlockCacheTest expects /node to be available. 2014-07-07 13:32:49 +01:00
Alex Pott dd14f70e91 Issue #2283049 by olli: Remove obsolete NodeController::page() method. 2014-07-07 13:31:13 +01:00
Alex Pott 69fd4ce1f7 Issue #2277117 by duellj, ivanjaros: BlockListBuilder uses href for links instead of route. 2014-07-07 13:27:39 +01:00
Alex Pott c06901ff39 Issue #2285381 by Xen: Fixed Bad xpath in UserAccountLinksTests::testDisabledAccountLink(). 2014-07-07 13:25:28 +01:00
Alex Pott 49034dabb3 Issue #2229771 by Alan D.: Fixed Pager quantity of 10 is inconsistent with the rest of core. 2014-07-07 13:17:25 +01:00
Alex Pott fe76b9a0ed Issue #2292221 by er.pushpinderrana, andile2012: Fixed Remove extra ' in TextTrimmedFormatter.php annotation. 2014-07-07 13:11:03 +01:00
Alex Pott 2d4cdae18b Issue #2125769 by c31ck, mErilainen | anandps: Set width & height for "missing image" placeholder. 2014-07-07 13:08:10 +01:00
Alex Pott 5f9c6c3c66 Issue #2200355 by yched, andypost: Move functions in field.form.inc into Core/Field. 2014-07-07 13:01:38 +01:00
Alex Pott 943df0d63f Issue #2297481 by bfr | marcingy: Remove comment_load_multiple. 2014-07-07 12:29:19 +01:00
Alex Pott 421123a390 Issue #2249149 by ultimike, benjy | chx: Create a system_logging migration. 2014-07-07 12:26:57 +01:00
Alex Pott 418b722b2b Issue #2277281 by dobe, amitgoyal, michaelfavia | drumm: Sometimes you want more than 128 chars of allowed file extensions. 2014-07-07 11:55:53 +01:00
Alex Pott 00afbccd03 Issue #2271485 by amitgoyal, Juanmamr | YesCT: Fixed Move LocaleStringTest $only_translated = array('untranslated' => FALSE); out of accidental comment. 2014-07-07 11:50:16 +01:00
Alex Pott 8878f6b107 Issue #2286837 by ParisLiakos, damiankloip: Remove drupal_get_hash_salt(). 2014-07-07 11:48:03 +01:00
Alex Pott 1742e5e9e4 Issue #1987418 by joelpittet, drupalninja99, rakhimandhania, Manuel Garcia, scor, shanethehat, Cottser, LinL, LewisNyman, minneapolisdan: User.module - Convert theme_ functions to Twig. 2014-07-07 11:38:44 +01:00
Alex Pott 8e07c22ceb Issue #1529814 by mgifford, JohnAlbin, ibullock, dcmouyard, mark.labrecque, andrewmacpherson, vegantriathlete: Fixed skiplink behavior for Webkit browsers. 2014-07-07 11:28:35 +01:00
Alex Pott 0a4ecfdc5d Issue #2259317 by effulgentsia: Remove _system_path usage from system_test.module. 2014-07-07 11:19:47 +01:00
Alex Pott daeb8b4424 Issue #2293643 by joshi.rohit100: Fixed OpmlFeedAdd form still using url() instead of \Drupal::url(). 2014-07-07 10:58:09 +01:00
Alex Pott be81399322 Issue #2291443 by marcingy: Convert comment_field_instance_config_delete query to entity query. 2014-07-07 10:45:21 +01:00
Alex Pott e7f8c6d78a Issue #2289989 by marcingy, andypost: Remove comment_add and inline final occurrence. 2014-07-07 10:24:18 +01:00
Alex Pott cfe3e159f2 Revert "Issue #2289989 by marcingy, andypost: Remove comment_add and inline final occurrence."
This reverts commit 4b91f16d48.
2014-07-07 10:23:09 +01:00
Alex Pott 4b91f16d48 Issue #2289989 by marcingy, andypost: Remove comment_add and inline final occurrence. 2014-07-06 18:50:17 +01:00
Alex Pott 0fa25d56d7 Issue #1956806 by amitgoyal, Cottser: Fixed DbLogController::overview() and topLogMessages() logic and provide a formatMessage() method. 2014-07-06 18:41:18 +01:00
Alex Pott ffdefc67dd Issue #2281325 by kim.pepper: NodeType condition should use EntityManager. 2014-07-06 18:32:21 +01:00
Alex Pott 0dc696df7a Issue #2218463 by znerol, damiankloip, rbayliss: Fixed Private file and image style downloads throw 500 error when page cache is active. 2014-07-06 18:29:47 +01:00
Alex Pott 36596e33c4 Issue #2225965 by lokapujya, djevans | scor: Move taxonomy term RDFa markup inside title_suffix (similar to the edit and node markup). 2014-07-06 18:17:32 +01:00
Alex Pott 6a8faf5552 Issue #2290261 by tim.plunkett, amool: Fixed Full configuration export crashing without the php_fileinfo extension. 2014-07-06 18:14:59 +01:00
Alex Pott b7c052df72 Issue #2265793 by er.pushpinderrana, jessebeach: Fixed Spelling mistake in CustomBlockForm.php. 2014-07-06 17:51:11 +01:00
Alex Pott 0fb70c779f Issue #2241165 by larowlan: Fixed Remove redundant shorthand.js file. 2014-07-06 17:49:49 +01:00
Alex Pott 70016d80e8 Issue #2170251 by lauriii, mgifford, joshi.rohit100, lokapujya, mparker17, Mirabuck, Jalandhar: Fixed Comment headings can spit out empty heading tags. 2014-07-06 17:46:56 +01:00
Alex Pott 310065c31c Issue #1120440 by er.pushpinderrana | skwashd: Fixed user.api.php hook summary lines should be more consistent with other entity hooks. 2014-07-06 17:43:32 +01:00
Alex Pott 5027a94d1e Issue #2281627 by ultimike, jjpost | barnettech: Fixed Freeform text profile field does not migrate properly from D6 to D7. 2014-07-04 19:07:27 +01:00
Alex Pott 052090f49f Issue #2281481 by ultimike, cYu, TommyK: Fixed D6 Body field label -> D8 field name not migrated. 2014-07-04 19:02:54 +01:00
Alex Pott 227d641a97 Issue #2188895 by lokapujya, seiplax | scor: Support RDFa output in entity reference field formatter. 2014-07-04 18:57:41 +01:00
Alex Pott f0cb85ac25 Issue #936704 by Matt V., swentel, tim.plunkett, Jalandhar, jimi-o: Added Use confirm form before clearing log messages. 2014-07-04 18:37:44 +01:00
Alex Pott fb01ce4ecc Issue #2266763 by ashepherd, kay_v, lauggh | scor: Add debug mode to FieldRdfaTestBase class. 2014-07-04 18:33:51 +01:00
Alex Pott a6eb26d74e Issue #1898452 by joelpittet, amitgoyal, gnuget, steinmb, thedavidmeister, jenlampton, zaphoyd, Cottser, robmc, disasm, azinoman | c4rl: Simpletest.module - Convert theme_simpletest_result_summary functions to Twig. 2014-07-04 18:29:48 +01:00
Alex Pott 47b25e9128 Issue #2284383 by tstoeckler, lokapujya: Fixed All assertSomething() functions should return a bool indicating pass or fail. 2014-07-04 11:35:35 +01:00
Alex Pott acb96c010b Issue #2293419 by vijaycs85: Fixed Add config schema test to all configuration test in migration, fix bugs. 2014-07-04 10:43:37 +01:00
Nathaniel Catchpole fee42cb6b3 Issue #2247095 by yched, xjm, alexpott: Optimize loading of deleted fields. 2014-07-03 13:49:37 +01:00