It looks like you're new here. If you want to get involved, click one of these buttons!
Vanilla 2.0.18.11 is available for download. It is strongly recommended for all sites running Vanilla 2.0 to upgrade immediately. It contains 3 security patches and ditches the troublesome "Remove" option on the plugins page.
If you are currently running 2.0.18.10, no other steps are required than copying the new files over your old ones.
Feeling a little selective? These are the exact files that changed:
Please note that 2.1 is currently in release candidate stage, so it is imminent for stable release. We will continue to support 2.0 with security patches thru the end of 2014.
Comments
I saw this version in a vision a few moths back
http://vanillaforums.org/discussion/comment/200706#Comment_200706
❌ ✊ ♥. ¸. ••. ¸♥¸. ••. ¸♥ ✊ ❌
Thanks! Unfortunately, the Preview function isn't working for me after updating everything; nothing shows up in the preview. After I reverted back to the old class.postcontroller.php it started working again. Changing the theme to the default Vanilla theme didn't do anything. Anyone else have this problem?
@Shmizzle The only thing that changed in the post controller was the editdiscussion method, which added a permission check. What version were you on previously? Did you clear your browser cache?
I was on 2.0.18.10 and did try clearing the cache. The weird thing is draft saving doesn't work anymore either. Reverting back to the 2.0.18.10 class.postcontroller.php fixes that too.
it sound more like the whole file isn't being read. check the permissions.
grep is your friend.
Thanks for the suggestion. Permissions are 0644 like all the other files.
If anyone else is experiencing this or can reproduce it, I'd be extremely keen to know.
After playing around in the file, commenting out line 329:
$FormValues = $this->CommentModel->FilterForm($FormValues);
Fixed the issues.
I was having one of my blond moments there.
nevertheless less it is worth checking the network traffic, for the ajax request, status code and response.
grep is your friend.
FilterForm is required security, but it is a hint. I wondering if you are not getting back an array for
$FormValues = $this->Form->FormValues();
grep is your friend.
Personally I would not bother with being "selective" just run through the normal update process.
grep is your friend.
I put an echo before/after the call and I'm getting an error popup now that says:
{"Code":256,"Exception":"The \"CommentModel\" object does not have a \"xFilterForm\" method.|CommentModel|xFilterForm|"}
I like the selective update because over the years I've made several minor changes to the core files. I really should have documented the changes I made, but unfortunately I didn't.
Update: It appears that at some point I must not have done a proper selective-update, as I noticed quite a few of the files on my server are different from the files in the current release despite me not modifying them. How that happened and everything still worked okay up until this point I'm not sure, but I'll get around to doing a proper update and let you know if I still have any issues. Sorry for the false alarm guys!
Not trying to harp on you specifically, but this is an excellent reason to never modify the core files. Glad you got your issue sorted.
Search first
Check out the Documentation! We are always looking for new content and pull requests.
Click on insightful, awesome, and funny reactions to thank community volunteers for their valuable posts.
FilterForm is inherited from Gdn_Model. I suggest your problem is as you say, you are maintaining a fork.
As a maintainer of a fork it is your responsibility to maintain and merge any necessary changes.
grep is your friend.
But of course.
I think what must have happened is I missed one of the 2.0.18.x updates along the way. Probably one that came out a couple of years ago before I subscribed to the RSS feed.
Glad you got it sorted. No harm done.
...except the days shaved off my life by the momentary panic of thinking I'd done a bad release somehow.
To all users, please don't send Lincoln into a panic, we need him. A toast you your long life.
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
Sorry.

I do still definitely appreciate the fact that you always let us know what files changed since the last release though.
Indeed!
(Here's to everyone else living a long life as well.)
Disclaimer: the 2.1 upgrade can't be selective
It's cray-cray.
I never received an email notification about this release. Should I have? Is there a mailing list I'm not on?
I think this was asked and answered before, basically if you are a developer and or webmaster or admin of a forum and using software, you are responsible for keeping an eye for updates and new releases.
Come around more often, in other words
❌ ✊ ♥. ¸. ••. ¸♥¸. ••. ¸♥ ✊ ❌
You can fill out the form on the download page to get the newsletter and release announcements.
Search first
Check out the Documentation! We are always looking for new content and pull requests.
Click on insightful, awesome, and funny reactions to thank community volunteers for their valuable posts.
you can also sign up in your profile edit page by checking the option:
Subscribe to the VanillaForums.org Newsletter
❌ ✊ ♥. ¸. ••. ¸♥¸. ••. ¸♥ ✊ ❌
A good feed to watch with your favorite RSS subscriber: http://vanillaforums.org/categories/blog/feed.rss
We only put the big stuff in that category.
Actually, I am waiting on a change. That checkbox does not work. We use the MailChimp plugin, so new members are added, as are those who opt-in to hear from us when they download Vanilla. If you want to sign-up directly users can here: http://eepurl.com/FmdZD
Sharing is caring
I should add, I do send a monthly newsletter and all major developments are shared. I have this one ready to go shortly. I am waiting on some things first before it's sent out...
Sharing is caring
I am so excited!
Search first
Check out the Documentation! We are always looking for new content and pull requests.
Click on insightful, awesome, and funny reactions to thank community volunteers for their valuable posts.
Hi folks,
All who haven't upgraded yet, do so. It saves a lot of time, then afterwards checking through infected files.
If your Backend looks like this, it's already too late.
VanillaAPP - Your native App for Vanilla // Press Theme is ready for Vanilla 2.3+ - Check it out! // Made by VanillaSkins.com
So... do I install this as well as the V core?
It is the core. if you are upgrading. You follow the normal upgrade instructions. if you are not upgrading you might consider 2.1, this is for 2.0.
grep is your friend.