Commit Graph

26962 Commits (aec18afb77eae9f151831d8548634952e608ca38)

Author SHA1 Message Date
Alex Pott aec18afb77 Issue #2381299 by hussainweb: Clean-up block module test members - ensure property definition and use of camelCase naming convention 2014-12-11 17:02:44 +01:00
Alex Pott 9395de7618 Issue #2389411 by chx: wrong backend_overrideable in book 2014-12-11 16:56:29 +01:00
Alex Pott a4993f3c4b Issue #2387857 by alvar0hurtad0: Have consistent names for bulk operations at admin/content 2014-12-11 16:55:20 +01:00
Alex Pott 5ed1ed8c8a Issue #2388009 by hussainweb: Clean-up shortcut module test members - ensure property definition and use of camelCase naming convention 2014-12-11 16:53:18 +01:00
Alex Pott 4615f8c381 Issue #2388905 by chx: menu link storage override requires too much copy-paste 2014-12-11 16:51:32 +01:00
Alex Pott a124604458 Issue #2388467 by zaporylie: Remove \Drupal\entity_test\EntityTestViewsData and update the annotation 2014-12-11 16:49:36 +01:00
Alex Pott 7aef0c75cb Issue #1892006 by Outi, tompagabor, sqndr, BarisW, herom, skippednote, LewisNyman, vermario, frankbaele, criscom, kid_icarus, lauriii, jlyon, eporama: Include a print styling for Seven 2014-12-11 16:47:36 +01:00
Alex Pott 2775f31111 Issue #2387981 by hussainweb: Clean-up statistics module test members - ensure property definition and use of camelCase naming convention 2014-12-11 16:19:56 +01:00
Alex Pott 07149c42a2 Issue #2381921 by tibbsa, hussainweb: Clean-up RDF module test members - ensure property definition and use of camelCase naming convention 2014-12-11 16:11:47 +01:00
Alex Pott 44162ebdc0 Issue #2389407 by chx: System Manager Service is not database dependent 2014-12-11 15:58:08 +01:00
Nathaniel Catchpole ae049e93cc Issue #2391021 by Gábor Hojtsy: Config schema issues in config tests themselves 2014-12-11 14:51:54 +00:00
Alex Pott 827b39b4c9 Issue #2384167 by tibbsa: Clean-up DateTime module test members — ensure property definition and use of camelCase naming convention 2014-12-11 15:41:47 +01:00
Alex Pott e55610f88d Issue #2226863 by cs_shadow, filijonka, joelpittet, pguillard: Update stale references to theme functions that have been converted to Twig 2014-12-11 11:35:52 +01:00
Alex Pott 3dcbc22381 Issue #2272001 by dsnopek, Devin Carlson, tim.plunkett, xjm, martin107: Views display plugin's list of handlers is not filtered by access 2014-12-11 10:16:07 +01:00
Alex Pott 4250561315 Issue #2387157 by dawehner, Gábor Hojtsy: Cloning display into another display also stores options that are not supported by the new display type 2014-12-11 10:12:31 +01:00
Alex Pott 4efd487ccf Issue #2363155 by penyaskito: content_translation.settings config is not scalable 2014-12-11 10:09:33 +01:00
Alex Pott 9e8a5230ad Issue #2359509 by Berdir: Incorrect type safe check in Entity::onUpdateBundleEntity() results too many cache clears 2014-12-11 09:35:31 +01:00
Alex Pott 194539a764 Issue #2358269 by Gábor Hojtsy: Migration bugs in block visibility, field overrides, cron, maintenance settings and form modes found by configuration schema checking 2014-12-11 09:23:35 +01:00
Dries e20d78e1f3 Issue #2248977 by Berdir: Complete support for multi-value base fields in ContentEntitySchemaHandler and use it for the user.roles field 2014-12-10 15:18:13 -05:00
Dries 688fab7beb Issue #2390445 by Gábor Hojtsy: System module tests don't pass config schema check 2014-12-10 15:08:40 -05:00
Dries 3e336074d8 Issue #2389697 by Wim Leers, Gábor Hojtsy: Editor settings altering not needed (and not compatible with config schema assumptions) 2014-12-10 15:00:57 -05:00
Dries dfb971e488 Issue #2387149 by Gábor Hojtsy, dawehner: Display extenders are not possible to describe with config schema 2014-12-10 14:52:47 -05:00
webchick 4378277e19 Issue #2390749 by alexpott: run-tests.sh should allow single test methods to be run 2014-12-10 11:11:32 -08:00
webchick 9eb4efb986 Issue #2390615 by alexpott: Add method to determine config dependency key depending on entity type 2014-12-10 07:40:28 -08:00
Alex Pott 7c6a23fefe Issue #2355245 by amateescu: ER's label formatter needs to take into account that $entity->urlInfo() might throw an exception 2014-12-10 16:26:23 +01:00
Alex Pott b175ecc425 Issue #2387141 by Gábor Hojtsy: Missing field configuration schemas across core tests 2014-12-10 12:35:29 +01:00
Alex Pott 68baffe7a7 Issue #2385111 by tadityar, Wim Leers: Bartik's CKEditor iframe stylesheet is not being loaded, hence image captions look broken 2014-12-10 12:28:02 +01:00
Alex Pott 6c466692d2 Revert "Issue #2354705 by yannisc: Mark a couple of asset services as non public"
This reverts commit af8316875f.
2014-12-09 22:05:23 +00:00
Alex Pott e2ca303083 Issue #2386247 by tstoeckler: install.php should pass the class loader down into install_begin_request() 2014-12-09 16:33:12 +00:00
Nathaniel Catchpole 35042864c8 Issue #2388593 by JeroenT: Remove drupal_truncate_bytes() 2014-12-09 16:30:43 +00:00
Nathaniel Catchpole d3e81f5e0d Issue #2388765 by alexpott: Improve performance of SqlContentEntityStorage::countFieldData() for large datasets when getting the result as a boolean 2014-12-09 16:03:20 +00:00
Nathaniel Catchpole 82989783cc Issue #2335879 by alexpott, dixon_, Wim Leers, chx, mauzeh, ygerasimov, jeqq: Change SqlContentEntityStorageSchema::requiresEntityDataMigration() to ask the old storage handler if it has data rather than assuming yes unless NULL storage 2014-12-09 13:05:03 +00:00
Nathaniel Catchpole 77c613e36f Issue #2382533 by Wim Leers: Attach assets only via the asset library system 2014-12-09 11:55:57 +00:00
Nathaniel Catchpole cd0cb0d7c9 Issue #2369225 by mpdonadio: Add $options['base_url'] to UrlGenerator::generateFromRoute() 2014-12-09 11:03:15 +00:00
Nathaniel Catchpole ee287003c7 Issue #2389287 by dawehner: Missing PhpExecutableFinder 2014-12-09 10:37:43 +00:00
Alex Pott 8e7f24f645 Issue #2387669 by rpayanm, joachim, tadityar: ConfigInstallWebTest is broken 2014-12-09 10:03:06 +00:00
Alex Pott 77a795abed Issue #2388631 by JeroenT: Remove drupal_match_path() 2014-12-08 17:28:47 +00:00
Alex Pott 5b06c5ba67 Issue #2388707 by damiankloip: UserAccessControlHandler has wrong $explicit_check_fields name for the password field when checking field access 2014-12-08 17:25:44 +00:00
Nathaniel Catchpole 30a5046e35 Issue #2355909 by penyaskito, alexpott, Gábor Hojtsy, DuaelFr: language.settings config is not scalable 2014-12-08 16:25:00 +00:00
Nathaniel Catchpole 4cd9d4577d Issue #2263359 by jhodgdon: hook_help(): Top of page help sections can't link to help pages without a fatal error or checking for help module 2014-12-08 11:11:21 +00:00
Nathaniel Catchpole ad555fa8a3 Issue #2084987 by andypost, Jalandhar: Remove usage of field_ui_default_value and recommend proper replacement 2014-12-08 11:10:27 +00:00
Nathaniel Catchpole 8606a8dd43 Issue #2388043 by daffie: Remove DrupalUnitTestBase 2014-12-08 11:08:50 +00:00
Nathaniel Catchpole a943f5813b Issue #2380607 by Berdir, dawehner: Do not call ConfigBase::validateKeys() for data loaded from storage 2014-12-08 11:07:49 +00:00
Nathaniel Catchpole fa31ac08fd Issue #2387443 by alexpott, dawehner: BinaryFileResponse can fail because the core MIME guessing is not added to the MimeType singleton 2014-12-08 10:03:17 +00:00
Alex Pott 9fc078cc47 Issue #2385787 by a_thakur: Remove form_state_values_clean() from form.inc 2014-12-07 21:22:45 +00:00
catch 599bad3bcf Issue #2364381 by Wim Leers: Exception thrown in drupal_render() causes an exception during the rendering of exceptions 2014-12-07 09:14:26 +00:00
catch d93ba8d265 Issue #2386585 by hussainweb: Upgrade to Symfony 2.6.1 2014-12-06 10:26:41 +00:00
webchick bab6233d5b Issue #2388215 by freblasty, tim.plunkett: Drag and drop is broken. 2014-12-05 16:57:10 -08:00
Alex Pott 60950f3633 Issue #2383573 by tibbsa: Clean-up Contact module Test members - ensure property definition and use of camelCase naming convention 2014-12-05 20:06:28 +00:00
Alex Pott a8a42e6231 Issue #2331793 by olli, Gábor Hojtsy: Changing pager settings for this display only also changes pager settings for other display 2014-12-05 20:02:10 +00:00