Well, strange there's such a huge discussion here. At least I found it at svn finally :)
http://lussumo.com/svn/vanilla/trunk/library/People/
http://lussumo.com/svn/vanilla/trunk/library/Framework/
glebis: There are new lussumo, getvanilla, and documentation sites in the works right now. I'm planning on launching them all at the same time Vanilla 1 is launched.
Can I add custom 'abilities' to the list on the Role Management page (can check for updates, can sign in etc) easily? I'd like to add one for "Can edit the wiki" which I can then hook into from Mediawiki.
Yes, those are all configuration options. Take a look at the appg/settings.php file for anything prefixed with PERMISSION_.
If you wanted to add new ones, you could add them to your conf/settings.php file.
I'll put my question here too. I'm attempting to call vanilla's Authenticate method from within another application, actually within Mediawiki's AuthPlugin. Unfortunately, using the method describe elsewhere of including settings and one of the init files, I get screwed because mediawiki has a class called "User" too.
At the moment, I have mediawiki using vanilla's login. Is that not going to work? Am I forced to do it the other way?
Comments