Task #62893
closedRefactor flashmessages.js to match severities from PHP flashMessages
Added by Frank Nägler about 10 years ago. Updated about 7 years ago.
100%
Updated by Gerrit Code Review about 10 years ago
- Status changed from Accepted to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/34029
Updated by Gerrit Code Review about 10 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/34029
Updated by Frank Nägler about 10 years ago
Test-JavaScript-Code:
TYPO3.Flashmessage.display(TYPO3.Severity.notice, 'Notice', 'Test-Notice'); TYPO3.Flashmessage.display(TYPO3.Severity.information, 'Information', 'Test-Information'); TYPO3.Flashmessage.display(TYPO3.Severity.info, 'Info', 'Test-Info'); TYPO3.Flashmessage.display(TYPO3.Severity.ok, 'OK', 'Test-OK'); TYPO3.Flashmessage.display(TYPO3.Severity.success, 'Success', 'Test-Success'); TYPO3.Flashmessage.display(TYPO3.Severity.warning, 'Warning', 'Test-Warning'); TYPO3.Flashmessage.display(TYPO3.Severity.error, 'Error', 'Test-Error');
Updated by Gerrit Code Review about 10 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/34029
Updated by Gerrit Code Review about 10 years ago
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/34029
Updated by Gerrit Code Review about 10 years ago
Patch set 5 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/34029
Updated by Gerrit Code Review about 10 years ago
Patch set 6 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/34029
Updated by Gerrit Code Review about 10 years ago
Patch set 7 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/34029
Updated by Gerrit Code Review about 10 years ago
Patch set 8 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/34029
Updated by Gerrit Code Review about 10 years ago
Patch set 9 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/34029
Updated by Gerrit Code Review about 10 years ago
Patch set 10 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/34029
Updated by Gerrit Code Review about 10 years ago
Patch set 11 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/34029
Updated by Gerrit Code Review about 10 years ago
Patch set 12 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/34029
Updated by Gerrit Code Review almost 10 years ago
Patch set 13 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/34029
Updated by Gerrit Code Review almost 10 years ago
Patch set 14 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/34029
Updated by Frank Nägler almost 10 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset ee6c0772e07d756b9a921715f624c73950215705.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed