Feature #17998

Make backend.php the default backend

Added by Ingo Renner over 7 years ago. Updated almost 5 years ago.

Status:Closed Start date:2008-01-15
Priority:Should have Due date:
Assigned To:Ingo Renner % Done:

0%

Category:- Spent time: -
Target version:-
PHP Version:4.3 Sprint Focus:
Complexity:

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)

backend_default_switch.diff Magnifier (4.5 kB) Administrator Admin, 2008-01-15 18:17


Related issues

related to Core - Bug #17692: Javascript Error in new Backend Closed 2008-01-22

History

#1 Updated by Stefano Cecere over 7 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

#2 Updated by Ingo Renner over 7 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.

#3 Updated by Ingo Renner over 7 years ago

committed to trunk

Also available in: Atom PDF