Commit Graph

2089 Commits (fe76b9a0edcbb74af8aad7e44592d6e1c6dcfc96)

Author SHA1 Message Date
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
Dries 82f25bf143 Issue #2168321 by longwave, martin107: Several files have incorrect indentation. 2014-04-24 15:06:35 +02:00
webchick 709c4ab941 Issue #2241735 by tim.plunkett: Throw an exception when form errors are set outside of validation. 2014-04-23 20:30:14 -07:00
Jennifer Hodgdon dc6aa5ba6f Issue #2245777 by pwolanin: Fix file docs in LocalTaskManager 2014-04-23 08:15:03 -07:00
Nathaniel Catchpole a3bb804008 Issue #2238649 by visabhishek, bookmarvel, chx: Expirable key value store interface is wrong in comments. 2014-04-23 12:47:00 +01:00
Nathaniel Catchpole 361894fcbb Issue #2241549 by neclimdul: Remove registerContainerConfiguration() cruft from DrupalKernel. 2014-04-23 11:57:48 +01:00
webchick 16f07ea547 Issue #2245249 by tim.plunkett: Convert installer forms to FormInterface. 2014-04-22 21:03:50 -07:00
webchick 2867e69af6 Issue #2228721 by amateescu, drunken monkey: TypedData doesn't support config entity types; flag errors if you try. 2014-04-22 20:40:16 -07:00
webchick ed38d9eb44 Issue #2194823 by znerol, YesCT, dawehner: Ensure that all content/page routes have an _title. 2014-04-22 20:05:46 -07:00
Andreas Hennings 940e0dffb8 Issue #2083547 by donquixote: Implement PSR-4 for module-provided class files.
This affects class loading, plugin discovery and test discovery.

