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 #1

Updated by Martin Kutschker over 16 years ago

Hi Dmitry!

Is this patch any good? The idea is fine, I think.

Actions #2

Updated by Dmitry Dulepov over 16 years ago

I did not look at it yet... First need to finish with realurl updates...

Actions #3

Updated by Martin Kutschker over 16 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'] :

Actions #4

Updated by Tolleiv Nietsch almost 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

Actions #5

Updated by Michael Stucki over 10 years ago

  • Category set to Workspaces
Actions #6

Updated by Michael Stucki over 10 years ago

  • Project changed from 624 to TYPO3 Core
  • Category changed from Workspaces to Workspaces
Actions #7

Updated by Mathias Schreiber about 9 years ago

  • Target version set to 7.5
Actions #8

Updated by Benni Mack over 8 years ago

  • Target version changed from 7.5 to 7 LTS
Actions #9

Updated by Benni Mack over 8 years ago

  • Target version deleted (7 LTS)
Actions #10

Updated by Christian Kuhn over 3 years ago

  • Related to deleted (Feature #15459: option to set filter in Workspace Manager)
Actions #11

Updated by Christian Kuhn over 3 years ago

  • Has duplicate Feature #15459: option to set filter in Workspace Manager added
Actions #12

Updated by Christian Kuhn 8 months 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.

Actions

Also available in: Atom PDF