Commit Graph

2017 Commits (17ccb8b1daa09d2e79f465b7d868c27af2dfd291)

Author SHA1 Message Date
Jennifer Hodgdon b69e271898 Issue #2272055 by Xano: Fix doc blocks for AccountProxyInterface 2014-05-22 09:07:12 -07: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
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
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 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
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
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 341b903d05 Issue #2228215 by znerol, Berdir: Remove module check in DrupalKernel. 2014-05-20 10:14:33 +01: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
Dries 3ee31d1761 Issue #2265977 by olli: fixed php backend serialization. 2014-05-16 13:48:10 -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 abb88f9f78 Issue #2266377 by dawehner, bkosborne, pwolanin: Speed up UrlGenerator a little by setting the 'external' option in the Url object . 2014-05-16 10:53:47 +01:00
webchick 5cbb82bb0a Issue #2267763 by pwolanin, tim.plunkett: Page titles with %placeholders are broken when used as breadcrumbs. 2014-05-15 21:49:20 -07:00
webchick 9b584232e8 Issue #2266859 by tim.plunkett: Move the dependency calculation helper methods from ConfigEntityBase to generic traits. 2014-05-15 21:45:24 -07:00
Alex Pott bfb8fdf920 Issue #2268439 by Gábor Hojtsy: String introspection backwards data typing is confusing / incorrect. 2014-05-15 17:07:56 -05:00
Alex Pott 82ecfadfbf Issue #2261401 by Berdir: Automatically provide bundle info/list based on bundle_of annotation. 2014-05-15 14:01:36 -05:00
Alex Pott da026cf53c Issue #2116363 by Berdir, jessebeach | fago: Unified repository of field definitions (cache + API). 2014-05-15 12:26:18 -05:00
Nathaniel Catchpole 8723cb9686 Revert "Revert "Issue #2241633 by sun: Simplify site-specific service overrides.""
This reverts commit ecf2fa7296.
2014-05-15 11:12:06 +01:00
Nathaniel Catchpole ecf2fa7296 Revert "Issue #2241633 by sun: Simplify site-specific service overrides."
This reverts commit c5c075dfd8.
2014-05-15 10:49:31 +01:00
Alex Pott 78594ab63c Issue #2229181 by pwolanin, Berdir, fago: MapItem::propertyDefinitions() claims it has a static value property, which is wrong. 2014-05-14 17:44:50 -05:00
Nathaniel Catchpole 177b86ec32 Issue #2261369 by Berdir: Introduce a common config entity base class for all bundle config entity types. 2014-05-14 21:20:40 +01:00
Nathaniel Catchpole 120a1da34c Issue #2257835 by tim.plunkett, sun, Jalandhar: Move form submission logic out of FormBuilder into a new class. 2014-05-14 21:18:01 +01:00
Nathaniel Catchpole a0961ff65b Issue #2266547 by alexpott, sun: TestKernel is not adding its service provider correctly. 2014-05-13 17:59:10 +01:00
Nathaniel Catchpole 71287c867f Issue #2198713 by tstoeckler: Add a settings.php variable to allow to discover/enable test extensions at regular runtime. 2014-05-13 17:57:19 +01:00
Nathaniel Catchpole 7c3e637cce Issue #2260321 by sun: Use Testing profile instead of Minimal profile in interactive installer tests by default. 2014-05-13 14:51:50 +01:00
Nathaniel Catchpole c5c075dfd8 Issue #2241633 by sun: Simplify site-specific service overrides. 2014-05-13 13:29:49 +01:00
Nathaniel Catchpole 7a8d0cd2b7 Issue #2218117 by dawehner, EclipseGc: Bring back metatag support for the HtmlPage object. 2014-05-13 10:34:54 +01:00
webchick c8d2e239ce Issue #2079863 by filijonka, mrsinguyen, fabricebernhard, Chernous_dn, YesCT: Remove Unused local variable from /core/lib/Drupal/Component Utility/Crypt.php Transliteration/PHPTransliteration.php Utility/UserAgent.php Gettext/PoHeader.php. 2014-05-12 22:51:11 -07:00
webchick c040367fd1 Issue #2253977 by martin107, Mixologic: Use ConfigFactoryInterface to type hint ConfigFactory, Part II. 2014-05-12 21:58:53 -07:00
webchick d309714c60 Issue #2265913 by pwolanin: LinkGenerator::generateFromUrl() fatal (uncaught exception) with external URL. 2014-05-12 21:38:30 -07:00
webchick 3742131736 Issue #2116551 by cam8001, amateescu, swentel, Xano | webchick: Fix the UX of Entity Reference fields. 2014-05-11 12:07:25 -07:00
Dries 77f8dc525d Issue #2263201 by alexpott: ConfigImportUITest has a random failure. 2014-05-10 09:58:21 -05:00
webchick af56f3c37e Issue #2259525 by alexpott: System.action.user_add_role_action.ROLE_ID does not match any config schema. 2014-05-09 09:29:22 -07:00
Nathaniel Catchpole f9f3695d08 Issue #2228261 by beejeebus, kim.pepper, alexpott, Wim Leers | catch: Add a local, PhpStorage-based cache backend. 2014-05-09 16:51:24 +01:00
Nathaniel Catchpole 37af5099cc Issue #2238087 by znerol, YesCT: Rebase SessionManager onto Symfony NativeSessionStorage. 2014-05-09 16:43:54 +01:00
Nathaniel Catchpole fd0dcf9410 Issue #2256877 by znerol: Remove the API function to check if a cache bin is empty. 2014-05-09 14:57:55 +01:00
Nathaniel Catchpole 938ac1f5b7 Issue #2224549 by tstoeckler, fago, Xano: Simplify checking whether an entity type is revisionable. 2014-05-09 11:11:41 +01:00
Nathaniel Catchpole 5a01a26f15 Issue #2257709 by znerol, Wim Leers: Remove the interdependence between the internal page cache and management of the Cache-Control header for external caches. 2014-05-09 10:52:16 +01:00
Nathaniel Catchpole 4b68f9afe4 Issue #2255369 by larowlan, Xano: DialogController does not respect ['#title'] for the page title. 2014-05-09 10:50:39 +01:00
Nathaniel Catchpole 209ef5e8c7 Issue #2216437 by Wim Leers: Entity labels are not in-place editable on 'full entity page' (prime example: node title). 2014-05-08 20:35:06 +01:00
Nathaniel Catchpole 596c9f30b0 Issue #2257757 by martin107: \Drupal::isConfigSyncing should be marked as static. 2014-05-08 15:10:16 +01:00
Nathaniel Catchpole d12472b2c7 Issue #2226501 by drunken monkey: Add execute() to the SelectInterface. 2014-05-08 15:04:24 +01:00
Nathaniel Catchpole 2b2b97d232 Issue #2168809 by sun, damiankloip: Do not add the Guzzle HTTP client request subscriber outside of test environment. 2014-05-08 14:21:54 +01:00
Nathaniel Catchpole 9ce5973992 Issue #2207585 by damiankloip, Xano, dawehner: Find a new OO home for drupal_get_hash_salt(). 2014-05-08 13:48:51 +01:00
Jennifer Hodgdon 4e42a5ba28 Issue #2261391 by pwolanin, Crell: Fix up throws and other docs for FactoryInterface 2014-05-07 17:00:38 -07:00
webchick 396cacba7c Issue #2030605 by tim.plunkett, mr.baileys, webwarrior, Wim Leers | plopesc: Expand Editor with methods. 2014-05-06 13:57:02 -07:00
webchick 519e01c790 Issue #2251829 by damiankloip: Add 'Guzzle' back to HTTP clients default user agent header. 2014-05-06 12:28:26 -07:00
webchick f2f0725d8f Issue #2258091 by yched: Reorder methods in EntityViewBuilder into more logical sequence. 2014-05-06 12:25:33 -07:00
webchick 986faa1860 Issue #2191785 by sun: Password managers are identifying/storing wrong username field when creating a user account. 2014-05-06 12:10:02 -07:00
webchick 39d126b2d0 Issue #2257427 by sun: Run-tests.sh builds + rebuilds two kernels from scratch for every PHP process. 2014-05-06 11:48:17 -07:00
webchick ac31f29da3 Issue #2257769 by tstoeckler | sun: Adding an Entity Reference field in the Field UI throws a PHP notice; fails to add field. 2014-05-06 11:25:41 -07:00
Alex Pott f710a6c92e Issue #2209977 by tim.plunkett: Move form validation logic out of FormBuilder into a new class. 2014-05-06 00:07:47 +01:00
Jennifer Hodgdon 02eb3d3fc9 Issue #2257283 by cs_shadow, filijonka: Fix obsolete references to form_set_error() in FormErrorInterface docs 2014-05-05 13:38:52 -07:00
Jennifer Hodgdon ef78dcceff Issue #2252081 by Xano: Move implementation-specific docs out of PluginFormInterface 2014-05-05 13:35:18 -07:00
Dries 3a8dd52c67 Issue #2226761 by Wim Leers: Change all default settings and config to fast/safe production values. 2014-05-05 12:38:12 -04:00
Alex Pott 1299c3afcf Issue #2233619 by slashrsm, Jalandhar: Merge lookup functions in AliasManager. 2014-05-05 16:14:38 +01:00
Dries 2b9cec6dbe Issue #2176621 by sun, alexpott: Remove global . 2014-05-05 07:30:43 -04:00
webchick e4ae1523e7 Issue #2240463 by robertdbailey, balagan, holly.ross.drupal: Fix text: languages are not "enabled/disabled" anymore, they are added/removed. 2014-05-04 10:19:57 -07:00
webchick d6d80fb871 Issue #2257745 by martin107 | ParisLiakos: Switch t() to ->t() in ExceptionController. 2014-05-03 22:29:57 -07:00
webchick 340a0fa216 Issue #2225605 by znerol: Use request stack in form builder. 2014-05-03 22:26:42 -07:00
Dries 99b367da46 Issue #2099131 by jessebeach, Wim Leers, catch, Berdir, benjifisher, martin107, andypost: Use #pre_render pattern for entity render caching. 2014-05-02 17:43:59 -04:00
Alex Pott b0821d885e Issue #2079797 by ParisLiakos, Xano, amateescu, tim.plunkett: Provide a trait for $this->t() and $this->formatPlural(). 2014-05-02 08:29:56 +01:00
Nathaniel Catchpole 44b38852b8 Issue #2158571 by tstoeckler, dawehner, kgoel, tim.plunkett, catch, effulgentsia: Routes added in RouteSubscribers cannot be altered. 2014-05-01 10:46:02 +01:00
webchick a1ca5f6eea Issue #2216529 by jhodgdon: Fill in topic/@defgroup docs for Config and State System. 2014-04-30 11:35:07 -07:00
Nathaniel Catchpole 6ac976017a Issue #2167071 by likin: Remove onHTML event from ViewSubscriber - deprecated. 2014-04-30 12:09:21 +01:00
Nathaniel Catchpole 463bf4269d Issue #2249899 by damiankloip: Refactor Drupal\Core\Cron. 2014-04-30 12:02:36 +01:00
Nathaniel Catchpole 367e1a8823 Issue #2250491 by damiankloip: Remove duplicate methods from Settings class. 2014-04-30 11:50:18 +01:00
Nathaniel Catchpole e969642860 Issue #2039021 by tim.plunkett, Berdir, Xano | akshay.swnt22: Convert ActionManager to extend DefaultPluginManager. 2014-04-30 11:49:52 +01:00
Nathaniel Catchpole 5c2dc50b20 Issue #2084323 by Berdir, sandipmkhairnar, Xano, Jalandhar: EntityForm::actions() adds 'delete' without checking access. 2014-04-30 11:47:01 +01:00
Nathaniel Catchpole 95c69f5b9b Issue #2208617 by tim.plunkett: Add key value entity storage. 2014-04-30 11:08:22 +01:00
Nathaniel Catchpole b73b86b8aa Issue #2245003 by znerol, YesCT, sun, damiankloip: Use a random seed instead of the session_id for CSRF token generation. 2014-04-30 10:47:49 +01:00
Alex Pott e8ae773927 Issue #2236879 by andrei.dincu | tstoeckler: Broken condition in ContentEntityDatabaseStorage. 2014-04-30 10:15:26 +01:00
Alex Pott 4ad6fc9043 Issue #2251915 by tim.plunkett: Overridden config bleeds through to admin forms. 2014-04-30 08:07:50 +01:00
Alex Pott def57073bc Issue #2239065 by tim.plunkett | webchick: Overridden config bleeding through to configuration forms. 2014-04-30 08:00:07 +01:00
Nathaniel Catchpole 2ea43def72 Issue #2228261 by beejeebus, kim.pepper, alexpott, Wim Leers: Add a local, PhpStorage-based cache backend. 2014-04-29 10:18:31 +01:00
Nathaniel Catchpole 6592304c5f Issue #2213319 by sun, dawehner: Create a single Container CompilerPass to collect + add handlers to consumer service definitions. 2014-04-26 11:00:03 +01:00
webchick 5105b52e89 Issue #2248051 by Sutharsan: Remove last references to Entity Storage Controller. 2014-04-25 22:43:13 -07:00
webchick 7a8d22e9c3 Issue #2235099 by ParisLiakos, catch: Move Archiver to Drupal/Core. 2014-04-25 22:38:40 -07:00
Alex Pott c79ac2f741 Issue #2238077 by Berdir, alexpott, tim.plunkett: Rename EntityFormController to EntityForm. 2014-04-26 00:12:39 +01:00
Alex Pott d196e8fb57 Issue #2207743 by dawehner, Xano: Convert element_info() to a service. 2014-04-25 23:14:29 +01:00
Alex Pott 750a1d8465 Issue #216064 by Xano, idflood, drifter, Artusamak, ygerasimov, sun, ParisLiakos, Cottser, TravisCarden, marcingy, floretan, catch, tedbow: Entity form "Delete" button triggers server-side + HTML5 form validation; change "Delete" button to a link. 2014-04-25 20:31:57 +01:00
Alex Pott 8a56782390 Issue #2208475 by sun, Xano, Jalandhar, andrei.dincu: Move Settings into Drupal\Core\Site\Settings. 2014-04-25 20:13:44 +01:00
Nathaniel Catchpole 4c83e77675 Issue #2248151 by tim.plunkett, xjm, alexpott: Configurable plugins can not control instance-specific config dependencies. 2014-04-25 11:37:37 +01:00