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.
1051
Features / Re: New revs
« on March 26th, 2014, 11:27 PM »
[Commit revision b46d62f]
Author: Nao
Date: Wed, 26 Mar 2014 23:26:57 +0100
Stats: 1 file changed; +2 (insertions), -3 (deletions)
Date: Wed, 26 Mar 2014 23:26:57 +0100
Stats: 1 file changed; +2 (insertions), -3 (deletions)
- Going to bed, so I might as well commit my tentative fix for the installer! (install.php)
1052
Support / Re: I can not install
« on March 26th, 2014, 11:20 PM »
Can you try and replace lines 179-180 of /install/install.php with this..?
Code: [Select]
It basically replaced the defined('ROOT') test. This constant used to be defined in init_variables, but is now done through loadConstants, much earlier in the process.
if (!class_exists('we') || empty(we::$user))
init_variables();It basically replaced the defined('ROOT') test. This constant used to be defined in init_variables, but is now done through loadConstants, much earlier in the process.
1053
Off-topic / Re: Post count fever
« on March 26th, 2014, 10:43 PM »
Can't believe I missed the 15k mark, and everyone else did... :P
1054
Features / Re: New revs
« on March 26th, 2014, 10:42 PM »
[Commit revision c704a26]
Author: Nao
Date: Wed, 26 Mar 2014 22:29:40 +0100
Stats: 1 file changed; +1 (insertion), -1 (deletion)
[Commit revision de050eb]
Author: Nao
Date: Wed, 26 Mar 2014 22:33:26 +0100
Stats: 4 files changed; +31 (insertions), -24 (deletions)
[Commit revision c1f38d8]
Author: Nao
Date: Wed, 26 Mar 2014 22:40:38 +0100
Stats: 6 files changed; +56 (insertions), -56 (deletions)
Date: Wed, 26 Mar 2014 22:29:40 +0100
Stats: 1 file changed; +1 (insertion), -1 (deletion)
- Spacinazi. (Notifications.english.php)
[Commit revision de050eb]
Date: Wed, 26 Mar 2014 22:33:26 +0100
Stats: 4 files changed; +31 (insertions), -24 (deletions)
- Merged both profile notification pages into submenus. (Notifications.php, Profile.php, Profile.template.php, Profile.english.php)
[Commit revision c1f38d8]
Date: Wed, 26 Mar 2014 22:40:38 +0100
Stats: 6 files changed; +56 (insertions), -56 (deletions)
- Moved SSI.php to the core folder. The reason is, again, that I want to keep the root as clean as possible. You'll need to update all of your files that require SSI, of course. It's just a matter of adding 'core/' to the call. (SSI.php, Subs-Admin.php, Home.template.php, install/ssi_*.*, subscriptions.php)
1055
Features / Re: Plugin revs
« on March 26th, 2014, 10:42 PM »
[Commit revision 04e5fc4]
Author: Nao (Signed-off)
Date: Wed, 26 Mar 2014 22:39:06 +0100
Stats: 2 files changed; +2 (insertions), -2 (deletions)
Date: Wed, 26 Mar 2014 22:39:06 +0100
Stats: 2 files changed; +2 (insertions), -2 (deletions)
- SSI update. Don't forget to update your plugins! (facebook/callback.php, github/github.php)
1056
Features / Re: Language revs
« on March 26th, 2014, 10:41 PM »
[Commit revision 70a93fd]
Author: Nao (Signed-off)
Date: Wed, 26 Mar 2014 22:32:43 +0100
Stats: 3 files changed; +7 (insertions), -3 (deletions)
Date: Wed, 26 Mar 2014 22:32:43 +0100
Stats: 3 files changed; +7 (insertions), -3 (deletions)
- Notification update, and spacinazi. (Notifications, Profile)
1057
Support / Re: I can not install
« on March 26th, 2014, 07:53 PM »
Can you test with the latest commit..? Thanks.
I've been busy working on multiple features at the same time, and it NEVER ends well... :^^;:
Mostly, I'm very tempted to drop the contact list feature entirely. There's just too much to do, and too little accomplished by now for it to be really worth postponing the Wedge gold.
I've been busy working on multiple features at the same time, and it NEVER ends well... :^^;:
Mostly, I'm very tempted to drop the contact list feature entirely. There's just too much to do, and too little accomplished by now for it to be really worth postponing the Wedge gold.
1058
Features / Re: New revs
« on March 26th, 2014, 07:51 PM »
[Commit revision e74c00b]
Author: Nao
Date: Wed, 26 Mar 2014 19:48:26 +0100
Stats: 2 files changed; +45 (insertions), -1 (deletion)
[Commit revision e48c3ee]
Author: Nao
Date: Wed, 26 Mar 2014 19:51:00 +0100
Stats: 2 files changed; +15 (insertions), -54 (deletions)
Date: Wed, 26 Mar 2014 19:48:26 +0100
Stats: 2 files changed; +45 (insertions), -1 (deletion)
- get_preferred_language() should be able to set anyone's default language to their current browser language, if it's set. Totally untested, as tradition tells. (Class-System.php, Subs.php)
[Commit revision e48c3ee]
Date: Wed, 26 Mar 2014 19:51:00 +0100
Stats: 2 files changed; +15 (insertions), -54 (deletions)
- loadConstants() was called a BIT too soon. The installer should be triggered before it, because it has yet to actually set the proper $boardurl. (index.php)
- Attempting to fix the installer: the thingy above, but also finding the proper paths for language files, and not initializing some things that were already set. Maybe this all makes it even worse... I don't know. (install.php)
1059
Bug reports / Re: Intrusion log: Request did not contain 'Accept' header.
« on March 26th, 2014, 07:43 PM »
Just FYI, the 'Accept' rule accounts for 70% of my BadBehavior log here at Wedge.
Most of them seem to be from self-declared bots.
I really don't know what to do about that...
Most of them seem to be from self-declared bots.
I really don't know what to do about that...
1060
Features / Re: Language revs
« on March 26th, 2014, 05:41 PM »
[Commit revision c3c40d5]
Author: Nao (Signed-off)
Date: Wed, 26 Mar 2014 17:17:40 +0100
Stats: 3 files changed; +3 (insertions), -1 (deletion)
Date: Wed, 26 Mar 2014 17:17:40 +0100
Stats: 3 files changed; +3 (insertions), -1 (deletion)
- New string for PM errors. (PersonalMessage)
- Spacinazi. (Errors.english.php)
1061
Features / Re: New revs
« on March 26th, 2014, 05:41 PM »
[Commit revision d17fae9]
Author: Nao
Date: Wed, 26 Mar 2014 17:20:43 +0100
Stats: 3 files changed; +40 (insertions), -34 (deletions)
Date: Wed, 26 Mar 2014 17:20:43 +0100
Stats: 3 files changed; +40 (insertions), -34 (deletions)
- If someone deleted their sent PMs before you had a chance to read them, their notification would remain in the PM popup forever. And ever. Now it'll still remain there, but the notification will be marked as read when it can't find the PM. (PersonalMessage.php, PersonalMessage.english.php)
- Spacinazi. (Errors.english.php)
1062
Features / Re: New revs
« on March 26th, 2014, 02:12 PM »
[Commit revision ffe7887]
Author: Nao
Date: Tue, 25 Mar 2014 23:23:23 +0100
Stats: 1 file changed; +4 (insertions), -3 (deletions)
[Commit revision a0d9cf7]
Author: Nao
Date: Wed, 26 Mar 2014 13:57:34 +0100
Stats: 1 file changed; +16 (insertions), -8 (deletions)
[Commit revision 8f5284f]
Author: Nao
Date: Wed, 26 Mar 2014 14:00:25 +0100
Stats: 5 files changed; +14 (insertions), -19 (deletions)
[Commit revision 3b9c7ed]
Author: Nao
Date: Wed, 26 Mar 2014 14:11:57 +0100
Stats: 4 files changed; +7 (insertions), -25 (deletions)
Date: Tue, 25 Mar 2014 23:23:23 +0100
Stats: 1 file changed; +4 (insertions), -3 (deletions)
- If your forum was using a non-English default language, UK English could be compiled to the default language by mistake. (Load.php)
- Added tentative support for inherited languages other than English UK. Basically, if you want to add support for Québécois (which is slightly different from French), or any variation on a full language translation, your folder name must reflect the parent language, then add a dash and the name (or code) of your language variation. For instance, here, the folder could be called 'french-ca', or 'french-qc', whatever you like. Or 'portuguese-brazilian', you get the idea. Seems to be working for me, but it's always good to test. (Load.php)
[Commit revision a0d9cf7]
Date: Wed, 26 Mar 2014 13:57:34 +0100
Stats: 1 file changed; +16 (insertions), -8 (deletions)
- Added support for the 'local' keyword to @if and @is tests. (Subs-Cache.php)
- I think it was the last suffix that was missing from the list, and I should even be able to remove prefix support to make things simpler for me, but I don't think I will. Also, the extra code might seem a bit overkill, but really, it isn't. I tried another route yesterday, and ended up making a mess out of the Wess class. Wow, that was bad.
[Commit revision 8f5284f]
Date: Wed, 26 Mar 2014 14:00:25 +0100
Stats: 5 files changed; +14 (insertions), -19 (deletions)
- Tweaked CSS to ensure that the dark blue color on menu hover only applies to Weaving. Even if it's the root skin, it shouldn't 'impose' its design choices upon its children, and yet I don't want to remove what's giving it some originality, either. The solution was oh-so-simple: just add an "@if local" test around it. As a result, I was able to remove some extra CSS from Wilde. This is actually the first time I'm doing it in the mainline code, and it should give you a very good idea of its flexibility, I suppose... ;) (index.css, Warm/extra.css, Wilde/extra.css, Wine/extra.css, Wuthering/extra.css)
Posted: March 26th, 2014, 02:00 PM
[Commit revision 3b9c7ed]
Date: Wed, 26 Mar 2014 14:11:57 +0100
Stats: 4 files changed; +7 (insertions), -25 (deletions)
- More local simplifications. I learn fast! (Warm, Wilde, Wine, Wuthering/extra.css)
1063
Support / Re: error 500 after server change
« on March 26th, 2014, 07:47 AM »
Did it work after disabling the plugin, or did you have to remove it entirely?
I doubt this plugin has anything to do with errors 500 though.
Were only users using facebook locked out in a 500, or everyone?
I doubt this plugin has anything to do with errors 500 though.
Were only users using facebook locked out in a 500, or everyone?
1065
Archived fixes / Re: SMTP SSL/TLS Checkbox
« on March 26th, 2014, 07:41 AM »
Sorry, I don't know fuck about SSL+SMTP, didn't even know there was something special with that setup...
You'll have to lead my hand here.
You'll have to lead my hand here.