Commit Graph

3269 Commits (e1c240183c271f386c098998ecd21cd9c5139aa7)

Author SHA1 Message Date
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
Nathaniel Catchpole e152fefcdf Issue #2414991 by alexpott: Prevent hook_config_schema_info_alter from adding or removing definitions 2015-02-04 11:59:36 +00:00
Alex Pott 26b99df319 Issue #2363099 by Gábor Hojtsy, Berdir, swentel, plach: Using translated field definition descriptions in entity schema results in different schema definitions, resulting in update.php changes 2015-02-04 11:52:16 +00:00
Alex Pott a60a5779b5 Issue #2417983 by kattekrab: Change docs instances of "the the" to "the" 2015-02-04 10:08:41 +00:00
Alex Pott 4f776f6f45 Issue #2407125 by Cogax, vijaycs85, Gábor Hojtsy: LanguageInterface should not support setName 2015-02-03 16:36:21 +00:00
Alex Pott b524d3d59c Issue #2409661 by yched: Remove duplicate check for "FieldableEntity" in EntityDisplayBase 2015-02-03 16:04:49 +00:00
Alex Pott f46d6ad949 Issue #2358079 by pwolanin, Berdir: Require a specific placeholder format in db_query() in order to trigger argument expansion, and require explicit 'IN' parameter for conditions 2015-02-03 09:42:28 +00:00
webchick 4ae39d2fb8 Issue #2417645 by tim.plunkett, effulgentsia, pwolanin: Change destination query string handling to break dependence on system path 2015-02-02 13:58:16 -08:00
webchick b01c7c4583 Issue #2418613 by pwolanin: Fix #0 bug in toUriString() method in Url class, clarify toString() vs toUriString() 2015-02-02 11:21:00 -08:00
Alex Pott 5923e58069 Issue #2415511 by eojthebrave: Add @Event documentation to all RenderEvents 2015-02-02 13:36:46 +00:00
Nathaniel Catchpole f6e336c46a Issue #2414953 by alexpott: Element uses \Drupal::service() as a service locator and prevents injecting a custom typed config manager in config 2015-02-02 13:34:41 +00:00
Alex Pott 7a2948aa4f Issue #552478 by markcarver, sun, effulgentsia, jhedstrom, ohnobinki: Restrict "self-closing" tags to only void elements in drupal_pre_render_html_tag 2015-02-02 12:45:14 +00:00
Alex Pott 23ced28ae3 Issue #2411791 by yched, plach: Provide empty methods rather than abstract methods in EntityTypeEventSubscriberTrait / FieldStorageDefinitionEventSubscriberTrait 2015-02-02 12:02:05 +00:00
Alex Pott d2ff08e0dc Issue #2395613 by dawehner: Make it possible to configure the output of a boolean field on the formatter level 2015-02-02 11:09:18 +00:00
Alex Pott 6d75fd574c Issue #2374019 by yched, jibran, amateescu: Cleanup the use of custom item properties in EntityReferenceFormatterBase 2015-02-02 10:47:25 +00:00
webchick 5f5819c267 Issue #2418139 by pwolanin, kgoel, dawehner, almaudoh, Wim Leers: Add a toUriString method to Url class and add a route: scheme 2015-02-01 22:46:13 -08:00
Alex Pott 2e92d427d9 Issue #2030607 by hussainweb, Mile23, Kingdutch, alexpott, balagan, amateescu, adci_contributor, Xano, mon_franco, cilefen: Expand EntityDisplayBase with methods 2015-02-01 19:41:24 +00:00
Alex Pott fc63f5e0c4 Issue #2050759 by tim.plunkett, fietserwin: Move drupal_chmod and other code in file.inc to a Drupal\Core\File\FileSystem class 2015-02-01 17:09:10 +00:00
webchick a504201e34 Issue #2417793 by effulgentsia, Wim Leers, YesCT, yched, dawehner: Allow entity: URIs to be entered in link fields 2015-01-31 22:21:03 -08:00
webchick 7992d4f58a Issue #2417333 by Wim Leers, pwolanin, xjm, dawehner: Add support for user-path: scheme to Url class 2015-01-30 21:04:54 -08:00
Alex Pott 7394ae9c27 Issue #2416563 by tim.plunkett: Follow-up to "HTTP_HOST header cannot be trusted" 2015-01-30 23:17:51 +00:00
webchick e69cd76706 Issue #2416763 by xjm, Wim Leers, effulgentsia: Convert Url::fromUri() base:// scheme to base: 2015-01-30 15:15:21 -08:00
webchick 089a68f4a8 Issue #2412509 by kgoel, pwolanin, Wim Leers, larowlan, effulgentsia, dawehner, xjm: Change LinkItem.uri to type 'uri' rather than 'string' and introduce user-path: scheme 2015-01-30 14:30:23 -08:00
webchick c8f6f3c848 Issue #2417445 by xjm, YesCT: Remove Url::toArray() 2015-01-30 12:15:57 -08:00
Alex Pott d42d61a79b Issue #2398689 by jeqq: Follow-up: Applying entity schema updates still fails when both field and entity type definitions changes 2015-01-30 18:27:35 +00:00
Nathaniel Catchpole 8c517bf37f Issue #2306407 by lauriii, penyaskito, mortendk, pakmanlh, Wim Leers, ypogue: Remove breadcrumb from page template 2015-01-30 11:48:30 +00:00
Nathaniel Catchpole b9adf5d833 Issue #1798332 by jhedstrom, dawehner, vedpareek, prajaankit: Add paging to the EntityListBuilder 2015-01-30 11:16:31 +00:00
Alex Pott 9be3165caf Issue #1728804 by Berdir: Introduce (Content)EntityDeleteForm and children to handle entity deletions 2015-01-30 10:46:14 +00:00
Alex Pott 9a5eb867cd Issue #2341357 by xjm, dawehner, larowlan, Wim Leers: Views entity area config is not deployable and missing dependencies 2015-01-30 10:37:56 +00:00
webchick 0fb9bb5474 Issue #2364157 by mpdonadio, dawehner, martin107, Berdir, pcambra, naveenvalecha, tim.plunkett: Replace most existing _url calls with Url objects 2015-01-29 20:56:19 -08:00
webchick 0e914b24f6 Issue #2411333 by almaudoh, hussainweb, Wim Leers, pwolanin, larowlan, dawehner, RavindraSingh, jibran: Create standard logic to handle a entity: URI scheme 2015-01-29 14:49:18 -08:00
Nathaniel Catchpole 5bf651dabf Revert "Issue #2388749 by alexpott, adci_contributor, ParisLiakos: Register symfony's mime guessers if they are supported"
This reverts commit 4dae1d994e.
2015-01-28 10:55:26 +00:00
Alex Pott f2fa574ce5 Issue #2235457 by dawehner, amateescu, hussainweb, Berdir, benjy, Wim Leers, lokapujya, RavindraSingh, Ryan Weal, jibran, Jalandhar: Use link field for shortcut entity 2015-01-27 16:15:59 +00:00
Nathaniel Catchpole 4dae1d994e Issue #2388749 by alexpott, adci_contributor, ParisLiakos: Register symfony's mime guessers if they are supported 2015-01-27 11:09:27 +00:00
Alex Pott 65edcac35b Issue #2413587 by Wim Leers, willzyx: Aggregate JavaScript files no longer working 2015-01-26 17:12:55 +00:00
Nathaniel Catchpole 8b4fcd2fa1 Issue #2408533 by markpavlitski: Installation Fatal error: Call to undefined function opcache_invalidate() 2015-01-26 12:20:21 +00:00
Alex Pott 6d05fc8e5d Issue #2381763 by chx, webflo: Adjust the order of container yamls to override settings per environment 2015-01-26 10:40:40 +00:00
Alex Pott 8ee035826c Issue #2347469 by mondrake, Wim Leers, larowlan, kattekrab, mnico, tadityar: Rendering forms in AjaxResponses does not attach assets automatically 2015-01-25 11:32:58 +00:00
Alex Pott 23e9d7f16e Issue #2341323 by dawehner, plach: Adapt the references field / table names in views, when corresponding entity schema changes 2015-01-25 11:30:28 +00:00
catch ea568f1d13 Issue #784626 by Wim Leers, Manuel Garcia, jcisio, joelpittet, Bevan, fcaspani, dcmouyard: Default all JS to the footer, allow asset libraries to force their JS to the header 2015-01-25 09:36:31 +00:00
Alex Pott 5f7ec33ace Issue #2197029 by dawehner, larowlan, ParisLiakos: Allow to inject dependencies into validation constraints 2015-01-24 12:19:41 +00:00
Alex Pott 1e985b0d32 Issue #2348679 by znerol, Wim Leers: Move the remaining procedural page cache code to the page cache stack middleware 2015-01-23 13:19:03 +00:00
Alex Pott 5d20c57be1 Issue #2107243 by amateescu, jibran, larowlan, Xano: Decouple entity reference selection plugins from field definitions 2015-01-23 13:02:31 +00:00
Alex Pott 0f93b42d0b Issue #2291449 by Cottser: Add Twig template inheritance based on the theme registry, enable adding Twig loaders 2015-01-23 12:36:39 +00:00
Alex Pott 979a252ca1 Issue #2247085 by larowlan, Berdir: Constraints cannot be added to configurable fields 2015-01-23 09:54:51 +00:00
Alex Pott 98377d5725 Issue #2221699 by mpdonadio, mikey_p, alexpott, kim.pepper, arlinsandbulte: HTTP_HOST header cannot be trusted 2015-01-22 18:57:56 +00:00
Alex Pott 9243c13a6f Revert "Issue #2407125 by Cogax: LanguageInterface should not support setName"
This reverts commit 574b0ebd7a.
2015-01-22 16:50:48 +00:00
Alex Pott 574b0ebd7a Issue #2407125 by Cogax: LanguageInterface should not support setName 2015-01-22 16:47:18 +00:00
Alex Pott cc9d0f9646 Issue #2405939 by Gábor Hojtsy, olli: use_current_language upcasting option is misleading, it toggles all overrides not just language 2015-01-22 15:01:18 +00:00
Alex Pott 722c8dd25d Issue #2409247 by znerol: Generated proxy classes break DrupalKernelTest when running from the UI 2015-01-22 13:54:09 +00:00
Alex Pott 800595579f Issue #2371605 by plach, larowlan: SqlContentEntityStorage::countFieldData() fatals for revision metadata fields and the UUID field 2015-01-21 17:45:07 +00:00
Alex Pott 71cb7bb5c2 Issue #2407801 by dawehner, Gábor Hojtsy, yched, jibran: Views generic field handler does not work with base fields 2015-01-21 17:06:34 +00:00
Nathaniel Catchpole dd3a59762d Issue #2368797 by Wim Leers, dawehner, rteijeiro: Optimize ajaxPageState to keep Drupal 8 sites fast on high-latency networks, prevent CSS/JS aggregation from taking down sites and use HTTP GET for AJAX requests 2015-01-21 15:21:06 +00:00
Alex Pott a8cccfce62 Revert "Issue #2221699 by mpdonadio, mikey_p, kim.pepper, arlinsandbulte: HTTP_HOST header cannot be trusted"
This reverts commit 2c9eddf3ac.
2015-01-21 10:03:23 +00:00
Alex Pott 2c9eddf3ac Issue #2221699 by mpdonadio, mikey_p, kim.pepper, arlinsandbulte: HTTP_HOST header cannot be trusted 2015-01-21 09:46:25 +00:00
Nathaniel Catchpole ea1dd45724 Issue #2406543 by alexpott: Remove ConfigFactory::setOverrideState and ConfigFactory::getOverrideState() 2015-01-20 11:11:16 +00:00
Alex Pott 1867d618d5 Issue #2220559 by benjy, swentel, lokeoke, visabhishek, hampercm, joshi.rohit100, amitgoyal: Entity displays must have a settings array 2015-01-19 18:26:56 +00:00
Alex Pott b8378ac5ba Issue #2094499 by amateescu: Convert "Manage (form) display" forms to be the official entity edit forms for EntityView[Form]Display objects 2015-01-19 13:26:07 +00:00
Alex Pott 3d556b75df Issue #2350551 by Wim Leers, alexpott, damiankloip, arlinsandbulte: Views fields that have attached assets are lost when Views output caching is enabled 2015-01-19 09:43:59 +00:00
Alex Pott 3d14a7d25a Issue #2401505 by Berdir, jibran, larowlan: Add an entity collection template for lists 2015-01-19 09:37:11 +00:00
Alex Pott 305ed67652 Issue #2205271 by trobey, jhedstrom: Project namespace for dependencies 2015-01-19 08:35:17 +00:00
Alex Pott 6dc860dbe2 Issue #2406113 by fago: Clarify how ContentEntityForm::validate() should be overridden 2015-01-18 23:27:22 +00:00
Alex Pott f12134b575 Issue #2408357 by dawehner: The ProxyBuilder includes parent interfaces, which causes php errors 2015-01-18 09:51:50 +00:00
Alex Pott c34c3dfd05 Issue #2225427 by ianthomas_uk, martin107, JeroenT, LoMo: Remove remaining uses of deprecated language functions (mostly in object oriented code) 2015-01-18 09:47:33 +00:00
Alex Pott 124a1fefe8 Issue #2407405 by JeroenT: Remove usage of drupal_clean_id_identifier 2015-01-18 08:54:28 +00:00
Alex Pott 2a554518d8 Issue #2403817 by larowlan: Feed entity validation misses form validation logic 2015-01-17 20:50:20 +00:00
Alex Pott 28977ae6fd Issue #2350837 by dawehner, Berdir, larowlan, Wim Leers: Convert most usages of EntityInterface::getSystemPath() to use routes 2015-01-17 09:13:34 +00:00
catch 6efd90c8dc Issue #2140511 by alexpott, Gábor Hojtsy, swentel, babruix, ohthehugemanatee, jessebeach, Berdir: Configuration file name collisions silently ignored for default configuration 2015-01-16 21:04:16 +00:00
Nathaniel Catchpole 73069e05e8 Issue #2392319 by alexpott, effulgentsia: Config objects (but not config entities) should by default be immutable 2015-01-16 10:43:35 +00:00
Alex Pott 44313c63f2 Issue #2399037 by effulgentsia: String::format() marks a resulting string as safe even when passed an unsafe passthrough argument 2015-01-16 09:51:38 +00:00
Alex Pott ed1c7bab53 Issue #2358369 by balagan, Katiemouse: getParameters() vs. getRawParameters() on RouteMatch should not be documented the same 2015-01-15 23:59:45 +00:00
Alex Pott 22ed431766 Issue #2402609 by andythomnz: Two classes lack class doc blocks 2015-01-15 10:10:21 +00:00
Alex Pott 62c31b569a Issue #2379741 by Wim Leers, damiankloip: Add Renderer::getCacheableRenderArray() to encapsulate which data is needed for caching a render array and have views use it 2015-01-15 09:58:58 +00:00
Alex Pott 5859ca2cf2 Issue #2040135 by Wim Leers, Berdir: Caches dependent on simple config are only invalidated on form submissions 2015-01-15 09:36:26 +00:00
Alex Pott 2f628af626 Issue #1973618 by dawehner, donquixote, plach, Mile23: DIC: Lazy instantiation of service dependencies (ProxyManager for "proxy services") 2015-01-14 13:48:34 +00:00
Alex Pott 3bbe56197a Issue #2136559 by Gábor Hojtsy: Config entity admin lists show configuration with overrides (eg. localized) 2015-01-14 08:37:55 +00:00
Alex Pott b8f63eddae Issue #2342057 by dawehner, hussainweb, Wim Leers: Expand BlockPluginInterface to take into account $return_as_object 2015-01-14 08:27:52 +00:00
Alex Pott 3fe7cb50ea Issue #2404021 by yched, amateescu: entity_reference formatters should be in Core 2015-01-14 08:16:37 +00:00
Alex Pott 1c9e140120 Issue #2406439 by dawehner: Cleanup EntityDerivative and RouteBuilderInterface 2015-01-14 08:11:18 +00:00
Alex Pott 37c5acf19c Issue #2388169 by tadityar: Rename PHPTransliteration to PhpTransliteration 2015-01-13 11:16:35 +00:00
Alex Pott 77725b6084 Issue #2281645 by dawehner, andypost: Make entity annotations use link templates instead of route names 2015-01-13 10:32:23 +00:00
Alex Pott e298180f76 Issue #2151469 by rpayanm, lokapujya, JeroenT, alansaviolobo, Richard Damon, pflame, ianthomas_uk: Clean-up usage of deprecated list_themes() and _system_rebuild_theme_data() in favor of theme_handler service. 2015-01-13 10:17:01 +00:00
Alex Pott e3f8fbb6eb Issue #2405911 by er.pushpinderrana: @throw instead of @throws in InfoParserInterface 2015-01-13 10:08:52 +00:00
Alex Pott 2b1f9f4828 Issue #2368769 by kgoel, dawehner: All route enhancers are run on every request 2015-01-13 09:46:38 +00:00
Alex Pott 1b738cab6c Issue #2401607 by bojanz: Refactor ExtensionDiscovery::scan() 2015-01-12 18:12:26 +00:00
Nathaniel Catchpole 0e989e2e1d Issue #2403117 by alexpott: Remove unnecessary function_exists in ModuleHandler::invokeAll 2015-01-12 17:28:24 +00:00
Nathaniel Catchpole a042df2e2e Issue #2172017 by dawehner, larowlan, MegaChriz, kim.pepper, Désiré, Sam Hermans, tim.plunkett, Antti J. Salminen: Bulk operations does not respect entity access 2015-01-12 17:19:55 +00:00
webchick d2412ba42f Issue #1907170 by pwolanin, jhedstrom, alexpott, Heine: Very simple config files can't be read 2015-01-12 07:58:34 -08:00
Alex Pott 556d680743 Issue #2405127 by yched: Move EntityFormDisplay::_sleep() up to EntityDisplayBase 2015-01-12 14:28:15 +00:00
Alex Pott 1777332e85 Issue #2396761 by chx: menu tree storage override requires too much copy-paste 2015-01-12 14:26:01 +00:00
Alex Pott 1b2e7c4544 Issue #2405737 by chx: user.tempstore is unnecessary to be backend_overridable 2015-01-12 12:42:20 +00:00
Alex Pott 357003ff8d Issue #2403571 by xjm: ConfigDependencyManager docblock uses HTML <code> instead of @code 2015-01-12 12:28:48 +00:00
Alex Pott 6df284ecaa Issue #2308187 by lauriii, iMiksu, joelpittet, dawehner, er.pushpinderrana: Provide a twig extension for file_create_url 2015-01-12 12:07:34 +00:00
Alex Pott 9a6582b1f9 Issue #2347877 by znerol, Berdir: Move DrupalKernel::initializeCookieGlobals() into a SessionConfiguration service 2015-01-12 12:02:55 +00:00
Alex Pott 29c50df807 Issue #2404831 by zealfire: self::$stack -> static::$stack in Renderer 2015-01-12 11:43:47 +00:00
Nathaniel Catchpole 7d3be895ae Issue #2392787 by beejeebus, dawehner, alexpott: Move include statements from DrupalKernel::boot() into DrupalKernel::preHandle() 2015-01-12 11:38:54 +00:00
Alex Pott 87be19c981 Issue #2267641 by olli, rpayanm: Cache\PhpBackend::removeBin() does not remove the bin 2015-01-12 08:43:26 +00:00
Alex Pott 338e96695e Issue #2328293 by keopx, JeroenT, ianthomas_uk, ashutoshsngh, rpayanm, hudo, a_thakur: Remove usage of language_list() 2015-01-11 22:25:46 +00:00
Alex Pott 1335489dbe Issue #2399035 by idebr: Retire Google Frame support 2015-01-10 14:56:49 +00:00
Alex Pott aff95777ed Issue #2309737 by rpayanm, hussainweb, max-kuzomko, herom, millerbennett, ianthomas_uk, quietone, Sutharsan, sumitmadan, toddmbloom: Remove deprecated format_plural usage 2015-01-10 13:56:47 +00:00
Alex Pott 1e08b50f42 Issue #2281619 by dawehner, tim.plunkett: Convert most direct usages within module code of routing related request attributes to use RouteMatchInterface instead 2015-01-09 15:14:23 +00:00