Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Pull Requests
ddumont
✭✭
Would you like people to post pull requests against the master branch or unstable?
Also, could you pull this in so it's in the next release:
https://github.com/vanillaforums/Garden/pull/846
?
Also, could you pull this in so it's in the next release:
https://github.com/vanillaforums/Garden/pull/846
?
There was an error rendering this rich post.
0
Comments
Having an EventArgument that's in the config is a bit redundant, isn't it? Do you really need a way to override it on the fly like that or can you just use SaveToConfig?
I'd rather override the default (passed in the event) provided that it's a blog category.
Here's my addon change:
http://code.google.com/p/nillablog/source/diff?spec=svncb08c5c85b6910fad14fead0e5234d46dbeb07cd&r=cb08c5c85b6910fad14fead0e5234d46dbeb07cd&format=side&path=/class.nillablog.plugin.php
I check to see if it's a blog category, and pass in my config setting instead.
There was an error rendering this rich post.
There was an error rendering this rich post.
Makes sense. It'll probably make it in the next round of pulls & fixes.
There was an error rendering this rich post.