[Magellancms-cvs] magellan/var/lib magellan.library,1.14,1.15
Brought to you by:
burzmali
|
From: <bur...@us...> - 2003-05-07 15:24:49
|
Update of /cvsroot/magellancms/magellan/var/lib
In directory sc8-pr-cvs1:/tmp/cvs-serv27464/var/lib
Modified Files:
magellan.library
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: magellan.library
===================================================================
RCS file: /cvsroot/magellancms/magellan/var/lib/magellan.library,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** magellan.library 19 Apr 2003 13:08:30 -0000 1.14
--- magellan.library 7 May 2003 15:24:44 -0000 1.15
***************
*** 616,619 ****
--- 616,621 ----
}
+ if ( isset( $GLOBALS['gEnv']['site'] ) )
+ {
OpenLibrary( 'modules.library' );
***************
*** 781,784 ****
--- 783,788 ----
return $this->mImage;
}
+ }
+
}
|