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: WES Extension Utilities

Author:Kasper Skårhøj
Created:2002-11-01T00:32:00
Changed:2009-04-09T10:18:57.700000000
Classification:wes_utils
Keywords:forAdmins
Author:Weber eBusiness Services
Email:
Info 4:
Language:en

img-1 img-2 EXT: WES Extension Utilities - wes_utils

EXT: WES Extension Utilities

Extension Key: wes_utils

Language: en

Keywords: forAdmins

Copyright 2009, Weber eBusiness Services

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: WES Extension Utilities 1

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

What does it do? 3

`Administration 4 <#1.2.Administration|outline>`_

`To-Do list 5 <#1.3.To-Do%20list|outline>`_

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

`Notes for developers 8 <#1.5.Notes%20for%20developers|outline>`_

Introduction

What does it do?

This extension is required by all extensions of Weber eBusiness Services and provides basic function libraries. wes_uitils itself does not have any functionality. Therefore it neither modifies backend/frontend nor creates additional plugins.

Administration

Simply install the extension and you're done. No further configuration necessary.

To-Do list

Nothing to report. Party time!

ChangeLog

Changes in wes_utils 2.4.5

Added extension manual

Changes in wes_utils 2.4.4

wes_pibase::setImage() now supports flexible image configs to render images

Changes in wes_utils 2.4.3

added class.tx_wesFlexformHelp.php

Changes in wes_utils 2.4.2

Added full UTF-8 support to wes_pibase::sortArray()

Changes in wes_utils 2.4.1

  • URIs of wes_pibase::setRelation() and wes_pibase::setSimpleRelation() now support comments extension
  • wes_pibase::setRelation() now supports a user specified callback function to manipulate every single relation record

Changes in wes_utils 2.4.0

  • Added wes_pibase::shorten()
  • Added wes_pibase::conf()
  • Added ext_conf setting to enlarge header field of tt_content elements
  • wes_pibase::sortArray() now also works with UTF8 special chars
  • wes_pibase::setImages() now support standard TYPO3 zoom links

Changes in wes_utils 2.3.0

  • Added wes_pibase::getCheckboxSelection()
  • Added wes_pibase::getCommaList()

Changes in wes_utils 2.2.1

  • wes_pibase::setStdMarker() now supports typolink arrays as url parameter
  • Added XCLASS definition to class.wes_bebase.php

Changes in wes_utils 2.2.0

Added method currentURL() to wes_pibase

Changes in wes_utils 2.1.0

Added field $extConf to class wes_pibase

Changes in wes_utils 2.0.2

  • Minor non-critical bugfixes
  • Added sqlEscape() to wes_pibase

Changes in wes_utils 2.0.1

First upload to TER

Changes in wes_utils 1.3.3

wes_pibase::setImages() now includes a marker to download the image in full size

Changes in wes_utils 1.3.2

wes_pibase::setFiles() now deleted the marker in the template if no files are given

Changes in wes_utils 1.3.1

Modified setStdItemMarker() in wes_pibase to handle multiple values respectively arrays of values

Changes in wes_utils 1.3.0

  • Introduced new class wes_bebase providing basic functionality for backend modules similar to what is wes_pibase doing for frontend plugins
  • Added method redirect() to wes_pibase
  • Added mail attribute to wes_pibase
  • Added setFiles() to wes_pibase
  • Added new paramters $image_field and $marker_name to setImages() in wes_pibase
  • Added new parameter $image_field to getImageDescriptions() in wes_pibase
  • Added method getUniqueFileName() to wes_pibase

Changes in wes_utils 1.2.1

Modified method setImages() in wes_pibase to display multiple links and provide a marker for the alt text of each image. Also this method now uses the typolink the create links.

Changes in wes_utils 1.2.0

Added method setLinkMarkers() to wes_pibase

Changes in wes_utils 1.1.0

Added method getTemplateType() to wes_pibase

Changes in wes_utils 1.0.0

Initial release based on former wes_gov_utils extension

Notes for developers

Dear fellow developers,

if you decide to modify or extend this extension, please let us know. We would be pleased to apply the changes to our master version. Of course you would be credited in the change log and manual. Thanks for your support!

8