Feature #32152
closedFeature #32077: Refactor the clipboard
Make Clipboard available via ExtDirect
0%
Description
Currently all actions to the clipboard are routed via alt_clickmenu.php or clipboard.php or db_list reload as urlparameters. The clipboard than processes the url-parameters, and the module which requested the change is rendered again.
Since we have a extracted Clipboard-Data-Structure this is not needed anymore.
Provide the Clipboard-Backend directly via ExtDirect and rewrite all calls to the clipboard like, copy, cut etc, directly to ExtDirect (especially from context-menu like in page-tree).
This removes much duplicated code spread over several modules as well as it enables faster be-reactions (less reloads needed)
Updated by Steffen Ritter about 13 years ago
- Start date changed from 2011-11-29 to 2011-11-30
Updated by Oliver Hader about 13 years ago
- Target version changed from 4.7.0-alpha2 to 4.7.0-alpha3
Updated by Steffen Ritter almost 13 years ago
- Target version changed from 4.7.0-alpha3 to 4.7.0-beta1
Updated by Steffen Ritter almost 13 years ago
- Status changed from New to On Hold
Updated by Steffen Ritter almost 13 years ago
- Target version deleted (
4.7.0-beta1)
Updated by Benni Mack about 10 years ago
- Status changed from On Hold to Rejected
Sorry, won't be done this way. With the new clipboard concept, this one gets solved differently within CMS7.