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.
2176
Features / Re: New revs
« on December 3rd, 2013, 08:57 PM »
rev 2339 -- mostly CSS stuff. Next commit will be much, much cooler.
5 files changed, 34 insertions(+), 54 deletions(-) 5 files changed, 34 insertions(+), 54 deletions(-)
- The install file still inserted some permissions that were deleted long ago. That's a Pete bug, I'm afraid... (install.sql)
! Also fixed a width bug in sidebar button, due to the border-box hack. Was visible in Firefox and mobile browsers, mostly. (index.css)
! Fixed select box internal heights, same reason. Boo, !important hack in reply to that? Not cool. But it works, so shut up and let me do the dirty work. (index.css)
! Firefox actionbar alignment issue, due to the (redacted) hack. Am I gonna fix related bugs forever? Nah.. Don't think so. Also removing some stats code, in preparation for the next commit, hopefully. (sections.css)
* Minor tweaks. (Wine/extra.css, Wilde/extra.css)
5 files changed, 34 insertions(+), 54 deletions(-) 5 files changed, 34 insertions(+), 54 deletions(-)
- The install file still inserted some permissions that were deleted long ago. That's a Pete bug, I'm afraid... (install.sql)
! Also fixed a width bug in sidebar button, due to the border-box hack. Was visible in Firefox and mobile browsers, mostly. (index.css)
! Fixed select box internal heights, same reason. Boo, !important hack in reply to that? Not cool. But it works, so shut up and let me do the dirty work. (index.css)
! Firefox actionbar alignment issue, due to the (redacted) hack. Am I gonna fix related bugs forever? Nah.. Don't think so. Also removing some stats code, in preparation for the next commit, hopefully. (sections.css)
* Minor tweaks. (Wine/extra.css, Wilde/extra.css)
2177
Features / Re: Relative dates
« on December 3rd, 2013, 08:09 PM »
Ah, indeed! Thank you for the heads-up. Fixed. (Takes no extra JS bytes, yeehee.)
2178
Features: Miscellaneous / Re: Cool stats!
« on December 3rd, 2013, 01:50 PM »
So... It's all done, I think. There are probably tons of things to improve, but it all works right now, and I'm not touching it anymore until I'm committing that.
I'll need opinions on the final result, please! Can't keep talking to myself... :P
I think it could use a 'lifetime' stats range, giving out results in quarterly groups, or something. Apart from that, I'm all good...
I'll need opinions on the final result, please! Can't keep talking to myself... :P
I think it could use a 'lifetime' stats range, giving out results in quarterly groups, or something. Apart from that, I'm all good...
2179
Off-topic / Re: Any experiences with Sass/Compass?
« on December 2nd, 2013, 11:55 PM »
What do you need to ask, then? The compiler is available in the places you posted...
And if you're looking for a PHP preprocessor, just try lessphp (a port of lessc, which itself is based on Less.)
And if you're looking for a PHP preprocessor, just try lessphp (a port of lessc, which itself is based on Less.)
2180
Features: Miscellaneous / Re: Cool stats!
« on December 2nd, 2013, 11:49 PM »
Updated to latest version. It's starting to take shape. Unfortunately, there seem to be issues with the scale being too low on wedge.org, but I can't reproduce this on my local install. Hmm.
Still, plenty of things to play with, such as automatic updating of the 'total' and 'average' fields, new filters/ranges, and tooltips can now be multi-line (required a lot of changes to the original library), and have associated names.
Still, plenty of things to play with, such as automatic updating of the 'total' and 'average' fields, new filters/ranges, and tooltips can now be multi-line (required a lot of changes to the original library), and have associated names.
2181
Off-topic / Re: Any experiences with Sass/Compass?
« on December 2nd, 2013, 11:47 PM »
I never said Wess wouldn't be released separately from Wedge.
But I'll only do it if there's some semblance of interest, of course. Not going to waste my time otherwise...
Do note that the library itself is already mostly separate from the forum code, so... It's doable.
But I'll only do it if there's some semblance of interest, of course. Not going to waste my time otherwise...
Do note that the library itself is already mostly separate from the forum code, so... It's doable.
2182
Off-topic / Re: Video about wedge?
« on December 2nd, 2013, 11:46 PM »* Nao is stabbed in heart
No, no, it's alright, I'm okay...
* Nao isn't, really.
(Who's this talking about me in the third person?!)
2183
Archived fixes / Re: FF messing things up?
« on December 2nd, 2013, 11:45 PM »
Ah, an unrelated bug... Due to the border-box hack, applied recently as suggested over at... Elk ;)
It's working fine most of the time, but will need readjusting here and there, of course.
For instance, remotely the select boxes have faulty paddings right now, but they're fixed locally.
It's working fine most of the time, but will need readjusting here and there, of course.
For instance, remotely the select boxes have faulty paddings right now, but they're fixed locally.
2185
Off-topic / Re: Any experiences with Sass/Compass?
« on December 2nd, 2013, 11:08 PM »
Well, take Sass and Less, remove some useless features, add more innovation, and voilà, you've got Wess.
And it's an exclusive component of Wedge.
And it's an exclusive component of Wedge.
2186
Features / Re: Relative dates
« on December 2nd, 2013, 11:07 PM »
I've gotten used to the whole thing, I'll admit. If I want more specific times, it's always available on mouse-over.
Maybe I should add a user option, though...
Maybe I should add a user option, though...
2187
Off-topic / Re: Any experiences with Sass/Compass?
« on December 2nd, 2013, 07:14 AM »
Well... you realize it's the basis of my work on Wess three years ago right? ;)
2188
Features: Miscellaneous / Re: Cool stats!
« on December 1st, 2013, 11:58 PM »
Updated the site with a more recent version; it's far from working 'just fine', but at least, its select boxes are now working. ;)
Unrelated, but I also added a follow_me equivalent to Wilderless topic pages. What do you think, guys....? It won't work on all browsers for now (needs some settings modified in Firefox and Chrome), but in mobile browsers it's functional (at least iOS 6.1+ and Chrome for Android). Thing is, in Chrome Android, I'm upset that the fact that the feature is obviously implemented through a JavaScript module and NOT hardware accelerated at all. It makes little sense to enable it on Chrome Android, then, because it disrupts the experience. Hmm yeah, I'm disabling it for this.
Posted: December 1st, 2013, 11:44 PM
Unrelated, but I also added a follow_me equivalent to Wilderless topic pages. What do you think, guys....? It won't work on all browsers for now (needs some settings modified in Firefox and Chrome), but in mobile browsers it's functional (at least iOS 6.1+ and Chrome for Android). Thing is, in Chrome Android, I'm upset that the fact that the feature is obviously implemented through a JavaScript module and NOT hardware accelerated at all. It makes little sense to enable it on Chrome Android, then, because it disrupts the experience. Hmm yeah, I'm disabling it for this.
2189
2190
Features / Re: New revs
« on December 1st, 2013, 02:02 PM »
rev 2338 -- very minor. Just cleaning up my commit log.
8 files changed, 16 insertions(+), 9 deletions(-), 5.47 KiB
+ Added support for $txt language arrays in JS caching (as opposed to just regular strings.) (Subs-Cache.php)
* Language flag positioning tweaks. (ManageInfractions.template.php, ManageMail.template.php, ManageModeration.template.php, Register.template.php)
* Minor tweaks. (GenericList.template.php, mana.css)
* Commenazi. (Class-Editor.php)
8 files changed, 16 insertions(+), 9 deletions(-), 5.47 KiB
+ Added support for $txt language arrays in JS caching (as opposed to just regular strings.) (Subs-Cache.php)
* Language flag positioning tweaks. (ManageInfractions.template.php, ManageMail.template.php, ManageModeration.template.php, Register.template.php)
* Minor tweaks. (GenericList.template.php, mana.css)
* Commenazi. (Class-Editor.php)