Commit Graph

23557 Commits (f1fdcfa372facf922877541a11f17112beb72d8f)

Author SHA1 Message Date
Alex Pott f1fdcfa372 Issue #2021111 by jibran, tim.plunkett, mtift: Add a ConfigFactoryInterface for ConfigFactory. 2014-01-28 13:09:21 +00:00
Nathaniel Catchpole e373ebee34 Issue #2167109 by Berdir, sun, alexpott, ACF, acrollet, adamdicarlo, Albert Volkman, andreiashu, andyceo, andypost, anenkov, aspilicious, barbun, beejeebus, boombatower, cam8001, chriscalip, chx, cosmicdreams, dagmar, damiankloip, dawehner, deviance, disasm, dixon_, dstol, ebrowet, Gábor Hojtsy, heyrocker, Hydra, ianthomas_uk, japicoder, jcisio, jibran, julien, justafish, jvns, KarenS, kbasarab, kim.pepper, larowlan, Lars Toomre, leschekfm, Letharion, LinL, lirantal, Lukas von Blarer, marcingy, Mike Wacker, mrf, mtift, mtunay, n3or, nadavoid, nick_schuch, Niklas Fiekas, ParisLiakos, pcambra, penyaskito, pfrenssen, plopesc, Pol, Rok Žlender, rvilar, swentel, tim.plunkett, tobiasb, tsvenson, typhonius, vasi1186, vijaycs85, wamilton, webchick, webflo, wizonesolutions, xjm, yched, YesCT, znerol: Remove Variable subsystem. 2014-01-28 13:07:47 +00:00
Alex Pott 856d6e1470 Issue #1376122 by sun: Stream wrappers of parent site are leaking into all tests. 2014-01-28 08:51:41 +00:00
Alex Pott 2d476a5f0e Issue #1913510 by erich_s, jibran, scresante, nod_, mitron: Core Javascript Files Not Using Standard Indentation. 2014-01-27 21:41:32 +00:00
Alex Pott 83bf082872 Issue #2181293 by pwolanin, dawehner: AccessManager::checkNamedRoute() is not passing all route defaults (or building a complete route request). 2014-01-27 21:36:57 +00:00
webchick 16b1a71918 Issue #2182603 by alexpott: Remove LocaleUninstallTest. 2014-01-27 10:49:37 -08:00
webchick 865f7c6cd0 Issue #1898416 follow-up by mparker17, mikl: Remove debug code. 2014-01-27 10:31:59 -08:00
webchick eae4d079b5 Issue #2175739 by alexpott: Actually test node_access_test_secret_catalan and clean up deprecated code in NodeAccessLanguageTest. 2014-01-27 10:00:20 -08:00
Alex Pott 9d5e802648 Issue #1165694 by pillarsdotnet, Sutharsan, droplet: Remove default nomask from file_scan_directory(). 2014-01-27 18:36:39 +01:00
Nathaniel Catchpole 3d5f960b6a Issue #2172561 by Gábor Hojtsy, alexpott: Config overrides may spill over to undesired places. 2014-01-27 16:44:58 +00:00
Alex Pott 09d4037aa1 Issue #2171655 by dawehner: Drupal should not typehint the EventDispatcher directly. 2014-01-27 14:42:50 +01:00
Nathaniel Catchpole 8bc36db189 Issue #2181811 by alexpott: System info can become inconsistent if hook_system_info_alter() makes a module required. 2014-01-27 12:41:44 +00:00
Nathaniel Catchpole 733eed41fc Issue #2172941 by vijaycs85, damiankloip: Endless looping on Config::castValue() for undefined config data type. 2014-01-27 12:39:55 +00:00
Nathaniel Catchpole ef7dcd9f1a Issue #2181101 by InternetDevels: Update settings tab not visible. 2014-01-27 12:35:47 +00:00
Nathaniel Catchpole 53a66504f3 Revert "Issue #2172561 by Gábor Hojtsy: Config overrides may spill over to undesired places."
This reverts commit f2769f4db3.
2014-01-27 12:22:53 +00:00
Nathaniel Catchpole 559479f8db Issue #2164367 by alexpott, tim.plunkett, dawehner: Rebuild router as few times as possible per request. 2014-01-27 11:55:37 +00:00
Nathaniel Catchpole f2769f4db3 Issue #2172561 by Gábor Hojtsy: Config overrides may spill over to undesired places. 2014-01-27 11:50:29 +00:00
Nathaniel Catchpole 318d178b6e Issue #2164025 by skipyT, pwolanin: Improve security of session ID against DB exposure or SQL injection. 2014-01-27 11:44:25 +00:00
Nathaniel Catchpole 3764fe395c Issue #2102477 by alexpott: Convert remainder of language negotiation settings to configuration system. 2014-01-27 11:41:02 +00:00
webchick b8ef75c5f4 Issue #2169447 by damiankloip, sun, longwave: DX: Supply CacheBackendInterface::CACHE_PERMANENT as Cache::PERMANENT. 2014-01-25 21:21:53 -08:00
webchick 394442e270 Issue #2152231 by rteijeiro, steveoliver, joelpittet, hussainweb, shanethehat, jenlampton, kpa, AnythonyR, EVIIILJ, kgoel, Cottser, dsdeiz, hanpersand: Convert theme_vertical_tabs() to Twig 2014-01-25 21:13:33 -08:00
webchick e9a240b4b9 Issue #2151101 by joelpittet, c4rl, IshaDakota, pplantinga, gnuget, longwave, jeanfei, sbudker1: Convert theme_status_report() to Twig 2014-01-25 21:11:21 -08:00
webchick 297972bac7 Revert "Issue #2151101 by joelpittet: Convert theme_status_report() to Twig."
Oops. Wrong commit credit.

