saveDocNew for all tables

Posted by & filed under TYPO3.

The Save & New button allows you to save a record, and be redirected to a form for creating a new one. This saves two clicks for anyone wanting to create two records, one after another. In the past the button was available, but had to be turned on for each specific table. The new… Read more »

excludeFromUpdates

Posted by & filed under TYPO3.

A new state available in ext_emconf.php of extensions allows administrators and developers to set extensions to be protected against updates. When an extension is updated, but local version contains changes made by administrators that they don’t want to be overwritten, the system wide update will protect the extension set as excluded from updates. To make… Read more »

Flickr Stats inaccurate

Posted by & filed under Photography.

Something got my attention today, as I was analyzing traffic to my blog. Looking in Google Analytics I see 4 visits from a Flickr photo I posted a while ago, that has a link to my blog in the description: But when I look on the Flickr stats page for the photo – I see… Read more »

config.fileTarget

Posted by & filed under TYPO3.

New setting allows to control how the internal links to files are targeted. For example, config.fileTarget = _blank will open the file in a new window (or tab in most modern browsers). More info: RFC: Feature #6626: config.fileTarget for link target on files http://bugs.typo3.org/view.php?id=6626

USER to USER_INT conversion

Posted by & filed under TYPO3.

USER content objects are cached with the page. USER_INT object are not. Some plugins may need to operate in both modes, depending on the way they are called, parameters they are issued, or execution path they take. The new option allows to convert the content object into a USER_INT object from USER during execution. Here… Read more »