DEPRECATION WARNING

This documentation is not using the current rendering mechanism and is probably outdated. The extension maintainer should switch to the new system. Details on how to use the rendering mechanism can be found here.

EXT: TYPO3 Update Check

Author:Kasper Skårhøj
Created:2002-11-01T00:32:00
Changed by:Ole Fritz
Changed:2009-04-23T02:03:44.550000000
Classification:t3updatecheck
Description:The keywords help with categorizing and tagging of the manuals. You can combine two or more keywords and add additional keywords yourself. Please use at least one keyword from both lists. If your manual is NOT in english, see next tab "language" ---- forEditors (use this for editors / german "Redakteure") forAdmins (use this for Administrators) forDevelopers (use this for Developers) forBeginners (manuals covering TYPO3 basics) forIntermediates (manuals going into more depth) forAdvanced (covering the most advanced TYPO3 topics) see more: http://wiki.typo3.org/doc_template#tags ----
Keywords:forAdmins, forIntermediates, maintenance, update, check, cronjob, cli
Email:ole.fritz@gmail.com
Info 4:
Ole Fritz:Ole Fritz
Language:en
ole.fritz@gmail.com:
 ole.fritz@gmail.com

img-1 img-2 EXT: TYPO3 Update Check - t3updatecheck

EXT: TYPO3 Update Check

Extension Key: t3updatecheck

Language: en

Keywords: forAdmins, forIntermediates, maintenance, update, check, cronjob, cli

Copyright 2000-2008, Ole Fritz, <ole.fritz@gmail.com>

This document is published under the Open Content License

available from http://www.opencontent.org/opl.shtml

The content of this document is related to TYPO3

- a GNU/GPL CMS/Framework available from www.typo3.org

Table of Contents

EXT: TYPO3 Update Check 1

`Introduction 3 <#1.1.Introduction|outline>`_

What does it do? 3

Screenshots 3

`Users manual 4 <#1.2.Users%20manual|outline>`_

`Administration 5 <#1.3.Administration|outline>`_

`Configuration 6 <#1.4.Configuration|outline>`_

`Known problems 7 <#1.5.Known%20problems|outline>`_

`To-Do list 8 <#1.6.To-Do%20list|outline>`_

`ChangeLog 9 <#1.7.ChangeLog|outline>`_

Introduction

What does it do?

  • This extension makes it possible to automatically check for new TYPO3 updates against the sourceforge downloadable files.
  • Especially administrators might be interested in this extension, because you can administrate many different TYPO3 installations with a extremely low organizational cost.
  • The extension is based on a cli-module, which can be configured to check sourceforge for new typo3_src packages.
  • In case of new available updates the extension spreads out emails to predefined email-addresses and displays a message on the About Modules Page.

Screenshots

The preferences of the Extension are configured via the Extension Manager.

img-3

Users manual

There is now user manual. Refer to the Administration.

Administration

First of all you get the extension up and running via the Extension Manager. Just import the extension and install it. You will be asked to make some updates to the database.

After installation you have to set up a cronjob. If you have access to a shell and you can configure crontab, then you can add the following lines for example:

0 2 * * * /absolute_path/typo3/cli_dispatch.phpsh t3updatecheck

This will enable your system to run the script every day at 02:00 am. For more information on cronjobs and how to use them check http://en.wikipedia.org/wiki/Cronjob . If you like, you can override the backend conf with some additional attributes. Try to use -S to check only for stable versions or -D to check only for development versions (or combine them).

If you do not have access to the crontab, get in contact with your hosting provider so he might update it for you.

Configuration

There is no configuration via typoscript available for this extension.

Known problems

None at the moment.

To-Do list

None at the moment.

ChangeLog

Create a file "ChangeLog" (see e.g. the extension "cal" as example) to inform about changes or

Use this section to document all the changes through the versions.

9