Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Will dance for Textile
This discussion has been closed.
Comments
Vanilla does, however, print most errors to the screen (in a human format) so chances are really that the log would just contain what it would otherwise echo out. The only time it doesnt print errors is on the actual php function errors because theyre all silenced with the aim that the vanilla error checking thing will pick up the problem and tell us it more usefully. If you coud find the function thats being used when people click to save a comment and remove the @ from the front it'l echo any problems it's having if there are any. Which function it is i'm not sure, sorry.
I exchanged textile 2.08 wholesale for the current textile implementation from textpattern, primarily because I am more familiar with it and because it has gone through some rigorous testing in the txp community. It seems to work fine for me and I was able to remove the error_reporting(0) from the plug-in, whilst keeping nifkin's code to trip up javascript, onMouse... etc. and embed being executed.
I've noticed that some small CSS modifications in vanilla or extensions may be necessary for the message windows and preview field as a result (one already mentioned on the dev forum), but that would apply in any case.
If you've reverted to it, we could kill my version even from the wiki as soon as the new release of Vanilla ships.
I've made one small modification to the txp-textile-code for use with Bergamot's Quotation extension: See this thread for more info.
The only other thing I've noticed is that the preview (SirNot's extension) sometimes looks screwy for special characters but when posted it is fine. Not looked at it in detail so any tips welcome. EDIT: in the meantime resolved.
EDIT: mini update to v 0.55. Separated code for easier updating of textile.
Sorry, man, got yr email and it's still sitting there with the "Reply to this, yo!" flag on it. It's been sorta hectic around here for me the last few weeks. I'm more than happy to just pass the deal off to you if you'd like it, I haven't been doing much work with Vanilla for a while now. I'll get back to you on the Ekwipment question later tonight.
folletto: any feedback is welcome. If all's okay it can be added to the add-ons.
Just one thing confused me: on 0.9 there was a user option to choose the default, now I think it uses the last choice. It's an "issue" due to Va1 I suppose.
It's here:
http://textile.thresholdstate.com
This version now uses the most recent version of Textile 2.0.0 and adds some new features. For details of what is new in Textile 2.0.0. see the announcement on thresholdstate.com. Textile is now officially maintained by Alex Shiels. The add-on version number has been adjusted to match the Textile version.
Main differences:
- Uses the new TextileRestricted function
- Textile Settings can be set through the admin settings area
- Addition of Textile Help pop-up
- Updated for vanilla 1.03 vulnerability correction
Note for updaters that the above could possibly result in some differences in behaviour since the previous version.for handling untrusted user input which obviates the need of the previous stringcleaner function. This has a reduced feature set in comparison to the normal textile but is specially devised for safer user input. This means that all HTML is escaped and inline id, class and span attributes that are added with textile are stripped.
- Textile lite on/off
- Inline images on/off
- rel=nofollow (or alternative)
The standard settings are the most strict settings. They are safest but also most restrictive. Admin users can relax the settings somewhat.It appears in brackets next to the radio button and uses central Textile Help resource at threshholdstate.com. The add-on should pull the correct language version based upon the language string of the Vanilla installation. If your language does not exist, or you prefer otherwise edit the link in default.php.
Get it here!