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.
8086
Off-topic / Re: No, really, wait, what?
« on January 13th, 2011, 08:36 PM »
The only mainstream site I've even seen making obvious use of HTML5 is YouTube, and even that appears to have backtracked.
(In other news, Chrome is going to be dropping H.264 support soon, which will devalue <video> even more :()
(In other news, Chrome is going to be dropping H.264 support soon, which will devalue <video> even more :()
8087
Features / Re: New revs
« on January 9th, 2011, 04:59 PM »
Revision: 458
Author: arantor
Date: 15:59:07, 09 January 2011
Message:
! Fix the translatable captions in DB-based bbcode. (Subs.php)
----
Modified : /trunk/Sources/Subs.php
Author: arantor
Date: 15:59:07, 09 January 2011
Message:
! Fix the translatable captions in DB-based bbcode. (Subs.php)
----
Modified : /trunk/Sources/Subs.php
8088
What I might do is experiment with importing the Wedge repo into either a Git or Mercurial container on RepositoryHosting (you can't just magically convert one to the other, but you can export and import and RH supports all three) just to get a feel for it.
8090
Yeah, I suppose there is that way actually, that you branch, add a new feature then merge it back in.
I don't just want to up and move the repo to Mercurial or Git (yeah, I find myself leaning to Mercurial but for no reason other than it has a cool name, there's nothing in it from my perspective) without a good reason since transitions are not good and do have a tendency to drop meta data at times.
I don't just want to up and move the repo to Mercurial or Git (yeah, I find myself leaning to Mercurial but for no reason other than it has a cool name, there's nothing in it from my perspective) without a good reason since transitions are not good and do have a tendency to drop meta data at times.
8093
http://trac.edgewall.org/browser basically; it's just a lightly themed variant.
8095
I don't really use github, I have to admit I don't overly like Git, but maybe that's because I haven't used it much.
Github is probably sexier than RepositoryHosting, but RH is convenient and flexible since you can pick a repo for each project you have on there.
Github is probably sexier than RepositoryHosting, but RH is convenient and flexible since you can pick a repo for each project you have on there.
8098
Features / Re: New revs
« on January 7th, 2011, 09:49 AM »
Revision: 454
Author: arantor
Date: 08:48:55, 07 January 2011
Message:
+ Add a hidden input box in all instances of the verification/CAPTCHA, which will be removed if Javascript is run, or at least hidden out the way, and if this box is submitted to the CAPTCHA receipt with content, kick it back. (Bots don't normally run JS, so won't remove it, but will typically populate it.) (Subs-Editor.php, GenericControls.template.php, index.english.php, index.css)
----
Modified : /trunk/Sources/Subs-Editor.php
Modified : /trunk/Themes/default/GenericControls.template.php
Modified : /trunk/Themes/default/css/index.css
Modified : /trunk/Themes/default/languages/index.english.php
Author: arantor
Date: 08:48:55, 07 January 2011
Message:
+ Add a hidden input box in all instances of the verification/CAPTCHA, which will be removed if Javascript is run, or at least hidden out the way, and if this box is submitted to the CAPTCHA receipt with content, kick it back. (Bots don't normally run JS, so won't remove it, but will typically populate it.) (Subs-Editor.php, GenericControls.template.php, index.english.php, index.css)
----
Modified : /trunk/Sources/Subs-Editor.php
Modified : /trunk/Themes/default/GenericControls.template.php
Modified : /trunk/Themes/default/css/index.css
Modified : /trunk/Themes/default/languages/index.english.php
8099
Features / Re: New revs
« on January 7th, 2011, 09:23 AM »
Revision: 453
Author: arantor
Date: 08:22:42, 07 January 2011
Message:
! Syntax error in registration screen JS (register.js)
! strftime issues dates with 0 prefixes, which upsets Javascript, so send the Unix epoch in milliseconds to build server time from instead (Profile-Modify.php, Register.php, Profile.template.php, Register.template.php, profile.js)
----
Modified : /trunk/Sources/Profile-Modify.php
Modified : /trunk/Sources/Register.php
Modified : /trunk/Themes/default/Profile.template.php
Modified : /trunk/Themes/default/Register.template.php
Modified : /trunk/Themes/default/scripts/profile.js
Modified : /trunk/Themes/default/scripts/register.js
Author: arantor
Date: 08:22:42, 07 January 2011
Message:
! Syntax error in registration screen JS (register.js)
! strftime issues dates with 0 prefixes, which upsets Javascript, so send the Unix epoch in milliseconds to build server time from instead (Profile-Modify.php, Register.php, Profile.template.php, Register.template.php, profile.js)
----
Modified : /trunk/Sources/Profile-Modify.php
Modified : /trunk/Sources/Register.php
Modified : /trunk/Themes/default/Profile.template.php
Modified : /trunk/Themes/default/Register.template.php
Modified : /trunk/Themes/default/scripts/profile.js
Modified : /trunk/Themes/default/scripts/register.js
8100
Features / Re: New revs
« on January 6th, 2011, 03:42 PM »
Revision: 449
Author: arantor
Date: 14:42:02, 06 January 2011
Message:
! Updated internal Bad Behaviour checks to match changes in BB 2.1.8
- Due to a PHP bug, DNS lookups can fail and not report failure properly, so disabled those checks for the time being. (Subs.php)
! Two new spammer user-agents, update of existing user-agent to prevent some (rare) false positives (Security.php)
----
Modified : /trunk/Sources/Security.php
Modified : /trunk/Sources/Subs.php
Author: arantor
Date: 14:42:02, 06 January 2011
Message:
! Updated internal Bad Behaviour checks to match changes in BB 2.1.8
- Due to a PHP bug, DNS lookups can fail and not report failure properly, so disabled those checks for the time being. (Subs.php)
! Two new spammer user-agents, update of existing user-agent to prevent some (rare) false positives (Security.php)
----
Modified : /trunk/Sources/Security.php
Modified : /trunk/Sources/Subs.php