Remove from MAINTAINERS.txt
This has been a long time coming - I've not lived up to the task (probably pissed off a host of folks in the process) and should be taken out until I can show myself to be an active participant.My...
View ArticleAdd hook_field_storage_pre_delete
It can sometimes be useful to be able to stop the field storage system from doing deletes when it doesn't need to via a hook_field_storage_pre_delete.
View Articleuser_filters() shows permission machine names rather than human labels, and...
if ($permissions = $function('permission')) { asort($permissions); foreach ($permissions as $permission => $description) { $options[t('@module module', array('@module' =>...
View ArticleSession is Active error message
HII have a site www.waterbeyondborders.net. everything was working properly 2 days back. Today when I opened the site it dosplays a warning"Warning: ini_set() [function.ini-set]: A session is active....
View ArticleAbility to close SQLite database
I'm working on a project that require closing sqlite database to remove the database. However, it is not possible with current Drupal code.According to PHP document, you close the database as soon as...
View ArticleProvide helpful editing links on "admin/structure/block" for different blocks...
As raised on #1938062-54: Convert the recent_comments block to a view it might be really useful to provide additional dropdown links on the block overview page.Some examples could be an edit link for a...
View ArticleEnable insecure image derivatives by role
Could this be enabled per role or per style like in Drupal 6 imagecache?
View Articleform type checkboxes not working
After updating Drupal version 6.26 to 6.28 checkboxes form exposed_form stopped working after changing the type field select to checkboxes. Probably changed the wrong field checkboxes return values.
View Article[meta] Convert use of global $var to in settings.php to the Settings singleton
Problem/MotivationSince #1833516: Add a new top-level global for settings.php - move things out of $conf / http://drupal.org/node/1882698 we should be using the new Settings API for low level and...
View ArticleAllow to use xpath on drupal unit tests/unit tests
On #1821844: Aggregator views integration I wanted to test the actual output generated by a feed, so I though hey let's use DUTB but just the content. There is no issue with that in general beside the...
View ArticleHow to add custom views handler string.
Hi i am new to drupal community please guide me thanks in advance, I am working on project where i need to create a view and add custom filter with select list which will have two options. Problem in...
View ArticleDeleting Aggregator category does not delete item/category mapping
Here's what happens:Enable AggregatorCreate 3 categoriesCreate 2 feeds, each of which by default allocates items to a category (the third category is allocated by hand)Load items into the two feeds,...
View ArticleDrupal doesn't take into consideration the new "Public file system path"
After changing "Home » Administration » Configuration » Media » File System » Public file system path" value the new path is not used. Drupal still uses the old path. For...
View ArticleName the page that lists block plugins, now: Blocks and Add Blocks, better:...
Problem/MotivationI did not understand what this list was. I thought it was a list of blocks. The list of blocks is really block instances. The "add block" button there goes to a list of block plugins,...
View ArticleHave block filter indicate list is filtered on block add page
Problem/MotivationI did not notice that my custom block was added to this page. I also did not notice that I could filter by module... once that was pointed out to me, and I tried it, I thought, that...
View ArticleCan't edit nodes with entity reference fields
I get this when trying to edit an existing node with a populated entity reference w/ an autocomplete widget:Error messageInvalidArgumentException: Property revision_id is unknown. in...
View Articleuse the block instance title on the block admin listing
Problem/MotivationThere are the things in the Add blocks page (Block library listing) which are block plugins. Those hold the description and the body. (for custom block, basic block type). Then there...
View ArticleComments shown multiple times with pager
When a comment is made on my site, it shows 13 pages of comments - and each page has this one comment. It shouldn't use a pager since there is only one comment on the node (and it should only page...
View ArticleTimeInterval plugin should not handle empty values
It's unexpected behavior. This plugin evaluates NULL values to zero.
View Articleinplace dropbutton on block instance needs to identify which action effect...
Problem/MotivationThere are the things in the Add blocks page (Block library listing) which are block plugins. Those hold the description and the body. (for custom block, basic block type). Then there...
View Article