Mind you, I also tried the same on small_delete, but Pete somehow managed to crush the competition here. What tool did you use for that one..?! (small_move.gif)
Re: New revs - Public comments
« Reply #585, on March 30th, 2013, 03:43 PM »
Mind you, I also tried the same on small_delete, but Pete somehow managed to crush the competition here. What tool did you use for that one..?! (small_move.gif)
$txt['error_new_replies'] = number_context(isset($_GET['last']) ? 'error_new_reply_reading' : 'error_new_reply', $context['new_replies']);if ($context['new_replies'] == 1)
$txt['error_new_reply'] = isset($_GET['last']) ? $txt['error_new_reply_reading'] : $txt['error_new_reply'];else
$txt['error_new_replies'] = sprintf(isset($_GET['last']) ? $txt['error_new_replies_reading'] : $txt['error_new_replies'], $context['new_replies']);So far, so good...
! The old Profile Notifications page is still there, but it wasn't showing up to do duplicate array entries. (Profile.php)
r2094 - JS changes
Well, I just mostly pulled the first stuff out of the templates themselves so they were like that already ;)
As far as functions having ; on the end, wasn't that because Packer needed it?
$fonts = array_filter(array_map('trim', preg_split('~[\s,]+~', $settings['editorSizes'])));And we could do the checking at save time in ModifyPostEditorSettings.
Do you see any uses for disemvowel and scramble functions? Maybe just copying their single-line contents into the main codepath would be enough? I'm not worried about disemvowel(), but scramble() might conflict with other functions with the same name. You never know -- adding an encryption library, or something like that...?
I find myself with having to determine a number of points to give... Why should I, when I can just select a list of pre-defined sanctions, such as hiding the signature...?
Or maybe it's admin-only and I should look at how it works for mods?
Done with the checks. Overall, great work!
...! 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
There are probably other array_intersect calls, sure.
As far as permissions, it's long been on my plan to adjust how permissions were loaded and tested (to use isset rather than in_array) but that was part of the permissions overhaul and until I figure out how to make the UI, I won't be touching that.