Skip to content
This repository has been archived by the owner on Jan 9, 2022. It is now read-only.

Releases: saschaende/t3helpers

v0.9.18

12 Nov 20:29
Compare
Choose a tag to compare

Viewhelper css/class now supports array

0.9.17

03 Nov 20:44
Compare
Choose a tag to compare
  • 03.11.2018 - [0.9.17] Added Settings::getTypo3Configuration($part = false)
  • 03.11.2018 - [0.9.17] Added Database::persistAll()
  • 13.09.2018 - [0.9.17] CSV()->setAutoUTF($autoUTF)
  • 13.09.2018 - [0.9.17] Added Data()->autoUTF($s)
  • 13.09.2018 - [0.9.17] Added ForceUTF8 Library

0.9.16

13 Sep 22:09
Compare
Choose a tag to compare

Bugfix release (GeneralUtility was missing in Filesystem->setFileReference)

0.9.15

13 Sep 21:50
Compare
Choose a tag to compare

Bugfix in Upload->check()
Added FrontendUser->loginUser($username)
Added Filesystem->setFileReference()

0.9.14

28 Aug 08:11
Compare
Choose a tag to compare

Added: Data()->formatRTE($str)
CSV(): $pos Paremeter for addRule
Added: Data()->arrayToXml()

0.9.13

01 Aug 09:33
Compare
Choose a tag to compare

01.08.2018 - [0.9.13] Bugfix in Filesystem
26.07.2018 - [0.9.13] Mail() -> Now you can easily add attachments by adding an array with filenames and paths
25.07.2018 - [0.9.13] Added Html5Patterns() for use in controllers and FLUID templates

0.9.12

24 Jul 07:21
Compare
Choose a tag to compare
  • Readme: Example for csv parser / file uploads
  • Added CSV Validator with rules and parser: t3h::Csv()
  • Major change: Numeric keys for uploaded files
  • Method added Session()->remove($key)
  • Session()->get($key = null) now returns all values, if no key is given

0.9.11

17 Jul 12:53
Compare
Choose a tag to compare
* **17.07.2018** - [0.9.11] Finalized Upload() Features

0.9.10

14 Jun 12:53
Compare
Choose a tag to compare

Abstract eID Dispatcher, check Classes/Examples/EidExample.php

0.9.9

05 Jun 13:30
Compare
Choose a tag to compare
  • 05.06.2018 - [0.9.9] Interface implements for Utility Classes
  • 05.06.2018 - [0.9.9] + Datastorage()
  • 01.06.2018 - [0.9.9] Settings()->getExtension($extensionName, $part = 'settings')
  • 24.05.2018 - [0.9.9] Database()->getQuerybuilder($table, $addFrom = true)