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.
4201
Archived fixes / Re: Thoughts don't handle entity content properly
« on March 20th, 2012, 09:19 PM »
Specifically the preparser does that, switches two spaces for a nbsp then a space.
4202
Archived fixes / Re: Split topic appears to trip Bad Behaviour
« on March 20th, 2012, 08:57 PM »
Maybe but more likely I implemented it naively.
4204
Archived fixes / Thoughts don't handle entity content properly
« on March 20th, 2012, 08:56 PM »
See live's thought, it had a double space in it, wedit::preparsecode converted that to an nbsp, but that's displayed rather than converted.
4205
Plugins / Re: Settings page integration
« on March 20th, 2012, 08:53 PM »
Oh, yes, that one. What I meant was I didn't prevent addons doing their own thing, I just removed that particular method of doing it... In my mind it didn't really qualify as a hook :P
4206
To put it into context, arantor.org has been logging these requests for 15 months or so and even though there haven't been posts for months, I still see these requests daily, it's currently in the realm of 2-3 per day but it used to be dozens per day.
Also, I fully understand your opinion regarding the Daily Express ;) It reminds me of this T-shirt ;)
Also, I fully understand your opinion regarding the Daily Express ;) It reminds me of this T-shirt ;)
4207
Features / Re: Duplicate post detection?
« on March 20th, 2012, 08:38 PM »
Correct. Take out the checkSubmitOnce call as part of the form and see what happens ;)
4208
Features / Re: Duplicate post detection?
« on March 20th, 2012, 08:26 PM »
It won't solve either. The sole point of this suggestion is to prevent the same post being posted twice in the same thread. That said we could expand it to prevent that kind of spam, though I'm not sure how effective it would really be.
4209
Features / Re: Duplicate post detection?
« on March 20th, 2012, 07:43 PM »
In that case, there should actually be no reason to do so. There is still a duplicate-post check being made on the server through the internal system (where it stores a unique value between form and session and checks one against the other)
I'm not really sure why the submit button actually gets disabled in that situation, there's little reason for it...
I'm not really sure why the submit button actually gets disabled in that situation, there's little reason for it...
4210
Features / Re: Duplicate post detection?
« on March 20th, 2012, 05:59 PM »
I already have 15 in my repositories, with fragments and ideas for a few more on top :P What's another plugin between friends?[1]
Main reason is that while I like the idea, I'm not yet entirely sold on its usefulness.
Main reason is that while I like the idea, I'm not yet entirely sold on its usefulness.
| 1. | I suspect I'm going to make more plugins than I made for SMF, which is a slightly disturbing thought. |
4211
Features / Re: Duplicate post detection?
« on March 20th, 2012, 05:53 PM »
Would it be worth making as a plugin first to see how well received it is?
4212
Features / Re: New revs
« on March 20th, 2012, 04:35 PM »
(9 files, 14KB)
Revision: 1488
Author: arantor
Date: 20 March 2012 15:34:09
Message:
! Since we insist on a minimum of MySQL 5.1 on the server, we don't need 5.0.50/5.0.51 specific workarounds. (install.php, upgrade.php, Display.php, ScheduledTasks.php)
! Bit odd having a default of keeping error logs for 5 days but only clearing it out on a weekly basis. (ScheduledTasks.php)
! Mostly usable version of the BB log viewer. It's missing a few things but it works. It will also purge the BB log at the same time as purging the error log (and to a point I consider them both variations of 'error' anyway...) (Admin.php, ManageErrors.php, ScheduledTasks.php, Errors.template.php, Admin and ManageMaintenance language files)
----
Modified : /trunk/Sources/Admin.php
Modified : /trunk/Sources/Display.php
Modified : /trunk/Sources/ManageErrors.php
Modified : /trunk/Sources/ScheduledTasks.php
Modified : /trunk/Themes/default/Errors.template.php
Modified : /trunk/Themes/default/languages/Admin.english.php
Modified : /trunk/Themes/default/languages/ManageMaintenance.english.php
Modified : /trunk/other/install.php
Modified : /trunk/other/upgrade.php
Revision: 1488
Author: arantor
Date: 20 March 2012 15:34:09
Message:
! Since we insist on a minimum of MySQL 5.1 on the server, we don't need 5.0.50/5.0.51 specific workarounds. (install.php, upgrade.php, Display.php, ScheduledTasks.php)
! Bit odd having a default of keeping error logs for 5 days but only clearing it out on a weekly basis. (ScheduledTasks.php)
! Mostly usable version of the BB log viewer. It's missing a few things but it works. It will also purge the BB log at the same time as purging the error log (and to a point I consider them both variations of 'error' anyway...) (Admin.php, ManageErrors.php, ScheduledTasks.php, Errors.template.php, Admin and ManageMaintenance language files)
----
Modified : /trunk/Sources/Admin.php
Modified : /trunk/Sources/Display.php
Modified : /trunk/Sources/ManageErrors.php
Modified : /trunk/Sources/ScheduledTasks.php
Modified : /trunk/Themes/default/Errors.template.php
Modified : /trunk/Themes/default/languages/Admin.english.php
Modified : /trunk/Themes/default/languages/ManageMaintenance.english.php
Modified : /trunk/other/install.php
Modified : /trunk/other/upgrade.php
4213
Archived fixes / Re: Uninitialized string offset
« on March 20th, 2012, 04:25 PM »Robots.txt nope: non conforming robots could discover the URL this way. I added noindex everywhere but again - won't take any chances!
4214
Features / Re: Duplicate post detection?
« on March 20th, 2012, 04:24 PM »
I don't have a problem with that :)
4215
Archived fixes / Re: Uninitialized string offset
« on March 20th, 2012, 04:16 PM »
You might want to put said version into a robots.txt Disallow rule, looking at the logs.
I'm currently trying to hammer out a log viewer for BB so I can really start examining WTF is going on with some of these things.
I'm currently trying to hammer out a log viewer for BB so I can really start examining WTF is going on with some of these things.