Project

General

Profile

Actions

Feature #16445

closed

Option: only show my changes for workspace-view

Added by Andreas Wolf over 17 years ago. Updated 8 months ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Workspaces
Target version:
-
Start date:
2006-08-08
Due date:
% Done:

0%

Estimated time:
PHP Version:
4.3
Tags:
Complexity:
Sprint Focus:

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

3998.patch (3.84 KB) 3998.patch Administrator Admin, 2006-08-08 16:08
3998_de.patch (1.16 KB) 3998_de.patch Administrator Admin, 2006-08-08 16:08
3998_l10n.patch (629 Bytes) 3998_l10n.patch Administrator Admin, 2006-08-08 16:08

Related issues 2 (0 open2 closed)

Related to TYPO3 Core - Feature #16444: Add fields cruser_id and crdate to table tt_content.ClosedIngo Renner2006-08-08

Actions
Has duplicate TYPO3 Core - Feature #15459: option to set filter in Workspace ManagerClosed2006-01-20

Actions
Actions

Also available in: Atom PDF