*puts hands up*
I wonder what kind of 'help' they're looking for? As flexible as Garden/Vanilla 2.0 is, there will still be heaps of customisation (via plugins) to be done in order to meet their requirements.
The search unfortunately doesn't work very well due to the limitation of using MySQL's built-in search.
Anyone interested in a search plugin that uses Zend_Search_Lucene? Although Zend's implementation is not that good... :-|
Importing data should be taken care of in steps and batches, as would any processor for large amount of data. I don't think that is going to be a problem.
Yes, you will have to remove the table 'GDN_ThemeSetting'. My latest contribution solves this issue. http://www.vanillaforums.org/discussion/10561/enable-disable...-and...-remove/#Item_7
Okay, I've pushed some updates:
http://github.com/fredwu/Garden/commits/master
Plugins can now be removed, as well as having the new 'OnDisable()' and 'CleanUp()' methods.
Use only the Google CDN will make local development without an Internet connection difficult...
P.S. "google.load()" is the preferred way of loading the libraries, according to Google.
While we are on the topic of cleaning up the code base. May I also suggest that we clean up some of the function names.
I was really surprised to see files such as this:
http://github.com/lussumo/Garden/blob/master/applications/vanilla/settings/ho…