Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Messages - Arantor
4096
Plugins / [Plugin] Re: Facebook for Wedge
« on March 24th, 2012, 06:18 PM »
It hasn't been explicitly stated but I'll reiterate the point here that should surprise some of you.

There are precisely zero files here. The plugin system does not permit file edits in any fashion, this is all handled between a combination of the plugin hooks and the template skeleton system.
4097
Features / Re:
« on March 23rd, 2012, 04:50 PM »
Quote
Make sure to check Post.php out when you have some time to look into rev 1503
I will do that. I really don't remember it adding slashes. The reason I'm so surprised by it is that when I wrote SimpleDesk, I went over the process very thoroughly and I never added slashes myself.
Quote
I also forgot to mention that in the situation where you're editing a draft, it will then reset the subject (protection-free?) after the addcslashes (now str_replace).
That's sort of how I implemented it. The drafts don't need to have the same level of protection that normal posts do, just enough to prevent XSS injections.
Quote
Oh, and another bug: if a topic is moved (not deleted!) while writing a draft, the draft only offers to create a new topic.
That's a bug. It should still pick up on the topic, even if it's in a different board. Missing board, on the other hand, is known to cause problems at the present time.
Quote
It wouldn't hurt to allow the user using wedge to choose how he wishes to notify incorrect logins.
Interesting approach.
Quote
I would love to get involved with this sometime ;) I am full of ideas and creations XD
Please do share your ideas in the forum here. I can't promise we'll implement them, but we'll certainly read and consider them.
4098
Plugins / [Plugin] Re: Facebook for Wedge
« on March 23rd, 2012, 04:30 PM »
Which reminds me. Watch this video, specifically the bit I'm thinking of is 3:58 onwards :D
4099
Features / Re: Badges and the displaying thereof
« on March 23rd, 2012, 02:53 PM »
This is the thing, I want to put that power in the admin's hands. If *they* want to make it complicated, fine, it's their forum.

As it is, we make a lot of decisions about how the core operates, both technically and practically. For something like this I'd prefer to give them some choice in how they present it, and while my gut instinct initially said 'plugin', I can't help but think we can do it faster and cleaner in core.
4100
Features / Re:
« on March 23rd, 2012, 02:35 PM »
I don't recall SMF adding slashes there...
4101
Archived fixes / Re: Bug with color & font selectboxes
« on March 23rd, 2012, 02:35 PM »
Rated.
4102
Archived fixes / Re: Bug with color & font selectboxes
« on March 23rd, 2012, 02:20 PM »
In non WYS that would be correct behaviour, I guess.
4103
Features / Re:
« on March 23rd, 2012, 02:18 PM »
And this is why we htmlspecialchars the subject and never, ever un_htmlspecialchars it for any reason ;)
4104
Plugins / [Plugin] Re: Facebook for Wedge
« on March 23rd, 2012, 02:17 PM »
Ah, I see.

That shouldn't be a problem to add :)
4105
Plugins / [Plugin] Re: Facebook for Wedge
« on March 23rd, 2012, 02:02 PM »
Like/unlike has a hook... :whistle:
4106
Features / Re: Badges and the displaying thereof
« on March 23rd, 2012, 01:49 PM »
The easiest way for *you*, amongst the most difficult for *us* ;)
4107
Archived fixes / Re: Bug with color & font selectboxes
« on March 23rd, 2012, 01:48 PM »
Quote
but how is it correct behavior exactly...?
In WYSIWYG mode it should change and stay there to indicate the current style. In non WYSIWYG mode it should do as MultiformeIngegno suggests.
4108
Archived fixes / Re: Bug with color & font selectboxes
« on March 23rd, 2012, 01:37 PM »
This is actually an SMF bug, but to a point, it's correct behaviour too.

WYSIWYG or normal mode?
4109
Archived fixes / Re: IE8: menu broken (with fix)
« on March 23rd, 2012, 11:06 AM »
Yup, all good in real IE8.
4110
Plugins / [Plugin] Re: Facebook for Wedge
« on March 23rd, 2012, 08:48 AM »
Wow, simply wow.