mtschirs
✭✭✭mtschirs ✭✭✭
Reactions
-
Re: The Hall Of Code Curiosities
You would think that Gdn_Form::setValue() and Gdn_Form::getValue() are complimentary... and you would be right, unless somebody adds, lets say, a "?lol" to your site's URL. Then, you have t… (View Post)1 -
Re: Possible to have front and admin page in different lanage?
Get the multilingual plugin from here http://vanillaforums.org/addon/multilingual-plugin * Note: There are some strange quirks with this plugin as well as a multi-language support in Vanilla in gener… (View Post)4 -
Improve Vanilla Security by Default - Deny Viewing the Cache
I would suggest to make vulnerability discovery in Vanilla harder by removing web access to the cache directory (or relevant parts of it). E.g. http://vanillaforums.org/cache/p_core_library_map.ini I… (View Post)4 -
Re: Gdn_Form - Associative Arrays?
I tested Gdn_Form with a table having the following columns: * "x_y", "xy[]", "x[y]", "x.y", "x-dot-y" and "x y". With 'escaping', Gdn_Form… (View Post)1 -
Re: Issue: Vanilla character encoding
@Bleistivt: I just read the discussion + your pull request you referenced on github :+1:. Can you explain to me what the vanilla stage branch is for exactly? Shouldn't this be fixed in master? (View Post)1