There exist experimental branches in CVS: EXP-WIKI-FARM
Branch dedicated to the work of lfagundes also known under name of batatata on irc.
What we need here is to have multiple independent wikis. There will still be a main wiki for the site that's integrated with everything, but users will be able to create other wikis.
There's tiki-admin_wikigal.php (but not linked anywhere) with proper template and wikilib and histlib have already wikiId support. Tables where created and modified according to tiki_1.8-1.9.sql (no other sql yet).
The guideline now is to make it possible to have many tikis, as simple as possible, without breaking anything. Just have to be sure that this wikiId is everywhere needed. branched on 2004-02-27 the tiki module (-- mose)
To checkout a fresh branch
To change Head to wiki-farm
to revert to HEAD
working here: lfagundes, dgd, mose Just as a sidenote, but would this not be better put into place by doing something along the lines of what I tried to explain earlier here and and here ? That way, you would have a more generic solution that would affect all future changes as well and make them less complex. It would also eliminate all those extra tables and all those 'lets mix this feature with that feature in a way that when I want to use this new feature in yet another feature, I would have to start all over again'. It would open the gate for other ' generalisations '. — gongo EXP-CORE-SPIDER
that branch became http://tikipro.org project
I created the branch like this: cvs checkout tiki
If merging from HEAD should be possible, more tags are necessary. Accessing the branch: cvs checkout -r EXP-CORE-SPIDER tiki You should not use the tikiwiki module. See page Cvs18 how to get adodb and smarty in your branch. Adodb and smarty should use HEAD branch (and you should not change things herein). Flo |