Content - News Menu - Ressources Menu - Sitemap - Share your code - Code library - Reference
Formidable is part of the TYPO3 Project and is supported by Ameos
Revision: 62
Author: jschneiderameos
Date: 19:00:18, mardi 12 juin 2007
Message:
api/class.json.php:
-> modified way strings are encoded in encode() ; now works with all utf8 chars afaik
api/class.tx_ameosformidable.php:
-> sandbox->init(), if existing, is now passed the form object &ref as first arg
ext_emconf.php:
-> starting with this rev (62) the last part of version number will correspond to SVN revision
----
Modified : /api/base/dh_lister/api/class.tx_dhlister.php
Modified : /api/class.json.php
Modified : /api/class.mainrenderlet.php
Modified : /api/class.tx_ameosformidable.php
Modified : /ext_emconf.php
Revision: 61
Author: jschneiderameos
Date: 16:49:08, lundi 11 juin 2007
Message:
api/class.mainrenderlet.php:
-> corrected bug in _substituteConstants() ; switch(0) { } seems to return true when not expected ; see lists.netfielders.de/pipermail/typo3-project-formidable/2007-June/000431.html
----
Modified : /api/class.mainrenderlet.php
Revision: 60
Author: jschneiderameos
Date: 16:06:59, lundi 11 juin 2007
Message:
dh_lister/api/class.tx_dhlister.php:
-> corrected missing variable initialization in class header aLabels
-> corrected bug in process/duringlisterraw with activelistable="true" fields
rdt_checksingle/api/class.tx_rdtchecksingle.php:
-> now uses only 0 or 1 as a value ; see lists.netfielders.de/pipermail/typo3-project-formidable/2007-June/000440.html
rdt_file/api/class.tx_rdtfile.php:
-> /data/targetdir is now userobj'able thanks to manuel rego casasnovas ; see lists.netfielders.de/pipermail/typo3-project-formidable/2007-June/000432.html
----
Modified : /api/base/dh_lister/api/class.tx_dhlister.php
Modified : /api/base/rdt_checksingle/api/class.tx_rdtchecksingle.php
Modified : /api/base/rdt_file/api/class.tx_rdtfile.php
Revision: 59
Author: jschneiderameos
Date: 16:20:00, vendredi 8 juin 2007
Message:
rdt_listbox/api/class.tx_rdtlistbox.php:
rdt_listbox/res/js/listbox.js:
-> added majixSetAllSelected() for listbox multiple="true"
api/class.mainrenderlet.php:
-> added mode "orlike" in overrideSql() for searching with OR comparisons between words in a field
----
Modified : /api/base/rdt_listbox/api/class.tx_rdtlistbox.php
Modified : /api/base/rdt_listbox/res/js/listbox.js
Modified : /api/class.maindatahandler.php
Modified : /api/class.mainrenderlet.php
Revision: 58
Author: jschneiderameos
Date: 16:16:15, vendredi 8 juin 2007
Message:
dh_db/api/class.tx_dhdb.php:
-> getStoredData() updated after insert/update in DB with latest values
rdt_date/api/class.tx_rdtdate.php:
-> added /data/datetime/emptystring configuring the text to display when no date selected with allowmanualedition="false"
-> calendar icon displays before field
rdt_date/res/lib/js_calendar/calendar.js:
-> modified the way UTC timestamp at midnight is generated
rdt_tinymce/api/class.tx_rdttinymce.php:
-> can now give additional external config with /addconfig
----
Modified : /api/base/dh_db/api/class.tx_dhdb.php
Modified : /api/base/rdt_date/api/class.tx_rdtdate.php
Modified : /api/base/rdt_date/res/lib/js_calendar/calendar.js
Modified : /api/base/rdt_tinymce/api/class.tx_rdttinymce.php
Revision: 57
Author: jschneiderameos
Date: 17:10:40, mardi 29 mai 2007
Message:
jslayer:
-> loadScriptaculous() has moved to class.jslayer.php
-> corrected bug when loading scriptaculous in the backend
----
Modified : /api/base/rdt_modalbox/api/class.tx_rdtmodalbox.php
Modified : /api/class.jslayer.php
Modified : /api/class.tx_ameosformidable.php
Revision: 56
Author: jschneiderameos
Date: 13:04:01, mardi 29 mai 2007
Message:
rdt_checksingle/api/class.tx_rdtchecksingle.php:
-> added support for custom labels in renderonly of single checkbox, thanks to Manuel Rego Casanovas
additional infos: lists.netfielders.de/pipermail/typo3-project-formidable/2007-May/000343.html
-> used like this:
<renderlet:CHECKSINGLE name="test" label="LLL:EXT:my_extlocallang.xml:test" renderonly="true">
<labels>
<checked>LLL:EXT:my_extlocallang.xml:test.checked</checked>
<nonchecked>LLL:EXT:my_extlocallang.xml:test.nonchecked</nonchecked>
</labels>
</renderlet:CHECKSINGLE>
----
Modified : /api/base/rdt_checksingle/api/class.tx_rdtchecksingle.php