PDOException: SQLSTATE[40001]: Serialization failure: 1213 Deadlock found...
Hi, get these errors several times a day, I am using innodb.PDOException: SQLSTATE[40001]: Serialization failure: 1213 Deadlock found when trying to get lock; try restarting transaction: DELETE FROM...
View ArticleMove _views_file_status() into a autoloadable place
Problem/MotivationWhile working on #2005166: Create simple file listing under admin/content/file we had to move _views_file_status() from file.views.inc to file.module due to loading problems.Proposed...
View ArticleFollow-up use better technique for vertical centering
This is a follow-up issue of #1337554: Develop and use separate branding for the installer.Hey guys, great work but I don't like the how how the vertical aligning was solved. There is a much better...
View ArticleCan't install Drupal 8
Hello,i'm trying a fresh install of D8 to see if i can help, but i can't even go past the installation process.After unpacking, at step 1/7 and 2/7 i get the following warnings:Warning: Invalid...
View ArticlePATCH and POST should return 400 on NULL bodies
If the request body is empty (NULL) of an incoming request then the REST entity resource plugin should return a 400 bad request error. It simply does not make sense to have empty bodies on PATCH or...
View Articledrupal_get_css() should return early if $css is empty.
As I discovered in comment #58 in #2005970: In renderable arrays, #type should provide a #theme suggestion, similar to how drupal_prepare_form() works, drupal_get_css() will try to process an empty...
View ArticleAdd views support for the missing columns of node_field_revision
These columns are defined by hook_schema but not in hook_views_data for node_field_revision:langcodedefault_langcode (I don't think this is necessary)revision_timestampcreatedcomment (I don't think...
View ArticleFieldsets in views modals don't look good
If you look at https://drupal.org/node/1831080#comment-7606671 you see that the fieldsets are a bit broken, unsymetric etc.
View ArticleRemove all Opera-related code
So Opera is moving to the blink rendering engine. Meaning that -o* and opera-specific JS will be useless at best and will most likely break.Opera blink is available on phones and windows. Mac and linux...
View ArticleFatal error: Call to a member function getKey() on a non-object
I have Drupal 7.21 installation based on 2 web servers (Red Hat Linux, Apache, PHP, MySQL, APC). Servers have same configuration, code base and work with same database. I get this error from time to...
View ArticleNew installer sidebar not properly RTL
ProblemThe sidebar should be on the right in RTL, not like this:AttachmentSizeStatusTest resultOperations_Ù„Ø§ØØ©_تركيب___Drupal.png96.81 KBIgnoredNoneNone
View ArticleTypo in field.api.php
In field module, inside field.api.php (also visible in docs) there is a typo in documentation.
View ArticleMove PhpStorageFactory to Core
From #1929270: [meta] Drupal-agnostic components should not be calling Drupal functions.Stuff in Component shouldn't have Drupal-specific assumptions, PhpStorageFactory is specific to Drupal core so it...
View ArticleMove CSS files into css directory
ProblemSeven is the only theme which hasn't a 'css' directory where the CSS files are. Is there a reason for that? I thought that all modules and themes should have the CSS in a 'css' directory.I...
View ArticleDate format of the "Authored on" field produces an invalid default value and...
Problem/MotivationNoted by dcmistry while setting up a usability testing site:In this screenshot, the Authored on date field has an invalid default value, resulting in a form error on...
View ArticleConvert theme registry to CacheCollector
This is an internal API that is almost exclusively used within theme(), see #1886448-115: Rewrite the theme registry into a proper service.
View ArticleContextual links broken because of js error
line 86 of contextual.js: Uncaught TypeError: Cannot read property 'top' of undefined then contextual links are useless at this point.not sure what where why but here is a patch to fix...
View ArticleMessages area is rendered when no messages are present.
Problem/MotivationThe gray messages area (as seen in Bartik) is present when no messages are present.This is a follow-on issue to #2004286: Defer calls to drupal_get_* functions until printed inside a...
View ArticleAdd per-page caching of filtered and rendered tours
Updated: Comment #0Problem/MotivationTour module loads all tour config entities on every page and then filters them down to those required for that page. As these are relatively static objects they...
View ArticleRevisit various PluginBags and consider improving API
First there was DisplayBag for Views, it was abstracted into PluginBag. Now we have: TipsBag (for Tours) FilterBag (for Formats) BlockPluginBag (for Blocks) ActionBag (for Actions)and after #1821854:...
View Article