7913 Posts in 1355 Topics by 930 members
DataObjectManager Module
SilverStripe Forums » DataObjectManager Module » HasManyFileManager module and SilverStripe-v2.3.0-rc2
Discuss the DataObjectManager module, and the related ImageGallery module.
Moderators: martimiz, UncleCheese, Howard, Sean, Ryan M., biapar, Willr, Ingo, swaiba, simon_w
| Go to End | Next > | |
| Author | Topic: | 3044 Views |
-
Re: HasManyFileManager module and SilverStripe-v2.3.0-rc2

24 February 2009 at 4:22am
Hi unclecheese
great job with the image gallery, found a small bug : turns out that when silverstripe is being run from a subfolder of document_root : replace $_SERVER['DOCUMENT_ROOT']
with Director::baseFolder()in swfupload/_config
and you should be fine
-
Re: HasManyFileManager module and SilverStripe-v2.3.0-rc2

24 February 2009 at 4:40am
Hi, erwanpia,
Have you checked out the latest version? That looks like a really old bug to me.
-
Re: HasManyFileManager module and SilverStripe-v2.3.0-rc2

2 March 2009 at 6:36pm Last edited: 2 March 2009 6:38pm
Hey guys,
The bugs I fixed myself in hasmanyfilemanager for SS 2.3 are:
- Prevented jquery loading in CustomScriptInit.php - it still gets loaded later anyway, but it must be the order that was making things break.
- Changed all occurences of 'Field' to 'ImageField', including $Field in _config.php. I assume 2.3 has introduced a function or field called "Field" that was conflicting
- Changed some code to $form->saveInto($file), because I'm pretty sure it does the same thing
I've attached a patch.
Cheers,
Jeremy
-
Re: HasManyFileManager module and SilverStripe-v2.3.0-rc2

3 March 2009 at 11:59am
Hi, not sure what to do with this diff file?? Is there a patched version of the module I can download??
-
Re: HasManyFileManager module and SilverStripe-v2.3.0-rc2

3 March 2009 at 1:31pm
Just make the changes specified in the diff file.
Also see the FileDataObjectManager, similar module, but with more features.
-
Re: HasManyFileManager module and SilverStripe-v2.3.0-rc2

3 March 2009 at 8:05pm
Hello all
I applied the patch provided by Jeremy to trunk and created a new "release" 0.3.2 which is compatible with SilverStripe 2.3
@Jeremy: Thanks a lot for providing this patch!Zipped sources can be downloaded on my Website:
http://bummzack.ch/hasmanyfilemanager/... or you can check out via SVN
For SilverStripe 2.2:
svn co http://svn.silverstripe.com/open/modules/hasmanyfilemanager/branches/0.3.1/ <your-website-dir>/filemanagerFor SilverStripe 2.3:
svn co http://svn.silverstripe.com/open/modules/hasmanyfilemanager/branches/0.3.2/ <your-website-dir>/filemanagerI'll update the documentation right now to reflect these changes.
-
Re: HasManyFileManager module and SilverStripe-v2.3.0-rc2

3 March 2009 at 9:55pm
@banal
thanks for the patch & zip
@UncleCheese
I've been following the thread on DataObjectManager and it looks great for what I need to do, but I can't find it anywhere to download.....(don't know how to get it through SVN)...sorry, lame, but new to linux stuff:) -
Re: HasManyFileManager module and SilverStripe-v2.3.0-rc2

25 March 2009 at 8:02am
Hi, how do I donwload it? Is prompts for login/password.. I'm new here, so forgive mi everything
| 3044 Views | ||
| Go to Top | Next > |




