Project

General

Profile

Actions

Feature #19992

closed

Check for Extension Updates: Update Information should be written to sys_log

Added by Daniel Krupke about 15 years ago. Updated over 9 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Extension Manager
Target version:
-
Start date:
2009-02-10
Due date:
% Done:

0%

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

Description

If you install/remove an extension this is always logged to sys_log table. Example: "Extension list has been changed, extension xyz has been removed/installed."

IMHO this functionality should also be provided for extension updates in Extension Manager. This would be a great feature to follow the update history.

The log entry could be saved like this: "Extension xyz has been updated/changed from version 1.0.0 to version 1.2.5."

(issue imported from #M10398)

Actions #1

Updated by Jonas Felix almost 15 years ago

This realy should be logged...

Actions #2

Updated by Jonas Felix almost 15 years ago

I could not found any sys_log insert calls in the em/ module. Where does the extension manager log anything? I would like to patch that!

Actions #3

Updated by Martin Kutschker almost 15 years ago

eg line 2047 $GLOBALS['BE_USER']->writelog(5,1,0,0,'Extension list has been changed, extension %s has been %s',array($extKey,($this->CMD['load']?'installed':'removed')));

Note that this is buggy this way because two different messages (installed and emoved) have the same msg no. So while you're at it you could start with a bug fix that creates the new messages 5.1.1 and 5.1.2 for installing and removing as a starter. And please add the version number in the new log message.

Actions #4

Updated by Chris topher almost 14 years ago

@ Jonas: Still interested in providing a patch?

Actions #5

Updated by Susanne Moog over 12 years ago

  • Status changed from Needs Feedback to New
  • Target version changed from 0 to 4.7.0
  • Complexity set to medium
Actions #6

Updated by Steffen Ritter about 12 years ago

  • Target version deleted (4.7.0)
Actions #7

Updated by Alexander Opitz almost 11 years ago

  • Status changed from New to Needs Feedback

As this report is very old, is the handling in newer TYPO3 CMS Versions (like 6.0/6.1) more like you expect it?

Actions #8

Updated by Alexander Opitz over 10 years ago

  • Status changed from Needs Feedback to Closed

No feedback for over 90 days.

Actions #9

Updated by Jonas Felix over 10 years ago

  • Status changed from Closed to New

This is still a needed request. It's still not solved.

Actions #10

Updated by Susanne Moog almost 10 years ago

  • Status changed from New to Accepted
Actions #11

Updated by Mathias Schreiber over 9 years ago

  • Status changed from Accepted to Closed

Taken into account in #63909.
The issues are not linked on purpose, so the refactoring ticket does not get bloated with relations.

Actions

Also available in: Atom PDF