Thoughts (4737)
May 16th, 2013, 11:52 PM Actions…Arantor » @Nao> I'll fix it, it's my mistake after all (…)
May 16th, 2013, 11:50 PM Actions…Nao » Noticed some indenazi material in rev 2117 at ManageMemberOptions... A foreach not followed with proper indenting. Mefixie or youfixie..? (…)
May 16th, 2013, 11:48 PM Actions…Arantor » @Nao> It also needs more permissions to make it really work well, namely separating out the add/manage/delete boards permissions in general.
May 16th, 2013, 11:47 PM Actions…Arantor » @Nao> MOAR DEATH TO SIDEBARS, yes that needs to go, I'll deal with it. (…)
May 16th, 2013, 11:46 PM Actions…Nao » $options['use_sidebar_menu'] -- this option seems to be used in a few files, is it as wanted...? Just do a global search on 'use_sidebar_menu'. If not intended, well, a good find then... :p Bed time™! (…)
May 16th, 2013, 11:45 PM Actions…Nao » 'kay, I'm done with the main commits... Have a few more things to commit, including some Security changes I discussed today, but they'll come tomorrow.
May 16th, 2013, 11:44 PM Actions…Nao » @pols1337> The blog system was implemented into Wedge in the first days I think, that is, nearly 3 years ago... It is mostly broken though, I made too many changes globally, and don't use the blog thing much. Even here... If just has one blog. Badly styled. (…)
May 16th, 2013, 11:37 PM Actions…Arantor » @pols1337> That, and the post I keep recycling every few months about how we're not really interested in having beta testers who just want shiny things... ;)
May 16th, 2013, 11:36 PM Actions…Arantor » @pols1337> Sort of, there is blog support but it needs much more work yet.
May 16th, 2013, 11:28 PM Actions…pols1337 » @Arantor> Ah, wish you guys could post a live demo (I guess the website itself is on Wedge), but I guess I'll just wait until you release your gold version.  I've read your posts about the alpha release, but I don't think I'm technically proficient to test it out y (…)
May 16th, 2013, 11:26 PM Actions…pols1337 » You know, it's funny ... didn't a year ago I request an Aeva Blog?  Did you guys actually make a blog system for Wedge? (…)
May 16th, 2013, 11:22 PM Actions…Arantor » @pols1337> And just think that all the *really* cool stuff - like the shiny new awesome warning system - you won't even be able to see publicly for the most part (only posted screenshots) (…)
May 16th, 2013, 11:20 PM Actions…pols1337 » It's been about a year since I last checked Wedge. (…)
May 16th, 2013, 11:19 PM Actions…pols1337 » Browsing around and checking out Wedge
May 16th, 2013, 09:22 PM Actions…Nao » @Arantor> yeah i was passing by to say i'd changed my mind ah ah. still, it's a bit misleading either way...
May 16th, 2013, 09:04 PM Actions…Arantor » @Nao> Nope... allowedTo() accepts an array, only requires any one permission. Requiring *all* permissions would invalidate things like the admin panel fairly heavily. (…)
May 16th, 2013, 08:58 PM Actions…Nao » @Arantor> i think it's the other way around, if you don't mind ;) i'll elaborate later! (…)
May 16th, 2013, 07:39 PM Actions…Arantor » @Nao> Yes but that wouldn't make any real sense anyway ;) Yes, it should be documented that the last one should be used for the error message, so it should be the most general of the permissions being checked. (…)
May 16th, 2013, 07:37 PM Actions…Nao » @Nao> So, basically, I'm going to add a small comment warning about that. I tried rewriting allowedTo to allow returning an array of allowed permissions, but while it worked, it proved too complicated, for such an edge case...
May 16th, 2013, 07:36 PM Actions…Nao » @Arantor> Yeah, the logic for the current code is fine, but not if you start using isAllowedTo(array('post_reply_any', 'admin_forum', 'post_reply_own')). In this case, if you don't have admin rights, you get an error saying you can't reply your own posts... :^^;: (…)