[Ifolder-dev] [Patch] Webaccess indirection fix

2006-12-26 Thread Balakrishnan KalIdas
Hi,

 Find the attached fix which was broken in recent builds, reported by Bast for 
Webaccess ifolder creation not creating the indirection.

 Testing:
1. iFolder creation from Web Access now creates the indirection
2. iFolder deletion from Web Access removes the data from that server (the 
indirection might still remain for other ifolders to get distributed).

Regards,
Kalis
Index: simias/src/core/Simias.Web/SharedCollection.cs
===
--- simias/src/core/Simias.Web/SharedCollection.cs  (revision 6642)
+++ simias/src/core/Simias.Web/SharedCollection.cs  (working copy)
@@ -783,9 +783,8 @@
 // create a root dir node for this 
iFolder in the
 // 
~/.local/shared/simias/SimiasFiles/guid/name
 // directory
-dirNodePath = 
Path.Combine(StoreStorePath, FilesDirName);
-dirNodePath = 
Path.Combine(dirNodePath, c.ID);
-dirNodePath = 
Path.Combine(dirNodePath, Name);
+   dirNodePath = c.UnmanagedPath;
+   dirNodePath = 
Path.Combine(dirNodePath, Name);
 
 if(!Directory.Exists(dirNodePath) )
 
Directory.CreateDirectory(dirNodePath);
___
ifolder-dev mailing list
ifolder-dev@forge.novell.com
http://forge.novell.com/mailman/listinfo/ifolder-dev

Re: [Ifolder-dev] [PATCH] ifolder.ccs, a little correction

2006-12-26 Thread Johnny Jacob
Bast,

Currently, web access does show the home to the right of the 'home
icon'.

Can u post a screenshot of this issue and also some more information :
1. Your web browser.
2. Your Screen Resolution.
3. Any custom text display settings in your browser (like default text
size).

Thanks,
Johnny 

On Sun, 2006-12-24 at 15:11 +0100, Bast wrote:
 Hi,
 
 in ifolder webaccess, on the top left we can find a little picture who
 represents an home and the text origine. I think it can be more
 pretty if the text is not below the picture.
 
 To correct that, a patch who set the width to 6em (it was 5 before)
 
 It's just a proposition, in my opinion i put it at 6 now.
 
 Regards,
 
 --
 Bast
 ___
 ifolder-dev mailing list
 ifolder-dev@forge.novell.com
 http://forge.novell.com/mailman/listinfo/ifolder-dev

___
ifolder-dev mailing list
ifolder-dev@forge.novell.com
http://forge.novell.com/mailman/listinfo/ifolder-dev