Project

General

Profile

Actions

Feature #20858

closed

Add support for flash messages in the backend

Added by Ingo Renner over 14 years ago. Updated over 13 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
-
Target version:
-
Start date:
2009-08-10
Due date:
% Done:

0%

Estimated time:
PHP Version:
4.3
Tags:
Complexity:
Sprint Focus:

Description

Currently there's no nice way to show notices, information, success, warning, or error messages to the user.

In the ruby on rails world they have a thing they call flash messages. Introducing these to the TYPO3 backend also gives us a nice way to show mentioned messages.

The icons need to be placed in typo3/gfx/

Usage example (backend module context):

$flashMessage = t3lib_div::makeInstance(
    't3lib_FlashMessage',
    $message, $title, $severity
);
$this->doc->pushFlashMessage($flashMessage);

(issue imported from #M11684)


Files

information.png (778 Bytes) information.png Administrator Admin, 2009-08-10 15:35
ok.png (781 Bytes) ok.png Administrator Admin, 2009-08-10 15:36
warning.png (666 Bytes) warning.png Administrator Admin, 2009-08-10 15:36
error.png (23.3 KB) error.png Administrator Admin, 2009-08-10 15:36
Picture.png (20.2 KB) Picture.png Administrator Admin, 2009-08-10 15:37
T3X_messages-1_0_0-z-200908122014.t3x (7.44 KB) T3X_messages-1_0_0-z-200908122014.t3x Administrator Admin, 2009-08-12 20:14
11684.diff (10.1 KB) 11684.diff Administrator Admin, 2009-08-12 20:19
11684_v4_final.diff (10.6 KB) 11684_v4_final.diff Administrator Admin, 2009-08-25 11:21

Related issues 6 (0 open6 closed)

Related to TYPO3 Core - Bug #20602: Use CSS classes for warning/error/notes/success-section-icons in Install ToolClosedBenni Mack2009-06-09

Actions
Related to TYPO3 Core - Bug #20923: Change existing warning boxes to use flash messagesClosedIngo Renner2009-08-25

Actions
Related to TYPO3 Core - Bug #20924: Change existing messages in the Template Object Browser top use flash messagesClosedIngo Renner2009-08-25

Actions
Related to TYPO3 Core - Bug #21213: Use flashmessages to display messages in fileadminClosedRupert Germann2009-10-09

Actions
Related to TYPO3 Core - Bug #21198: Use flashmessages to display messages from tcemainClosedRupert Germann2009-10-07

Actions
Related to TYPO3 Core - Bug #21235: Double display of flashmessagesClosedRupert Germann2009-10-11

Actions
Actions #1

Updated by Ingo Renner over 14 years ago

committed to 4.3 trunk in r5816

Actions

Also available in: Atom PDF