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.
4441
Off-topic / Re: Maybe you guys know something about Wordpress here...
« on September 18th, 2012, 04:13 PM »
(I'm afraid I'm not well versed into WordPress these days, and even less into SSL...)
4442
The Pub / Re: Print Page
« on September 18th, 2012, 04:11 PM »Bah, how did I miss this one?
Yes, it should be done like in Display.php and yes, making it a callback would fix the issues - though it would also require more than a few minutes work in rewriting it.
That's why there's the question on install ;)
Having given it a couple of weeks' thought, I still think it shouldn't be core.
And yet, I've seen such warnings...?Quote PS: and once again, I didn't get any warnings for spoogs' post above mine, which was sent after I started my reply... My 'last' variable was set to 281415, so I should have gotten a warning, no..?
Sometimes it works for me -- sometimes it doesn't. It sounds like it's some super-unstable function when it really isn't... :-/
4443
Archived fixes / Re: SMF (not Wedge) bugs
« on September 18th, 2012, 04:07 PM »
It was intended to be a general topic... Not my fault if I couldn't find any bugs that weren't also in Wedge ;)
Well... Yes it's my fault actually, I'm just too lazy!
Well... Yes it's my fault actually, I'm just too lazy!
4444
Archived fixes / Re: Theme selector broken + more...
« on September 18th, 2012, 04:06 PM »
Fixed in the latest rev by, as I mentioned, simply reverting to the all method for guests ;)
It's no big deal really.
It's no big deal really.
4445
Plugins / Re: Something I started working on
« on September 18th, 2012, 04:05 PM »
Totally unrelated, but maybe we should use the HTML inputs of the 'color' type for actual color requests...? Instead of HTML code...
Or implement our own, something like showing a small inline-block next to the box, and fill its background-color on 'change' and 'blur' events.
Or implement our own, something like showing a small inline-block next to the box, and fill its background-color on 'change' and 'blur' events.
4446
Bug reports / Re: Permissions UI does not honour illegal permissions properly
« on September 18th, 2012, 04:02 PM »
I'd tend to say --- anything that's not 'obvious' may eventually be 'reported' in later stable releases, and fixed at that time.
I've lived long enough to know that there's something more important than taking one's time to release a flawless product -- it's taking one's time to release a product that most people see as flawless, but in a shorter time :P
I've lived long enough to know that there's something more important than taking one's time to release a flawless product -- it's taking one's time to release a product that most people see as flawless, but in a shorter time :P
4447
The Pub / Re: Logo Madness
« on September 18th, 2012, 03:53 PM »
Headaches, headaches... I'm seriously at a loss. I think I should be making different polls for the logo shape, the font face, and general color sets.
Just look at this, for instance. I've made a custom version of the 'old' minilogos with the new font. Do you like the older one (Aller Display) or newer one (Sansation Italics) best?
(The dark one is exactly the same size as the footer version. The light one is a bit bigger, and I added a touch of a gradient to make it less dull. It works quite better although I've grown tired of the color blue in there.)
Just look at this, for instance. I've made a custom version of the 'old' minilogos with the new font. Do you like the older one (Aller Display) or newer one (Sansation Italics) best?
(The dark one is exactly the same size as the footer version. The light one is a bit bigger, and I added a touch of a gradient to make it less dull. It works quite better although I've grown tired of the color blue in there.)
4448
The Pub / Re: Language editing inside Wedge
« on September 18th, 2012, 03:48 PM »* Arantor wonders what others (Nao in particular) thinks about it.
Also, how do we deal with PHP code in languages files, you know, the array declarations, string concatenation and other things...?
Oh, and while I'm at it -- I'm also working on integrating language strings directly into JavaScript files.
How do I do that...? Oh, so simple.
editor-123456.js.gz become editor-french-123456.js.gz (not renamed if it's the default language), and we put the strings directly into the different cached versions... Voilà.
It's something I should have done long ago... But it's made easier by JS having its own cache folder now.
I'm not ready for committing it, though. And I'm in the middle of trying to fix sidebars so they don't use tables anymore -- including IE crap.
Oh, and while I'm at it (bis repetita) -- Pete, do you remember the outcome of our conversation on membergroups for contact lists...? What did we decide in the end? Did we decide anything at all, actually? install.sql has an entry for {db}contact_lists, and my local (at least) install.sql also defined privacy tables that set a privacy flag between 'member ID', 'membergroup ID' and 'contact list ID'... I *thought* we'd settled on membergroups, but I'm not so sure anymore now... And perhaps it'd be best to really separate forum membergroups from contact lists, as long as all privacy-related code supports contact lists as well... I don't know.
4449
Features / Re: Plugin revs
« on September 18th, 2012, 10:51 AM »
rev 47
(1 file, 2kb)
! [theme_selector] Turned out that the latest change made it fail for guests, so reverted these changes but only for guests. (There's no point in having more JS for members, right?) (ThemeSelector.php)
(1 file, 2kb)
! [theme_selector] Turned out that the latest change made it fail for guests, so reverted these changes but only for guests. (There's no point in having more JS for members, right?) (ThemeSelector.php)
4450
Features / Re: New revs
« on September 18th, 2012, 03:43 AM »
rev 1694
(10 files -1, 3kb)
* Upped minimum PHP version from 5.2.3 to 5.2.4... Everyone is using 5.3 or 5.2.17+ these days anyway... (install.php, readme_*.html, upgrade.php...)
* ...And all that, just so we can use \h instead of [\t ] in regexes. That's just Nao for you. (Class-CSS.php)
! Moved wess_if plugin closer to the beginning of the stack. Technically, an @is (browser) call should be done before mixins are processed, because the browser name and version is a global, never changes, and thus *when* it's executed has no influence over the outcome. (Subs-Cache.php)
* @is is cool... I think?! At least it allows me to remove some short files that only contain a couple of entries. (zoom.css, zoom.ie[-7].css)
(10 files -1, 3kb)
* Upped minimum PHP version from 5.2.3 to 5.2.4... Everyone is using 5.3 or 5.2.17+ these days anyway... (install.php, readme_*.html, upgrade.php...)
* ...And all that, just so we can use \h instead of [\t ] in regexes. That's just Nao for you. (Class-CSS.php)
! Moved wess_if plugin closer to the beginning of the stack. Technically, an @is (browser) call should be done before mixins are processed, because the browser name and version is a global, never changes, and thus *when* it's executed has no influence over the outcome. (Subs-Cache.php)
* @is is cool... I think?! At least it allows me to remove some short files that only contain a couple of entries. (zoom.css, zoom.ie[-7].css)
4451
The Pub / Re: Logo Madness
« on September 17th, 2012, 07:45 PM »
I already have a dark version under the hand, you know ;)
As for the font, I could also change the color, or put it on a white background.
As for the font, I could also change the color, or put it on a white background.
4452
Archived fixes / Re: SMF (not Wedge) bugs
« on September 17th, 2012, 07:41 PM »
Err you only changed one line in the Search template, it's okay it only took 10 seconds to fix, just wanted to say that I'd pointed out it was already fixed internally so I would have eventually committed it anyway :P
Also, this topic was not destined to be moved to the archive... :-/
Also, this topic was not destined to be moved to the archive... :-/
4453
Archived fixes / Re: Theme selector broken + more...
« on September 17th, 2012, 07:40 PM »
IIRC it worked for guests, which is why I installed it here because, more than a shortcut to the skin selector page, it was the only way for guests to change a skin because the skin selector is in the Profile area, which they don't have...
4454
Archived fixes / Re: SMF (not Wedge) bugs
« on September 17th, 2012, 06:47 PM »
Well, err, my Search template is a huge mess (except it has the bug fixed as I said above), one of the last few remaining templates I need to commit, and you just screwed it even more for me :P
4455
Archived fixes / Re: Theme selector broken + more...
« on September 17th, 2012, 06:46 PM »
Okay... I just realized that the theme selector is broken for guests.
This is most certainly due to the recent change where I'm passing it through action=skin and redirecting to the old page to save the need for additional JavaScript to store the URL.
I don't have much time to look into it, and since you wrote the original skin selector Pete, do you think you can look into it (or anyone else), and tell me where to fix that? I suppose it's very doable by using ?theme= instead of ?th= for guests (or vice versa), but I'd rather store that one in a cookie if possible, etc, rather than just have it in a fixed session...
(Oh, and for some reason I don't know about, I had Weaving when I started replying another post, and then I had Warm when I got the 'other people answered this in the meantime' warning!)
This is most certainly due to the recent change where I'm passing it through action=skin and redirecting to the old page to save the need for additional JavaScript to store the URL.
I don't have much time to look into it, and since you wrote the original skin selector Pete, do you think you can look into it (or anyone else), and tell me where to fix that? I suppose it's very doable by using ?theme= instead of ?th= for guests (or vice versa), but I'd rather store that one in a cookie if possible, etc, rather than just have it in a fixed session...
(Oh, and for some reason I don't know about, I had Weaving when I started replying another post, and then I had Warm when I got the 'other people answered this in the meantime' warning!)