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.
361
Off-topic / Re: Forum "persistence"
« on June 7th, 2013, 03:20 AM »
I don't know, conversation of earlier today means I might end up doing some one-off development for a custom installation of Wedge (that I'll be running on my server but with things that aren't going to be stock features)... will see how the summer pans out.
362
Off-topic / Re: Doctor Who
« on June 7th, 2013, 03:19 AM »
In the frozen land of Nador they were forced to eat Robin's minstrels. And there was much rejoicing.
Yeah, I liked Smith, I liked the way season 5 was done, and the way he played it. Season 6... not so much but I still liked the way he played it. But season 7... meh. I'm kind of sorry he's going, but I'm somewhat ambivalent about Who at the moment. I have to say given the way things are with me, I was never going to look favourably on season 7, no matter what happened.
Yeah, I liked Smith, I liked the way season 5 was done, and the way he played it. Season 6... not so much but I still liked the way he played it. But season 7... meh. I'm kind of sorry he's going, but I'm somewhat ambivalent about Who at the moment. I have to say given the way things are with me, I was never going to look favourably on season 7, no matter what happened.
363
Off-topic / Re: Forum "persistence"
« on June 7th, 2013, 02:59 AM »
Yeah, I went to the US last summer, and I'll be over again shortly but unfortunately I won't really have time to hang around here much :(
364
Archived fixes / Re: Thoughts colloring error
« on June 7th, 2013, 02:54 AM »
Ah yes, that makes sense, I can reproduce and I see exactly why it is so. I will fix this in my next commit.
365
Off-topic / Re: Forum "persistence"
« on June 7th, 2013, 02:50 AM »
Well, it's also the fact that I'm headed out to America soon and will only have sporadic access for several weeks so I'm also trying to figure out what I can get done in that time.
366
Archived fixes / Re: Thoughts colloring error
« on June 7th, 2013, 02:44 AM »
That's odd, then, because if the parser is finding and replacing the <URL> there is no reason why it wouldn't also get the action=profile link... are the links prettified?
(See, the weird thing is, I can't reproduce it, it works as expected for me...)
(See, the weird thing is, I can't reproduce it, it works as expected for me...)
367
Archived fixes / Re: Thoughts colloring error
« on June 7th, 2013, 02:10 AM »
The links missing colours (which are all the other side of the >> from what I can see)... do they also still contain <URL> in them too?
368
Features / Re: New revs
« on June 7th, 2013, 02:10 AM »
3 modified, 1KB
Revision: 2157
Author: arantor
Date: 07 June 2013 01:09:27
Message:
! Move notifier would throw undefined error to admins when displaying the move notification. (Move.php)
! Don't show likes by people you're ignoring. (Display.php, Like.php)
----
Modified : /trunk/Sources/Display.php
Modified : /trunk/Sources/Like.php
Modified : /trunk/Sources/notifiers/Move.php
Revision: 2157
Author: arantor
Date: 07 June 2013 01:09:27
Message:
! Move notifier would throw undefined error to admins when displaying the move notification. (Move.php)
! Don't show likes by people you're ignoring. (Display.php, Like.php)
----
Modified : /trunk/Sources/Display.php
Modified : /trunk/Sources/Like.php
Modified : /trunk/Sources/notifiers/Move.php
369
Features / Re: New revs
« on June 6th, 2013, 11:51 PM »
3 modified, 4KB
Revision: 2156
Author: arantor
Date: 06 June 2013 22:51:11
Message:
! Allow admins to force send individual items from the mail queue. (ManageMail.php, ScheduledTasks.php, ManageMail.english.php)
----
Modified : /trunk/Sources/ManageMail.php
Modified : /trunk/Sources/ScheduledTasks.php
Modified : /trunk/Themes/default/languages/ManageMail.english.php
Revision: 2156
Author: arantor
Date: 06 June 2013 22:51:11
Message:
! Allow admins to force send individual items from the mail queue. (ManageMail.php, ScheduledTasks.php, ManageMail.english.php)
----
Modified : /trunk/Sources/ManageMail.php
Modified : /trunk/Sources/ScheduledTasks.php
Modified : /trunk/Themes/default/languages/ManageMail.english.php
370
Plugins / [Plugin] Re: Notifications system (1.0)
« on June 6th, 2013, 11:42 PM »
No, I'm talking about the *preview* pulled via AJAX... it has the wrong link in it and no styling.
See attached, notice the link that my cursor is under still has a <URL> in it and the preview doesn't have the colour groups.
See attached, notice the link that my cursor is under still has a <URL> in it and the preview doesn't have the colour groups.
371
Plugins / [Plugin] Re: Notifications system (1.0)
« on June 6th, 2013, 10:44 PM »
Also, the previews don't get parsed properly through the buffer. I have a notification where someone mentioned me and the preview includes the link to my profile name (of course, it's the parsed tag)... but it still has the <URL> in the link and isn't coloured because it's not pulled through the rewrite buffer.
372
Off-topic / Re: json_decode and arrays
« on June 6th, 2013, 09:50 PM »
Now you're just showing off. I'm so proud!
373
Off-topic / Re: json_decode and arrays
« on June 6th, 2013, 09:37 PM »
Hardcore programmers would if ($i++ > 5) ;)
374
Plugins / [Plugin] Re: Notifications system (1.0)
« on June 6th, 2013, 02:39 PM »
It's also how I discovered some of the bugs in the mail queue ;)
375
Off-topic / Re: In Addition to Post Count - Power Ranking?
« on June 6th, 2013, 02:39 PM »
Yes, there is a setting for post counts per board. Changing it is also not instantly retroactive, but there is also (in Wedge, and maybe in SMF 2.1) the option to recount everyone's post count.
The problem with doing post count per board is that it is not centrally maintained. Post counts per member are stored in the member's account itself and updated when posts are updated, so when you make a post, your post count is increased. Having to recalculate post count on demand is not especially cheap, though it is an interesting idea. (It's not particularly hard to program either)
The problem with doing post count per board is that it is not centrally maintained. Post counts per member are stored in the member's account itself and updated when posts are updated, so when you make a post, your post count is increased. Having to recalculate post count on demand is not especially cheap, though it is an interesting idea. (It's not particularly hard to program either)