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
Features / Re: jQuery Datepicker
« on August 1st, 2013, 05:46 PM »
There are technical reasons why that isn't properly supported. I'm not entirely sure we can actually fix that either.
122
Off-topic / Re: System visitations: MyBB 1.6.10
« on August 1st, 2013, 05:45 PM »
You do realise that's how the plugin system in Wedge works, right? ;)
123
Archived fixes / Re: Tooltips for
« on August 1st, 2013, 05:45 PM »
Why is the " broken in that post above? Oh... I know, it's an old post from before I fixed that crap.
124
Bug reports / Re: Periodic notifications don't seem to work
« on August 1st, 2013, 05:44 PM »
It wasn't just structural but also content in that change. But if it's updated now to match, we'll see if it starts working.
125
The Pub / Re: Infinite Scroll
« on August 1st, 2013, 05:43 PM »
That scrollbar still can't be scrolled in Chrome 29 either.
126
Features / Re: jQuery Datepicker
« on August 1st, 2013, 07:53 AM »
I've had time to mull this over. What would be neat is if we were to offer an option for 'no year' and 'with year' and offer a nice UI for both, perhaps with date pickers where appropriate.
128
Archived fixes / Re: Board search
« on August 1st, 2013, 07:45 AM »
It wasn't a bug but now it's an option either way, and if we decide to fold it into one thing, it's not a big deal.
129
Features / Re: New revs
« on August 1st, 2013, 07:44 AM »
6 modified, 4KB
Revision: 2194
Author: arantor
Date: 01 August 2013 06:44:07
Message:
! MySQL version not detected properly in installer (thanks Dragooon) (install.php)
! Fix to RIPE lookup (thanks Live) (Profile-View.php)
! Ability to search 'this board' or 'this board and all its sub-boards', feel free to find better wording, I just wanted to implement this quickly tonight. (Search2.php, Subs-Boards.php, Search.template.php, Search language file)
----
Modified : /trunk/Sources/Profile-View.php
Modified : /trunk/Sources/Search2.php
Modified : /trunk/Sources/Subs-Boards.php
Modified : /trunk/Themes/default/Search.template.php
Modified : /trunk/Themes/default/languages/Search.english.php
Modified : /trunk/root/install.php
Revision: 2194
Author: arantor
Date: 01 August 2013 06:44:07
Message:
! MySQL version not detected properly in installer (thanks Dragooon) (install.php)
! Fix to RIPE lookup (thanks Live) (Profile-View.php)
! Ability to search 'this board' or 'this board and all its sub-boards', feel free to find better wording, I just wanted to implement this quickly tonight. (Search2.php, Subs-Boards.php, Search.template.php, Search language file)
----
Modified : /trunk/Sources/Profile-View.php
Modified : /trunk/Sources/Search2.php
Modified : /trunk/Sources/Subs-Boards.php
Modified : /trunk/Themes/default/Search.template.php
Modified : /trunk/Themes/default/languages/Search.english.php
Modified : /trunk/root/install.php
130
Bug reports / Re: Post action mini-menu is misaligned after expanding an ignore member's post
« on August 1st, 2013, 06:23 AM »
This doesn't seem to be misaligned any more, though there is a separate bug - as per http://wedge.org/pub/bugs/8227/soft-merge-ignored-user/
I won't mark this closed yet because the second part is still not covered; no way as far as I know to inject a per-message value to the mini menu... that said it's not necessarily relevant with soft merge.
I won't mark this closed yet because the second part is still not covered; no way as far as I know to inject a per-message value to the mini menu... that said it's not necessarily relevant with soft merge.
131
Bug reports / Re: SMF bug 4887 (audio CAPTCHA doesn't work in IE9)
« on August 1st, 2013, 06:20 AM »
IE10 refuses to play the .wav as 'unsupported filetype'. Hmm, need to figure something out about this.
133
Archived fixes / Soft merge / ignored user
« on August 1st, 2013, 06:16 AM »
If you ignore a user and they have soft merged posts, both posts are collapsed as they should be but the second (or presumably third and onwards) softly merged post cannot be uncollapsed. What happens is that you click the link, it animates the uncollapse, then it animates recollapsing it. Tested here just now.
134
Archived fixes / Re: Theme selector broken + more...
« on August 1st, 2013, 06:13 AM »
Since this is fixed I'll move it.
135
Archived fixes / Re: Media Gallery: Comment Preview not working
« on August 1st, 2013, 06:12 AM »
We are doing something funky with the editor component (it looks reminiscent of the main area), but it still does this, it just submits without actually handling the preview. I don't think it's related to the editor component, though, just $_POST['preview'] is not tested for properly.