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: JB RealURL Regeneration

Created:2010-02-18T17:33:18
Changed:2011-04-21T10:55:57.020000000
Classification:jb_realurl_regeneration
Description:Regenerates the cache of relaUrl for pages, tt_news, tt_products. This can be done manually or via the scheduler.
Keywords:realUrl, decode, cache
Author:Jean-Luc Thirot - Jan Bednarik initial version
Email:suport.typo3@vd.ch
Info 4:
Language:en

img-1 img-2 EXT: JB RealURL Regeneration - jb_realurl_regeneration

EXT: JB RealURL Regeneration

Extension Key: jb_realurl_regeneration

Language: en

Keywords: realUrl, decode, cache

Copyright 2000-2010, Jean-Luc Thirot - Jan Bednarik initial version, <suport.typo3@vd.ch>

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: JB RealURL Regeneration 1

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

What does it do? 3

Screenshots 3

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

Manual regeneration 4

Scheduler 4

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

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

TypoScript reference 6

FAQ 6

`Tutorial 7 <#1.5.Tutorial|outline>`_

Tests 7

`Known problems 8 <#1.6.Known%20problems|outline>`_

`To-Do list 9 <#1.7.To-Do%20list|outline>`_

`ChangeLog 10 <#1.8.ChangeLog|outline>`_

Versions 10

Introduction

What does it do?

  • Sometimes you need to i.e. rename a page, but the URL stays the same until you delete everything from the tx_realurl_pathcache table. But after that links to sub pages don't work until they are again generated.With this extension you can delete everything from the tx_realurl_* pages and generate all links again at once.
  • With the current version of realurl (2011), realurl is able to retrieve the page ID form the URL. But is seems not always the case for tt_news and tt_products.
  • Schedluer capability was added to the extension in mars 2011.
  • Basyi language support for tt_news and tt_products.
  • I am not sure if this version is working with a previous version of the extension. So check your page with the plugin.
  • Credit goes to Jan Bednarik (info@bednarik.org) for the initial version of the extension.
  • This extension is made for the administration of a site.

Screenshots

img-3

Users manual

Manual regeneration

  • Install the plugin on a protected page.
  • Logout from the backend or the cache is not generated

Scheduler

img-4

Administration

Configuration

TypoScript reference

  • # remove the delete function for The manual modeplugin.tx_jbrealurlregeneration_pi1.disable_delete=1
  • See in extension the setup.txt file.

FAQ

Tutorial

Tests

  • Check if the multidomain is working with your configuration of realurl
  • Check the table tx_realurl_uniqalias for tt_news, tt_products
  • Check languages

Known problems

  • Some labels are in french and/or not really correct
  • The manual generation can index only the current host/domain verify how it works with your configuration
  • The CLI mode is not multidomain

To-Do list

  • Add more configuration like genLanguages
  • Add phpDoc comment in the code
  • Verify XSS and ( SQL Injection checked)
  • Add localization
  • Add multidomaine
  • Remove deprecated code
  • Remove support for the cron and remove the hook for realUrl
  • Don't spent to much time. The decode functions would be implemented in realUrl
  • Add TYPO3 Forge link to your project

ChangeLog

Versions

((Unknown Property))

Version

Changes

((Unknown Property))

Version

Changes

3.0.1

Version

3.0.1

Changes

Update the documention to make it compatible with the TER

3.0.0

Version

3.0.0

Changes

Version 2011

1.x.x

Version

1.x.x

Changes

First version made by Jan Bednarik

((Unknown Property))

Version

Changes

img-2 10