webgui/docs
Colin Kuskie e3092f0aa8 Fixed a bug where due to the lack of a cached Storage object,
the assetSize in the db was set wrong.  This happened when a File/Image
was added, and when it is committed. Editing the Asset would fix it, but
once it was committed, the files in the Storage area were not added.

List of Changes:
1) Removed setSize from File/Image.pm. It can inherit from File.
2) In Asset::File::processPropertiesFromFormPost, set _storageLocation to the Storage
   object.  Remove the call to setSize since it's done in ->update
3) In Asset::File::setSize, fetch the current storage object via getStorageLocation.
4) In Asset::File::update, move the call to update after the filesystem work.  This
   way changes in the size of the permissions file get accounted for.
5) In Asset::update, call setSize after all changes, regardless of whether or not
   properties have changed.
6) In Asset::setSize, refactor out the size calculation and update $self's properties
   cache so that long running scripts have the right size.
2007-06-13 23:06:44 +00:00
..
changelog Fixed a bug where due to the lack of a cached Storage object, 2007-06-13 23:06:44 +00:00
upgrades This patch adds user invitations, a way for existing users on a site 2007-06-10 16:38:43 +00:00
create.sql fixed tests 2007-05-23 17:42:51 +00:00
credits.txt Fixed a bug with RSS feed generation and attachments. 2007-01-17 18:24:15 +00:00
gotcha.txt removed memcached support 2007-05-30 18:34:25 +00:00
install.txt fixed wiki master problem 2007-06-10 17:41:13 +00:00
legal.txt misc stuff 2006-05-04 04:01:38 +00:00
license.txt WebGUI 3.1.0 release 2002-02-01 06:57:00 +00:00
maintenance.html bug fixes 2005-02-23 05:03:24 +00:00
previousVersion.sql preparing for 7.4 dev cycle 2007-05-23 18:48:24 +00:00