the config/server/ configuration is meant to be for all spaces is it ?
Maybe we should configure per workspace someday. Still want those 10 versions for pages in the website.

true, we should implement per workspace version configuration.

Should we use that fake VersioningManager for the Store and Expression workspaces then so we do not keep versions on them ? Or should we remove the history each time we access something in those workspaces ?

versions are not created unless content.addVersion() is executed which is equivalent to (checkIn + checkOut) of jcr. If you are simply creating or modifying a node then there should not be any versions associated to it.

Note : all nodes created are by definition "mix:versionable" but that only means that its referenceable and ready for versioning on checkIn I dont see why there are versions if these are not intentionally created.

currently its not possible to have a fake version manager, I wanted to implement this for the same reason on workspace level.

France looks really bad for the worldcup this year. Luckily, Japan is not there to do any better :D

lets see how swiss would do today, perhaps you can be proud of your neighbor ;)

Cheers,
- Sameer




On Jun 19, 2006, at 11:03 AM, Nicolas Modrzyk wrote:

Hello Sameer,

you can set the max version index in config/server/version , or if you wanna handle it yourself you could use methods like content.removeVersionHistory() or
getVersionHistory() and remove version not needed.

the config/server/ configuration is meant to be for all spaces is it ?
Maybe we should configure per workspace someday. Still want those 10 versions for pages in the website.


The interesting feature from an openwfe point of view, was to have easy search facilities.
Do we even need versioning as for now ?

I don't see why do we create versions for these nodes.

Should we use that fake VersioningManager for the Store and Expression workspaces then so we do not keep versions on them ? Or should we remove the history each time we access something in those workspaces ?

France looks really bad for the worldcup this year. Luckily, Japan is not there to do any better :D

Niko

----------------------------------------------------------------
for list details see
http://www.magnolia.info/en/magnolia/developer.html
----------------------------------------------------------------


----------------------------------------------------------------
for list details see
http://www.magnolia.info/en/magnolia/developer.html
----------------------------------------------------------------

Reply via email to