[Magellancms-cvs] magellan/defs general.def,1.19,1.20
Brought to you by:
burzmali
|
From: <bur...@us...> - 2003-05-07 15:24:49
|
Update of /cvsroot/magellancms/magellan/defs In directory sc8-pr-cvs1:/tmp/cvs-serv27464/defs Modified Files: general.def 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: general.def =================================================================== RCS file: /cvsroot/magellancms/magellan/defs/general.def,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 *** general.def 4 Apr 2003 16:46:00 -0000 1.19 --- general.def 7 May 2003 15:24:43 -0000 1.20 *************** *** 6,10 **** # Module release date ! MODULEDATE = 2003/03/07 # Module long description --- 6,10 ---- # Module release date ! MODULEDATE = 2003/05/07 # Module long description |