Project

General

Profile

Actions

Feature #14475

closed

New hook in class.t3lib_tcemain.php after DB ops

Added by David Bruehlmeier over 19 years ago. Updated over 17 years ago.

Status:
Closed
Priority:
Should have
Category:
Backend API
Target version:
-
Start date:
2004-12-30
Due date:
% Done:

0%

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

Description

For extensions that want to synchronize records upon creation/editing of a record through tcemain, it makes sense to have a hook right after the db operations (INSERT/UPDATE) are completed.

The diff is made on the CVS-version 1.4.2
(issue imported from #M650)


Files

diff_1.48_unified-7.txt (1.21 KB) diff_1.48_unified-7.txt Administrator Admin, 2005-04-04 14:51
Actions #1

Updated by Michael Stucki about 19 years ago

To me it is not clear where this hook occurs.
Can you please create a new patch in the "unified" style (= with context).

Just run "diff -u" for this.

Actions #2

Updated by David Bruehlmeier about 19 years ago

The attached file 'class.t3lib_tcemain_1.46_hook.php' includes the hook (line 606-611), based on the CVS version 1.46. The file 'diff_1.46.txt' is a new diff based on the same file. Sorry in case diff doesn't work... I'm on a windows system and I made the patch using WinMerge.

edited on: 06.03.05 20:14

Actions #3

Updated by David Bruehlmeier about 19 years ago

Attached a new diff (hopefully UNIX-style this time...) with a diff for the current CVS-version 1.48 (diff_1.48.txt) and with 7 lines of context (diff_1.48_unified-7.txt)

Actions #4

Updated by Michael Stucki about 19 years ago

Thanks David, the patch is fine and I will confirm as soon as it has been committed to CVS.
- michael

Actions #5

Updated by Michael Stucki about 19 years ago

Resolved, please check CVS HEAD

Actions

Also available in: Atom PDF