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.14 Released
Tim
Vanilla Staff
Vanilla 2.0.14 has been released!
This is primarily a feature release, containing our new Social Connect functionality, but also includes some minor bugfixes for issues in 2.0.13.
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 primarily a feature release, containing our new Social Connect functionality, but also includes some minor bugfixes for issues in 2.0.13.
v2.0.14 Changes
- Added Social Connect authenticators
- Facebook Connect
- Twitter Connect
- Google SignIn
- OpenID
- Improved/added tons of code documentation (thanks @Lincoln!)
- Fixed Notifications - no longer receive multiple notifications for one real event
- Fixed bugs with embedvanilla
- Fixed bugs with Mobile and cleaned up some CSS
- Fixed bug where the "new" indicator on discussions would sometimes not display
- New core plugin: CLEditor! (thanks @rak!)
- New core plugin: Emotify!
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:
4
Comments
- Fixes https issues for assets and images.
- Fixes Close/Announce checkboxes not being able to be unchecked in Edit Discussion form
- Adds BeforeDiscussionPreview hook
- Allows 'mentions' for 1- and 2-character names
- Fixes # of discussions in category after a discussion is moved out of it
@Lincoln Is the dismiss problem solved? Refering to http://vanillaforums.org/discussion/comment/131137/#Comment_131137 was your patch accepted?
https://github.com/vanillaforums/Garden/issues/#issue/625
https://github.com/vanillaforums/Garden/issues/#issue/626
https://github.com/vanillaforums/Garden/issues/#issue/627
https://github.com/vanillaforums/Garden/issues/#issue/628
Parse error: syntax error, unexpected ',', expecting '(' in /www/htdocs/gettin/vanilla/bootstrap.php on line 64
Help!
Vanilla Forums COO [GitHub, Twitter, About.me]
Vanilla Forums COO [GitHub, Twitter, About.me]
Just ran the same tests today with the same results.
The error occurred on or near: /www/htdocs/gettin/vanilla/applications/dashboard/controllers/class.setupcontroller.php
285:
286: // Make sure the cache folder is writeable
287: if (!$PermissionProblem) {
288: if (!file_exists(PATH_CACHE.DS.'Smarty')) mkdir(PATH_CACHE.DS.'Smarty');
289: if (!file_exists(PATH_CACHE.DS.'Smarty'.DS.'cache')) mkdir(PATH_CACHE.DS.'Smarty'.DS.'cache');
290: if (!file_exists(PATH_CACHE.DS.'Smarty'.DS.'compile')) mkdir(PATH_CACHE.DS.'Smarty'.DS.'compile');
291: }
292:
293: return $this->Form->ErrorCount() == 0 ? TRUE : FALSE;
Line 289 was highlighted. Thanks for your help!
But I have a doubt! I've registered myself on the forum with a nickname (and I connect with email+password): now can I login with my Facebook account (email+password)? But how would I appear on the board? With the nickname (Vanilla registration) or Name&Surname (Facebook one)?
Hope did you understand...
Vanilla Forums COO [GitHub, Twitter, About.me]
Vanilla Forums COO [GitHub, Twitter, About.me]
Vanilla Forums COO [GitHub, Twitter, About.me]