Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Vanilla 2.0.13 Released
Tim
Vanilla Staff
Vanilla 2.0.13 has been released!
This is a bugfix release for the SaveToConfig() issue in 2.0.12.
This is primarily a feature release for Mobile, but also includes some minor bugfixes for issues in 2.0.11.
This feed will automatically update whenever we release a new version of Vanilla Core.
This will show you a more detailed screen of information about the actual problem you've encountered. Please include this information when reporting issues (copy & paste exact errors, please).
Please report all issues on the GitHub Issue Tracker. Remember to do a quick search through the issues to make sure your issue has not already been added or resolved.
See the add on page for additional instructions.
This is a bugfix release for the SaveToConfig() issue in 2.0.12.
v2.0.13 Changes
- Fixed bug with SaveToConfig() where plugins could not be enabled through the interface.
This is primarily a feature release for Mobile, but also includes some minor bugfixes for issues in 2.0.11.
v2.0.12 Changes
- Added default automatic support for Mobile themes for clients visiting from portable devices
- Fixed bug in Authentication where known authenticators could not be made default
- Fixed bug with deleted discussions where the page would not redirect after deletion
- Fixed bugs with embed vanilla
- Cleaned up HTML and CSS
- Added hooks for user registrations
- Imported some community pull requests
Keeping track of new releases
You can follow our releases by pointing your favorite RSS reader at:http://www.vanillaforums.org/addon/vanilla-core/follow.rss
This feed will automatically update whenever we release a new version of Vanilla Core.
Troubleshooting the Vanilla 2 Installation
If you run into any issues during the installation, you may see the "Bonk" error screen. In order to get past this screen, you can remove the following line from your conf/config.php file:$Configuration['Garden']['Errors']['MasterView'] = 'error.master.php';
This will show you a more detailed screen of information about the actual problem you've encountered. Please include this information when reporting issues (copy & paste exact errors, please).
Upgrading Vanilla 2.0 Forums
- Sign into your existing forum with the user that was created when you FIRST INSTALLED Vanilla (the root admin user)
- Back up your database.
- Back up all of your existing files.
- Unarchive the new files and copy them over your existing files. Make sure that your hidden files (ie .htaccess) are copied to your server.
- Make sure the conf/config.php from your old version has been copied over to the new version.
- Delete all *.ini files in your cache/ folder
- Navigate to the page in your forum that updates your database (this will not work if you did not sign in as UserID = 1): www.yourforum.com/utility/structure
- Scroll to the bottom of the page and click the button to run the update scripts.
- Navigate to your forum and test away!
Reporting Issues
DO NOT REPORT ISSUES ON THE COMMUNITY FORUMPlease report all issues on the GitHub Issue Tracker. Remember to do a quick search through the issues to make sure your issue has not already been added or resolved.
See the add on page for additional instructions.
Tagged:
2
Comments
hopefully 5. doesn't break any custom themes.
Simple solution is:
1. Let vanilla after successful installation put file conf/version.php, holding only version number.
2. Let bootsrtap check if version number from that file corresponds with version number from index.php.
3. If versions differ, go steps 6-8 and update conf/version.php.
4. Make users happy.
1. It has pretty weird feed title - "Vanilla 2.0.12 by Tim - Vanilla Forums", while it should read something like "Feed for Vanilla Forums updates" or similar.
2. Every post in it has dumb text, while users are expecting to see some release notes or at least changes (what's new).
<?php if (!defined('APPLICATION')) exit(); $Access = ($this->Data('Slug') ? urlencode($this->Data('Slug')) : $AddonID); ?> <?php echo Gdn_Format::Text($this->Head->Title()); ?> <?php echo Gdn::Config('Garden.Locale', 'en-US'); ?> " rel="self" type="application/rss+xml" /> <?php $SlugBase = AddonModel::Slug($this->Data, FALSE); foreach ($this->Data('Versions') as $Version) { $VersionSlug = urlencode($SlugBase.'-'.$Version['Version']); ?> <?php echo Gdn_Format::Text($this->Data('Name').' '.$Version['Version']); ?> <?php echo Url('/addon/'.$VersionSlug, TRUE); ?> <?php echo date(DATE_RSS, Gdn_Format::ToTimeStamp($Version['DateInserted'])); ?> <?php echo Gdn_Format::Text($this->Data('InsertName')); ?> <?php echo Url('/addons/addon/'.$VersionSlug, TRUE); ?> <![CDATA[<?php echo Gdn_Format::Html($this->Data('Description')); ?>]]> <?php }</code> Here's how I see it: You guys ask for something. I see a quick and easy way that I can solve the spirit of the problem (notify you when an update has happened) without wasting tons of my time. I do it. You complain that it is "dumb" and isn't perfect. This makes me not want to do anything for you anymore.
Vanilla Forums COO [GitHub, Twitter, About.me]
Awesome release! Thanks for everything you and the team does!
Side note: 2.0.12 lets you disable hashtag linking and YouTube/Vimeo embedding with config values (added to config-default.php).
Did I mention that I love you guys? Did I just make it awkward in here?
my htaccess is
# Original # If you modify this file then change the above line to: # Modified RewriteEngine On # Certain hosts may require the following line. # If vanilla is in a subfolder then you need to specify it after the /. # (ex. You put Vanilla in /forum so change the next line to: RewriteBase /forum) RewriteBase / RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^(.*)$ index.php\?p=$1 [QSA,L]
but doesn't work
Vanilla Forums COO [GitHub, Twitter, About.me]
or as denzel washington said in American Gangster "the loudest one in the room is the weakest one in the room"