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.
Easier way to update Vanilla
Updating/upgrading forums have always been a big mess, errors, etc etc. But what if Vanilla made it in a different approach. Let me give you my idea. Instead of uploading all the stuff into the FTP, why not just make an autoupdate upgrader, that automatically uploaded the file onto the FTP, replaced them, and updated the board. This can easily be done with right FTP permissions. Also the admin should be able to turn autoupdate, on or off, if it is on then it would update the board directly when a new update is available. If it is off then you can either manually click the update button and it updates the forum or do it the old messy way, by uploading and replacing file.
So what do you think of the idea? This could help a lot of people, especially newbies! Would be nice!
0
This discussion has been closed.
Comments
S.V.N.
svn up ./
And be done.
If you are not familiar with it, I'd be happy to explain more -- but it is, by far, the fastest, safest way to upgrade yourself. Automated upgrades for a forum would be BAD BAD BAD. What about my extensions? Themes? What if I was naughty and had core files modified? An svn upgrade will stop at bugs like this and not screw you over. Additionally, and svn upgrade can be reverted in one command just about as easy as above.
svn up -r N ./
will revert to any given revision.1.0.2 and 1.0.3 were wacky patches that weren't ever applied to the core since there were a bunch of unstable / untested changes in it. So they couldn't be tagged.
I've seen other projects do tags like "1.x" which was simply the most up to date version of 1.(well)x
SVN wasn't involved in the patching process at all - so yeah, wacky.
Probably should too -- at least, get a 1.0.3 in there.