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.
316
Features / Re: rewrite theme engine to use Bootstrap
« on September 17th, 2015, 12:26 AM »
I'm sorry, I've never used Bootstrap and have no plans to use it. As far as I know, it's not even a 'theming' engine, it's just a collection of CSS files that aim to accelerate website prototyping. In other words, there's no reason it couldn't be used alongside Wedge.
There is no theme system in Wedge. It's a skin system. It has its own way of doing things -- which is arguably way better and more powerful than SMF's. You can achieve many things with a considerable advantage: you may change HTML and CSS elements without modifying the standard files, just adding to other files you create.
There is no theme system in Wedge. It's a skin system. It has its own way of doing things -- which is arguably way better and more powerful than SMF's. You can achieve many things with a considerable advantage: you may change HTML and CSS elements without modifying the standard files, just adding to other files you create.
317
Support / Re: Unable to view themed format on new install of wedge
« on September 13th, 2015, 03:44 PM »
Yup, that kind of page is just what Wedge looks like if the browser is unable to load the CSS... Meaning either the website's cache folder got corrupted, or it wasn't created in the first place.
318
Support / Re: Remove NoFollow attribute from the Wedge Forum
« on September 13th, 2015, 03:43 PM »
Just FYI, nofollow is very, very harmless to you or Google, and is generally only interesting if you have a very, very high-traffic website. Like Wikipedia, where that kind of stuff actually mattered.
319
Off-topic / How did I miss that..?
« on September 13th, 2015, 03:31 PM »
I just noticed that CerealGuy, who's been one of our (if not the) most involved contributor so far in 2015, and a damn fine guy to begin with, was never more than a 'regular' member, not even having access to our older private boards or testing grounds.
Thus, I'm making him a Friend, a Tester as well as a well deserved Global Moderator position.
Congrats ;) Hope you find some reward in that!
Thus, I'm making him a Friend, a Tester as well as a well deserved Global Moderator position.
Congrats ;) Hope you find some reward in that!
320
Bug reports / [Aeva] Re: Non-SSL on SSL Connection
« on September 13th, 2015, 03:23 PM »
I absolutely loved node.js's concept and, to tell the truth, when Pete left Wedge, and I was at the peak of my love for JS (I still love it!), I seriously asked myself whether I should join an existing forum project for node.js and offer to move Wedge features to it. In the end, I decided against it because one of the goals in Wedge was to be accessible to as many admins as possible, and not everyone can use node.js on their servers.
Heck, given the current deployment state of Wedge, maybe I should have gone forward with it... ;)
(Then again, the forum project I was thinking of joining never took off, either.)
Heck, given the current deployment state of Wedge, maybe I should have gone forward with it... ;)
(Then again, the forum project I was thinking of joining never took off, either.)
321
Features / Re: New revs
« on September 13th, 2015, 03:20 PM »
[Commit revision 0cd9107]
Author: Nao
Date: Sun, 13 Sep 2015 15:20:33 +0200
Stats: 3 files changed; +7 (insertions), -6 (deletions)
Date: Sun, 13 Sep 2015 15:20:33 +0200
Stats: 3 files changed; +7 (insertions), -6 (deletions)
- Full support for cookie_httponly security feature. Thanks CerealGuy! (Class-System.php, Load.php, Themes.php)
322
Archived fixes / [Cookies] Re: httponly not correctly set
« on September 13th, 2015, 03:20 PM »
Wasn't aware of this.
Looks like all other setcookie calls were setting that flag already, there were only two missing, which you caught.
Please review my changes! (I would have integrated yours directly and not bothered, but you didn't make a PR so I made more changes :P)
Looks like all other setcookie calls were setting that flag already, there were only two missing, which you caught.
Please review my changes! (I would have integrated yours directly and not bothered, but you didn't make a PR so I made more changes :P)
323
Support / Re: Is there the blog for Wedge
« on September 13th, 2015, 03:05 PM »
IIRC, you can also allow your users to create their own boards (and thus, blogs), but I haven't touched that part of the code in a LONG time, so I don't remember if it's still in there, or if I never finished the feature, etc.
There was so much to do, so little time...
There was so much to do, so little time...
324
Support / Re: How best to involve the Cookie Bar
« on September 13th, 2015, 03:04 PM »
It can all be done with non-destructive code (i.e., code that you add to a custom file in the skins folder, and that will not be rewritten everytime you update your forum files.)
However, I'd be curious to know why this is 'required' for you..?
I know that Europe in general has a directive about something like that, but it's more of a strong recommendation than a law or anything, AFAIK. I certainly never received an e-mail from anyone telling me about this. :P
However, I'd be curious to know why this is 'required' for you..?
I know that Europe in general has a directive about something like that, but it's more of a strong recommendation than a law or anything, AFAIK. I certainly never received an e-mail from anyone telling me about this. :P
325
Support / Re: Help installing Wedge
« on September 13th, 2015, 03:00 PM »
Sorry, I should have made the Doc section available to everyone long ago...
Problem is that it was never finished.
There is, however, no interest in NOT disclosing it to the public! So here it is.
Problem is that it was never finished.
There is, however, no interest in NOT disclosing it to the public! So here it is.
326
Features / Re: New revs
« on September 13th, 2015, 02:58 PM »
[Commit revision d6833e4]
Author: Nao
Date: Sun, 13 Sep 2015 14:58:20 +0200
Stats: 1 file changed; +1 (insertion), -1 (deletion)
Date: Sun, 13 Sep 2015 14:58:20 +0200
Stats: 1 file changed; +1 (insertion), -1 (deletion)
- Increased threshold for responsive mode (i.e. disabling sidebar), as I found out that in a 1024px-wide window, the sidebar was still taking relatively too much space. Most people (except for me) are using full HD monitors these days, so you won't notice the difference, but I will. I guess this also changes things for iPads, but Apple users are used to having things pre-chewed for them, aren't they? (common.css)
327
Features / Re: New revs
« on September 8th, 2015, 09:34 AM »
[Commit revision 3c844de]
Author: Nao
Date: Tue, 08 Sep 2015 09:33:58 +0200
Stats: 1 file changed; +2 (insertions), -6 (deletions)
Date: Tue, 08 Sep 2015 09:33:58 +0200
Stats: 1 file changed; +2 (insertions), -6 (deletions)
- Inserting the <PROT> replacement into the <URL> replacement line. One full-page replace is faster than two, if anything. (Subs-Template.php)
328
Features / Re: New revs
« on September 8th, 2015, 09:31 AM »
[Commit revision 058f163]
Author:
Date: Wed, 15 Jul 2015 15:21:14 +0200
Stats: 2 files changed; +6 (insertions), -3 (deletions)
[Commit revision 529c041]
Author:
Date: Wed, 15 Jul 2015 15:55:22 +0200
Stats: 1 file changed; +2 (insertions), -1 (deletion)
[Commit revision f278947]
Author:
Date: Tue, 28 Jul 2015 00:52:30 +0200
Stats: 3 files changed; +3 (insertions), -3 (deletions)
[Commit revision a274925]
Author:
Date: Sun, 16 Aug 2015 14:31:26 +0200
Stats: 1 file changed; +2 (insertions), -1 (deletion)
[Commit revision b60ebf0]
Author:
Date: Sun, 16 Aug 2015 14:33:45 +0200
Stats: 1 file changed; +0 (insertion), -1 (deletion)
[Commit revision 5875683]
Author: Nao
Date: Tue, 08 Sep 2015 09:31:11 +0200
Stats: 2 files changed; +7 (insertions), -3 (deletions)
Date: Wed, 15 Jul 2015 15:21:14 +0200
Stats: 2 files changed; +6 (insertions), -3 (deletions)
- Umm how about adding another magic string like <URL> for choosing http:// or https://?
- Named it <PROT>
[Commit revision 529c041]
Date: Wed, 15 Jul 2015 15:55:22 +0200
Stats: 1 file changed; +2 (insertions), -1 (deletion)
- typo...
[Commit revision f278947]
Date: Tue, 28 Jul 2015 00:52:30 +0200
Stats: 3 files changed; +3 (insertions), -3 (deletions)
- Merge branch 'master' into dev_ssl
[Commit revision a274925]
Date: Sun, 16 Aug 2015 14:31:26 +0200
Stats: 1 file changed; +2 (insertions), -1 (deletion)
- We already have all the information we need stored in PROTOCOL
[Commit revision b60ebf0]
Date: Sun, 16 Aug 2015 14:33:45 +0200
Stats: 1 file changed; +0 (insertion), -1 (deletion)
- no need for anymore and we don't even need it as a global when it's already a super global... thx @Nao
[Commit revision 5875683]
Date: Tue, 08 Sep 2015 09:31:11 +0200
Stats: 2 files changed; +7 (insertions), -3 (deletions)
- Merge pull request #31 from C3realGuy/dev_ssl
- Fixing SSL for Aeva Media
329
Bug reports / [Aeva] Re: Non-SSL on SSL Connection
« on September 3rd, 2015, 12:01 PM »
I stopped playing TW3 in early July because achievements were broken. Then a month (!!!!) later, they released a patch to fix achievements. Then another patch to award all missed achievements retroactively (meaning I COULD have played it in July... Yeah, not that achievements matter that much -_-), and after running that patch, they actually awarded me with the 'endgame' achievement, even though I wasn't even halfway through the game. This pissed me off a lot. Then I heard that achievements were broken AGAIN, and stopped playing again. Later I learned that the bug was only for Steam copies, not GOG copies, but I still had lost the spirit.
Basically, CDPR killed my interest in the game by patching it. I never had any bugs of any kind with the initial versions, lol. I'm confident I'll get back to finishing it at some point, maybe when they release the expansions, but I'm not paying full price for them, I'll be waiting for a better price (greenmangaming.com regularly offers the main game at ~25 euros, so it's kind of annoying that I paid way more for it only a couple of months earlier.)
As for SSL stuff, the only reason I never dropped support for IE7 and IE8 (and even IE6 to an extent) is, guess what... I spent so much time writing the CSS preprocessor specifically to get around IE bugs. Removing support for old IE would just make the system overkill, I'd say. Then again, IE9 and later still have their share of bugs, lol... And the preprocessor allows for graceful degradation of new browser features.
So, basically, I guess support for old IE could be dropped. NMS gives IE8's market share as 11%, making it undroppable, but then again NMS is Microsoft's b*tch so I wouldn't touch them with a 10-foot pole. Other websites give its stats from 3% to below 1%, so yeah, definitely droppable material at this point.
Basically, CDPR killed my interest in the game by patching it. I never had any bugs of any kind with the initial versions, lol. I'm confident I'll get back to finishing it at some point, maybe when they release the expansions, but I'm not paying full price for them, I'll be waiting for a better price (greenmangaming.com regularly offers the main game at ~25 euros, so it's kind of annoying that I paid way more for it only a couple of months earlier.)
As for SSL stuff, the only reason I never dropped support for IE7 and IE8 (and even IE6 to an extent) is, guess what... I spent so much time writing the CSS preprocessor specifically to get around IE bugs. Removing support for old IE would just make the system overkill, I'd say. Then again, IE9 and later still have their share of bugs, lol... And the preprocessor allows for graceful degradation of new browser features.
So, basically, I guess support for old IE could be dropped. NMS gives IE8's market share as 11%, making it undroppable, but then again NMS is Microsoft's b*tch so I wouldn't touch them with a 10-foot pole. Other websites give its stats from 3% to below 1%, so yeah, definitely droppable material at this point.
330
Features / Re: New revs
« on August 21st, 2015, 01:07 PM »
[Commit revision df4d8fa]
Author: Nao
Date: Thu, 20 Aug 2015 15:06:25 +0200
Stats: 2 files changed; +5 (insertions), -5 (deletions)
Date: Thu, 20 Aug 2015 15:06:25 +0200
Stats: 2 files changed; +5 (insertions), -5 (deletions)
- Spacinazi. (index.css, sections.css)