Commit Graph

3179 Commits (944d3dab7cf0396b8da50a22e842b4a200a46903)

Author SHA1 Message Date
webchick 182bc04f87 Issue #2469941 by wadmiraal, jhodgdon: Move database-related hook docs from system.api.php to a new database.api.php file 2015-04-13 08:52:41 -07:00
Alex Pott 95c294619d Issue #2074297 by pwolanin, hussainweb, larowlan: Optimize the code in doGenerate() in the UrlGenerator to take advantage of Drupal path restrictions. 2015-04-13 12:52:29 +01:00
Alex Pott 70ddbe8f8a Issue #2467657 by wadmiraal: Typo in typedDataManager::createInstance() description 2015-04-13 12:41:35 +01:00
Alex Pott 51db5c7d41 Issue #2467429 by pfrenssen: Remove obsolete documentation from ActionInterface 2015-04-13 12:40:21 +01:00
Alex Pott 2388e34acc Issue #2468901 by Xano: Improve \Drupal\Component\Annotation\Plugin\Discovery\AnnotatedClassDiscovery documentation 2015-04-13 12:39:41 +01:00
Alex Pott 700499c259 Issue #2463285 by stefan.r: Support PHP7 EngineExceptions in the error handler 2015-04-13 12:11:11 +01:00
Alex Pott 300f14e860 Issue #2232861 by grom358, daffie, alexpott, larowlan, pfrenssen, hussainweb, pcambra, jibran, phenaproxima, moshe weitzman, nick_schuch: Create BrowserTestBase for web-testing on top of Mink 2015-04-12 12:08:53 +01:00
Alex Pott e8e84d7073 Issue #2331407 by Xano, tstoeckler, damiankloip: YamlDiscovery does not handle empty files 2015-04-12 11:20:19 +01:00
Alex Pott 817e361e5f Issue #2467627 by Wim Leers: Field(Storage)DefinitionInterface should implement CacheableDependencyInterface 2015-04-12 11:07:03 +01:00
Alex Pott 822835f04c Issue #2466917 by jhedstrom: DatabaseCacheTagsChecksum::calculateChecksum() has incorrect documentation 2015-04-12 10:56:24 +01:00
Alex Pott 6d9f75a965 Revert "Issue #2451395 by dawehner: drupal_get_schema()/drupal_get_complete_schema() no longer work as expected; remove them"
This reverts commit db8fa57883.
2015-04-12 10:23:53 +01:00
Alex Pott b43bf88c9a Issue #2340993 by Berdir: SqlContentEntityStorageSchema::requiresEntityDataMigration() returns TRUE for cases where it should return FALSE 2015-04-12 10:15:50 +01:00
Alex Pott 6a002ab595 Issue #2426781 by jibran: Custom OptionWidget have no empty option label 2015-04-12 10:01:41 +01:00
Alex Pott 561834cd9f Issue #2465221 by amateescu: Raise the minimun version requirement for SQLite to 3.6.8 2015-04-12 09:31:49 +01:00
Alex Pott 5ad5c13f1c Issue #2457273 by pjonckiere: Number lists are not supported in docs - use bullet lists 2015-04-09 16:03:16 +01:00
Alex Pott d48d9c9271 Issue #2448605 by martin107, willzyx, tim.plunkett, klausi, dpopdan: Replace usages of drupal_get_destination() with the redirect destination service 2015-04-09 15:56:37 +01:00
Alex Pott 6ffc4cd8ba Issue #2226621 by JeroenT, ianthomas_uk, lokapujya, pjonckiere, marcingy, LinL, Xano, rpayanm, piyuesh23: Remove usage of element_info(), element_child() and element_children(). Deprecate element_info_property() 2015-04-09 15:52:29 +01:00
Alex Pott 593b2b6446 Issue #2458543 by mbovan, Anushka-mp, jhedstrom: Entity query age(EntityStorageInterface::FIELD_LOAD_REVISION) only gets current revision ID 2015-04-09 15:36:54 +01:00
Alex Pott f2fdaeba50 Issue #2450153 by josephleon, damiankloip, joshi.rohit100, anksy: Add a default_formatter to UUIDs fields 2015-04-09 14:41:35 +01:00
Alex Pott db8fa57883 Issue #2451395 by dawehner: drupal_get_schema()/drupal_get_complete_schema() no longer work as expected; remove them 2015-04-09 12:52:05 +01:00
Alex Pott a0078c51f8 Issue #2460695 by mitrpaka, rpayanm: No methods on RendererInterface should be static 2015-04-09 12:49:14 +01:00
Alex Pott a4e51c82e6 Issue #2464877 by Wim Leers: Update RendererInterface::addDependency() to accept *any* object, not only CachableDependencyInterface objects 2015-04-08 22:09:50 +01:00
Alex Pott 3e275d65dc Issue #2459819 by Wim Leers, rteijeiro: Remove CacheableInterface (and no longer let block plugins implement it) 2015-04-08 13:27:27 +01:00
Alex Pott 3a6f5da580 Issue #2463321 by amateescu: Serializing the database connection is dangerous and error-prone, make it unserializable again 2015-04-08 11:45:14 +01:00
Nathaniel Catchpole 996eb1637c Issue #2464659 by Wim Leers, rteijeiro: Routes that are varied by the 'user.permissions' cache context for anonymous users must also get the anonymous Role's cache tag 2015-04-07 17:43:15 +01:00
webchick 14c7df7498 Issue #2466119 by marthinal: Remove duplicated word in the ControllerBase class doc 2015-04-06 23:55:43 -07:00
webchick 81a6979058 Issue #2459155 by alexpott, pfrenssen, hussainweb, neclimdul: Remove REQUEST_TIME from bootstrap.php 2015-04-06 23:53:19 -07:00
webchick 491a2b865f Issue #2463817 by alexpott: Drupal\Core\FileTransfer\Local should use a leading \ when using PHP built-in classes 2015-04-06 23:45:52 -07:00
webchick 24738eb523 Issue #2462589 by dawehner, jhodgdon: Provide test coverage for access checking of all views fields 2015-04-06 23:40:30 -07:00
webchick 9fd632c9bf Issue #2448765 by nlisgo, Damien Tournoud, vlad.n, rteijeiro, Berdir, Fabianx, dawehner: Element::children sort order undefined and slower than it could be - This makes tests fail in PHP7 2015-04-06 15:09:00 -07:00
Alex Pott b4fdbfd6c4 Issue #2457405 by stefan.r, andypost: DateTimePlus violates substitution principle of DateTime. Make it support PHP 7 2015-04-03 16:58:03 +01:00
Alex Pott daf9e2c509 Issue #2463363 by rpayanm: ConditionInterface::condition docmentation contains wrong information 2015-04-03 14:20:05 +01:00
webchick ccfaa23e0a Issue #2460847 by alexpott: Allow optional configuration to be installed when its dependencies are met 2015-04-02 10:54:57 -07:00
Alex Pott 4553018cf9 Issue #2463029 by Wim Leers: EntityFormDisplay should update $form with cache tags of FieldConfig, FieldStorageConfig, EntityFormDisplay config entities 2015-04-02 17:32:35 +01:00
Alex Pott 36b1c8b690 Issue #2462641 by jhedstrom: Incomplete documentation in Schema::addIndex() for $fields parameter 2015-04-02 11:19:30 +01:00
Alex Pott 443ef75617 Issue #2428399 by SkidNCrashwell, Sagar Ramgade: Default empty option label text different in documentation 2015-04-02 10:54:14 +01:00
Alex Pott a23ebe2312 Issue #2429037 by fago, larowlan: Allow adding entity level constraints 2015-04-02 10:20:05 +01:00
Jennifer Hodgdon 2adaf3f834 Issue #2463821 by alexpott: Fix Drupal\Core\Config\ConfigManagerInterface::diff return documentation 2015-04-01 08:49:20 -07:00
Alex Pott 95dc3178b5 Issue #2448503 by amateescu: Convert the "Field edit" form to an actual entity form 2015-04-01 14:04:05 +01:00
Alex Pott 720f586a8e Issue #2453311 by David_Rothstein, TravisCarden, Dom., rpayanm: Issue #2417983 follow-up: a few more "the the"s 2015-04-01 13:45:55 +01:00
Alex Pott 8acb05761a Issue #2383015 by AjitS, jacob.embree: Revert back is redundant 2015-04-01 13:40:09 +01:00
Alex Pott bd1620fbb4 Issue #2454731 by amateescu: SQLite: Fix search\Tests\SearchRankingTest 2015-04-01 12:13:09 +01:00
Alex Pott 144aa5813f Issue #2461087 by Wim Leers, dawehner: Add 'no_cache' route option to mark a route's responses as uncacheable (was: Cron run response should not be cacheable) 2015-04-01 11:54:09 +01:00
Alex Pott 2b90b08353 Issue #2444231 by Wim Leers, nlisgo: Fix CacheableInterface so it makes sense (was: "Make Config objects & Entities implement CacheableInterface + add BubbleableMetadata::createFromCacheableObject()") 2015-04-01 10:39:13 +01:00
Alex Pott 0cfeca1488 Issue #2461523 by chx: UniqueFieldValueValidator condition is invalid EntityQuery 2015-04-01 10:24:41 +01:00
Alex Pott a68c0462ee Issue #2388255 by dawehner, hussainweb, pwolanin: Limit PDO MySQL to executing single statements if PHP supports it 2015-04-01 10:11:54 +01:00
Alex Pott 3c0892d082 Issue #2418119 by Berdir, jhedstrom, larowlan, martin107, nlisgo, klausi, fago, Gábor Hojtsy: REST user updates bypass tightened user account change validation 2015-03-31 23:46:24 +01:00
Alex Pott 284681aa43 Issue #1897058 by disasm, rteijeiro: Replace "boolean" with "bool" when used as param/return/var type 2015-03-31 17:03:31 +01:00
Alex Pott a2efc8a8ed Issue #2398331 by cilefen, davidhernandez, Wim Leers, nod_: Add the ability to attach asset libraries directly from a template file 2015-03-31 16:50:35 +01:00
Alex Pott 030f536c0c Issue #2446869 by amateescu: Convert the "Field storage edit" form to an actual entity form 2015-03-31 16:46:22 +01:00
Alex Pott 2492b80255 Issue #2454733 followup by amateescu: Add a user-space case-insensitive collation to the SQLite driver 2015-03-31 16:17:57 +01:00
Alex Pott 98b74d2d45 Issue #2453399 by neclimdul: Use VFS for FileStorage tests 2015-03-31 16:15:17 +01:00
Alex Pott 9db6e4efa4 Issue #2459975 by fgm: RouteCacheContext / RouteNameCacheContext implement CacheContextInterface 2015-03-31 16:08:33 +01:00
Alex Pott 95305c46f7 Issue #2458723 by Xano: Incomplete documentation for DiscoveryInterface::getDefinitions() 2015-03-31 15:37:22 +01:00
Alex Pott 71ebe230de Issue #2453761 by Gábor Hojtsy: Views numeric formatter's plural formatting setting incompatible with many languages 2015-03-31 15:24:54 +01:00
Alex Pott 6c3303dd54 Issue #2458349 by Wim Leers: Route's access result's cacheability not applied to the response's cacheability 2015-03-31 15:07:15 +01:00
Alex Pott 257535618f Issue #2346373 by fago, sidharrell, rteijeiro, arlinsandbulte: Data reference validation constraints are applied wrong 2015-03-31 14:33:48 +01:00
Alex Pott 112e955b7b Revert "Issue #2457345 by vijaycs85: Remove unnecessary format lookup in \Drupal\Core\Datetime\DateFormatter::dateFormat for 'custom' format"
This reverts commit 744514b972.
2015-03-31 14:04:47 +01:00
Alex Pott 5b19144783 Issue #2459971 by Gábor Hojtsy: The langcode key on configuration files is not explicit in configuration schema 2015-03-31 10:40:13 +01:00
Alex Pott 744514b972 Issue #2457345 by vijaycs85: Remove unnecessary format lookup in \Drupal\Core\Datetime\DateFormatter::dateFormat for 'custom' format 2015-03-31 00:15:10 +01:00
Alex Pott 2847b5980b Issue #2453059 by Wim Leers: Set default render cache contexts: 'theme' + 'languages:' . LanguageInterface::TYPE_INTERFACE 2015-03-30 17:29:41 +01:00
Alex Pott ea081822b4 Issue #2462151 by hussainweb, benjy: Remove unused Utility\String use statements 2015-03-30 16:13:40 +01:00
Alex Pott f3b8d0714e Issue #2457781 by prateekMehta, stefan.r, AjitS, hussainweb: Use Utility\Html class instead of Utility\String for decodeEntities() function 2015-03-30 10:20:36 +01:00
webchick 70f8ac6f31 Issue #2457887 by prateekMehta, stefan.r, rpayanm, alexpott: Use Utility\SafeMarkup class instead of Utility\String for placeholder(), checkPlain(),format() functions 2015-03-29 15:13:25 -07:00
webchick ed6b8823bb Issue #2454733 by amateescu: Add a user-space case-insensitive collation to the SQLite driver 2015-03-29 11:38:44 -07:00
webchick cfdf10cf68 Issue #2454625 by amateescu: SQLite: Fix SQLITE_SCHEMA errors in web tests 2015-03-29 11:33:54 -07:00
Nathaniel Catchpole f7324499f8 Issue #2451679 by Wim Leers, dawehner: Validate cache contexts (+ cache contexts in some views plugins wrong) 2015-03-26 14:53:56 +00:00
Alex Pott c34478f5e7 Issue #2212069 by Gábor Hojtsy, pjonckiere, rteijeiro, cilefen: Non-English Drupal sites get default configuration in English, edited in English, originals not actually used if translated 2015-03-26 12:05:36 +00:00
Alex Pott ae3dc626d1 Issue #2451665 by dawehner: Don't rebuild the route on ModuleInstaller::install() (30% installer speedup) 2015-03-26 10:50:08 +00:00
catch 1208ddd979 Issue #2428703 by Wim Leers: Add a 'user.permissions' cache context (was: "Should cache contexts be able to associate a cache tag?") 2015-03-26 09:41:35 +00:00
catch 17d2e5cf36 Issue #2459003 by Wim Leers: #cache[cid] breaks bubbling 2015-03-25 21:31:03 +00:00
catch 938e2f648c Issue #2428805 by Wim Leers: Remove the ability to configure a block's cache contexts 2015-03-25 20:12:42 +00:00
Nathaniel Catchpole e32e6ffb41 Issue #2411689 by alexpott: Use a MemoryBackend in StorageComparer so that configuration import validators don't have to reread data from disk or the db 2015-03-25 11:59:39 +00:00
Nathaniel Catchpole 1c9ddc43b5 Issue #2454859 by Gábor Hojtsy, alexpott, mrjmd: Not possible to format plural an already translated string 2015-03-25 11:44:36 +00:00
Nathaniel Catchpole 64ac1cb815 Issue #2458993 by Wim Leers: #cache[expire] is undocumented, unused, untested: remove it, use #cache[max-age] instead 2015-03-25 11:43:19 +00:00
Alex Pott fd3a981af7 Issue #2458413 by Wim Leers: BlockViewBuilder should specify cache contexts even for uncacheable blocks 2015-03-24 23:50:56 +00:00
Alex Pott 0fafbc39e2 Issue #2428695 by amateescu, daffie: SQLite date handling is wrongly implemented and arguments handling needs override 2015-03-24 23:38:00 +00:00
Alex Pott 64332fe8c7 Issue #2372011 by richardcanoe, Noe_: NotFoundHttpException handler should take into account it's parameters 2015-03-24 11:36:51 +00:00
Alex Pott 47e418fee2 Issue #2457251 by vijaycs85: Remove unnecessary call to drupal_get_user_timezone() in Drupal/Core/Datetime/DrupalDateTime::prepareTimezone() method 2015-03-24 11:35:18 +00:00
Alex Pott 58481b72f5 Issue #2454441 by rteijeiro, hussainweb, 17thColossus, nullkernel: Rename Typed Data classes to support PHP 7 2015-03-24 11:20:03 +00:00
Nathaniel Catchpole 11f5549937 Issue #2432837 by Wim Leers, Fabianx: Make cache contexts hierarchical (e.g. 'user' is more specific than 'user.roles') 2015-03-23 14:57:21 +00:00
Alex Pott 40d6efeff6 Issue #2454447 by andypost, dawehner, rteijeiro: Split Utility\String class to support PHP 7 (String is a reserved word) 2015-03-23 09:54:55 +00:00
catch 40cc6312d9 Issue #2090115 by alexpott, xjm: Don't install a module when its default configuration has unmet dependencies 2015-03-22 18:53:45 +00:00
Alex Pott 1c72fda1ba Issue #2448357 by amateescu: Config entity forms need to have access to an updated entity object at all times 2015-03-22 14:39:49 +00:00
Alex Pott 89e6ec9ffd Issue #2388349 by almaudoh: FormState::cleanValues() doesn't conform with the FormStateInterface documentation 2015-03-21 12:56:40 +00:00
Alex Pott 13e0794edc Issue #2445723 by dawehner, neclimdul: Use the $request format instead of the ContentNegotation 2015-03-20 22:39:42 +00:00
Alex Pott 566bc8bdb9 Issue #2442041 by Berdir: Remove CachedStorage::listAll() caching 2015-03-20 20:48:15 +00:00
Alex Pott ba500d4710 Issue #731298 by pjonckiere, jhodgdon: Searches for words with diacritics/accents: word not highlighted in results 2015-03-20 14:43:34 +00:00
Alex Pott 583af3dd5e Issue #2452247 by rteijeiro, joshi.rohit100: Incorrect constructor docblock for RequestCloseSubscriber 2015-03-20 14:38:50 +00:00
Alex Pott cc54a481db Issue #2453891 by Dragooon, Wim Leers: Renderer::getCacheableRenderArray() does not include max-age 2015-03-20 14:28:45 +00:00
Alex Pott d2304f840c Issue #2455083 by dawehner, larowlan, klausi, David_Rothstein, hefox, tsphethean, dstol, DamienMcKenna, Pere Orga, benjy: Open redirect fixes from SA-CORE-2015-001 need to be ported to Drupal 8 2015-03-20 13:20:42 +00:00
Alex Pott 86977a1559 Issue #1919930 by tim.plunkett, nlisgo: Bundle entity form IDs violate module namespaces (both on server-side + front-end CSS) 2015-03-19 16:56:04 +00:00
Alex Pott fcc8056d6c Issue #2137801 by Berdir: Refactor entity storage to load field values before instantiating entity objects 2015-03-19 14:59:41 +00:00
Alex Pott 6e51cc1d72 Issue #1668644 by Island Usurper, phayes, daffie, Brandonian, gease: PostgreSQL: Impossible to change a field to serial, bigserial, or numeric 2015-03-19 14:12:54 +00:00
Alex Pott 531f95eb45 Issue #2286971 by znerol, Berdir, almaudoh, cilefen: Remove dependency of current_user on request and authentication manager 2015-03-19 12:34:11 +00:00
webchick f3f12e54fe Issue #2446511 by amateescu, Wim Leers, yched, Bojhan: Add a "preconfigured field options" concept in Field UI 2015-03-19 00:18:27 -07:00
webchick 9166c436a0 Issue #2443681 by daffie, mradcliffe, bzrudi71: PostgreSQL: Fix user\Tests\UserAccountLinksTest 2015-03-18 23:46:05 -07:00
webchick cbcf272275 Issue #2426495 by dawehner, alexpott: Remove the global $script_path 2015-03-17 13:59:45 -07:00
Alex Pott 06d920a0b5 Issue #2429671 by Berdir, Wim Leers: "The website has encountered an error. Please try again later." page is cached 2015-03-17 13:37:41 +00:00
Alex Pott ae4848f51d Issue #2436835 by amateescu, alexpott: Unable to create config schema for entity type specific entity reference selection plugin 2015-03-17 09:55:45 +00:00
Alex Pott eaffcfc511 Issue #2451885 by Gábor Hojtsy: Config entities need to ship with language or are assumed undefined 2015-03-17 08:28:57 +00:00
webchick 5f80c8ecdb Issue #2453351 by effulgentsia, Wim Leers: Maintenance mode message ends up in page cache, served endlessly 2015-03-16 19:59:53 -07:00
webchick c9b25308c8 Issue #2452957 by claudiu.cristea: Remove node & taxonomy term hardcoding of bundle names in SelectionBase 2015-03-16 13:40:52 -07:00
webchick e2d2b24e4a Issue #2443659 by daffie, mradcliffe, bzrudi71: PostgreSQL: Fix system\Tests\Entity\FieldSqlStorageTest 2015-03-16 13:01:19 -07:00
Nathaniel Catchpole 14f0f45589 Issue #2443073 by Wim Leers, joshtaylor: Add #cache[max-age] to disable caching and bubble the max-age 2015-03-16 11:02:13 +00:00
Alex Pott b9045f6f3a Issue #2429157 by root_brute, joshi.rohit100, rpayanm, rteijeiro, hussainweb, sidharthap: Remove TypedConfigInterface::set() 2015-03-16 09:04:03 +00:00
Alex Pott 40d57b3d13 Issue #356399 by dawehner, beejeebus, catch, sidharrell, klausi, nlisgo, Josh Waihi, Berdir, martin107: Optimize the route rebuilding process to rebuild on write 2015-03-16 08:42:16 +00:00
Alex Pott 08ce5a7001 Issue #2448847 by dawehner, arlinsandbulte: [regression] Themes unable to implement hook_theme_registry_alter() 2015-03-15 20:33:12 +00:00
catch 4b812ec9bb Issue #2342045 by dawehner, Gábor Hojtsy, larowlan, joshtaylor: Standard views base fields need to use same rendering as Field UI fields, for formatting, access checking, and translation consistency 2015-03-15 20:31:04 +00:00
Alex Pott 59388d8c46 Issue #2433281 by neclimdul, mrjmd: Move Role Constants on to a Class/Interface 2015-03-14 21:50:47 +00:00
Alex Pott be30a52608 Issue #2447139 by Gábor Hojtsy: Config entities should be created in the negotiated language unless otherwise specified 2015-03-14 13:52:46 +00:00
webchick 98fac0d949 Issue #2450383 by joshi.rohit100, martin107: Two incorrectly titled Subscriber constructor functions 2015-03-13 22:46:49 -07:00
webchick 7dad7c77f3 Issue #2370593 by daffie, nathanweeks, bzrudi71: Database::tableExists optimization for PostgreSQL 2015-03-13 22:44:43 -07:00
webchick 497d33312b Issue #2451655 by klausi: Cache database schema description for expire is wrong 2015-03-13 21:00:31 -07:00
Alex Pott 1fadbc0372 Issue #2415937 by Xano: Add a formatter for ChangedItem 2015-03-13 23:49:51 +00:00
Alex Pott a01453a726 Issue #2367747 by Palashvijay4O, andypost, Alienpruts, Cottser, er.pushpinderrana, gaurav.pahuja, pfrenssen, rpayanm, vadim.hirbu: Remove usage of system_rebuild_theme_data() 2015-03-13 23:10:36 +00:00
Alex Pott 5a58ba9f6b Issue #2449709 by banviktor: ContentEntityBase::set() does not respect its interface 2015-03-13 23:03:50 +00:00
Alex Pott 48f6e29501 Issue #2432657 by Berdir, znerol: BasicAuth challenge never sent to browser 2015-03-13 22:59:14 +00:00
Alex Pott 5fe56e2181 Issue #2445175 by Arla: Exception message in setNewRevision() is missing @entity_type context 2015-03-13 15:26:24 +00:00
Alex Pott 9e13c5498d Issue #2447049 by Cottser, joelpittet: Add a render filter to twig 2015-03-13 14:44:59 +00:00
Alex Pott b6ee00e248 Issue #2433595 by chx, Berdir: WebTestBase::refreshVariables only resets cache_tags.invalidator.checksum 2015-03-13 14:34:08 +00:00
Alex Pott 9b5042c152 Issue #2443657 by daffie, bzrudi71: PostgreSQL: Fix system\Tests\Entity\EntityQueryTest 2015-03-13 13:42:40 +00:00
Alex Pott 8d87a92842 Issue #2384863 by Gábor Hojtsy, vijaycs85, rodrigoaguilera: Translation language base field handler should use views field handler, provide unified options 2015-03-13 10:06:30 +00:00
Alex Pott d89c1f708d Issue #2289917 by Wim Leers, mdrummond, lauriii, Manuel Garcia, emma.maria, Scionar, davidhernandez: Convert "messages" page element into blocks 2015-03-13 09:54:28 +00:00
Alex Pott 0fe1e7daff Issue #2445743 by dawehner, Wim Leers: Allow views base tables and entity types to define additional cache contexts 2015-03-13 09:05:00 +00:00
Alex Pott 6dfbcdd0ce Revert "Issue #2445743 by dawehner, Wim Leers: Allow views base tables and entity types to define additional cache contexts"
This reverts commit a87aff8640.
2015-03-13 00:26:54 +00:00
Alex Pott a87aff8640 Issue #2445743 by dawehner, Wim Leers: Allow views base tables and entity types to define additional cache contexts 2015-03-13 00:00:40 +00:00
Nathaniel Catchpole 8f5fa6aa10 Issue #2433599 by Wim Leers: Ensure every (non-views) pager automatically associates a matching cache context 2015-03-12 15:52:02 +00:00
catch 9309d3d9f5 Issue #2381217 by Wim Leers, dawehner, Fabianx: Views should set cache tags on its render arrays, and bubble the output's cache tags to the cache items written to the Views output cache 2015-03-12 10:16:15 +00:00
catch 94fb2afd31 Issue #2450151 by yched: Don't try to render all fields (including hidden ones) for single entity display 2015-03-12 10:08:35 +00:00
Nathaniel Catchpole d64047e35e Issue #2448843 by dawehner: [regression] Themes unable to implement hook_element_info_alter() 2015-03-11 12:50:25 +00:00
Alex Pott dc3d8a01b8 Issue #2431329 by plach: Make (content) translation language available as a field definition 2015-03-10 20:55:47 +00:00
Alex Pott bdb618db8f Issue #2417327 by cilefen: Remove usages of the deprecated valid_email_address() 2015-03-10 13:57:04 +00:00
Alex Pott 6fe3616fc1 Issue #2446483 by Anushka-mp: Viewing fields requires a view builder 2015-03-10 12:46:19 +00:00
Alex Pott 91ffcc1d15 Issue #2428297 by tvlooy: Duplicate index on entity_id column in dedicated field tables 2015-03-10 12:21:24 +00:00
Alex Pott 08584b25be Issue #2426805 by dawehner, martin107: Modernize drupal_get_destination() 2015-03-10 12:15:11 +00:00
Alex Pott 3e2af23798 Issue #2434697 by amateescu, pcambra: Remove UserAutocompleteController 2015-03-10 11:43:19 +00:00
Alex Pott d7421153c9 Issue #2426489 by dawehner: Remove request_uri() 2015-03-10 10:11:57 +00:00
Alex Pott 809854e005 Issue #2449069 by Berdir: Remove default block_plugin cache tags, because they're useless 2015-03-10 09:20:59 +00:00
Alex Pott 624832ccb1 Issue #2448373 by jbrown: X-Generator has incorrect drupal.org URL 2015-03-10 09:02:55 +00:00
Alex Pott db60a8c7ec Issue #2273923 by mpdonadio, pfrenssen, effulgentsia, pcambra, xjm, tim.plunkett, martin107, cilefen: Remove html => TRUE option from l() and link generator 2015-03-09 15:57:27 +00:00
Alex Pott 7eaa1b763e Issue #2445761 by Wim Leers: Add a X-Drupal-Cache-Contexts header to aid in debugging and testing 2015-03-09 09:48:24 +00:00
Alex Pott 28e35f6517 Issue #2414539 by webflo, vijaycs85: Simplify schema definition for sequence 2015-03-09 08:23:40 +00:00
Alex Pott 9defbd4f11 Issue #2431379 by tim.plunkett, Upchuk, dawehner: LazyPluginCollection should not implement \Iterator 2015-03-08 20:32:15 +00:00
Alex Pott a895efb1e7 Issue #2443667 by grom358: PostgreSQL: Fix node\Tests\NodeTypeRenameConfigImportTest 2015-03-08 18:49:20 +00:00
Alex Pott fd350fb401 Issue #2443635 by mradcliffe, grom358: PostgreSQL: Fix config\Tests\ConfigEntityListTest 2015-03-08 15:31:28 +00:00
webchick 0a84d315ab Issue #2417075 by tstoeckler, David4514, dawehner, sachbearbeiter, mpdonadio: Trusted host verification is incompatible with URIs with the "internal" scheme 2015-03-07 11:15:15 +11:00
Nathaniel Catchpole 5ad41abb9d Issue #2396333 by larowlan, effulgentsia, Wim Leers, tim.plunkett: BlockContentBlock ignores cache contexts required by the block_content entity 2015-03-06 16:24:32 +00:00
Nathaniel Catchpole 6ba9484cee Issue #2373491 by amateescu, jibran: Categorize field type plugins 2015-03-06 11:40:26 +00:00
webchick ee74fc6114 Issue #2446995 by tim.plunkett, Berdir: Block content titles are not escaped on new block form (Port SA-CONTRIB-2013-082) 2015-03-06 21:46:47 +11:00