WebGUI
      Click here to register.
      
irc://irc.freenode.net#webgui

iPhoneGuy: WebGUI is a pile of crap.
rizen: If WebGUI is such a pile of crap, why do you use it?
iPhoneGuy: Because it's the best pile of crap out there.

If this is what people who hate us are saying, imagine what people who love us will say. Come join us on IRC.


     Report a Bug > WebGUI Bug Tracker

File and Image handling via Storage.pm

User colink
Date 2/27/2007 11:53 pm
Severity Minor (annoying, but not harmful)
Version WebGUI 7.x
Views 201
Rating -3    Rate [
|
]
Karma Rank 0.000000
Previous · Next
User Message
colink

Please refer to these SVN revs;

https://svn.webgui.org/svnweb/WebGUI%20SVN/revision/?rev=3818
https://svn.webgui.org/svnweb/WebGUI%20SVN/revision/?rev=3817

There were two problems:

  1. Form handling for the image was done by hand instead of via the Form API.
  2. For each upload, two storage locations were created.  One via addChild and one via the original storage location.  The original storage location was never cleaned up, so any reference to it was lost and the uploads dir gets crufty.

Similar problems also exist in the Asset Manager for uploading packages, in these modules:

  • Asset/File.pm
  • Asset/FilePile.pm
  • Asset/Wobject/Matrix.pm
  • Operation/Graphics.pm
and maybe others 

 



Back to Top
Rate [
|
]
 
 
colink
Fixed in 7.3.12


Back to Top
Rate [
|
]