Add a test for a hook implementation that defines a langcode but language...
Follow up for 4. in #1658846-187: Add language support to node access grants and recordsProblem/MotivationIf some hook implementation defines a langcode, but language is off or the language is not...
View ArticleClarify comments mentioning fallback and default saving behavior for langcodes
Follow up for confusing comments in #1658846-187: Add language support to node access grants and recordsProblem/MotivationComments are unclear.Proposed resolutionImprove comments. Maybe by adding a...
View ArticleMake tense of verb in inline comment be Test .. instead of Tests ... (node...
Follow-up for #1658846-187: Add language support to node access grants and recordsProblem/MotivationOriginal node access issue had inline comments using third person verb tense.Proposed...
View ArticleMailkey user_register_admin_created not sending emails
This is my first core issue so I hope I get it right.I have a repeatable problem tested on multiple fresh (core-only) installs of 7.21 (and also 7.10 just to confirm). I can use the php mail() function...
View ArticleProper capitalization in the project name.
According to these:Writing .info files (Drupal 7.x)#1346158: Decide on coding standard for capitalization of module names [policy, no patch]Proper Case should be used. So, "Drupal Core" instead of...
View ArticleLocalReadOnlyStream::stream_open refuses to open a file when 'rb' flag is...
The LocalReadOnlyStream stream wrapper checks that the mode that get passed in with fopen is not trying to open the file in a non read only mode. However, it refuses the 'rb' mode, that is a valid mode...
View ArticleReevaluate the concept of 'extra fields'
In light of the work being done on the unified Entity Field API, is Field API's concept of 'extra fields' still relevant?I don't think I was around Drupal when this was introduced, but it seems to me...
View ArticleChange error reporting to suppress PHP 5.4 Strict Warnings, with 5.3 backward...
My company has recently tried patch all our Drupal 6 sites to be compatible with PHP 5.4As E_STRICT has now become part of E_ALL we were receiving a lot of strict warnings, mostly for Views.In order to...
View ArticleError When Invoking drupal_get_form('search_box') Outside of Search Module -...
Problem/MotivationWhile integrating a search box with a custom global nav, which does not allow for the inclusion of the search block, I unsuccessfully invoked drupal_get_form('search_box'). The...
View Articleform_execute_handlers. Change from $finction( to call_user_func
API page: http://api.drupal.org/api/drupal/includes%21form.inc/function/form_execu...Could we change the submit process? Now it calls $function($form, $form_state); It will be better if we use...
View ArticleDrag-and-drop CKEditor toolbar configuration: rough edges
Provided by wwalc (CTO of CKEditor) at #1894644-39: Unidirectional editor configuration -> filter settings syncing:Styles combo configuration: too restrictive (?), too cryptic error message2) When...
View Article"admin" not valid username
I have been working on a site for a client. When I went to the site today I was logged out. When I went to login as "admin" I was given a invalid username or password. I verified the log in information...
View ArticleAutocomplete fields appear in wrong place for non-admins in page view when...
I'm using Bartik 7.12 with a few CSS adaptations.I've got a page view set up with several exposed fields for taxonomy terms which autocomplete. For "ordinary" users (i.e. anonymous or logged in as...
View ArticleLong error messages break the viewport on narrow screen sizes
The issue should be clear from the screenshot, I think the benefit of being able to see the whole error on one line is out weighed by the disorientation, especially if the errors are constant. Let's...
View ArticleWhen type => MENU_DEFAULT_LOCAL_TASK, ignore a route_name
Ideally this would be obsolete with #1889790: [Meta] Allow modules to register links for menus, breadcrumbs and tabs (if not with hook_menu), but in the meantime, this is a nasty bug.If in your...
View ArticleAdd a test for the contextual link views field
Once #914382: Contextual links incompatible with render cache is in we should have a testcase for this "insane" feature :)
View ArticleAJAX error when changing Field display settings
When I try to hide or show a field in node field display settings, I get:An AJAX HTTP error occurred.HTTP Result Code: 415Debugging information follows.Path: /8-drupal/system/ajaxStatusText:...
View ArticleConvert system/ajax to a route
#1938980: [Regression, needs rollback] Move controller derivation to route enhancers showed that this callback is not converted yet.@TODO Proper issue summary.
View ArticleFigure out how to deal with 'theme callback'
Hook menu allowed items to specify a theme callback which is called to determine the used theme. $items['system/ajax'] = array( 'title' => 'AHAH callback', 'page callback' =>...
View ArticleDots in filename causes file_validate_extensions to give error
When uploading files named such as www.somesite.com_www.google.com.csv using 'file_validate_extensions' => array('csv') - the file is renamed as it is taking the extension not as csv, but i guess...
View Article