Please activate JavaScript in your browser.
?
Success
Success
continuous-integration/travis-ci/pr
The Travis CI build passed
Details
Success
JTracker/HumanTestResults
Human Test Results: 2 Successful 0 Failed.
Details
User tests:
Successful:
Unsuccessful:
Pull Request for Issue # .
Summary of Changes
Changing line 230 of cms.php to handle non-empty, blank messages.
Testing Instructions
The current code, if (!strlen($msg)) still allows blank messages to be added to the messageQue. Changing line 230 to, if (!strlen(trim($msg))) removes whitespace before checking the length, insuring that a message full just spaces won't be added,
sapphireweb
-
open
-
13 Mar 2016
sapphireweb
-
change
-
13 Mar 2016
joomla-cms-bot
-
change
-
13 Mar 2016
zero-24
-
test_item
-
13 Mar 2016
-
Tested successfully
Twincarb
-
test_item
-
13 Mar 2016
-
Tested successfully
brianteeman
-
change
-
13 Mar 2016
Rel_Number
0
⇒
9381
Relation Type
⇒
Pull Request for
brianteeman
-
change
-
13 Mar 2016
Status
Pending
⇒
Ready to Commit
joomla-cms-bot
-
change
-
13 Mar 2016
brianteeman
-
change
-
22 Mar 2016
brianteeman
-
change
-
22 Mar 2016
Status
Ready to Commit
⇒
Fixed in Code Base
Closed_Date
0000-00-00 00:00:00
⇒
2016-04-13 05:23:10
Closed_By
⇒
rdeutz
Labels
rdeutz
-
close
-
13 Apr 2016
rdeutz
-
merge
-
13 Apr 2016
joomla-cms-bot
-
close
-
13 Apr 2016
joomla-cms-bot
-
change
-
13 Apr 2016
Add a Comment
Login with GitHub to post a comment
How to test
JFactory::getApplication()->enqueueMessage(' ', 'error');