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.
211
Archived fixes / action_list is called too late
« on May 29th, 2013, 10:54 AM »
Call to the hook must be moved right below the keepalive check. Then plugins can add their own actions again!
212
Archived fixes / Buffer hook does not load plugin files
« on May 29th, 2013, 09:20 AM »
When a plugin adds a buffer hook, a fatal error happens because it looks for the wrong file.
In obExit(), the offending code is
Code: [Select]
It should be
Code: [Select]
In obExit(), the offending code is
if (!empty($fun[2]) && $fun[2] === 'plugin')
require_once($fun[1] . '.php');It should be
if (!empty($fun[2]))
loadPluginSource($fun[2], $fun[1]);213
Archived fixes / Subject 0 is treated as empty
« on May 29th, 2013, 09:07 AM »
Reproducible on this site.
Topic subject:
0
Error: Subject was left empty
Topic subject:
0
Error: Subject was left empty
214
Archived fixes / Re: Background Colour Inconsistency!?
« on May 27th, 2013, 12:50 AM »
It does not support radial --- need OP's confirmation.
215
Features / Re: Silly menu experiment...
« on May 26th, 2013, 06:28 PM »Really, if this is a problem, these options can be moved elsewhere
216
Archived fixes / Re: Multiple Same-Name Selection Box When Notifying
« on May 25th, 2013, 10:30 AM »Great stuff @Nao Keep up the food work and if you need a break a break of that kit kat bar, well do that!
217
Archived fixes / Re: Mentions in post are not showing correctly
« on May 25th, 2013, 10:26 AM »218
Bug reports / Re: Raw HTML in Custom Profile Fields
« on May 25th, 2013, 03:04 AM »There is a separate side bug related to the selectbox. I have a piece of text with an image that's substantially bigger than a single line of text. It was the first image at hand, and was 40x40. When the selectbox is expanded, it is displayed normally. But when closed and it is the selected item, something else happens entirely. See attached. The picture shows both the expanded behaviour and the unexpanded behaviour (i.e. it doesn't change height, and the text is base-line aligned, so the text is actually out of sight)
219
Archived fixes / Re: Background Colour Inconsistency!?
« on May 24th, 2013, 03:05 AM »
ok, where? The dark background behind the content wrapper?
220
Bug reports / Re: When a bug is fixed
« on May 24th, 2013, 02:56 AM »
Just attached a pic of the button.
221
Bug reports / Re: wrong browser title for PM sent box
« on May 24th, 2013, 02:53 AM »
Yup, yup. The HTML title tag is wrong.
222
Bug reports / When a bug is fixed
« on May 24th, 2013, 02:51 AM »
Once you can confirm the bug you reported in this board is fixed, mark it as solved. I can then easily spot such topics and move them away.
223
Test board / Re: xrunner's testing thread (anyone is invited of course)
« on May 17th, 2013, 12:36 AM »224
Features / Re: New revs - Public comments
« on May 17th, 2013, 12:24 AM »...! I spent months postponing this because I thought I had to do the query_see_topic implementation as well. Turned out that it was done in late February 2012, over 700 revisions ago
225
Features / Re: Permissions UI, latest experiment
« on May 17th, 2013, 12:13 AM »Given the feedback I've had here, that I've had on sm.org and the feedback I've had privately, I don't really see any point continuing with this, it's just proving to confuse people more than the messed up system we already had.
How did Windows do it ever since the good old days of NT? Exactly as you propose to change it to, with the two checkboxes!
Follow your instincts. Do what's right. People will adapt and change their mindset.
...maybe some visual cue is called for here. Background colors, green fur allow (make it bluish green for the color blind[2]) and red for deny.
| 1. | I mean, come on guys, really? |
| 2. | ever wonder why green traffic light have a blue hint? So the color blind see blue, and not gray |