User tests: Successful: Unsuccessful:
Do not put a PHP warning message if the type of the enqueueMessage is not defined in the template.
Oops sorry this should not have been closed but please
After submitting the item to the Joomlacode tracker, add a link to the Joomlacode tracker item here and make sure that you add a link to this GitHub issue or pull request on the joomlacode tracker item.
Yeah I know that it is better to create an issue in joomlacode, I just didn't have the time to when I submitted the patch. I didn't want to loose a conference during the JWC ;-)
Bug confirmed on joomlacode.
But I think a better fix will be to:
update the new "redirect" function in cms/application/cms.php
// Set the message type if present
if (isset($args[2]) && !empty($args[2])) {
....
} else {
.... $type = null ======> Instead of $type = "message";
}
and replace $type = null to $type = "message".
This will be better for backward compatibility.
Where do we stand here?
Thanks for your contribution - At this time we are only using github as the place to submit code fixes, the actual reporting of issues and testing fixes is still taking place on Joomlacode.
Please can you:
1) Open an item on the Joomlacode tracker in the appropriate area.
CMS Bug Reports: http://joomlacode.org/gf/project/joomla/tracker/?action=TrackerItemBrowse&tracker_id=8103
CMS Feature Requests: http://joomlacode.org/gf/project/joomla/tracker/?action=TrackerItemBrowse&tracker_id=8549