Bleistivt
ModeratorBleistivt Moderator
Reactions
-
Re: Issue: Vanilla character encoding
See http://vanillaforums.org/discussion/27971/pull-requests-you Basically stage is where larger pull requests are tested before they are merged into master. ...At least it was used like that. I have … (View Post)2 -
Re: Let's finally remove magic quotes from Vanilla!
Having magic quotes enabled breaks view counts anyway so yes, removing this should be safe. (View Post)1 -
Re: Is Vanilla HTML4, XHTML4 or HTML5?
It was XHTML 1.0 (strict) originally, but was later changed to HTML5, hence the HTML 5 doctype: <!DOCTYPE html> You can actually have both XML validity and HTML5 validity. They are seperate con… (View Post)4 -
Re: Issue: Vanilla character encoding
Vanilla is pretty much UTF-8 only. At least I wouldn't try using a different encoding. But really, this is the kind of issue to post on github. for reference, see this discussion: https://github.com/… (View Post)2 -
Re: Gdn_Form - Associative Arrays?
Gdn_Forms main purpose is building forms and validating the inputs (through Gdn_Validation) based on a table schema, which is always 1-dimensional. (View Post)2