Date Picker field has as opposed to and no Asterisk for Required Field
I am working on a system that has several "date" fields, and the "Label" for it is actually a legend. When marked as "required", no red asterisk shows on the form entry. The attached is an image of the...
View ArticleEnsure that conditions work with no context available
Just clicking around today I noticed that the conditions don't work if you don't have any nodes. I realize this is an edge case, but if people start mimicking core conditions, they'll hit more...
View ArticleRemove entity_load_unchanged() call from...
Follow-up from #1919322: Change notice: entity_load_unchanged() should be part of the storage controller.We can now remove the entity_load_unchanged() call from...
View ArticleAdd a hook_requirements() error to nag people to turn the...
In light of http://drupal.org/drupal-7.21-release-notes and Drupal 7.20 before that, I think this would be a good idea. We expect some sites to be using this variable for a little while longer, but...
View ArticleFatal error: Exception thrown without a stack frame in Unknown on line 0
Hi can someone help me. I've moved my site from live to localhost and whenever I'm trying to log in as admin, I receive this error:Fatal error: Exception thrown without a stack frame in Unknown on line...
View ArticleConvert Graph tests to phpunit
Here's an easy one to start.AttachmentSizeStatusTest resultOperationsgraph-phpunit.patch4.25 KBIdlePASSED: [[SimpleTest]]: [MySQL] 52,414 pass(es).View details | Re-test
View ArticleConvert PhpStorage tests to phpunit
This one required changing the path it uses to a temporary path. Even if that's not 100% right, we should figure that out because its the only thing preventing it form working outside a drupal...
View ArticleConvert timer_* to a utility class and convert tests to phpunit
This patch moves the timer_* functions to a utility class so it can be unit tested outside of drupal, and converts the existing test to phpunit.The original test was waiting way too long (4 seconds)...
View ArticleCant attach entity reference fields to EntityNG
To reproduce: Go to Basic custom block type fields management and try to add an entityreference field...Notice: Undefined index: type in Drupal\Core\TypedData\TypedDataManager->create() (line 131 of...
View ArticlephpUnit fails on Windows
Problem/MotivationSince phpUnit testing is enabled in the simpletests module the testing is broken under windows. This because the current integration of phpUnit works on unix plattforms only.Proposed...
View ArticleLogin issues with multiple sites in the same domain (session cookie...
Hi, my problem is very similar to http://drupal.org/node/56357 just a new version of drupal. I have several different sites under one domain behind a proxy: example.com/site1 ($base_url =...
View Articlemodule_invoke_all() & module_invoke() should mention limitations with passing...
API page: http://api.drupal.org/api/drupal/includes%21module.inc/function/module_i...The gist of this comment http://api.drupal.org/comment/35778#comment-35778 should be added to the docs for both...
View Articleimage.module uses file_create_url() incorrectly
The Drupal 7.20 security release introduced this change:- return file_create_url($uri);+ $file_url = file_create_url($uri);+ // Append the query string with the token.+ return $file_url ....
View ArticleConfiguration language selectors should have English even if English is not...
Problem/motivationFor any configuration that is shipped with Drupal core, they will be shipped in English. It is possible that a foreign language site will not use English at all (it is not added in...
View ArticleImage upload not working - IF - the upload button is used.
Weird error Drupal: 7.21 All modules updated I have created a form for anonymous to upload an image. If they use the upload button, the image is not uploaded. BUT if they just submit, the image is...
View ArticleImplement a sane storage default mapping
Problem/MotivationDatabaseStorageControllerNG accesses field properties hardcoded in following...
View ArticleEnsure CKEditor only allows what the text format allows (to guarantee...
CKEditor 4.1 RC was just released, which announces the availability of the new Advanced Content Filter (ACF) functionality. This functionality was introduced to address Leverage CKEditor's Advanced...
View ArticleDocumentation incorrect regarding #empty_value ('anything except NULL' is...
API page: http://api.drupal.org/api/drupal/developer!topics!forms_api_reference.html/7The 'values' section for #empty_value states "Values: Defaults to empty string. Can be anything except NULL." --...
View Articlephpunit fails on MAMP
The error is this:Warning: file_get_contents(~/sites/default/files/simpletest/phpunit-2.xml) [function.file-get-contents]: failed to open stream: No such file or directory in...
View Article