Commit Graph

25031 Commits (65700ab48566562c98166ec77a3aa81a197d1d9b)

Author SHA1 Message Date
Jennifer Hodgdon fbe1786602 Issue #2265851 by mrjmd: Add links to Batch and Queue API to api landing page 2014-05-22 09:00:37 -07:00
Jennifer Hodgdon b78effb9b3 Issue #2015849 by mrjmd, yaworsk, YesCT: Comment standards fixes in entity tests 2014-05-22 08:58:49 -07:00
Alex Pott 5a3ef30631 Issue #2239969 by znerol, sun: Session of (UI) test runner leaks into web tests. 2014-05-22 14:28:28 +01:00
Alex Pott 0947b0fb83 Issue #2246657 by tstoeckler, YesCT: $options is misnamed in Language::__construct() should be property values. 2014-05-22 14:11:36 +01:00
Alex Pott 70ce81aafd Issue #2254001 by Mixologic: Use EntityMangagerInterface instead of Entity Manager in typehints. 2014-05-22 14:10:40 +01:00
Nathaniel Catchpole e44d15a76d Issue #1289536 by ParisLiakos, RobLoach, Crell, larowlan, fgm, pounard, Pancho, dawehner, scor, tim.plunkett, alexpott, socketwench: Switch Watchdog to a PSR-3 logging framework. 2014-05-22 10:38:46 +01:00
webchick 85d39d8403 Issue #2270313 by jessebeach: Remove c4rl and linclark from MAINTAINERS.txt. 2014-05-21 20:57:19 -07:00
webchick e071723f85 Issue #2272081 by Wim Leers: BlockAccessController::checkAccess() should run the block plugin's access check last. 2014-05-21 20:54:37 -07:00
webchick 9eae2471fa Issue #2271939 by tim.plunkett: NodeType condition does not evaluate properly. 2014-05-21 20:53:28 -07:00
webchick 30def1f5f8 Issue #2272267 by tim.plunkett: Entity_page_access() and entity_page_create_access() are dead code. 2014-05-21 20:51:38 -07:00
webchick df710a893b Issue #2271025 by Wim Leers: Don't let menu_navigation_links() set the active class, the drupal.active-links library does that for us (plus, it's setting it incorrectly). 2014-05-21 14:48:03 -07:00
Alex Pott 52a11d6ac3 Revert "Issue #1289536 by RobLoach, Crell, Pancho, pounard, socketwench, fgm, dawehner, scor, tim.plunkett, larowlan, ParisLiakos: Switch Watchdog to a PSR-3 logging framework."
This reverts commit ef250ba2cb.
2014-05-21 14:59:11 +01:00
Nathaniel Catchpole a8f43b08fd Issue #2236167 by znerol: Use request stack in cache contexts. 2014-05-21 11:13:50 +01:00
Nathaniel Catchpole 1f5ad10030 Issue #2269453 by olli: Apc_fetch() expects a string or array of strings. 2014-05-21 10:23:17 +01:00
webchick a2177ab653 Issue #2178795 follow-up by tim.plunkett: Fix conflict with recently committed patch. 2014-05-21 00:42:26 -07:00
webchick 62613774e6 Issue #2178795 by tim.plunkett, jlbellido, YesCT, Berdir, Xano: Allow DiscoveryInterface::getDefinition() to throw an exception for an invalid plugin. 2014-05-20 23:28:08 -07:00
webchick a0f1611a0b Issue #2270339 by YesCT, martin107: is a misleading variable name in TokenReplaceUnitTestBase. 2014-05-20 22:58:28 -07:00
Alex Pott 2ae7accf86 Issue #2259275 by filijonka, sun, Xano: Rename "DrupalUnitTestBase" to KernelTestBase. 2014-05-21 00:40:03 +01:00
Alex Pott 3cc312e2d2 Issue #2228215 by znerol, Berdir: Remove module check in DrupalKernel. 2014-05-21 00:39:18 +01:00
Alex Pott 486e276f65 Revert "Issue #2228215 by znerol, Berdir: Remove module check in DrupalKernel."
This reverts commit 341b903d05.
2014-05-21 00:37:52 +01:00
webchick 783bc94834 Issue #2226871 by tim.plunkett: ConfirmFormInterface::getCancelRoute() should always return Drupal\Core\Url. 2014-05-20 14:48:51 -07:00
webchick 4862ed79ca Issue #2039435 by Xano, Berdir | akshay.swnt22: Convert EntityManager to extend DefaultPluginManager. 2014-05-20 14:44:42 -07:00
webchick 6131ff1d8d Issue #2096899 by amateescu, msonnabaum | Berdir: Add ::create() to simplify creating new entities. 2014-05-20 14:27:11 -07:00
webchick e27542b49e Issue #2268801 by tim.plunkett: Update ConditionInterface to use recently added plugin interfaces. 2014-05-20 14:12:47 -07:00
webchick 85f243e204 Issue #2267329 by tim.plunkett | joachim: Move EntityWithPluginBagInterface out of Drupal\Core\Config\Entity and make it useful for more than one bag. 2014-05-20 14:04:40 -07:00
Nathaniel Catchpole fa17d471ff Issue #2259823 by beejeebus, Wim Leers: Make cache->created be to the millisecond. 2014-05-20 17:59:33 +01:00
Nathaniel Catchpole e3f9173e65 Issue #2267753 by pwolanin, amateescu, YesCT, Berdir: ContentEntityDatabaseStorage::mapToStorageRecord hard-codes ->->value. 2014-05-20 17:41:42 +01:00
Nathaniel Catchpole ef250ba2cb Issue #1289536 by RobLoach, Crell, Pancho, pounard, socketwench, fgm, dawehner, scor, tim.plunkett, larowlan, ParisLiakos: Switch Watchdog to a PSR-3 logging framework. 2014-05-20 17:40:34 +01:00
Nathaniel Catchpole 4451ee6a80 Issue #2264179 by Gábor Hojtsy, vijaycs85, alexpott, benjy: Clarify use of property/undefined and add an ignore type in configuration schema. 2014-05-20 17:38:14 +01:00
Nathaniel Catchpole 51edc990be Revert "Issue #2267753 by pwolanin, YesCT, Berdir: ContentEntityDatabaseStorage::mapToStorageRecord hard-codes $entity->$name->value."
This reverts commit c16fbc5593.
2014-05-20 11:22:14 +01:00
Alex Pott 576027518b Issue #2259209 by roderik, larowlan: Fix CommentStatistics::read(). 2014-05-20 11:07:33 +01:00
Alex Pott bc5bfc9166 Issue #2207777 by Wim Leers, pjonckiere, Rajesh Ashok | alexpott: Can not configure editor whilst creating a new text format. 2014-05-20 10:59:25 +01:00
Alex Pott fe26eb63fa Issue #2218057 by jhodgdon, dawehner: Search Views integration - filter needs to join to node_field_data.langcode. 2014-05-20 10:54:14 +01:00
Nathaniel Catchpole c16fbc5593 Issue #2267753 by pwolanin, YesCT, Berdir: ContentEntityDatabaseStorage::mapToStorageRecord hard-codes $entity->$name->value. 2014-05-20 10:43:31 +01:00
Nathaniel Catchpole 3b9abe1e38 Issue #2139583 by damiankloip, dawehner: Clarify error message when services.yml definitions are missing top-level keys. 2014-05-20 10:36:29 +01:00
Nathaniel Catchpole c972b3ee9d Issue #2190313 by pfrenssen, Berdir, amateescu, ianthomas_uk: Add $EntityType::load() and loadMultiple() to simplify loading entities. 2014-05-20 10:29:40 +01:00
Nathaniel Catchpole 21fbb5ddaf Issue #2259823 by beejeebus, Wim Leers: Make cache->created be to the millisecond. 2014-05-20 10:21:54 +01:00
Nathaniel Catchpole c47466e919 Issue #2229167 by dawehner, marthinal, Bojhan: Broken/missing handler (Module: node) 2014-05-20 10:14:47 +01:00
Nathaniel Catchpole 341b903d05 Issue #2228215 by znerol, Berdir: Remove module check in DrupalKernel. 2014-05-20 10:14:33 +01:00
Alex Pott 3a699a6a16 Issue #1503464 by plopesc, larowlan, joelpittet, svenaas: Automatically add theme hook suggestion for node view mode. 2014-05-20 09:59:40 +01:00
Alex Pott a167eca363 Issue #2223423 by Xano, tim.plunkett: Stop extending \Drupal\Core\Entity\Entity in unit tests. 2014-05-20 09:57:20 +01:00
webchick ed8dfae05f Issue #2263351 by jcisio: Replace accidentally removed part of default.settings.php. 2014-05-19 07:42:27 -07:00
webchick 4e2f0f3976 Issue #2253109 by ParisLiakos: Bring .htaccess and web.config up to date. 2014-05-16 11:14:55 -07:00
Dries 50cd0871e0 Issue #1807662 by sun, beejeebus, damiankloip, Wim Leers, Mixologic: Built-in APCu support in core (PHP 5.5 only). 2014-05-16 14:05:39 -04:00
Alex Pott c98b2fdca0 Issue #2266501 by Gábor Hojtsy, vijaycs85, YesCT: Array level schema errors are not reported, fix wrong schemas identified. 2014-05-16 12:49:42 -05:00
Dries 3ee31d1761 Issue #2265977 by olli: fixed php backend serialization. 2014-05-16 13:48:10 -04:00
Dries f03e93cbf7 Issue #2254183 by sun, tim.plunkett: Fix test performance of Drupal\filter\Tests\FilterAdminTest. 2014-05-16 13:41:25 -04:00
Dries 4e451f6566 Issue #2262861 by alexpott: Add concept of collections to config storages. 2014-05-16 13:20:34 -04:00
Dries 809b361f20 Issue #2222719 by effulgentsia, tim.plunkett, xjm, dawehner: Use parameter matching via reflection for access checks instead of pulling variables from request attributes. 2014-05-16 12:45:50 -04:00
Nathaniel Catchpole 7fd3e0f92d Issue #375062 by cs_shadow, juampy, theunraveler, mondrake, hswong3i, smk-ka: Imagecolorsforindex() Color index nnn out of range in GDToolkit. 2014-05-16 10:54:36 +01:00