Content - News Menu - Ressources Menu - Sitemap - Share your code - Code library - Reference
Formidable is part of the TYPO3 Project and is supported by Ameos
------------------------------------------------------------------------
r505 | jschneiderameos | 2011-05-24 09:54:36 +0200 (mar, 24 mai 2011) | 7 lines
api/class.mainrenderlet.php:
-> renderlet items (as those in use in listboxes or checboxes) may now have their captions automatically fetched inside the default LLL file, if the translation key "{rdtname}.items.{itemvalue}.caption" is set ({rdtname} and {itemvalue} have to be replaced by their real equivalent).
api/class.tx_ameosformidable.php:
-> in ajax validation, one can now define a callback method to be executed when no errors occured.
------------------------------------------------------------------------
r504 | jschneiderameos | 2011-04-28 09:28:48 +0200 (jeu, 28 avr 2011) | 5 lines
All:
-> corrected bug with includeXml
-> corrected bug with refreshContext
------------------------------------------------------------------------
r503 | jschneiderameos | 2011-04-19 23:12:23 +0200 (mar, 19 avr 2011) | 4 lines
rdt_searchform/api/class.tx_rdtsearchform.php:
* new parameter stickyFilters, boolean, default true; if false, search filters will be flushed when page is first displayed
------------------------------------------------------------------------
r502 | jschneiderameos | 2011-04-19 22:52:36 +0200 (mar, 19 avr 2011) | 4 lines
rdt_lister/api/class.tx_rdtlister.php:
* lister may now be bypassed at first display, using /showAtStartup=false (boolean, default true)
------------------------------------------------------------------------
r501 | jschneiderameos | 2011-04-13 09:48:41 +0200 (mer, 13 avr 2011) | 4 lines
All:
-> XML may now be structured around 2 tags: head (formerly both meta and control) and body (formerly elements); of course, meta+control+elements is still working
------------------------------------------------------------------------
r500 | jschneiderameos | 2011-03-28 17:42:27 +0200 (lun, 28 mar 2011) | 5 lines
All:
* corrected a bug in js fwk
* speed optimizations
------------------------------------------------------------------------
r499 | jschneiderameos | 2011-03-24 16:31:38 +0100 (jeu, 24 mar 2011) | 4 lines
api/class.tx_ameosformidable.php:
-> corrected a bug in __getNeighbourInArray(), that was returning the second item of the haystack when needle was not found (FALSE+1, ie pos1 of the array)
------------------------------------------------------------------------
r498 | jschneiderameos | 2011-03-24 16:16:43 +0100 (jeu, 24 mar 2011) | 4 lines
api/class.tx_ameosformidable.php:
-> fixed a bug when using virtualizeFe() in the backend in T3 4.5+
------------------------------------------------------------------------
r497 | jschneiderameos | 2011-03-23 16:52:36 +0100 (mer, 23 mar 2011) | 7 lines
api/class.jslayer.php:
-> corrected bug due to incorrect order in header restitution when content is cached
rdt_box/api/class.tx_rdtbox.php:
-> corrected a bug in json encoded data, where functions were encoded as strings (due to the fact that formidable may nox use PHP json_encode() method)
------------------------------------------------------------------------
r496 | jschneiderameos | 2011-03-22 11:38:55 +0100 (mar, 22 mar 2011) | 4 lines
rdt_searchform:
-> Defaultvalues are now considered in search fields, when the form is displayed for the first time.
------------------------------------------------------------------------
r495 | jschneiderameos | 2011-03-21 11:56:30 +0100 (lun, 21 mar 2011) | 4 lines
All:
-> corrected a bug in rdt_tinymce; js path to tinymce js files was incorrect