500 error after updating from 7.15 to 7.20
These are the two errors that I am getting, please advise.PHP Parse error: syntax error, unexpected $end in *******/staging/includes/bootstrap.inc on line 663File does not exist:...
View ArticleRemove all traces of fallback format concept from the (admin) UI
ProblemThe fallback format concept was originally introduced to allow Filter module to cope with unforeseen edge-case configuration scenarios, but was never intended to be exposed as a configurable...
View ArticleChange site_name into config in userpasswordreset.test and formtest
Change the instances of variable_get to config.
View ArticleConfiguration names do not always begin with the extension that actually owns...
Problem/Motivation#1863512: Move default views into their respective module config directories wants to move views that are owned by other modules to their respective extension directories. For...
View ArticlePDOException: SQLSTATE[22P02]: Invalid text representation: 7 ERROR: invalid...
On postgres 9.1 I have many errors in log that looks like: PDOException: SQLSTATE[22P02]: Invalid text representation: 7 ERROR: invalid input syntax for integer: "ct" LINE 5: WHERE (base.nid IN ('ct'))...
View ArticleAdd file uploading to WYSIWYGs through editor.module
This is a stub issue to hold discussion and ideas while #1879120: Use core dialogs rather than CKEditor dialogs is getting finished up.Right now we have the ability to insert an image into a WYSIWYG...
View ArticleEmpty search error gets cached by Akamai
Using the drupal_set_message to give user feedback on a bad search is undesirable because of the way drupal handles these messages. When using the following - drupal_set_message( [message] , 'error');...
View ArticleClean up EntityUnitTestBase::createUser()
Follow-up of #1893108-33: Convert most entity tests to DrupalUnitTestBase.createUser() shouldn't do two things, should be split in two methods.Handling of uid 1 needs to be discussed.
View ArticleChange entity_form_langcode to the state system.
Change the entity_form_langcode variable to the state system.
View ArticleReplace NodeType Condition to EntityBundle Condition.
Problem/MotivationIf you want to display some blocks on Taxonomy pages, user pages or contact pages there is no way other then writing PHP code. Or you can use url hacks like taxonomy/ or user/* We...
View ArticlePrimary tabs do not work when overlay module is disabled
After installing drupal (latest head) I disabled the overlay module and I noticed that primary tabs stopped working!My screen reader recognizes the title "Primary tabs" and the tabs as plain text, so I...
View ArticleUse original image if uploaded at the correct size
Say I have an image style that scales and crops an image to 100x100.If I upload an image that is already the correct size it still gets processed and re-saved.For JPEGs this results in a small loss of...
View ArticleCursor shouldn't be moved to module search field
When I visit my_drupal_domain/admin/modules the cursor is placed in the "Enter module nameā¦" search field. This field should allow to filter shown modules by their name, but focus shouldn't be placed...
View ArticleAdd translatable string context to Views module name
We need to add a context to some translatable strings.One of the most popular issue is the module name Views that has several meaning in several langues. To make sure we are not going to translate...
View ArticleAdd context to short action names
While I translated a lot of strings in past week I came more an more to the belief that we should add a context to action links.Just one example I found have been:DownloadCould be an action like "Click...
View ArticleFatal error when reordering book pages in book admin
When reordering book pages at admin/content/book/%node, you get the following fatal error: Fatal error: Call to a member function save() on a non-object in core/modules/menu_link/menu_link.module on...
View ArticleMove clear_fields to the query plugin base, as it's maybe used on other query...
Currently clear_fields just exists on the sql query plugin, but it's called on more or less generic code.
View ArticleSaving anything on handlers isn't stored properly
Due to the refactoring in #1919142: Convert Views UI AJAX forms to use FormInterface nothing is stored when you change anything on handlers UI.Reproduce:Add a fieldCreate a label, hit apply and go back...
View ArticleRemove the ajax errors in the UI
There are some places in the code, which uses views_ajax_error, which actually shouldn't be used anymore, and especially aren't helpful anymore, as the views 7 UI works different then the one in d6.
View ArticleDeleted content types leave a bunch of variables behind
A deleted content type leaves behind a bunch of unused persistent variables. With all core modules enabled, I found...
View Article