PSR-0 is still supported, and no module class files are moved yet.
2014-04-22 16:50:40 -07:00
Andreas Hennings 4f18d62272 Issue #2083547 by donquixote: Docblock and code style improvements in DrupalKernel.
This is in preparation for the switch of module-provided classes from PSR-0 to PSR-4.
2014-04-22 16:50:40 -07:00
Alex Pott 1a5d1fc7f6 Issue #2225955 by tim.plunkett, Berdir: Improve the DX of writing entity storage classes. 2014-04-22 23:00:30 +01:00
webchick 5e4b8a1111 Issue #2198429 by alexpott: Make deleted fields work with config synch. 2014-04-22 12:50:19 -07:00
webchick 2c90c67c4e Issue #1067408 by alexpott, Jalandhar, jessebeach, Désiré, neetu morwani, dawehner, sun: Themes do not have an installation status. 2014-04-22 11:37:12 -07:00
Nathaniel Catchpole c9ec67d60e Issue #2245117 by znerol: Remove the optional $skip_anonymous parameter from CsrfTokenGenerator::validate and remove the dependency on current_user service. 2014-04-22 14:19:58 +01:00
Nathaniel Catchpole 1d8a302aad Issue #1211864 by Xano, Taz, Dave Reid: Add caching to \Drupal\Core\Utility\Token::getInfo(). 2014-04-21 13:53:23 +01:00
Alex Pott 5cc27d94cc Issue #2216071 by dawehner, damiankloip, Gaelan: Views plugins need a way to store additional dependencies. 2014-04-20 20:15:42 +01:00
Alex Pott da91e5a9d4 Issue #2208015 by tim.plunkett: Remove "convert to trait" comments about EntityWithPluginBagInterface. 2014-04-20 11:16:35 +01:00
webchick 13c930f9ec Issue #2216527 by sun: Inject a serialization format into database key/value storage. 2014-04-18 14:21:17 -07:00
webchick b390475f1a Issue #2208633 by sun: Add a Yaml class to Drupal\Component\Serialization. 2014-04-18 09:45:14 -07:00
webchick 2681750501 Issue #2208609 by sun, Jalandhar, damiankloip: Move Json utility class into Drupal\Component\Serialization. 2014-04-18 08:32:47 -07:00
webchick 9a3772dee1 Issue #2244185 by damiankloip: Remove cURL dependent options from HTTP client. 2014-04-18 07:58:36 -07:00
Nathaniel Catchpole c8f6aceba4 Issue #2231419 by sun, jibran, Rajendar Reddy, Jalandhar, damiankloip: Merge obsolete CachedModuleHandler into ModuleHandler. 2014-04-18 14:35:05 +01:00
Alex Pott bd468f23ad Issue #2223615 by znerol: Use request stack in local task/action manager. 2014-04-18 13:39:22 +01:00
Alex Pott 1e15efd7d2 Issue #2202629 by sun: Move Drupal\Core\KeyValueStore\State* into Drupal\Core\State\State*. 2014-04-18 11:53:27 +01:00
Alex Pott 3a7d54dc38 Issue #2239181 by sun, znerol: SessionManager::isStarted() returns TRUE even after session_write_close() has been called. 2014-04-18 11:50:22 +01:00
webchick 1521f98cd9 Issue #2218039 by dawehner, sun: Render the maintenance/install page like any other HTML page. 2014-04-17 13:12:22 -07:00
webchick f0bed14de3 Issue #2233787 by alexpott, xjm | tim.plunkett: Move default configuration into extension/config/install to clarify its purpose. 2014-04-16 15:00:30 -07:00
webchick 37250bb5bb Issue #1740378 by xjm, Désiré, alexpott | heyrocker: Implement renames in the import cycle. 2014-04-16 15:00:29 -07:00
Alex Pott 240392ccbb Issue #1874640 by xjm, Wim Leers: Rename edit module to quickedit. 2014-04-16 22:42:14 +01:00
Alex Pott a62511ffbd Issue #2241655 by tim.plunkett: EntityStorageInterface::create() should always create a "new" entity. 2014-04-16 21:57:51 +01:00
Alex Pott 12b53d008f Issue #2229183 by martin107, dawehner: Use ContainerAwareTrait instead of extending ContainerAware. 2014-04-16 21:55:58 +01:00
Nathaniel Catchpole 83f28fad4f Issue #2240709 by xjm, alexpott: ConfigImportUITest::testImport fails when the module list changes. 2014-04-16 16:06:07 +01:00
Nathaniel Catchpole 17561142cb Issue #2221695 by brantwynn, ianthomas_uk, grom358, ParisLiakos, Jalandhar: Remove uses of deprecated URL functions. 2014-04-16 16:05:41 +01:00
Alex Pott 4a6f248176 Issue #2112557 by tim.plunkett: Convert authorize_filetransfer_form to FormInterface. 2014-04-16 15:18:46 +01:00
Alex Pott 0231d3538b Issue #2232425 by danblack: Database Schema field/column default value is not properly quoted via PDO::quote(). 2014-04-16 15:08:13 +01:00
Alex Pott 7ad0c57207 Issue #2182239 by Berdir, andypost: Improve ContentEntityBase::id() for better DX. 2014-04-16 10:11:41 +01:00
Nathaniel Catchpole 5e642cfb27 Issue #2196067 by mondrake, fietserwin: Remove setWidth and setHeight from ImageInterface. 2014-04-16 09:54:36 +01:00
webchick 4027cab346 Issue #2240023 by beejeebus: Make sure we use a unique temp filename for php storage. 2014-04-15 20:22:41 -07:00
webchick 93ae08aa93 Issue #2233403 by Jalandhar, sun: Let update.php invoke hooks again. 2014-04-15 14:51:20 -07:00
Nathaniel Catchpole 5639ae2d7b Issue #1167248 by Berdir, damiankloip, Alan Evans, beejeebus, catch: Add CacheBackendInterface::setMultiple(). 2014-04-15 20:48:35 +01:00
Nathaniel Catchpole ca56067253 Issue #2151699 by jsbalsera: Move #access responsibility from formatters/widgets to EntityViewDisplay/EntityFormDisplay. 2014-04-15 20:31:58 +01:00
Nathaniel Catchpole 56ace1cb34 Issue #2225473 by mcjim: Move database fakes out of migrate module so they can be used in non-migrate tests. 2014-04-15 20:24:22 +01:00
Nathaniel Catchpole 26d253c768 Issue #2239299 by tim.plunkett: Form errors should only be set during validation. 2014-04-15 20:12:58 +01:00
Nathaniel Catchpole c4b7a5b8fd Issue #2237681 by damiankloip: Revise Guzzle client configuration and event registration. 2014-04-15 20:12:48 +01:00
Nathaniel Catchpole 8e29b0f833 Issue #2233337 by znerol: Impossible to specify per-bin cache backend service from within settings.php. 2014-04-15 10:01:13 +01:00
webchick 95e6d3a549 Issue #2236553 by xjm, dags, Gaelan, alexpott: Config import validation needs to be able to list multiple issues and the messages should be translatable. 2014-04-14 13:45:42 -07:00
Dries abc7e15fa6 Issue #2161591 by pwolanin, beejeebus, sun: Change default active config from file storage to DB storage. 2014-04-14 22:23:05 +02:00
webchick e0a47b4f75 Issue #2239407 by holly.ross.drupal, YesCT, tstoeckler, alimac: Language manager interface should not specify implementation details for getLanguages on the interface. 2014-04-13 17:01:52 -04:00
webchick 4945bae2d1 Issue #2238945 by effulgentsia: Remove the 'clean_urls' request attribute. 2014-04-13 16:01:03 -04:00
webchick ea22b21949 Issue #2238069 by alexpott, xjm: Create a way to add steps to configuration sync. 2014-04-13 15:27:54 -04:00
webchick 59dc3c3b13 Revert "Issue #2238069 by alexpott: Create a way to add steps to configuration sync."
Wrong commit credit.

