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: 96
Author: typo3devameos
Date: 10:32:01, lundi 30 juillet 2007
Message:
dh_dbmm/api/class.tx_dhdbmm.php:
rdt_i18n/api/class.tx_rdti18n.php:
api/class.tx_ameosformidable.php:
-> corrected more call-time pass-by-ref errors thanks to Oliver Klee's patch ( lists.netfielders.de/pipermail/typo3-project-formidable/2007-July/000637.html )
dh_dbmm/api/class.tx_dhdbmm.php:
-> removed forgotten calls to t3lib_div::debug()
rdt_upload/api/class.tx_rdtupload.php:
-> added {myrdt.filelist.ul} template channel
----
Modified : /api/base/dh_dbmm/api/class.tx_dhdbmm.php
Modified : /api/base/rdt_i18n/api/class.tx_rdti18n.php
Modified : /api/base/rdt_upload/api/class.tx_rdtupload.php
Modified : /api/class.tx_ameosformidable.php
Modified : /ext_emconf.php
Revision: 95
Author: jschneiderameos
Date: 10:04:15, lundi 30 juillet 2007
Message:
rdr_template/api/class.tx_rdrtemplate.php:
-> errors are now available in wrapped span tag thru .tag template channel
api/class.mainrenderlet.php:
-> added /childs/autowrap=boolean ; allows to wrap child elements in default tag structure if no template for childs is provided
----
Modified : /api/base/rdr_template/api/class.tx_rdrtemplate.php
Modified : /api/class.mainrenderlet.php
Modified : /ext_emconf.php
Revision: 94
Author: typo3devameos
Date: 23:58:11, dimanche 29 juillet 2007
Message:
all:
-> toRelPath() calls have been replaced by toWebPath()
rdr_template/api/class.tx_rdrtemplate.php:
-> corrected bug in handling of /html property
rdt_img/api/class.tx_rdtimg.php:
-> rewrite of path management system ; can now handle pathes like:
* /absolute/path/to/image.png
* localdomain/image.png
* foreigndomain/image.png
* EXT:ameos_formidable/res/images/too_cool.png
* typo3conf/ext/ameos_formidable/res/images/too_cool.png
* /typo3conf/ext/ameos_formidable/res/images/too_cool.png
api/class.mainrenderlet.php:
-> added the new concept of checkpoints
api/class.tx_ameosformidable.php:
-> server events are executed by new checkPoint() method
rdt_upload:
-> added complete rewrite of file upload
-> takes as arguments
<data<br /> targetdir="C:/Program Files/TYPO3_4.1.1/htdocs/Quickstart/uploads/"
overwrite="true/false"
cleanfilename="true/false"
multiple="true/false"
/>
----
Modified : /api/base/rdr_template/api/class.tx_rdrtemplate.php
Modified : /api/base/rdt_i18n/api/class.tx_rdti18n.php
Modified : /api/base/rdt_img/api/class.tx_rdtimg.php
Modified : /api/base/rdt_lister/api/class.tx_rdtlister.php
Modified : /api/base/rdt_tinymce/api/class.tx_rdttinymce.php
Added : /api/base/rdt_upload
Added : /api/base/rdt_upload/api
Added : /api/base/rdt_upload/api/class.tx_rdtupload.php
Added : /api/base/rdt_upload/ext_emconf.php
Added : /api/base/rdt_upload/ext_icon.gif
Modified : /api/class.mainrenderer.php
Modified : /api/class.mainrenderlet.php
Modified : /api/class.tx_ameosformidable.php
Modified : /ext_emconf.php
Modified : /ext_localconf.php
Revision: 93
Author: jschneiderameos
Date: 23:36:17, jeudi 26 juillet 2007
Message:
dh_db/api/class.tx_dhdb.php:
-> added /process/afterinsertion
va_db/api/class.tx_vadb.php:
-> unique can now be used without defining value=true
api/class.mainrenderlet.php:
-> childs are now wrapped in
|
in default rendering (without template on childs)
----
Modified : /api/base/dh_db/api/class.tx_dhdb.php
Modified : /api/base/va_db/api/class.tx_vadb.php
Modified : /api/class.mainrenderlet.php
Modified : /ext_emconf.php
Revision: 92
Author: jschneiderameos
Date: 10:46:18, jeudi 26 juillet 2007
Message:
rdr_template/api/class.tx_rdrtemplate.php:
-> the non-substituted template markers are erased only before return, allowing substitution in several passes ( useful for error tags )
-> added error sub-channels on the errortag, like errors.myrenderlet, for more flexibility in design
rdt_lister/api/class.tx_rdtlister.php:
-> now supports /process on columns, to allow disabling a column on some condition
-> renderonly is now always TRUE
api/class.mainrenderer.php:
-> removed "return false;" in wrapEventsForInlineJs()
api/class.mainrenderlet.php:
-> corrected bug in _displayLabel()
-> non-substituted tags are no more cleared in templated childs
api/class.tx_ameosformidable.php:
-> childs are now sensitive to /process
----
Modified : /api/base/rdr_template/api/class.tx_rdrtemplate.php
Modified : /api/base/rdt_lister/api/class.tx_rdtlister.php
Modified : /api/class.mainrenderer.php
Modified : /api/class.mainrenderlet.php
Modified : /api/class.tx_ameosformidable.php
Modified : /ext_emconf.php
Revision: 91
Author: jschneiderameos
Date: 12:21:02, lundi 23 juillet 2007
Message:
api/class.tx_ameosformidable.php:
-> _parseTemplateCode() is now able to substitute subparts like ... instead of {myrenderlet} to allow templating childs in main template using subparts
----
Modified : /api/class.tx_ameosformidable.php
Modified : /ext_emconf.php
Revision: 90
Author: typo3devameos
Date: 12:04:25, lundi 23 juillet 2007
Message:
rdt_*:
-> _displayLabel() is now called on the rdt object, no more on the renderer object
rdt_date/res/lib/js_calendar/lang/calendar-pl.js:
-> corrected polish translations thanks to Pawel Bandura (http://lists.netfielders.de/pipermail/typo3-project-formidable/2007-July/000621.html)
----
Modified : /api/base/rdt_ajaxlist/api/class.tx_rdtajaxlist.php
Modified : /api/base/rdt_box/api/class.tx_rdtbox.php
Modified : /api/base/rdt_captcha/api/class.tx_rdtcaptcha.php
Modified : /api/base/rdt_checkbox/api/class.tx_rdtcheckbox.php
Modified : /api/base/rdt_chooser/api/class.tx_rdtchooser.php
Modified : /api/base/rdt_date/api/class.tx_rdtdate.php
Modified : /api/base/rdt_date/res/lib/js_calendar/lang/calendar-pl.js
Modified : /api/base/rdt_dewplayer/api/class.tx_rdtdewplayer.php
Modified : /api/base/rdt_dummy/api/class.tx_rdtdummy.php
Modified : /api/base/rdt_file/api/class.tx_rdtfile.php
Modified : /api/base/rdt_flexpload/api/class.tx_rdtflexpload.php
Modified : /api/base/rdt_img/api/class.tx_rdtimg.php
Modified : /api/base/rdt_listbox/api/class.tx_rdtlistbox.php
Modified : /api/base/rdt_pwd/api/class.tx_rdtpwd.php
Modified : /api/base/rdt_radio/api/class.tx_rdtradio.php
Modified : /api/base/rdt_searchform/api/class.tx_rdtsearchform.php
Modified : /api/base/rdt_subform/api/class.tx_rdtsubform.php
Modified : /api/base/rdt_tab/api/class.tx_rdttab.php
Modified : /api/base/rdt_tabpanel/api/class.tx_rdttabpanel.php
Modified : /api/base/rdt_text/api/class.tx_rdttext.php
Modified : /api/base/rdt_tinymce/api/class.tx_rdttinymce.php
Modified : /api/base/rdt_tree/api/class.tx_rdttree.php
Modified : /api/base/rdt_txtarea/api/class.tx_rdttxtarea.php
Modified : /api/base/rdt_url/api/class.tx_rdturl.php
Modified : /api/class.mainrenderer.php
Modified : /api/class.mainrenderlet.php
Modified : /ext_emconf.php
Revision: 89
Author: typo3devameos
Date: 18:33:11, vendredi 20 juillet 2007
Message:
api/class.mainrenderlet.php:
-> renderChildsBag() is now able to render templates on childs with /childs/template
----
Modified : /api/class.mainrenderlet.php
Modified : /ext_emconf.php