RE: slide-admin app

2005-02-03 Thread Lance Leverich
Not sure if there is a particular app out there that does this stuff. I am wrapping up work on my first version of an admin app right now. If there is sufficient interest, I may publish it in a couple of weeks. Lance Leverich -Original Message- From: Brian Moseley [mailto:[EMAIL PROTECT

Re: slide-admin app

2005-02-03 Thread Denis Zvonov
Please be so kind :) Lance Leverich wrote: Not sure if there is a particular app out there that does this stuff. I am wrapping up work on my first version of an admin app right now. If there is sufficient interest, I may publish it in a couple of weeks. Lance Leverich -Original Message- F

RE: Procedure for adding code ? Updated inheritable properties

2005-02-03 Thread Nick Longinow
I'd ask one of the committers for a date. Till then, you and anyone else is welcome to use the patched source. Nick -Original Message- From: Krishna Kankipati [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 02, 2005 3:43 PM To: 'Slide Users Mailing List' Subject: RE: Procedure for ad

Re: slide-admin app

2005-02-03 Thread Brian Moseley
Lance Leverich wrote: Not sure if there is a particular app out there that does this stuff. I am wrapping up work on my first version of an admin app right now. If there is sufficient interest, I may publish it in a couple of weeks. yeah, i got antsy and started working on one myself. seems pret

RE: deadlock on node (document within collection) - went away ??

2005-02-03 Thread Nick Longinow
The deadlock is gone today (about 18 hrs later). The deadlock was being detected during the storeRevisionContent method of abstractStore, while calling into OracleRDBMSAdapter's method which updated the VERSION_CONTENT table, while updating the blob of the referenced record (during flush). An

RE: Procedure for adding code ? Updated inheritable properties

2005-02-03 Thread Krishna Kankipati
Nick, I would like to patch in Slide2.1 with your change to test out and see if it works. Where can I get access to you patch? You can e-mail me your changes (source code changes) if you want we would build slide here with the patch rolled in thanks Krishna -Original Message-

Deleting a specific version

2005-02-03 Thread Tom Hall
Hi Slide doesn't seem to allow deleting a specific version of an object. I tried to delete a specific version of an object by passing a history url through the client and debugging-stepping through the server. Is this intentional ? Why ? The Delta-V specification at only says :- (http://www.web

Re: Procedure for adding code ? Updated inheritable properties

2005-02-03 Thread Oliver Zeigermann
I have just committed the patch to the Slide CVS Head which will become Slide 2.2. Applying it to the 2.1 branch was not appropriate as it is a new feature and only bug fixes should go into it. Nick, could you please check if everything looks alright now? Oliver On Thu, 3 Feb 2005 10:18:58 -050

Deleting a specific version

2005-02-03 Thread tm hll
Hi Slide doesn't seem to allow deleting a specific version of an object. I tried to delete a specific version of an object by passing a history url through the client and debugging-stepping through the server. Is this intentional ? Why ? The Delta-V specification at only says :- (http://www.web

RE: Deleting a specific version

2005-02-03 Thread Warwick Burrows
I don't know why it was done this way originally but I think I saw a submission to the slide head branch that said something to the effect that this restriction had been removed. So if you need to delete the versions then you will be able to do this with a build from the head. I had the same pro

Restricting access to /history?

2005-02-03 Thread Warwick Burrows
Hi, Is there any reason that I shouldn't be able to restrict client access to every directory under /slide other than files. For instance I don't want the client to see /history or /actions or /users. Does the client ever need access to any of these paths for a legitimate reason or can the client

RE: Restricting access to /history?

2005-02-03 Thread Andrey Shulinsky
Hi, Warwick! > Is there any reason that I shouldn't be able to restrict > client access to every directory under /slide other than > files. For instance I don't want the client to see /history > or /actions or /users. Does the client ever need access to > any of these paths for a legitimate re