Edit module performing an AJAX call for an attachment and an editor for each...
Problem/MotivationLooking at the default front page with 10 Article/Page summaries rendered, each entity is triggering a call for both attachments and an editor from the edit module.Proposed...
View ArticleUse definied entity URIs for routes
Problem/MotivationCurrently, REST module creates all entity routes at /entity/{type}/{id}. That rarely matches the HTML-based route. They should match, to be properly RESTful.Proposed resolutionNow...
View ArticleMark functions in field.info.inc deprecated.
Let's deprecate functions now in field.info.inc. We can remove them after July 1. Obvious ones are field_info_field_by_ids(), field_info_field_by_id ... Question is if we can move even more functions...
View ArticleExtend error handling via php shutdown function
The custom php error handler cannot capture errors of type E_ERROR, E_CORE_ERROR ... However, php shutdown function is called in case of these types (excluding E_PARSE of course). This makes it the...
View ArticleContextual links Malfunctioning
Prior to updating to 7.21 (I think I was at 7.19) Contextual links worked fine but after updating to 7.21 (which I did several months ago) they started doing the following things:Contextual links stay...
View ArticleTurn web addresses starting with neither the http-protocol nor the www-prefix...
Not all web addresses turn into links. Currently, only web addresses starting with the protocol ('http(s)://') or the 'www' prefix will turn into links. Use of the www prefix is declining and excludes...
View ArticleReplace remaining 'disabled' and 'human_name' in views
The 'disabled' was changed to 'status' and 'human_name' is now 'label'.Related Issues#1826602: Allow all configuration entities to be enabled/disabled#1888390: [Change notice] Change 'human_name' to...
View ArticleCall user_format_name from theme_username
As mentioned in #2008990: Replace theme() with drupal_render() in dblog module, we need to call user_format_name from theme_username.
View ArticleRename the 'fixed' language type info key
The 'fixed' language type info key is completely meaningless. We need something more self-documenting, for instance 'negotiation settings', especially after introducing the 'locked' key in #1833022:...
View ArticleTour module should use token for it's body
We need to use tokens for correct links in ie #2017471: Multilingual tour for language sectionAttached one liner fixes this.AttachmentSizeStatusTest resultOperationscore-tour-use-token.patch925...
View ArticleJavaScript AJAX commands object is borked: it is shared among all Drupal.ajax...
as shown in #1678002: Edit should provide a usable entity-level toolbar for saving fields the way our ajax commands are implemented is wrong. our docs say:/** * Ajax object. * * All Ajax objects on a...
View Article500 Internal server error, during batch enable of translation from the...
Updated: Comment #0Problem/MotivationIf create content first, then turn on translation using the content language settings page admin/config/regional/content-language during batch, get:Updating...
View ArticleWhy image style name doesn't accept capital ?
Hiafter upgrading from D6 imagecache module, my image style contain capitals.But in D7, image styles doesn't contain capital..why this change ?thanks
View Articlehelp confusion about why language switcher blocks do not show, even when...
Updated: Comment #0Problem/Motivationlanguage switcher blocks do not show if the url detection method is not being used. This make sense because the switcher blocks.. switch.. by changing the url and...
View ArticleError visiting front page the first time after installing
When visiting the front page the first time after installing i get the following error once:Drupal\Core\Database\DatabaseExceptionWrapper: SQLSTATE[42S02]: Base table or view not found: 1146 Table...
View ArticleCould not set the include path
I opened my site the other day and it loads and returns a blank screen with the following error:"Could not set the include path"I had not made any changes.Can you help me define my path?
View Article"value" property can not be set directly on DateTimeItems
Date fields can be programmatically added like this:$entity->get($field_name)->offsetGet(0)->setValue(array($iso_date));//...
View ArticleRename config Field / FieldInstance structures ?
EntityNG is now pretty much settled on naming: - "field": the value objects found in an entity (e.g the value of node 12's 'body') --> Drupal\Core\Entity\Field\Type\Field (+ Fieldnterface) and...
View ArticleAdd a QueryFactoryInterface for QueryFactory classes
From looking at #1969698: ConfigEntity::save() should disallow saving ID/UUID conflicts (Field UUID changes can badly corrupt field data), we are injecting the entity query factory class into our...
View ArticleRemove node_access
Currently, there is the idea to replace all usages of node_access in general and replace the calls by $entity->access(). See #1947880: Deprecate node_access() in favor of $entity->access()...
View Article