This reverts commit 6d5899ecf3.
2014-01-25 21:10:51 -08:00
webchick 6d5899ecf3 Issue #2151101 by joelpittet: Convert theme_status_report() to Twig. 2014-01-25 21:10:34 -08:00
Alex Pott c84a43d3eb Issue #2176131 by sun: Database configuration form in installer still uses 'db_prefix' instead of 'prefix'. 2014-01-26 01:21:32 +01:00
Alex Pott ff0fdc469d Issue #2157871 by tim.plunkett: Add ConfigStorageControllerInterface. 2014-01-26 01:09:20 +01:00
Alex Pott d78587ef66 Issue #2091455 by batigolix, InternetDevels, berkas1: Update hook_help for Forum module. 2014-01-26 00:58:44 +01:00
Alex Pott 7833be2a70 Issue #2029767 folllowup by Mark Conroy, batigolix, ifrik: Improve hook_help for history module. 2014-01-26 00:55:53 +01:00
Alex Pott e35f411140 Issue #2177667 by InternetDevels | jessebeach: Replace theme() with drupal_render() in locale.bulk.inc. 2014-01-26 00:50:04 +01:00
Alex Pott 5905ad6896 Issue #1977608 by batigolix, lostkangaroo, InternetDevels: Update hook_help Aggregator module. 2014-01-26 00:46:15 +01:00
Alex Pott 7c3d3b4e4d Issue #2177673 by InternetDevels | jessebeach: Replace theme() with drupal_render() in Drupal/search_extra_type/Plugin/Search/SearchExtraTypeSearch.php. 2014-01-26 00:09:33 +01:00
Alex Pott 1c0a852a73 Issue #2177643 by InternetDevels | jessebeach: Replace theme() with drupal_render() in batch.inc. 2014-01-26 00:07:36 +01:00
catch 6f6a2f3d63 Issue #2108599 by alexpott, Gábor Hojtsy, vijaycs85: Convert language_default to CMI. 2014-01-25 22:00:48 +00:00
Alex Pott 1560601292 Issue #1918768 by larowlan, tim.plunkett: Refactor tour module to use routes instead of paths. 2014-01-25 21:53:51 +01:00
Alex Pott 34bb38f84f Issue #2065917 by SpadXIII, andrewbelcher, kboopathi: SelectQueryExtender::hasAnyTag uses hasAnyTags which doesn't exist. 2014-01-25 21:46:45 +01:00
Alex Pott 723e5ea563 Issue #2172973 by tim.plunkett: Ensure ConfigEntities providing a list controller use admin_permission. 2014-01-25 20:38:13 +01:00
Alex Pott d017695d0e Issue #2176831 by chx: CustomBlockSaveTest is not saving body. 2014-01-25 20:26:25 +01:00
Alex Pott 9279766c01 Issue #2028535 followup by tstoeckler: Provide a TourTestBase class for use by core and contrib modules. 2014-01-25 20:23:56 +01:00
Alex Pott 0f704ad962 Issue #2068329 by peximo, plach, LinL, marcingy, Désiré, penyaskito, herom, chx: Convert user SQL queries to the Entity Query API. 2014-01-25 20:18:28 +01:00
Alex Pott edb46e0c26 Issue #2100183 by plopesc: Remove the changed() method from EntityInterface. 2014-01-25 20:05:32 +01:00
Alex Pott 03a7c55fdb Issue #1868972 by jweowu: db_query_temporary() fails to create a table when the SQL has leading whitespace. 2014-01-25 19:55:03 +01:00
Alex Pott 9da7e4cdc7 Issue #2169267 by damiankloip: Replace drupal_cron_run() with a Cron service. 2014-01-25 19:13:53 +01:00
Alex Pott fde84e2a5f Issue #2174509 by amateescu, chx: Drupal\Core\Field\FieldDefinition::getSchema() is broken. 2014-01-25 17:04:02 +01:00
Alex Pott 1b252e2932 Issue #2167975 by amateescu, swentel: Entity_reference_create_instance does not support cardinality. 2014-01-25 12:55:44 +01:00
Alex Pott 2d5138fc0b Issue #2170117 by Berdir: HEAD BROKEN (on Windows): CMI FileStorage fails with absolute paths. 2014-01-25 12:27:37 +01:00
Alex Pott 9f57eec8f9 Issue #2171757 by amateescu: Drupal\views\Form\ViewsForm should extend DependencySerialization. 2014-01-25 11:41:42 +01:00
Alex Pott 19e8cf3848 Issue #2110467 by Berdir: Add first(), get($index) and possibly other methods to ListInterface. 2014-01-25 11:26:34 +01:00
webchick 3d0c65a8f4 Issue #2142989 by fago, damiankloip, stefan.r, mariancalinro: Test for BundleConstraintValidator. 2014-01-24 22:00:57 -08:00
webchick cfa3c75ac3 Issue #2089729 by tim.plunkett: Formalize setter return value. 2014-01-24 21:56:06 -08:00
webchick 15ed22378e Issue #2103035 by batigolix, jhodgdon, clemens.tolboom: Review/update hook_help() for the basic_auth module. 2014-01-24 21:54:54 -08:00