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.
121
Plugins / Re: Hook parameters...
« on April 5th, 2013, 04:54 PM »
Well..it sort of makes sense. call_hook is a normal PHP function and passing array of values will automatically pass a copy and not the original reference. Perhaps passing objects will help with this but I don't know.
122
Plugins / [Plugin] Re: User Mentions v1.0 (9th March 2013)
« on April 5th, 2013, 04:52 PM »I need to figure out how plugins and email templates in general should work ;)
123
Features / Re: Github & stuff
« on April 5th, 2013, 04:51 PM »
If you do a git remote show origin, is anythingslider tracked?
124
Plugins / [Plugin] Re: User Mentions v1.0 (9th March 2013)
« on April 5th, 2013, 04:45 PM »
Okay, I'll look into improving this. I'm not entirely sure how to handle Email templates here especially given the amount of notificaiton plugins.
125
Features / Re: Github & stuff
« on April 5th, 2013, 04:09 PM »Uhm, this is weird. I can't find a button to revert a commit on GH website. Is only possible via command line?
126
Features / Re: Github & stuff
« on April 5th, 2013, 06:47 AM »
Meh, been paying 12$/mo since forever and love it :P
127
Plugins / [Plugin] Re: User Mentions v1.0 (9th March 2013)
« on April 5th, 2013, 06:45 AM »
Couple of things, I got mention notification in french. Although I should probably use email template but I'm not sure if that'll fix this problem. Secondly, the email is bloody useless as it is :P, I need to seriously improve it.
128
Plugins / [Plugin] Re: User Mentions v1.0 (9th March 2013)
« on April 4th, 2013, 11:11 AM »
Heh, for my curiosity, what changes do you have in my mentions plug in apart from the Ui? Also,Quote
Oh and is markReadForNotifier disabled for this site? It isn't marking my notifications as read when I view this topic.
129
Plugins / [Plugin] Re: User Mentions v1.0 (9th March 2013)
« on April 4th, 2013, 11:06 AM »Thought I should mention... (Ah, ah.)
(Where do I post my updated files anyway..?)
Yesterday I fixed the silly bug where doing @Nao on a single line without any other punctuation would fail to 'detect' it.
For the record: it was due to the strip_tags call. It can be called, but it should add an exception parameter of '<br>'. Otherwise, multiple lines are put together without any separator, and you know what that means... Something like @NaoSecond line.
Posted: April 4th, 2013, 11:03 AM
Oh and is markReadForNotifier disabled for this site? It isn't marking my notifications as read when I view this topic.
130
Archived fixes / Re: Notifications show one avatar
« on April 3rd, 2013, 07:09 AM »
Wouldn't it be a better idea to move it into Notifications template and do it besides the text? That way we don't need to do it for every notifier and it gives us more flexibility.
131
Archived fixes / Re: Notifications show one avatar
« on April 1st, 2013, 09:10 PM »
@Nao: I was talking about the avatar stuff, that's done via modifying plugin.php's getText right? Or?Quote from Nao on April 1st, 2013, 09:05 PM I'm not sure, it shouldn't?
PPS: what happens if I merge a post with an earlier one that has a notification attached to it..? I guess it loses it, right..?
132
Archived fixes / Re: Notifications show one avatar
« on April 1st, 2013, 08:30 PM »
@Nao: Can you make the avatar formatting etc. changes universal instead of applying to individual Notififier::getText? I've intended the function to always return raw text without any formatting since it can be used for other places as well. Or share your formatting code and I can make it universal.
133
The Pub / Don't update log_online for certain actions
« on March 30th, 2013, 04:46 PM »
Certain actions (mostly notifications polling) shouldn't update log_online table (Subs.php, writeLog function) since it doesn't make sense as the user actually isn't online and it hogs the Who's Online area.
134
Archived fixes / Re: Notifications bar iinvalid markup
« on March 30th, 2013, 04:41 PM »
Anything broken with Notifications is all @Nao from now on :P
135
Features / Re: New revs - Public comments
« on March 29th, 2013, 10:34 AM »
@Nao: It seems notification polling is keeping you permanently online. Perhaps updating last activity should be ignored when notifications are being polled? Or remove polling all together?