Actions
Bug #18742
closedClean Up The Clickmenu
Start date:
2008-05-04
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.2
PHP Version:
4.3
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
The cleaner backend does not have a topmenu frame anymore as it was used to be.
There are a lot of functions that were used to check if the topmenu could be used. A few:
- Javascript top.loadTopMenu() -- non existant anymore, maybe we should introduce a small alert ("old extension used, please report to bugs@typo3.org)
- template.php: doc->isCMLayers() => needs to be set to deprecated and set to
- alt_clickmenu.php => Remove unncessary functions
(issue imported from #M8323)
Updated by Benni Mack about 14 years ago
Deprecate and remove all the old code in 4.6, when we use ExtJS clickmenus everywhere, I'd say.
Updated by Chris topher over 13 years ago
- Target version changed from 4.6.0 to 4.6.1
Updated by Chris topher over 13 years ago
- Subject changed from Clean Up The Clickmenu in 4.2 / 4.3 to Clean Up The Clickmenu
Updated by Chris topher about 13 years ago
- Target version changed from 4.6.1 to 4.6.2
Updated by Xavier Perseguers almost 13 years ago
- Assignee deleted (
Benni Mack) - Target version deleted (
4.6.2)
Updated by Benni Mack over 10 years ago
- Assignee set to Benni Mack
- Is Regression set to No
Changed it to:
- Remove alt_clickmenu.php calls, use ajax.php instead.
- Make everything done via jQuery (should be trivial).
- Kick out non-AJAX-code
- Use JSON instead of some proprietary markup.
Updated by Benni Mack about 10 years ago
- Status changed from Accepted to Closed
- Target version set to 7.0
JSON stuff is left out for now, as long as we do have a clickmenu with ExtJS as well.
Actions