[Magellancms-cvs] magellan CHANGES,1.23,1.24
Brought to you by:
burzmali
|
From: <bur...@us...> - 2003-05-07 15:24:49
|
Update of /cvsroot/magellancms/magellan In directory sc8-pr-cvs1:/tmp/cvs-serv27464 Modified Files: CHANGES Log Message: 3.2.0 - 2003/05/07 ------------------ NEW FEATURES: - Added customizable page fields. (wuh) - Added the possibility of image resizing when inserting a new image. (robywan) CHANGES: - Removed the old "STORE" type tags. (wuh) - Added the scaleimagelib module suggestion. (robywan) - Removed all the uniqid() commands. This speed up things. (wuh) FIXES: - Fixed typo in magellan.library that prevented the correct update of an image type page field when the corresponding image is removed. (robywan) - Fixed two wrong queries that prevent associations to be correctly removed in MagellanRelationsHandler::RemoveAllRelations() (magellan.library). (robywan) - Fixed a bug in pages.handler: now the page fields tag are not resolved if the $tpagegen->pageid is not set (pages created "on-the-fly"). (robywan) Index: CHANGES =================================================================== RCS file: /cvsroot/magellancms/magellan/CHANGES,v retrieving revision 1.23 retrieving revision 1.24 diff -C2 -d -r1.23 -r1.24 *** CHANGES 19 Apr 2003 13:08:29 -0000 1.23 --- CHANGES 7 May 2003 15:24:43 -0000 1.24 *************** *** 11,15 **** ! 3.2.0 - 2003/03/07 ------------------ NEW FEATURES: --- 11,15 ---- ! 3.2.0 - 2003/05/07 ------------------ NEW FEATURES: |