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.
1111
Features / Re: New revs
« on March 18th, 2014, 08:06 PM »
[Commit revision 577a103]
Author: Nao
Date: Tue, 18 Mar 2014 13:00:41 +0100
Stats: 1 file changed; +7 (insertions), -1 (deletion)
[Commit revision 043f72c]
Author: Nao
Date: Tue, 18 Mar 2014 13:02:15 +0100
Stats: 1 file changed; +6 (insertions), -2 (deletions)
[Commit revision b19e3d9]
Author: Nao
Date: Tue, 18 Mar 2014 18:48:12 +0100
Stats: 1 file changed; +2 (insertions), -2 (deletions)
Date: Tue, 18 Mar 2014 13:00:41 +0100
Stats: 1 file changed; +7 (insertions), -1 (deletion)
- Changing the default language for a forum should force a cache flush for JS files, otherwise you'll get multiple languages on a single page... (ManageLanguages.php)
[Commit revision 043f72c]
Date: Tue, 18 Mar 2014 13:02:15 +0100
Stats: 1 file changed; +6 (insertions), -2 (deletions)
- Some fixes to the installer's banner. (install.css)
[Commit revision b19e3d9]
Date: Tue, 18 Mar 2014 18:48:12 +0100
Stats: 1 file changed; +2 (insertions), -2 (deletions)
- Ensuring that plugin folders refuse xml file requests, in addition to archives. (OriginalFiles.php)
1112
Bug reports / Re: Intrusion log: Request did not contain 'Accept' header.
« on March 18th, 2014, 06:44 PM »
'kay, I've found this...
http://honeybeenet.altervista.org/beefree/?id=111101
Although this is obviously written by a lunatic, he makes a good point: the HTTP protocol standards do say that the Accept header is not mandatory.
Thus, any software could technically remove them from your browser's requests. And block you out of a website without you getting a clue as to why.
I'm tempted to remove all of the Accept test code, then...
http://honeybeenet.altervista.org/beefree/?id=111101
Although this is obviously written by a lunatic, he makes a good point: the HTTP protocol standards do say that the Accept header is not mandatory.
Thus, any software could technically remove them from your browser's requests. And block you out of a website without you getting a clue as to why.
I'm tempted to remove all of the Accept test code, then...
1113
Bug reports / Re: Intrusion log: Request did not contain 'Accept' header.
« on March 18th, 2014, 06:30 PM »
Weird. The wikipedia page for that device says it runs Android 2.3, not 4.1.2... :-/
Anyway, it's a very obscure phone. I'd be tempted to say it's badly customized.
Still, dunno what to do... Dropping the Accept rule could let more spammers go.
Anyway, it's a very obscure phone. I'd be tempted to say it's badly customized.
Still, dunno what to do... Dropping the Accept rule could let more spammers go.
1114
Bug reports / [Posting] Re: Wrong attachment is uploaded
« on March 18th, 2014, 10:52 AM »
Thanks! :)
1115
Archived fixes / [Security issue] Re: /plugins/<name>/plugin-info.xml
« on March 17th, 2014, 11:31 PM »
Hmm... I actually *have* this file in wedge.org/plugins (did you try to access a XML file? If you were able to, then there's an issue.)
And I just checked, it IS in the OriginalFiles file, but this version is missing he xml file, for some reason. I'm not sure why it's not matching wedge.org's... I'll fix that.
And I just checked, it IS in the OriginalFiles file, but this version is missing he xml file, for some reason. I'm not sure why it's not matching wedge.org's... I'll fix that.
1116
Features / Re: New revs
« on March 17th, 2014, 11:18 PM »
[Commit revision bfb804f]
Author: Nao
Date: Mon, 17 Mar 2014 23:17:16 +0100
Stats: 1 file changed; +2 (insertions), -5 (deletions)
Date: Mon, 17 Mar 2014 23:17:16 +0100
Stats: 1 file changed; +2 (insertions), -5 (deletions)
- Temporarily disabling JS/CSS compression on default installs. You can still enable them from the admin menu, of course. But I'm still waiting on some feedback (and finding time to myself test this further), so... Well, better safe than sorry. (install.sql)
- Removing smiley and avatar URLs from installer. (install.sql)
- show_avatars wasn't in the installer. As a result, I think avatars were disabled by default in Wedge... Feedback on this welcomed, too. (install.sql)
1117
Features / Re: New revs
« on March 17th, 2014, 07:57 PM »
[Commit revision ab4c495]
Author: Nao
Date: Mon, 17 Mar 2014 19:56:55 +0100
Stats: 3 files changed; +212 (insertions), -199 (deletions)
Date: Mon, 17 Mar 2014 19:56:55 +0100
Stats: 3 files changed; +212 (insertions), -199 (deletions)
- Moved action list to the Load file. This whole loading order was getting on my nerves... Eventually, I'll probably move all of the initial loading to its own file, merged with QueryString or something. (index.php, Load.php)
- Moved PHP minification code to its own short file (which will never get minified, because you don't eat where you compile.) (index.php, Subs-MinifyPHP.php)
- Unneeded global. (Load.php)
1118
Bug reports / Re: Intrusion log: Request did not contain 'Accept' header.
« on March 17th, 2014, 07:15 PM »
Bump...
1119
Features / Re: New revs
« on March 17th, 2014, 05:45 PM »
[Commit revision bb2f039]
Author: Nao
Date: Mon, 17 Mar 2014 17:43:27 +0100
Stats: 1 file changed; +3 (insertions), -3 (deletions)
[Commit revision 6993896]
Author: Nao
Date: Mon, 17 Mar 2014 17:44:52 +0100
Stats: 1 file changed; +3 (insertions), -3 (deletions)
Date: Mon, 17 Mar 2014 17:43:27 +0100
Stats: 1 file changed; +3 (insertions), -3 (deletions)
- $action_list needs to be filled before cleanRequest() is called. I may go about moving it to loadSettings, which would make the index file lighter... (It's the only file that can't eventually be minified.) (index.php)
Posted: March 17th, 2014, 05:43 PM
[Commit revision 6993896]
Date: Mon, 17 Mar 2014 17:44:52 +0100
Stats: 1 file changed; +3 (insertions), -3 (deletions)
- Undefined $scripturl. (QueryString.php)
1120
Features / Re: replace jwplayer with videojs for local videos
« on March 17th, 2014, 05:41 PM »
But this doesn't seem to have a Flash fallback, so it isn't exactly more exciting than MediaElement, is it..?
http://mediaelementjs.com
http://mediaelementjs.com
1121
Features / Re: New revs
« on March 17th, 2014, 03:24 PM »
[Commit revision 47061f5]
Author: Nao
Date: Mon, 17 Mar 2014 15:24:09 +0100
Stats: 2 files changed; +11 (insertions), -8 (deletions)
Date: Mon, 17 Mar 2014 15:24:09 +0100
Stats: 2 files changed; +11 (insertions), -8 (deletions)
- Fixed border radius. For the record, if you want to add page corners on your custom skins, just set $radius to 10px or 20px or whatever. To remove page corners from a skin inherited from Wilde, set $radius to 0 (not 0px). (index.css, Wilde/extra.css)
- Minor tweak to slogan styling. (index.css)
1122
Archived fixes / [Wilde] Re: Rounded cornes disappeared
« on March 17th, 2014, 03:01 PM »
Okay then maybe I broke something when I did a Wilde overhaul last week. I'll just apply the ie11 to all browsers.
As for why it's still buggy here... it's because I don't always update the site with the latest commits. Obviously.
As for why it's still buggy here... it's because I don't always update the site with the latest commits. Obviously.
1123
Archived fixes / [Wilde] Re: Rounded cornes disappeared
« on March 17th, 2014, 09:40 AM »
I fixed that for ice 11 yesterday. Didn't you get the commit..?
As for chrome I'm not seeing it.
As for chrome I'm not seeing it.
1124
Features / Re: New revs
« on March 16th, 2014, 11:04 PM »
Note: I've only committed about 2/3 of my current hard-coding rewrite, the rest needs more work but it works on my local install. However, since it's not 100% guaranteed to work and I'm too tired to finish my work tonight, I *DO NOT* recommend upgrading to the latest commits. Stick to 303eba2 (dated 22:08) if you want to be up to date.
Note 2: this is the first time in years I'm posting a message that's not a changelog... Don't be surprised, though -- ever since I switched to git, I've slowly started adopting the 'git flow' of committing often, and separating smaller commits into chunks rather than grouping them all thematically, like I used to do. You may like it better or less, it doesn't matter, it is how it is. :P
Note 2: this is the first time in years I'm posting a message that's not a changelog... Don't be surprised, though -- ever since I switched to git, I've slowly started adopting the 'git flow' of committing often, and separating smaller commits into chunks rather than grouping them all thematically, like I used to do. You may like it better or less, it doesn't matter, it is how it is. :P
1125
Features / Re: Plugin revs
« on March 16th, 2014, 10:50 PM »
[Commit revision 57885e6]
Author: Nao (Signed-off)
Date: Sun, 16 Mar 2014 22:36:54 +0100
Stats: 2 files changed; +2 (insertions), -2 (deletions)
Date: Sun, 16 Mar 2014 22:36:54 +0100
Stats: 2 files changed; +2 (insertions), -2 (deletions)
- Doing away with CORE_DIR. (wedge.org/WedgeDotOrg.php)
- Unused global. (facebook/plugin.php)