Feature #16445
closedOption: only show my changes for workspace-view
0%
Description
The workspace-view of TYPO3 by default only offers a view of all changes users have made in the workspace. For a user it is not possible to find out which pages etc. he/she themselves has changed. The attached patch adds a new checkbox to the top of the workspace-view from the user-menu. Checking this checkbox removes all content-elements not
Technically speaking, the patch just checks for the cruser_id being the uid of the current user when displaying the user's own changes. All versionized records are created with the uid of the user editing the record, so the cruser_id can serve as a source for the editor. Of course it is not possible to gather information about all people who have edited the record.
This of course requires all versionized tables to have a field cruser_id - tt_content by default doesn't have. So the patch from bug #3997 is required for this patch to work.
Patch-files for lang and l10n:de are also attached.
(issue imported from #M3998)
Files
Updated by Martin Kutschker about 17 years ago
Hi Dmitry!
Is this patch any good? The idea is fine, I think.
Updated by Dmitry Dulepov about 17 years ago
I did not look at it yet... First need to finish with realurl updates...
Updated by Martin Kutschker about 17 years ago
The patch has a small flaw:
? ' AND A.cruser_id='.$limit_cruser :
should be
? ' AND A.cruser_id='.$limit_cruser : $TCA[$table]['ctrl']['cruser_id'] :
Updated by Tolleiv Nietsch over 13 years ago
- Category deleted (
Miscellaneous) - Status changed from New to Accepted
- Target version deleted (
0) - TYPO3 Version changed from 4.0 to 4.6
Patches outdated of course but still a nice idea
Updated by Michael Stucki almost 11 years ago
- Project changed from 624 to TYPO3 Core
- Category changed from Workspaces to Workspaces
Updated by Benni Mack about 9 years ago
- Target version changed from 7.5 to 7 LTS
Updated by Christian Kuhn almost 4 years ago
- Related to deleted (Feature #15459: option to set filter in Workspace Manager)
Updated by Christian Kuhn almost 4 years ago
- Has duplicate Feature #15459: option to set filter in Workspace Manager added
Updated by Christian Kuhn about 1 year ago
- Status changed from Accepted to Closed
Hey.
I hope it's ok to close here - nobody worked on this and it has not been requested by others. If still needed, let's have a fresh issue.