Bug #18092
Have a list of open and recently edited documents
| Status: | Closed | Start date: | 2008-02-01 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | Benjamin Mack | % Done: | 0% |
|
| Category: | - | |||
| Target version: | - | |||
| TYPO3 Version: | 4.2 | Complexity: | ||
| PHP Version: | 4.3 | |||
| Votes: | 0 |
Description
In the backend we only have this quite useless module "open Documents" which allows you to edit every opened document.
I already abstracted the functionality into a sysext "opendocs". With my new patch, it now adds an icon to the top that loads the list of opened documents through AJAX. It also shows the list of recently edited (= just closed) documents in there. This list will even stay there after login/logout, which is quite nice.
Formatting could be done at a later stage as well, the functionality is built-in here.
(issue imported from #M7346)
Related issues
| duplicates Core - Feature #18071: Move 'Open Documents' to Header in the BE | Closed | 2008-01-29 |
History
Updated by Benjamin Mack over 5 years ago
New patch with Ingo's additions.