Bleistivt
ModeratorBleistivt Moderator
Reactions
-
Re: Import fail with special characters such as å, ä, ö.
What's the character set and collation of your old database? I would try to convert it to utf8 first. Also see this older discussion: http://vanillaforums.org/discussion/17990/character-encoding-prob… (View Post)3 -
Re: How do I set security for uploaded files?
.htaccess: Options -Indexes (View Post)1 -
Re: How do I set security for uploaded files?
This is not easily possible, but usually not required. Why it is not possible: When you are downloading a file, your request doesn't hit vanilla, it goes directly to your web server (apache) which se… (View Post)5 -
Re: Vanilla 2.2 beta 1 is now available
I guess it was never filed: http://vanillaforums.org/discussion/29924/cannot-delete-pms-on-mobile-devices I have not encountered the bug, but I do not own an iOS device. From the look of the screensh… (View Post)3 -
Re: Categories controller spoofing it's name is a potential source of bugs
The controllername property is incosistent throughout. Buy it is not the preferred way to check for the controller name. Use events specific to the controller (Base_* hooks should be used sparsely an… (View Post)1