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: 55
Author: jschneiderameos
Date: 22:48:05, vendredi 25 mai 2007
Message:
----
Added : /api/base/rdt_date/res/js
Added : /api/base/rdt_date/res/js/date.js
Revision: 54
Author: jschneiderameos
Date: 18:02:34, vendredi 25 mai 2007
Message:
api/class.tx_ameosformidable.php:
-> added array of XML inclusions in mayday of rdt name collision
----
Modified : /api/class.tx_ameosformidable.php
Revision: 53
Author: jschneiderameos
Date: 17:56:52, vendredi 25 mai 2007
Message:
rdt_date:
-> added it's own js class for specialization of majixReplaceData()
res/jsfwk/framework.js:
-> corrected bug of JS unknown exception when displaying loader spinner GIF while executing onload ajax event
----
Modified : /api/base/dh_db/api/class.tx_dhdb.php
Modified : /api/base/rdt_date/res/lib/js_calendar/calendar.js
Modified : /api/base/rdt_i18n/api/class.tx_rdti18n.php
Modified : /api/class.mainrenderer.php
Modified : /api/class.tx_ameosformidable.php
Modified : /res/jsfwk/framework.js
Revision: 52
Author: jschneiderameos
Date: 17:45:02, vendredi 25 mai 2007
Message:
api/class.tx_ameosformidable.php:
-> added support for onload ajax events on renderlets
----
Modified : /api/class.tx_ameosformidable.php
Revision: 51
Author: jschneiderameos
Date: 10:39:02, vendredi 25 mai 2007
Message:
rdt_modalbox/api/class.tx_rdtmodalbox.php:
-> corrected XCLASS definition for the file
ext_tables.php:
-> removed declaration of an inexistant BE module
----
Modified : /api/base/rdt_modalbox/api/class.tx_rdtmodalbox.php
Modified : /ext_emconf.php
Modified : /ext_tables.php
Revision: 50
Author: jschneiderameos
Date: 10:35:32, vendredi 25 mai 2007
Message:
dh_lister/api/class.tx_dhlister.php:
-> corrected bug in i18n management when table was compiled
rdt_date/api/class.tx_rdtdate.php:
rdt_date/res/lib/js_calendar/calendar.js:
-> added the %@ date format token, which returns the absolute timestamp of the selected day at 00:00:00
api/class.mainrenderlet.php:
-> added programatically defined server event in _hasThrown()
----
Modified : /api/base/dh_lister/api/class.tx_dhlister.php
Modified : /api/base/rdt_date/api/class.tx_rdtdate.php
Modified : /api/base/rdt_date/res/lib/js_calendar/calendar.js
Modified : /api/class.mainrenderlet.php
Revision: 49
Author: jschneiderameos
Date: 16:33:10, jeudi 24 mai 2007
Message:
dh_db/api/class.tx_dhdb.php:
rdt_i18n/api/class.tx_rdti18n.php:
jsfwk/framework.js:
-> completely changed the internal way of handling automated events generation on rdt_i18n language flags, by using the new notion of programmaticaly defined events
api/class.mainrenderlet.php:
-> added support for programmaticaly defined events with initProgEvents()
api/class.mainrenderer.php:
-> removed crappy AMEOSFORMIDABLE_REQUESTEDIT and AMEOSFORMIDABLE_REQUESTNEWI18N hiddens
api/class.tx_ameosformidable.php:
-> added $aCrossRequests array(), a repository for cross-forms calls (used by i18n creation server event)
----
Modified : /api/base/dh_db/api/class.tx_dhdb.php
Modified : /api/base/rdt_i18n/api/class.tx_rdti18n.php
Modified : /api/class.mainrenderer.php
Modified : /api/class.mainrenderlet.php
Modified : /api/class.tx_ameosformidable.php
Modified : /res/jsfwk/framework.js
Revision: 48
Author: jschneiderameos
Date: 17:03:49, mercredi 23 mai 2007
Message:
rdt_checkbox/api/class.tx_rdtcheckbox.php:
class.mainrenderlet.php:
-> added (experimental) support for custom and labelcustom on /data/items/item
jsfwk/framework.js:
-> corrected bug in multiple tasks execution on client/ajax events introduced by modification of class.json.php of previous revision
----
Modified : /api/base/rdt_checkbox/api/class.tx_rdtcheckbox.php
Modified : /api/class.mainrenderlet.php
Modified : /res/jsfwk/framework.js
Revision: 47
Author: jschneiderameos
Date: 22:26:46, mardi 22 mai 2007
Message:
rdt_i18n:
-> uses formidable cObj to be useable in backend
jslayer:
-> rollback on modifications made on BE additionalHeaderData management
class.json.php:
-> json encode() now systematically treats arrays like JS objects {}
mainrenderer:
-> corrected defective reference to oForm in renderStyles()
tx_ameosformidable:
-> rollback on modifications made on BE additionalHeaderData management
-> added /meta/oninit userobj ; used for executing code at formidable init()
-> modified toRelPath() ; automatically adding / before the given path if needed
-> corrected defective reference to oForm in _getSessionDataHashKey(), causing ajax events to work improperly when more than one form using ajax on the same page
-> added majixDebug() to help construction of ajax events
-> modified loadScriptaculous() ; separated the inclusions of scriptaculous.js and effects.js
-> added backendHeaders() method to inject header data when used in backend module; has to be called like this after all forms have been rendered: tx_ameosformidable::backendHeaders(&$this);
framework.js:
-> added debug() function for use with majixDebug()
-> corrected bug in executeInlineJS(); now it handles JS objects *only*
ext_localconf.php:
-> added be_headerdata in $GLOBALS["TYPO3_CONF_VARS"]["EXTCONF"]["ameos_formidable"]["context"] array
----
Modified : /api/base/dh_db/api/class.tx_dhdb.php
Modified : /api/base/rdt_i18n/api/class.tx_rdti18n.php
Modified : /api/class.jslayer.php
Modified : /api/class.json.php
Modified : /api/class.mainrenderer.php
Modified : /api/class.tx_ameosformidable.php
Modified : /ext_localconf.php
Modified : /remote/formidableajax.php
Modified : /res/jsfwk/framework.js
Revision: 46
Author: jschneiderameos
Date: 21:04:01, mardi 22 mai 2007
Message:
rdt_listbox/res/js/listbox.js:
-> corrected bug of null caption in firefox when item empty
mainrenderlet:
-> added majixDisplayDefault() ; to use instead of majixDisplayBlock() to avoid apparition of line-breaks after processed html tags
framework.js:
-> added displayDefault()
----
Modified : /api/base/rdt_listbox/res/js/listbox.js
Modified : /api/class.mainrenderlet.php
Modified : /res/jsfwk/framework.js