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
4711
Features / Re: New revs
« on February 29th, 2012, 01:09 AM »
(3 modified, 3KB)

Revision: 1403
Author: arantor
Date: 29 February 2012 00:09:24
Message:
! Admin templates would throw undefined 'step' index if they used ints but did not come from the plugin handler. (Admin.template.php)
! Added date and datetime support to the database handler for plugins, mostly because the calendar needed it. (Class-DBPackages.php, ManagePlugins.php)
----
Modified : /trunk/Sources/Class-DBPackages.php
Modified : /trunk/Sources/ManagePlugins.php
Modified : /trunk/Themes/default/Admin.template.php
4712
Features / Re: Spice up registration page?
« on February 29th, 2012, 12:58 AM »
And it already does ;)
4713
Features / Re: New revs
« on February 29th, 2012, 12:49 AM »
(2 modified, 1KB)

Revision: 1402
Author: arantor
Date: 28 February 2012 23:47:49
Message:
! A hook's name was typo'd in the hook registry. (ManagePlugins.php)
! Adding a new column in the installer SQL ready for future use (to make migrating certain sites a little bit easier in time) (install.sql)
----
Modified : /trunk/Sources/ManagePlugins.php
Modified : /trunk/other/install.sql

@ Specifically, this is something to save wedge.org hassle since it's one less schema change to worry about going forward (because it's a feature I will be adding shortly and it makes it easier to keep wedge.org updated if there's fewer DB changes to remember to sync)
4714
Features / Re: New revs
« on February 28th, 2012, 11:30 PM »
(7 modified, 2KB)

Revision: 1401
Author: arantor
Date: 28 February 2012 22:29:51
Message:
! Goodbye "modification settings" page, you're just not needed any more. (Admin.php, ManagePlugins.php, ManageSettings.php, Admin and ManageSettings language file)
----
Modified : /trunk/Sources/Admin.php
Modified : /trunk/Sources/ManagePlugins.php
Modified : /trunk/Sources/ManageSettings.php
Modified : /trunk/Themes/default/languages/Admin.english.php
Modified : /trunk/Themes/default/languages/Admin.french.php
Modified : /trunk/Themes/default/languages/ManageSettings.english.php
Modified : /trunk/Themes/default/languages/ManageSettings.french.php
4715
Features / Re: New revs
« on February 28th, 2012, 10:45 PM »
(2 modified, 1KB)

Revision: 1400
Author: arantor
Date: 28 February 2012 21:44:56
Message:
! Fixed bug whereby int fields' min/max values were not handled properly for settings-page items in plugins. (ManageSettings.php)
! Added ability to indicate an hr in settings-page items with new XML item hr. (ManageSettings.php, plugin-info.rng)
----
Modified : /trunk/Sources/ManageSettings.php
Modified : /trunk/other/plugin-info.rng
4716
Features / Re: Spice up registration page?
« on February 28th, 2012, 09:34 AM »
Yeah, there are no plans to limit the functionality of Wedge in that respect (meaning it will still be possible to use bbcode etc to make the registration agreement) but the method by which it is done needs to change, since I'm not a fan of having it as a file needing to be updated (which means it needs to be writable etc.)
4717
Features / Re: Spice up registration page?
« on February 28th, 2012, 03:19 AM »
I figured he meant fieldset rather than frameset ;)
4718
The Pub / Re: Logo Madness
« on February 28th, 2012, 03:11 AM »
Didn't see this until now >_> bomine is nice, not sure the 'ship' goes with the writing.
4719
Features / Re: Spice up registration page?
« on February 28th, 2012, 02:08 AM »
How exactly would you put things in framesets? Not sure what you're thinking of.

I do know that the agreement thing needs to be changed, like made easier to customise (without having to edit any files) and proper supporting of multiple languages etc.
4720
Features / Re: Spice up registration page?
« on February 28th, 2012, 01:58 AM »
AJAXing it up rules out users with screen readers and other similar non visual browsers.

Also note that throwing around colour everywhere wouldn't make it any more appealing - no user I know ever reads the agreement no matter what's done to the front page.
4721
Plugins / Re: Another quick plugin
« on February 28th, 2012, 12:18 AM »
Not even the specification always agrees, and GMail's trick of ignoring dots to build a header (e.g. a.b.c.d@account = abcd@account) is not exactly within the specification either.

It also depends on whether you treat TLDs properly or not, validating what is actually currently legal vs what is theoretically legal (i.e. checking against TLDs' existence) vs locally routable domains (like localhost).
4722
Features / Re: Using HTML5 form inputs
« on February 28th, 2012, 12:17 AM »
Quote
"Quick search"
And here was me thinking you did that in JS.
Quote
BTW, I tested the PM settings page -- shouldn't there be a "min" setting of 0 for minimum number of PMs etc...? I can go under 0 by clicking the buttons, it's funny
Well, everywhere that uses an int type field gets automatically pushed to <input type="number">, I just didn't set minimums on everything, but it's certainly something that should be done.
Quote
Well, it's going to be... interesting, seeing whether I manage to put Wedge online here on March 1st as promised, or if I'll have to postpone it again because we're in the middle of some complex changes...
I have nothing up my sleeve that requires big DB changes. Though I'd encourage you to take a look at the stuff in loadBoard where 'privacy' is set based on the old membergroups - whether that's needed or not (since I don't remember what else that does)
4723
Features / Re: Board access
« on February 28th, 2012, 12:11 AM »
:D

That's why I'm currently working on the chess mod, it's something I've wanted for a while (and while there is an SMF mod, it's a shade buggy in places and I don't like how certain things were done in it)
4724
Features / Re: Board access
« on February 28th, 2012, 12:08 AM »
Quote
With that kind of granularity, I'm surprised you could even consider not allowing topic privacy for multiple specific membergroups and contact lists... I'm sure that's something you'd have brought up less than a few months after the feature was implemented
The thing is, it's not really that granular, not compared to topic privacy - this is quite coarse in the scheme of things. But like most things, a certain amount of this is scratching my own itch, I have need of some of these things ;)
4725
Features / Re: Using HTML5 form inputs
« on February 28th, 2012, 12:07 AM »
Quote
I always loved placeholder, never used it enough though. I think I added it to the admin homepage... That must be all.
And I never even noticed?
Quote
(Pete, I see you're in full "I'm going to overcome Nao's postcount" mode again  )
What can I say? Three months of not doing a lot and now it's time to set that little record straight, so to speak :)