This reverts commit 0a93d9a16b.
2014-04-13 15:27:27 -04:00
webchick 0a93d9a16b Issue #2238069 by alexpott: Create a way to add steps to configuration sync. 2014-04-13 15:23:42 -04:00
Alex Pott f122f87451 Issue #2227869 by joelpittet: Remove magic printing from Attribute class to make Twig 'without' filter work for attributes. 2014-04-13 14:56:00 -04:00
webchick f9f3e7f2cf Issue #2237963 by Wim Leers: Remove dead menu system code: menu_get_active_trail() and friends. 2014-04-13 14:18:38 -04:00
Alex Pott acbd5fa840 Issue #2226197 by fago, jessebeach: Introduce FieldStorageDefinitionInterface in the Entity Field API. 2014-04-13 13:36:33 -04:00
Alex Pott 455840f75d Issue #2206909 by jhodgdon, dawehner: Regression: Form submit redirects from 403/404 pages are no longer possible. 2014-04-12 14:23:29 -04:00
Alex Pott bf61ca134d Issue #2217749 by Wim Leers, Jalandhar, visabhishek, damiankloip: Entity base class should provide standardized cache tags and built-in invalidation. 2014-04-12 14:11:33 -04:00
webchick 1104509d1d Issue #2237241 by pwolanin: BreadcrumbManager does not have a proper interface . 2014-04-11 13:56:36 -04:00
webchick b431efaf36 Issue #2212947 by sun, pwolanin, dmitry_bezer | ianthomas_uk: Installer doesn't pick up database port or table prefix from settings.php. 2014-04-11 13:45:19 -04:00
webchick 0b4bf3af72 Issue #2124535 by Berdir, alexpott, Désiré, xjm | yched: Prevent secondary configuration creates and deletes from breaking the ConfigImporter. 2014-04-11 11:38:28 -04:00
webchick e84971c526 Issue #2210637 by damiankloip | Crell: Upgrade to Guzzle 4. 2014-04-11 10:58:24 -04:00
Alex Pott b1eb0a2931 Issue #2228291 by damiankloip: Move all plugin and other discovery data into a cache_discovery bin. 2014-04-11 10:40:11 -04:00
Alex Pott 9a878fb486 Issue #2227187 by Mykhailo Gurei, Jalandhar, cs_shadow, mandar.harkare | Berdir: Stop refering to config storage as storage controller. 2014-04-11 09:59:35 -04:00
Alex Pott 12abe621e1 Issue #2228341 by sun, znerol, skipyT, ParisLiakos: Objectify session management functions + remove session.inc. 2014-04-10 13:30:54 -04:00
Alex Pott 5476dca306 Issue #2226437 followup by tstoeckler: [wrong patch committed] Create ContentEntityTypeInterface. 2014-04-09 04:25:50 -04:00
webchick b5ac743446 Issue #2220259 by Xano, fago: DefaultPluginManager::getDefinition() does not match the interface. 2014-04-08 14:58:12 -07:00
webchick 83bdbd50dd Issue #2235125 by tstoeckler: Use DataDefinition::addConstraint() instead of ::setConstraints(). 2014-04-08 13:57:58 -07:00
webchick fc6b814e02 Issue #2170775 by tim.plunkett, martin107, Xano: Remove array typehint from . 2014-04-08 13:56:43 -07:00
Nathaniel Catchpole 48ae9707f4 Issue #2184387 by alexpott, sun: Remove SchemaStorage. 2014-04-08 11:40:54 +01:00
Nathaniel Catchpole d8a9912c32 Issue #2232275 by alexpott: System menu blocks need to be able to depend on their menu entities. 2014-04-08 11:32:35 +01:00
Alex Pott 6fe11acd22 Issue #2226437 by fago, tstoeckler, mauzeh: Create ContentEntityTypeInterface. 2014-04-08 10:21:27 +01:00
Alex Pott ea8bca51a0 Issue #2202401 by Berdir: Make getPropertyDefinition() return NULL instead of FALSE. 2014-04-08 10:08:56 +01:00
Alex Pott af9cd0fdd8 Issue #2225399 by marcvangend, yanniboi, mr.baileys, Wim Leers, visabhishek: Apply formatters and widgets to Feed base fields. 2014-04-08 10:05:57 +01:00
webchick b504423ed0 Issue #2165725 by Xano: Introduce hook_entity_operation(). 2014-04-07 11:12:13 -07:00
webchick 86ae96e4fd Issue #2089433 by ianthomas_uk, grom358, herom, thedavidmeister, visabhishek, longwave, Sweetchuck: Remove uses of deprecated XSS filter functions. 2014-04-07 08:01:20 -07:00
webchick 27a651a6e7 Issue #2225539 by znerol: Use request stack in admin context service. 2014-04-07 07:58:27 -07:00
webchick 1e04c676b3 Issue #2226665 by swentel, Wim Leers: Only set 'add more' wrapper on fields with cardinality >1. 2014-04-07 07:48:53 -07:00
Alex Pott 797c8de16b Issue #2223631 by znerol: Use request stack in database flood backend. 2014-04-07 09:35:41 +01:00
Alex Pott 2aefd89671 Issue #2210631 by damiankloip: Move PhpStorageFactory to the Core namespace. 2014-04-07 09:14:46 +01:00
Alex Pott 8ebee83df6 Issue #2228885 by Sweetchuck: Error message is attached to a non exists element when table prefix is wrong. 2014-04-06 22:25:13 +01:00
Alex Pott 0ac4b9108c Issue #1273968 by Sutharsan, Sweetchuck, penyaskito, chx: Remove eval from locale.module. 2014-04-06 22:20:00 +01:00
Alex Pott ce8541b281 Issue #2159471 by dawehner: Ordering of local tasks is arbitrary for derivative-based tasks of the same weight. 2014-04-06 22:00:40 +01:00
Alex Pott 241356f06d Issue #1933636 by sun: PhpStorage\FileStorage tries to write a file using the same name of MTimeProtectedFileStorage's directory name. 2014-04-06 21:40:03 +01:00
Alex Pott c242313140 Issue #1512424 by Xano, YesCT, RobLoach: Add a LanguageInterface, and property setters/getters to Language class. 2014-04-06 21:31:33 +01:00
Alex Pott 2176bfda8c Issue #2217783 by mondrake: Remove $extension and $mimeType from Image, use image_type_to_xxx function in the getters instead. 2014-04-06 21:02:56 +01:00
Alex Pott 407f1d1180 Issue #2185617 by Wim Leers, voidberg, drifter: Each page cache entry should have a theme cache tag. 2014-04-06 14:06:13 +01:00
Alex Pott f130cc3e7b Issue #70719 by neclimdul, superspring, longwave, kscheirer, InternetDevels: Add Unicode::ucwords() and Unicode::lcfirst() implementation and make use of them in core. 2014-04-05 06:38:16 +01:00
Nathaniel Catchpole ae702dc56d Issue #1808248 by alexpott, beejeebus, tayzlor, Nitesh Sethia: Add a separate module install/uninstall step to the config import process. 2014-04-04 14:49:13 +01:00
Nathaniel Catchpole ac120e26d9 Issue #2209145 by slashrsm, fgm, chx: Move all path alias SQL queries to a single storage controller. 2014-04-04 10:47:13 +01:00
webchick 4f4b457d6b Revert "Issue #2218039 by sun, dawehner: Render the maintenance/install page like any other HTML page."
Broke update.php.

