Show Posts

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.

Messages - Arantor
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 :()
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
8088
Off-topic / Re: Git
« on January 8th, 2011, 12:14 PM »
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.
8089
Off-topic / Re: Git
« on January 8th, 2011, 12:09 PM »
Did it keep the entire revision history?
8090
Off-topic / Re: Git
« on January 8th, 2011, 11:37 AM »
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.
8091
Off-topic / Re: Git
« on January 8th, 2011, 11:11 AM »
I've long thought that Git and Mercurial seem like they should work better when there's a bigger team. With just two contributors it seems a little unnecessary.
8092
Off-topic / Re: Git
« on January 8th, 2011, 12:16 AM »
YOU LIE!

Wedge is DAYMN sexy.
8093
Off-topic / Re: Git
« on January 7th, 2011, 07:59 PM »
http://trac.edgewall.org/browser basically; it's just a lightly themed variant.
8094
Off-topic / Re: Git
« on January 7th, 2011, 07:55 PM »
RH you pay one price, repos are public or private, your choice, but I think there's a 10GB limit in total. I'm years away from ever hitting that though :P
8095
Off-topic / Re: Git
« on January 7th, 2011, 07:50 PM »
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.
8096
Off-topic / Re: Git
« on January 7th, 2011, 07:21 PM »
Yes. Also contains a full instance of Trac which means ticket tracker, wiki, roadmap and some other stuff.
8097
Off-topic / Re: Git
« on January 7th, 2011, 06:59 PM »
Pfft, I pay $6/month with RepositoryHosting and have the choice of SVN, Git or Mercurial :P
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
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
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