Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
The next rev
From the looks of things, a LOT is going to be added/changed/whatever in the next release that will change a lot of things. Do you consider this a suitable change to step up to version 1.0.0 or will it remain as 0.9.3
Just wondering because I've really modified certain sections; CSS, Language file, few other files a lot and wondering whether I should wait a while and let you bring out the next rev before I start to work properly on my forum.
Just wondering because I've really modified certain sections; CSS, Language file, few other files a lot and wondering whether I should wait a while and let you bring out the next rev before I start to work properly on my forum.
0
This discussion has been closed.
Comments
oh I know I'll have to do it very soon though
Naw. I'll just announce it on here and make it sticky. I'll also copy over any accounts that are interested, so you won't have to do the whole registration process thing again.
Okay, so My personal list of upcoming changes (ie. changes that aren't already listed on the bug/enhancement list at the wiki) are:
1. Make the object factory include the files.
I have a sneaking suspiscion that there will be less overhead for PHP if I actually include the php files when they're instantiated rather than at the top of every page. So, I'm going to change the library so that every class has it's own file, and the objectfactory will check to see if a class exists yet, and if it doesn't, it will try to include it. Then I'll do some load testing and see if there is any performance gain.
2. Templates
I've mentioned this before on here. This will be a very limited templating system. I Just want to template some of the more common things that people want to change, like the discussion list, comment list, search list, etc. Controls that are already very simple and already have methods for adding content (like the control panel) will not be templated, but some items within them may be templated (like the appendices).
3. Move all extension files into the extensions folder
Some of my extensions still have some files in other areas of the application. I want to make sure that all extensions are contained within the extensions folder. There will, of course, be some style-dependant things that can't change - like the panel-hider's stylesheets. But other than that everything extension-related should be in the extensions folder.
That's it. Everything else I'm planning is on the bug/enhancement list at the wiki.