From: Honza M. <hon...@ec...> - 2005-06-02 00:11:02
|
Two bigger changes was done in the code: - We replaced HTMLArea with Xinha editor. The development of HTMLArea is discontinued, so we switch to HTMLArea's successor - Xinha. There is only minor changes from current HTMLArea. Thanks to Norbert Brazda we can also use Image Manager and Image Editor plugins in which you can easily upload images, resize them... directly in the Xinha. - We rewrite file upload functions, which allows us to set "store policy" - what to do with uploaded files if the file of the same name is already on the server. The options are: new - store new file with new name (default - old behaviour) overwrite - just overwrite backup - rename current file on the server and store current file with current name (thanks Colnodo for sponsoring of this feature) And yes, we are using new logo by Sarka Vasku. The logo was chosen by people on the apc-aa-general list some time ago. --------------------------------------------------------------------- Current CVS state: stable - used on Econnect's production server Last Changes: 06/01/05 - fixed syntax bug in discussion administration (honzam) - fixed problem of adding backslashes to offline filling items - fixed bug in htmlarea image manager - the message about unsupported gif is not fired, now - fixed bug with inserting items from second slice - fixed syntax error in fillform 05/30/05 - Used Xinha (http://xinha.python-hosting.com/) instead of HTMLArea (honzam) (Xinha is not new fork of HTMLArea - better maintained, ...) - New "store policy" could be applied to uploaded files - you can use new | overwrite | backup options - see parameter wizard for "Insert function" on Fields setting page - Changed ActionApps logo Thanks to Sarka Vasku - Buttons are also on the top of inputform - File uploads are handled by new standard AA Files.class library for inputform, CSV import, Filemanager, Word/Excel/RTF... file convertor - Modify Content function of admin interface now invalidates cache for changed slices - fixed bug with adding slashes to fields during CSV import - fixes in order AA generates valid HTML code in discussions, ... - fixed links (& / &) to preview on input form, slice creation link and discussion links - fixed typo in site module which prevent users from updating site - fixed caching of discussions in site module - fixed normal slice feeding of items (added missing feeding include) |