This reverts commit 10b0389066.
2014-04-03 21:41:54 -07:00
webchick 6edcdee3e6 Issue #1709960 by Berdir, zserno, jessebeach | joachim: Declare a maximum length for entity and bundle machine names. 2014-04-03 14:38:51 -07:00
webchick 3d856f3027 Issue #2231485 by foxtrotcharlie | tstoeckler: Wrong type-hint for \Drupal::entityQueryAggregate. 2014-04-03 10:33:47 -07:00
webchick b7364e7793 Issue #2228801 by Sweetchuck: Fix maximum port number. 2014-04-03 10:30:04 -07:00
webchick d479a963e3 Issue #2212411 by LinL, znerol: Code style cleanup of language system. 2014-04-03 10:27:56 -07:00
webchick 2084cd35f2 Issue #2228477 by xandeadx: Better way to set in DialogController::dialog(). 2014-04-03 10:17:52 -07:00
Alex Pott 10b0389066 Issue #2218039 by sun, dawehner: Render the maintenance/install page like any other HTML page. 2014-04-03 14:59:23 +01:00
Alex Pott 719b36a492 Issue #2208631 by slashrsm: Rename \Drupal\Core\Path\Path to \Drupal\Core\Path\AliasStorage. 2014-04-03 14:20:20 +01:00
Nathaniel Catchpole ef2563979a Issue #2211949 by chx, Berdir, fago, benjy: Support keeping new revision id for migrate. 2014-04-03 12:10:25 +01:00
Jennifer Hodgdon f8c810619b Issue #2229931 by xjm, Berdir: Improve documentation related to config object filename component limits 2014-04-02 07:34:55 -07:00
Alex Pott 4511dc22e6 Issue #2228921 by sun: Consolidate system.module + system.theme + system.theme.disabled into core.extension config. 2014-04-02 08:05:28 +01:00
Dries bf4a582850 Issue #2054011 by amateescu, pwolanin, dawehner, YesCT, tim.plunkett, blueminds, Berdir, das-peter, effulgentsia: Implement built-in support for internal URLs. 2014-04-01 14:55:13 -04:00
Nathaniel Catchpole 4e5b0480f4 Issue #1813186 by nod_: Integrate scripts/stylesheets from info/layout files with libraries. 2014-04-01 14:10:47 +01:00
Nathaniel Catchpole a83352a1b4 Issue #2174443 by mr.baileys, David_Rothstein: Add security hardening protection option for programmatic form submissions to Drupal 8 (and backport to Drupal 6?). 2014-04-01 12:40:27 +01:00
Nathaniel Catchpole 626369a82e Issue #2227367 by tstoeckler: StringLong's schema is broken. 2014-04-01 12:39:41 +01:00
Jennifer Hodgdon 441b3f3034 Issue #2228711 by chx, plach, bojanz: Document entity query group assumptions 2014-03-31 12:38:35 -07:00
webchick 40f818bbe6 Issue #2221755 by grom358, ianthomas_uk: Remove uses of deprecated Element functions. 2014-03-31 10:37:55 -07:00
webchick 7a91c2e8ed Issue #2121175 by Codenator, tim.plunkett, cosmicdreams, jayeshanandani, grom358, ianthomas_uk, Xano: Remove usage of drupal_get_form(). 2014-03-31 10:26:19 -07:00
webchick c0d5ab21ed Issue #2220757 by Karol Haltenberger, xjm, drifter, zserno: Limit length of Config:: to something <= 166 characters. 2014-03-31 09:06:41 -07:00
webchick 1adeb2ed3f Issue #2229781 by sun, alexpott: Opcode cache utility breaking cli site install for PHP 5.5. 2014-03-31 08:10:19 -07:00
Nathaniel Catchpole 2c5978ccea Issue #779482 by mikeytown2, sun, cam8001, dalin, segi, alexpott, Sweetchuck, jbrown: Installation failure when opcode cache is enabled. 2014-03-31 10:58:12 +01:00
Nathaniel Catchpole 3a5e997452 Issue #2221065 by damiankloip, Wim Leers, Berdir: Rename default 'cache' cache bin to 'default'. 2014-03-31 10:49:28 +01:00
catch be94d4e017 Revert "Issue #1813186 by nod_: Integrate scripts/stylesheets from info/layout files with libraries."
This reverts commit 9a8caf4497.
2014-03-30 15:08:27 +02:00
catch 979bb625ce Issue #2226027 by tim.plunkett: ConfigEntityBase::preSave() tries to load the original entity but instead loads itself. 2014-03-30 15:02:28 +02:00
catch 9a8caf4497 Issue #1813186 by nod_: Integrate scripts/stylesheets from info/layout files with libraries. 2014-03-30 13:46:28 +02:00
catch 63375a5e7b Issue #2203411 by dawehner, Wim Leers, damiankloip: Convert drupal_get_library() into a service. 2014-03-30 13:15:47 +02:00
catch cf0549dbd2 Issue #2177799 by tstoeckler, jsbalsera, mauzeh: Allow IntegerItem's to be unsigned. 2014-03-30 12:56:53 +02:00
catch 35a33d68fa Issue #2107287 by sun, amateescu: PHP 5.4 calls a new stream_metadata() method on stream wrappers not implemented by Drupal. 2014-03-30 11:17:42 +02:00
Alex Pott b8c062c0ea Issue #2157467 by Xano, Berdir: Fix type hinting for base entity interfaces. 2014-03-29 17:39:55 +01:00
Alex Pott 9e72c8bfaf Issue #1599774 by longwave, kristofferwiklund, BTMash, marcingy | Letharion: .htaccess protections do not work on Apache 2.4 without mod_access_compat. 2014-03-29 16:28:16 +01:00
catch 166a3f6ace Issue #2160021 by juampy, damiankloip, klausi, vijaycs85: Basic auth has no login flood control. 2014-03-29 15:08:21 +01:00
Alex Pott 361ddb11a0 Issue #2220749 by gremy, Berdir, jessebeach: Limit $extension.$(config_prefix/entity_id) combo value to 83 characters (82 plus a '.') as part of a 250 character limit on config entity file names. 2014-03-29 12:54:14 +01:00
webchick 4a8bbfbb73 Issue #2215961 by tim.plunkett, Berdir: Entity::urlInfo() should return \Drupal\Core\Url. 2014-03-28 16:07:00 -07:00
webchick 684f0cb4d4 Issue #2224833 by tim.plunkett: Remove redundant ID manipulation in ConfigEntityStorage::save(). 2014-03-28 13:33:42 -07:00
Jennifer Hodgdon b51b62df2d Issue #2225265 by eojthebrave: Add Utility group/topic for api.drupal.org 2014-03-28 13:19:05 -07:00
webchick d6cce6e975 Issue #2205295 by znerol, sun, cosmicdreams, skipyT, ParisLiakos, ianthomas_uk: Objectify session handler. 2014-03-28 13:01:05 -07:00
catch 8ad79cebb5 Issue #2224777 by pwolanin, dawehner: Unlimited allowed length of path in menu router allows DoS attack on Drupal 8. 2014-03-28 15:22:01 +01:00
Alex Pott fee6ae0e0f Issue #2225629 by Xano: Move hook_field_extra_fields() to the entity API. 2014-03-28 11:30:44 +01:00
Alex Pott 8fa1fddaa8 Issue #2011128 by jsbalsera, aboros, Devin Carlson, mr.baileys, pplantinga: Theme_disable() can disable the wrong theme. 2014-03-27 18:37:46 +01:00