Project

General

Profile

Actions

Feature #17998

closed

Make backend.php the default backend

Added by Ingo Renner over 16 years ago. Updated almost 14 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
-
Target version:
-
Start date:
2008-01-15
Due date:
% Done:

0%

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

Description

now that the backend.php is mostly finished it is time to make it the default backend

The attached patch takes care of making backend.php the default backend. For those who want to stay with the old one (alt_main.php) it introduces backend_old as new interface, this can then be set using the install tool.
(issue imported from #M7163)


Files

backend_default_switch.diff (4.51 KB) backend_default_switch.diff Administrator Admin, 2008-01-15 18:17

Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #17692: Javascript Error in new BackendClosedIngo Renner2008-01-22

Actions
Actions #1

Updated by Stefano Cecere over 16 years ago

using backend.php we miss he top frame, right?

how .. where will extdeveval load it's little top menu?

(now it does't get shown...)

stefano

Actions #2

Updated by Ingo Renner over 16 years ago

extdeveval's top frame menu will indeed not work with backend.php, that's something we need to trade in for the cleaner backend. Instead the backend allows extensions to place so called toolbar-items into that area (toolbar). So extdeveval could be modified to provide such a toolbar-item with drop down menu.

Actions #3

Updated by Ingo Renner over 16 years ago

committed to trunk

Actions

Also available in: Atom PDF