Add a Simple Spambot control in Core
As the number of Drupal sites increases, the number of bots out there will target Drupal sites. There are many ways in contrib to minimize this. However, many of them have their downsides as well.Add...
View ArticleCan't translate taxonomy terms or contact messages
If you enable the translation_entity module, go to admin/config/regional/content-language, and check all of the boxes there you'll get the following two errors:At least one field needs to be...
View Article'entity/node/1' doesn't work correctly after enable rest module.
Problem/MotivationEnable rest module, go to 'admin/config/services/rest', and save content exposed as web service. Go to 'entity/node/1', I get error:Fatal error: Unsupported operand types in...
View ArticleImagecache not working with Private filesystem
I have a completely clean, empty, out of the box Drupal 7-19. No funny settings, data or extra modules. Logged in as User 1, so no priv issues. Using a 'public' filesystem, Imagecache works as...
View ArticleSearch page results in narrow screens
Meta Issue:#1870944: [Meta] Mobile friendly admin pagesProblem/MotivationSearch results both user and nodes are ordered lists. The numbers 1, 2 etc are partly visible in Narrow screens.Admin URL...
View ArticleAlignment of comments in narrow screens
Meta Issue:#1870944: [Meta] Mobile friendly admin pagesProblem/MotivationWhen the comments are large, the comment boxes form long columns in narrow screens. The space utilization and Alignment of...
View ArticleSubjectField & Text formatter block alignment in narrow screens
Meta Issue:#1870944: [Meta] Mobile friendly admin pagesProblem/MotivationSubject Field & Text formatter block in the comment section of the node view pages are misaligned in narrow screens. Admin...
View ArticleText formatter alignment in node/add pages, narrow screens
Meta Issue:#1870944: [Meta] Mobile friendly admin pagesProblem/MotivationText formatter block in the node/add pages are misaligned in narrow screens. Admin URL: node/add/%Proposed resolutionTo be...
View ArticleComment delete and edit to open in overlay
Meta Issue:#1870944: [Meta] Mobile friendly admin pagesProblem/MotivationComment delete and edit to open in overlay, these page need to be similar to node/user edit or delete.Admin URL:...
View ArticleAdd a generic PSR-0 autoloader in Drupal 7 core in order to solve stupid...
Ship a PSR-0 compatible autoloader (for both PEAR code style and newest PHP 5.3 namespaced code). This autoloader needs to be configurable (either at runtime, or in settings.php file), and be up before...
View ArticleClean URLs "Test" seems to fail every time if mod_rewrite not enabled prior...
When trying to test for Clean URLs using:http://yourdomain/?q=admin/config/search/clean-urlsThe test seems to always fail if mod_rewrite was not enabled prior to installation. However, if you enable...
View ArticleNotice: Undefined index: #field_name in file_managed_file_save_upload()
When I add a FAPI managed file field to a non-entity form and upload a file when the sites/default/files directory has insufficient permissions to write I get the following message:Notice: Undefined...
View Articlenumeric optionkeys in select forms don't work as expected, values get replaced
$form['myselect'] = array('#title' => 'My Select','#key_type' => 'associative','#type' => 'select','#options' => array('NORMALKEY' => 'Normal Key','307' => '307', // numeric...
View ArticleRevise Bartik template indentation inline with best practices.
Bartik theme templates are incorrectly indented making readability poor. Revise inline with best practices.<div id="messages"><div class="section clearfix">Should be:<div...
View ArticleMove global comment permissions to field level
Problem/MotivationThe work being done in #731724: Decouple comment.module from node will result in that comments can be used on any entity just by creating a comment field in the same way as adding a...
View ArticleAdd a drupal_build_form() helper for using a method as the callback
Thanks to call_user_func_array(), forms can be built using any callable, not just functions. However, the steps to do this are rather confusing, and it's hard to find examples of how to do it.I think...
View ArticleImage file derivatives need a way for selectable file system or somehow to...
Hello,I am using Drupal as a photo gallery purposes. During building up a site I ended up in deadlock, concerning permissions (public or private file system) of image files and derivatives of them for...
View ArticleSolve Trust issues with Plugin Discovery
Plugin discovery is completely untrustworthy. After a long drawn out conversation in #1851706: Make all core plugin managers be consistent as to whether $this or $this->discovery is passed to the...
View ArticleAdding groupbByConcat support to dbtng
It would be pretty cool to have a groupby_concat() functionality in dbtng.For mysql that's support native, but for pgsql there seems to be quite some workarounds:...
View ArticleWrong config key is used in template_preprocess_views_view_rss
As pointed out in http://drupal.org/node/1757564#comment-7001904 the wrong config key is used by a mistake.
View Article