The HTML code showing up to live when published the content
Hi,I don't know somehow the wording with the styles all showing up after i published the content but it showed well in the editor.( Please see the attached image for what i am talking about!) I tried...
View ArticleCheckboxes default value is ignored by forms system during processing of AJAX...
I am using Drupal 7.17 but I found this bug haven't fixed in 7.x-dev. This issue and fixed are same as issue #1100170.If within code processing AJAX request I set default value of checkboxes this...
View ArticleSecurity issue: YAML Parser Design
Atm, there are no warning cones surrounding the YAML parser, so I have to assume the following weaknesses will lead to a bloodbath during D8's lifetime, unless corrected.Problems:Yaml::parse() accepts...
View ArticleSome config entities do not respect uri callbacks
Block, Shortcut and View config entities do not respect URI callbacks specified via entity info (see the EntityManager class). They directly override Entity::uri() as follow what skips the logic to...
View ArticlePostgreSQL 8.4.13: duplicate key value violates unique constraint...
As also described athttp://drupal.stackexchange.com/questions/59188/error-duplicate-key-valu...I am using PostgresSQL 8.4.13 (with pgbouncer, using Russian UTF8) and the database log file (attached) is...
View Articlecontextual module introduced horizontal scrollbar
#849926: links wrapped in .contextual-links-wrapper divs are not accessible at all via keyboard alone also problems with screen readers introduced a horizontal scrollbar by positioning .contextual off...
View ArticlePostgreSQL 8.4.13: invalid input syntax for integer: "index.php"...
Using Drupal 7.19 with PostgreSQL 8.4.13 I often see following error messages:ERROR: invalid input syntax for integer: "login.php" at character 429STATEMENT: SELECT base.uid AS uid, base.name AS...
View ArticleFigure out how to allow for alignment + underline buttons
Follow-up for #1890502: WYSIWYG: Add CKEditor module to core.See #1890502-105: WYSIWYG: Add CKEditor module to core.1, #1890502-108: WYSIWYG: Add CKEditor module to core, #1890502-109: WYSIWYG: Add...
View ArticleAdd a helper for clearing of multiple (but finite) variations of cache IDs
We've got rid of wildcard cache clears in favour of cache tags. This simplifies the cache backend implementation. However there are some commonly requested cache items that have language variations,...
View ArticleMissing content type in search
Shouldn't if (!empty($result['type'])) { $info['type'] = $result['type']; } be placed around line 124 in search.pages.inc - it has frustrated me endlessly that I cannot out put content types in a...
View ArticleToolbar assets should be loaded before the assets of other modules
Currently, toolbar assets are loading after those of contextual module and other contributed modules.Toolbar module assets should be loaded before any other modules so that core and contributed modules...
View ArticleIncomplete documentation of drupal_mail()
On this page: http://api.drupal.org/api/drupal/includes!mail.inc/function/drupal_mail/7the param $params is described as: $params: Optional parameters to build the e-mail.This fails to mention that...
View ArticleRemove language_init from the array of bootstrap hooks as it no longer exists
hook_language_init() went away in #1899994: Disentangle language initialization from path resolution but it got left in the array of bootstrap hooks, which was just an...
View ArticleRestrict temporary files created by text editors
A recent security audit of top sites revealed that roughly 1% of CMS powered sites expose their database credentials due to temporary files created by text editors. The article mentions that a fairly...
View ArticleError comes when try tu upload an image -
Im using a paid Theme INSPIRON - They have a utilitie to upload background images form admin/appearance/settings/This happen one time I try to upload a image, and my host recomended to give to you the...
View ArticleUse URI dereference to import entity reference fields
Problem/MotivationIn our initial discussions of JSON-LD, we talked about using URI dereference when importing entities to get the data for the entities they reference. Currently work is going on in...
View ArticleSymfony update exposes fatal error during installation due to...
Spin-off from #1894002: Pin dependencies to specific versions in composer.json.That issue is trying to update to Symfony 2.2-BETA2. That Symfony update includes a fix to ContainerBuilder to throw an...
View ArticleRemove views_import_access()
Now that you can't import a view anymore that function is useless.
View ArticleRemove views_include()
This function is only used in a single place, as everything got moved into classes now, so we can drop that one.
View ArticleMove views_get_handler into the handler plugin manager
I think it totally makes sense to replace views_get_handler() by a method on the plugin manager, which then can get the views data injected properly.
View Article