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 |
catch
|
975121d4a7
|
Issue #2407361 by cilefen, JeroenT, hussainweb, neclimdul, ircmaxell, tim.plunkett, nlisgo, Crell: Move usages of drupal_html_id() to Html::getUniqueId()
|
2015-03-05 09:37:01 +00:00 |
Jennifer Hodgdon
|
a2defc66d0
|
Revert "Issue #2407361 by JeroenT, cilefen, hussainweb: Move usages of drupal_html_id() to Html::getUniqueId()"
This reverts commit 85b8c83782 .
|
2015-03-04 16:40:58 -08:00 |
catch
|
85b8c83782
|
Issue #2407361 by JeroenT, cilefen, hussainweb: Move usages of drupal_html_id() to Html::getUniqueId()
|
2015-03-04 20:21:38 +00:00 |
Nathaniel Catchpole
|
4e84e841b6
|
Issue #2444775 by neclimdul: Remove dead ContentFormControllerSubscriber class
|
2015-03-04 17:19:59 +00:00 |
Nathaniel Catchpole
|
bbc47f05fc
|
Issue #2434745 by geertvd: Boolean field: On/Off labels are in the "storage" settings but shouldn't be
|
2015-03-04 15:17:04 +00:00 |
Nathaniel Catchpole
|
2bf5dc11da
|
Issue #2443409 by Berdir: Add a way to entity manager to get fresh entity and field definitions without invalidating all caches
|
2015-03-04 15:06:39 +00:00 |
Nathaniel Catchpole
|
71838159fe
|
Issue #2252033 by olli, dawehner: Don't serialize database connection info
|
2015-03-04 15:04:01 +00:00 |
Nathaniel Catchpole
|
fe04699eed
|
Issue #2429257 by Wim Leers, Fabianx, effulgentsia: Bubble cache contexts
|
2015-03-03 10:28:03 +00:00 |
Alex Pott
|
a120969efe
|
Issue #2223435 by Sutharsan, Xano, tim.plunkett: Do not use t() in block plugins anymore
|
2015-03-01 12:36:58 +00:00 |
Alex Pott
|
01382db49d
|
Issue #2416971 by dawehner, pwolanin: Remove Url::__toString()
|
2015-03-01 11:41:21 +00:00 |
Alex Pott
|
0bf30e29fd
|
Issue #2369981 by Cottser: Not found templates are displayed literally instead of throwing an Exception due to string loader
|
2015-03-01 10:38:56 +00:00 |
Alex Pott
|
67cb2182c2
|
Issue #2428087 by jhodgdon, foxtrotcharlie: Boolean field formatter - default choice appears in list twice
|
2015-03-01 10:36:09 +00:00 |
Alex Pott
|
b0f4b418ca
|
Issue #2227227 by mpdonadio, amateescu, yched, larowlan, swentel, tstoeckler, fago: FieldTypePluginManager cannot instantiate FieldType plugins, good thing TypedDataManager can instantiate just about anything
|
2015-03-01 10:28:54 +00:00 |
Alex Pott
|
0aa2a08fd0
|
Issue #2442173 by mpdonadio: Drop the unused class RouteBuilderStatic
|
2015-02-28 17:14:15 +00:00 |
Alex Pott
|
0b5f5ce814
|
Issue #1768526 by swentel, Berdir: NodeFormController::validate() calls buildEntity() twice
|
2015-02-28 17:11:34 +00:00 |
Alex Pott
|
60f36e8995
|
Issue #1600670 by mradcliffe, bendiy, bzrudi71, andypost, daffie, stefan.r, devpreview: Cannot query Postgres database that has column names with capital letters
|
2015-02-28 16:43:46 +00:00 |
Alex Pott
|
374f838e9c
|
Issue #2343483 by andypost, yched: Doc cleanup after FieldConfig
|
2015-02-28 16:10:50 +00:00 |
Alex Pott
|
46ff3d51c5
|
Issue #2441685 by Arla: Incorrect documentation for EntityAccessControlHandler::checkAccess()
|
2015-02-28 13:59:13 +00:00 |
Alex Pott
|
74f943526b
|
Issue #2437785 by amateescu: FieldConfigStorageBase::mapToStorageRecord() calls the wrong field type method
|
2015-02-28 13:51:48 +00:00 |
Alex Pott
|
357b503e01
|
Issue #2084455 by Mile23: Drupal\Component\Datetime\DateTimePlus::checkArray() compares wrong value
|
2015-02-28 13:04:51 +00:00 |
Alex Pott
|
b3c340729d
|
Issue #2433001 by neclimdul: Zend Bridge Tests
|
2015-02-28 11:46:51 +00:00 |
Alex Pott
|
b33a46bc1d
|
Issue #2435493 by effulgentsia: Change String::format()'s '@' and '%' placeholders to be auto-escaped rather than always-escaped
|
2015-02-28 11:41:52 +00:00 |
Alex Pott
|
27f0b0f114
|
Issue #2425637 by pcambra, swentel: ConfigEntityInterface should extend ThirdPartySettingsInterface
|
2015-02-27 16:41:49 +00:00 |
Nathaniel Catchpole
|
e57b339ebe
|
Issue #2430341 by Wim Leers: Comment pager-dependent cache key should be a cache context
|
2015-02-27 14:09:08 +00:00 |
Alex Pott
|
9c2b19cdaa
|
Issue #2431281 by dawehner: Drop support for _access_mode routes and always assume ALL
|
2015-02-27 12:47:26 +00:00 |
Alex Pott
|
b79c650836
|
Issue #2388067 by david_garcia: getQualifiedMapTableName is database specific logic out of the database driver
|
2015-02-27 12:20:42 +00:00 |
Alex Pott
|
f144ac6e7a
|
Issue #2400261 by benjy, dawehner, tobiasb: Service Container should not store absolute paths
|
2015-02-27 12:05:19 +00:00 |
Alex Pott
|
ef0cb6e091
|
Issue #2405469 by yched, googletorp, amateescu, larowlan, Berdir: FileFormatterBase should extend EntityReferenceFormatterBase
|
2015-02-27 11:47:51 +00:00 |
Alex Pott
|
9c0bfb2d3b
|
Issue #2339491 by corbacho, dawehner, larowlan, effulgentsia, webflo: Ajax requests on forms with files fail on IE 9
|
2015-02-27 11:39:17 +00:00 |
webchick
|
814d160178
|
Issue #2437359 by pcambra: Fix nowdoc space in Unicode.php
|
2015-02-25 22:16:08 -08:00 |
webchick
|
1614664198
|
Issue #2378883 by Wim Leers, dawehner: Convert existing drupal_render() KernelTestBase tests to PHPUnit tests
|
2015-02-25 19:42:26 -08:00 |
Nathaniel Catchpole
|
dfaf2e6d97
|
Issue #2428563 by Wim Leers: Introduce parameter-dependent cache contexts
|
2015-02-23 20:12:55 +00:00 |
Nathaniel Catchpole
|
59d5c098cc
|
Issue #2416409 by alexpott, bojanz: Delete dependent config entities that don't implement onDependencyRemoval() when a config entity is deleted
|
2015-02-23 20:02:06 +00:00 |
Nathaniel Catchpole
|
94266ed9cf
|
Issue #2388629 by kajalkiran, Canutza: remove drupal_is_front_page()
|
2015-02-23 13:25:59 +00:00 |
Alex Pott
|
368cf514e9
|
Issue #2417567 by xjm, effulgentsia, mpdonadio, hussainweb: Rename user-path: scheme to internal:
|
2015-02-22 23:59:55 +00:00 |
Alex Pott
|
df44266ea9
|
Issue #2363341 by tim.plunkett, donquixote, adci_contributor: Throw exception in Drupal::service() and friends, if container not initialized yet
|
2015-02-22 23:55:10 +00:00 |
catch
|
69e817c920
|
Issue #2419059 by chx: Impossible to enable views if entities are not in SQL
|
2015-02-22 09:29:01 +00:00 |
webchick
|
95a0059a74
|
Issue #2421263 by alexpott, formatC'vt, kim.pepper, andypost, larowlan, chx: Potential data loss: concurrent (i.e. by different users) node edits leak through preview
|
2015-02-21 20:12:54 -08:00 |
webchick
|
d8a6c0a11d
|
Issue #1013034 by bzrudi71, jaredsmith, andypost, alexpott, dbcollies, ncl, jhedstrom, kathyh: PostgreSQL constraints do not get renamed by db_rename_table()
|
2015-02-21 20:10:07 -08:00 |
catch
|
969fa3c71a
|
Issue #1853856 by tim.plunkett, alexpott: Document that ConfigEntityBase and ConfigStorageController are tightly coupled
|
2015-02-21 18:06:58 +00:00 |
catch
|
99527b1ed4
|
Issue #2332047 by xjm: Deprecate unneeded file_htaccess_lines() wrapper
|
2015-02-21 18:04:49 +00:00 |
Alex Pott
|
8db8dd0821
|
Issue #2328645 by andypost, Berdir, almaudoh: Remove remaining global $user
|
2015-02-21 17:29:58 +00:00 |
Alex Pott
|
8d87f7fa86
|
Issue #2426181 by effulgentsia, mpdonadio, xjm: Add a Url::fromUserInput() wrapper method for generating URLs from user-entered paths
|
2015-02-21 14:45:40 +00:00 |
Alex Pott
|
1420b774ff
|
Issue #2426509 by yched, fago: ContentEntityBase::__set() messes with values that happen to be TypedData
|
2015-02-21 13:10:37 +00:00 |
Alex Pott
|
f029fbbe78
|
Issue #2429103 by cpj: Remove deprecated methods SessionManager::enable(), SessionManager::disable() and SessionManager::isEnabled()
|
2015-02-21 10:47:19 +00:00 |
Alex Pott
|
78fd4d0c2c
|
Issue #2425497 by bojanz: Stop injecting the config storage to the config query
|
2015-02-20 22:14:54 +00:00 |
Alex Pott
|
48f5de46fc
|
Issue #2425201 by jibran, dawehner: Small cleanup follow from #2414255.
|
2015-02-20 09:32:53 +00:00 |
catch
|
460af4c9f3
|
Issue #2329101 by Wim Leers: CacheableInterface only has a getCacheKeys() method, no getCacheContexts(), leads to awkward implementations
|
2015-02-20 09:18:26 +00:00 |
Alex Pott
|
806def404d
|
Issue #2422363 by mortendk, joelpittet, davidhernandez: Rewrite the menu CSS components inline with our CSS standards
|
2015-02-19 09:18:40 +00:00 |
Alex Pott
|
9026147944
|
Issue #2298687 by tstoeckler, Jose Reyero, hussainweb, rpayanm: Sequence and Mapping implement interfaces incorrectly, make them honest about what they support
|
2015-02-19 08:56:08 +00:00 |
Alex Pott
|
f08f699e1d
|
Revert "Issue #2298687 by tstoeckler, Jose Reyero, hussainweb, rpayanm: Sequence and Mapping implement interfaces incorrectly, make them honest about what they support"
This reverts commit 4337033622 .
|
2015-02-19 08:55:13 +00:00 |
Alex Pott
|
4337033622
|
Issue #2298687 by tstoeckler, Jose Reyero, hussainweb, rpayanm: Sequence and Mapping implement interfaces incorrectly, make them honest about what they support
|
2015-02-19 08:52:47 +00:00 |
webchick
|
e6cd1fa5b7
|
Issue #2388867 by alexpott, xjm, jhodgdon: Notifying user of config changes when config has never been synched makes no sense
|
2015-02-18 14:01:25 -08:00 |
Alex Pott
|
0d15b2b5eb
|
Issue #2408227 by geertvd, gloob, amitsedaiz: When creating a float field, max and min value settings are forced to be integer
|
2015-02-18 17:42:25 +00:00 |
webchick
|
a88170274f
|
Issue #2356983 by bzrudi71, jaredsmith: PostgreSQL: Fix tests in locale test group
|
2015-02-18 09:24:15 -08:00 |
Alex Pott
|
097b83f98f
|
Issue #2417339 by amateescu, shashikant_chauhan: Fix @return documentation for EntityManagerInterface::loadEntityByConfigTarget()
|
2015-02-18 15:21:41 +00:00 |
Alex Pott
|
7b3189de17
|
Issue #2428377 by sun, daffie, amateescu: SQLite Schema class is missing use Drupal\Component\Utility\Unicode
|
2015-02-18 12:57:37 +00:00 |
Alex Pott
|
3058984b76
|
Issue #2427875 by sun, daffie: SQLite Insert query does not account for INSERT FROM ... SELECT
|
2015-02-18 12:56:37 +00:00 |
Alex Pott
|
bf48d49846
|
Revert "Issue #2427875 by daffie: SQLite Insert query does not account for INSERT FROM ... SELECT"
This reverts commit d1a9a099e2 .
|
2015-02-18 12:56:07 +00:00 |
Alex Pott
|
9e212304f8
|
Issue #2425691 by pjbaert, kepford, drupalninja99: Remove .leaf/.menu-item--leaf from menu CSS components
|
2015-02-18 12:54:46 +00:00 |
Alex Pott
|
d1a9a099e2
|
Issue #2427875 by daffie: SQLite Insert query does not account for INSERT FROM ... SELECT
|
2015-02-18 12:44:30 +00:00 |
Alex Pott
|
1218fdf8ef
|
Issue #2190895 by frankcarey, tim.plunkett: Revamp vertical tabs to not save form values
|
2015-02-18 11:41:29 +00:00 |
Alex Pott
|
7e41973fc9
|
Issue #2426031 by almaudoh, cpj: Remove deprecated uses of SessionManager::isEnabled(), SessionManager::enable() and SessionManager::disable()
|
2015-02-18 11:24:26 +00:00 |
Alex Pott
|
0ed1f2e4fb
|
Issue #1946090 by pjonckiere, alex-mo, rpayanm: _drupal_wrap_mail_line() does not force-wrap too long words after 996 characters
|
2015-02-18 11:07:27 +00:00 |
catch
|
0bc927f20a
|
Issue #2420107 by alexpott: Determine which config entities can be fixed and which will be deleted when a dependency is removed
|
2015-02-17 23:33:18 +00:00 |
catch
|
70e4656d98
|
Issue #2383413 by larsmw, Cottser, alvar0hurtad0: Remove file_exists() when registering namespaces for Twig template paths
|
2015-02-17 23:27:32 +00:00 |
Alex Pott
|
27c9167ec9
|
Issue #2318437 by Wim Leers, Gábor Hojtsy, geertvd: Replace the hardcoded langcode key on blocks with the 'language' cache context
|
2015-02-17 17:20:56 +00:00 |
Alex Pott
|
6dc2481b4e
|
Issue #2415513 by eojthebrave: Add @Event documentation to all RoutingEvents
|
2015-02-17 16:25:11 +00:00 |
Alex Pott
|
09aad27d07
|
Issue #2425759 by andypost, jhodgdon: SearchQuery lacks preExecute(), making countQuery() run even when there are problems in prepare step
|
2015-02-17 16:05:22 +00:00 |
Alex Pott
|
e25c440c99
|
Issue #2427773 by sun, daffie: SQLite REGEXP user function exists, but is wrongly implemented
|
2015-02-17 14:02:40 +00:00 |
Nathaniel Catchpole
|
fc49a03af8
|
Issue #2372507 by dawehner, mavimo, RavindraSingh: Remove _system_path from $request->attributes
|
2015-02-17 11:07:24 +00:00 |
Alex Pott
|
78ac4561d3
|
Issue #2427311 by sun, daffie: SQLite does not natively support CONCAT_WS()
|
2015-02-17 09:10:56 +00:00 |
Alex Pott
|
e7bb62123a
|
Issue #2427349 by pcambra: Remove ThirdPartySettingsTrait leftover in ConfigEntityBase
|
2015-02-17 00:46:11 +00:00 |
Alex Pott
|
6c91bb774c
|
Issue #2427001 by chx: field item presave is only called for SQL
|
2015-02-17 00:34:34 +00:00 |
Alex Pott
|
8723012e3a
|
Issue #2343127 by tadityar, harshil.maradiya, aphickey, bburg, ashutoshmishra: Docblock fixes for core/lib/Drupal/Core/Database/Query
|
2015-02-16 23:38:20 +00:00 |
Alex Pott
|
370e15e62d
|
Issue #2415505 by eojthebrave: Add @Event documentation to all ConfigEvents
|
2015-02-16 16:46:44 +00:00 |
Alex Pott
|
a53a61f6b9
|
Issue #2422657 by Berdir: Skip fast chained cache backend in maintenance mode
|
2015-02-15 10:37:31 +00:00 |
Alex Pott
|
ade57a9e04
|
Issue #2419923 by amateescu, jibran, dashaforbes: Port SA-CONTRIB-2013-096 to D8
|
2015-02-15 10:34:39 +00:00 |
Alex Pott
|
8007ab1b27
|
Issue #2423213 by plach: Schema for newly defined entity types is never created
|
2015-02-15 10:28:20 +00:00 |
Alex Pott
|
a32a88cbc2
|
Issue #2372389 by znerol, almaudoh: Expose session handler in container
|
2015-02-14 10:29:52 +00:00 |
webchick
|
c6036a58c4
|
Issue #2425379 by eojthebrave: Add @Event documentation to all EntityTypeEvents
|
2015-02-13 12:48:04 -08:00 |
webchick
|
47cd92b205
|
Issue #2423579 by mpdonadio, xjm, heilop, Wim Leers, webchick: Url::fromUrl('user-path:/') should throw an exception when a path component without a slash is given
|
2015-02-13 11:35:29 -08:00 |
Alex Pott
|
7f6f61f4a2
|
Issue #2229145 by znerol, neclimdul, larowlan, alexpott, joelpittet, almaudoh, tadityar: Register symfony session components in the DIC and inject the session service into the request object
|
2015-02-13 12:56:34 +00:00 |
webchick
|
a3786eacbe
|
Issue #2338559 by larowlan, damiankloip, hampercm, mradcliffe, jibran, Berdir, Fabianx, catch: Never serialize password fields by default
|
2015-02-12 15:08:28 -08:00 |
webchick
|
f894d63965
|
Issue #2409515 by joelpittet: Updater::findInfoFile() was never updated for .info -> .info.yml change.
|
2015-02-12 14:48:48 -08:00 |
webchick
|
402bfd9426
|
Revert "Issue #2409515 by joelpittet: Updater::findInfoFile() lacks test coverage"
Wrong commit message.
This reverts commit 96b7b02e43 .
|
2015-02-12 14:48:19 -08:00 |
webchick
|
96b7b02e43
|
Issue #2409515 by joelpittet: Updater::findInfoFile() lacks test coverage
|
2015-02-12 14:48:05 -08:00 |
webchick
|
3227399041
|
Issue #2061879 by Palashvijay4O, chx: Remove Schema::copyTable
|
2015-02-12 11:59:22 -08:00 |
Nathaniel Catchpole
|
9c7108284e
|
Issue #2413841 by yched: EntityDisplayBase::__wakeup() should avoid calling toArray()
|
2015-02-12 12:48:28 +00:00 |
catch
|
4cd30ead36
|
Issue #2414255 by lauriii, Jeff Burnz, dawehner, davidhernandez: Subtheme template inheritance working in reverse order
|
2015-02-12 10:35:27 +00:00 |
Alex Pott
|
9cf83e9cd4
|
Issue #2307869 by dawehner, Berdir, RavindraSingh, effulgentsia: Remove Drupal's Container::get()
|
2015-02-12 10:25:52 +00:00 |
webchick
|
53ca7d6a94
|
Issue #2415507 by eojthebrave: Add @Event documentation to all FieldStorageDefinitionEvents
|
2015-02-11 14:50:57 -08:00 |
Alex Pott
|
326db64678
|
Issue #2391217 by Berdir: Support base fields with multiple columns in entity queries
|
2015-02-11 16:53:02 +00:00 |
Alex Pott
|
7f1b02ecd9
|
Issue #2419065 by jhedstrom: Switching the entity storage class should not be considered a definition update that requires schema changes
|
2015-02-10 10:08:43 +00:00 |
Alex Pott
|
c8c1ae11a4
|
Issue #2051467 by jhedstrom, dawehner, amateescu, Berdir, herom, Mile23: Expand and convert to phpunit tests for \Drupal\Component\Transliteration
|
2015-02-09 12:20:23 +00:00 |
Alex Pott
|
6faa686122
|
Issue #2338727 by znerol, almaudoh: Replace static SessionManager::$enabled property with WriteSafeSessionHandler class and resolve hidden circular dependency between SessionManager and SessionHandler
|
2015-02-08 00:07:34 +00:00 |
Alex Pott
|
42083a1cc7
|
Issue #2414721 by jesperjb, plach: EntityAdapter should be instantiated per language
|
2015-02-08 00:02:31 +00:00 |
Alex Pott
|
91ae64ac59
|
Revert "Issue #2229145 by znerol, neclimdul, larowlan, joelpittet, almaudoh: Register symfony session components in the DIC and inject the session service into the request object"
This reverts commit b926f5d868 .
|
2015-02-07 21:37:26 +00:00 |
Alex Pott
|
2b6baf6097
|
Issue #2421841 by neclimdul, tim.plunkett: Performance bug in ControllerResolver::getControllerFromDefinition()
|
2015-02-07 11:14:31 +00:00 |
Alex Pott
|
03b7423abc
|
Issue #2421849 by amateescu: Make SelectionBase::buildEntityQuery() protected
|
2015-02-07 11:12:27 +00:00 |
Alex Pott
|
b926f5d868
|
Issue #2229145 by znerol, neclimdul, larowlan, joelpittet, almaudoh: Register symfony session components in the DIC and inject the session service into the request object
|
2015-02-07 10:57:50 +00:00 |
webchick
|
d5304a46c6
|
Issue #2417647 by Wim Leers, effulgentsia: Add leading slash to paths within 'user-path:' URIs, to allow 'user-path:' URIs to point to the <none> route
|
2015-02-06 09:56:42 -08:00 |
Alex Pott
|
b56c5f8792
|
Issue #2281167 by jhedstrom, blueminds: AliasManager strange cacheClear logic
|
2015-02-06 12:19:36 +00:00 |
Alex Pott
|
17c250034f
|
Issue #2405943 by fago, mikey_p, dashaforbes: User entity validation misses form validation logic
|
2015-02-06 11:39:57 +00:00 |
Alex Pott
|
2bf5573595
|
Issue #2421005 by tim.plunkett: Add \Drupal::hasContainer() instead of checking if \Drupal::getContainer() === NULL
|
2015-02-05 20:50:59 +00:00 |
Alex Pott
|
c9cc83577d
|
Issue #2420025 by Berdir: Token::resetInfo() uses invalid cache tag structure
|
2015-02-05 09:34:59 +00:00 |
Alex Pott
|
cf40fa1fbf
|
Issue #2300101 by dpi, ivanjaros: Unrevisioned base fields are ignored during entity load
|
2015-02-05 09:16:52 +00:00 |
Alex Pott
|
0509fbe789
|
Issue #2164601 by yched, jibran, amateescu, pfrenssen: Stop auto-creating FieldItems on mere reading of $entity->field[N]
|
2015-02-05 08:58:52 +00:00 |
webchick
|
b8364ecfa9
|
Issue #1959806 by amateescu, jibran, goldorak, Wim Leers, yched, dawehner: Provide a generic 'entity_autocomplete' Form API element
|
2015-02-04 08:41:54 -08:00 |
Nathaniel Catchpole
|
02b9e08b7a
|
Issue #2361775 by alexpott, swentel: Third party settings dependencies cause config entity deletion
|
2015-02-04 13:07:28 +00:00 |