Problem with clean URL and sharethis module
Hi, i have had a problem with the clea url´s, when i active it, all the site breaks. i have my website hosted in 000webhost.com, i now it is free, but i dont understand why when i active clean url´s,...
View ArticleMissing permission "View Published Content" for role anonymous does not hide...
I've installed Drupal 7.21 (standard install profile) on a Mamp Pro 2.1.1 on Mac OSX 10.6.8, PHP 5.3.14, MySQL 5.5.25, no contributed modules, no changes in activated/deactivated core...
View ArticleSearch page title is "Home"
Installed core search module and google_cse module. After configuration, setup and deployment noticed that Search page title is incorrectly "Home", but when displaying results it is correctly "Search".
View ArticleUpgrade path for legacy content translation module data
Problem/motivationDrupal 8 does not intend to support two parallel content translation systems. The legacy node translation module stores nodes as separate entities when translated. The new content...
View ArticleRemove legacy translation module in favor of content translation
ProblemDrupal 7 had two translation systems, node copy based content translation with a core UI and field based translation with a core API and a contrib UI. Drupal 8 attempts to standardise on field...
View ArticleShorten help text on User Roles page
Currently:Roles allow you to fine tune the security and administration of Drupal. A role defines a group of users that have certain privileges as defined on the permissions page. Examples of roles...
View ArticleQueryException - Drupal/field_sql_storage/Entity/Tables.php - line 222
When I delete a field, drupal deletes it successfully but Drupal displays this error messagesasha-mebel.localStatus messageThe field "Расширенное описание продукта"- field has been deleted from the...
View ArticleUsability: if a user has just failed a login, default their username on...
Currently if a user tries to login and their credentials aren't right they get a prompt to reset their password. They click the link and get to user/password and the form has forgotten their...
View ArticleW: Illegal string offset 'link_path' in shortcut_preprocess_page()
When I work with fields I receive this warning. Illegal offset type errors occur when you attempt to access an array index using an object or an array as the index key.I see this warning is related...
View ArticleTypo in drupal_add_html_head API doc
Just noticed a missing word here: http://api.drupal.org/api/drupal/includes%21common.inc/function/drupal_a..."This function can be called as long the headers aren't sent." should be"This function can...
View ArticleLink module should not say that it supports attributes when it doesn't
The existing core Link module does not actually support attributes -- the widget does not display editing forms for attributes, and if a contrib widget did provide attributes, it looks like the...
View ArticleAdd configuration translation user interface module in core
ProblemDrupal 8 has the configuration schema system with schema files that describe configuration so translatable pieces can be identified. With #1905152: Integrate config schema with locale, so...
View ArticleMoved site to new server, Drupal's menu and other CSS displaying incoreectly
I moved my site to a new server and one of the issues I'm having is that the CSS (well I assume its a CSS problem) for drupal's menu's and other things is not being displayed correctly. Most other...
View ArticleInstance components are not removed from entity display when the...
When you delete an instance, the configuration will not be deleted in the entity displays where it's configured. We need to remove it.
View ArticleViews UI still uses NOT_USED for page callbacks
As of #1845402: Update menu link access checks for new router, NOT_USED isn't specified, and route_name is. Also, it turns out that if you specify that for a MENU_DEFAULT_LOCAL_TASK, it doesn't...
View ArticleRender node fields
How to render node fields through hook form alter, like i have to show the custom drop down field in node edit form which i have made but i want to show the fields from the cck when this custom field...
View Articleviews_handler_field_numeric does not support negative value rendering in...
Some values did not render correctly. Example -0.11 was rendered as a positive value 0.11.Not the greatest patch. But its a start.
View ArticleMake entity subtypes (formerly know as bundles) classed objects
I am the maintainer of Payment, which has two major entity types: payments (content entities) and payment methods (config entities). For the next version of the project, I would like both entity types...
View ArticleExtra field on comment
The problem is that if you make a custom module with too light weight, comment.module erase all extra_field. line 170<?php foreach (node_type_get_types() as $type) { if...
View ArticleSQL parameters bound with PDOStatement::bindParam() ignored.
Src. file: /includes/database/database.inc:2121 Drupal class: DatabaseStatementBase The issue code line:public function execute($args = array(), $options = array()) {... The proposed improved...
View Article