[TYPO3-dev] xaJax update 0.2.3 available

Elmar Hinz elmar.DOT.hinz at team.MINUS.red.DOT.net
Mon Mar 20 16:15:21 CET 2006


Hello Martin,

Martin Kutschker schrieb:
> 
> 
> Why do I have to set the encoding manually? For both BE and FE that
> charset  is known. Manual override is nice for a lib, but in this case
> we have a sane and 100% working default.
> 

> For conversion you should use t3lib_cs, which is available as an already
> instantiated object in BE and FE.
> 
> Masi

This are the releas notes of "original" xajax as the link shows.

I don't want to manipulate the original library to much, because with
every manipulation updating is getting more difficult. I added
prefixes to the classnames so that they fit the standards of TYPO3 and
don't produce warning in the Extension Manager.

I already need to move 5 files each time and edit 4 files in several
places for every update. Because the classname xajax is very
unspecific in this context, it can't be done by a simple replacement,
but needs to be controlled. Every idea that causes more work here, is
a bad idea and hinders regular updates.

But you are right that we know the encodings and could make the things
more easy. I think your ideas could simply be implemented in a wrapper
class that works in the way you propose. If you like to write such a
wrapper, we can add it to the library.

Should the wrapper get the name "tx_xajax" then or something else like
tx_xajax_t3?

Regards

Elmar










More information about the TYPO3-dev mailing list