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.
1081
Features / Re: New revs
« on March 23rd, 2014, 08:46 PM »
[Commit revision da5af8c]
Author: Nao
Date: Sun, 23 Mar 2014 20:31:07 +0100
Stats: 3 files changed; +2 (insertions), -116 (deletions)
[Commit revision 253119c]
Author: Nao
Date: Sun, 23 Mar 2014 20:32:37 +0100
Stats: 1 file changed; +0 (insertion), -5 (deletions)
[Commit revision 36986c1]
Author: Nao
Date: Sun, 23 Mar 2014 20:46:14 +0100
Stats: 5 files changed; +41 (insertions), -48 (deletions)
Date: Sun, 23 Mar 2014 20:31:07 +0100
Stats: 3 files changed; +2 (insertions), -116 (deletions)
- 1 week is the same as 7 days... I think!! (install.sql)
- Fixed readme text. (install/readme_install.html)
- Removed main .htaccess file from install folder, now that it's created automatically at install time... I think!! (install/.htaccess)
[Commit revision 253119c]
Date: Sun, 23 Mar 2014 20:32:37 +0100
Stats: 1 file changed; +0 (insertion), -5 (deletions)
- Oh, yes, the index was still creating $boarddir, $cachedir, $cssdir and $jsdir... Well, off with their heads! Use constants now! (index.php)
[Commit revision 36986c1]
Date: Sun, 23 Mar 2014 20:46:14 +0100
Stats: 5 files changed; +41 (insertions), -48 (deletions)
- I'm not sure what made me think I was done with removing $cachedir and $boarddir from Wedge... Let's not talk about it, okay? (SSI.php, Subs-Cache.php, Subs-Plugins.php, install.php, install/ssi_examples.php)
1082
Features / Re: New revs
« on March 23rd, 2014, 08:24 PM »
[Commit revision 7c3a6b3]
Author: Nao
Date: Sun, 23 Mar 2014 16:21:49 +0100
Stats: 14 files changed; +67 (insertions), -79 (deletions)
[Commit revision 599afb6]
Author: Nao
Date: Sun, 23 Mar 2014 20:04:42 +0100
Stats: 16 files changed; +66 (insertions), -70 (deletions)
[Commit revision d287660]
Author: Nao
Date: Sun, 23 Mar 2014 20:24:04 +0100
Stats: 2 files changed; +24 (insertions), -53 (deletions)
Date: Sun, 23 Mar 2014 16:21:49 +0100
Stats: 14 files changed; +67 (insertions), -79 (deletions)
- Replaced all $boarddir occurrences with ROOT_DIR. Replaced most $boardurl with ROOT. Getting close! (Class-Editor.php, Class-FileWritable.php, ManageErrors.php, ManagePlugins.php, ManageServer.php, QueryString.php, Subs-Admin.php, Subs-Plugins.php, Subs-Template.php, Themes.php, ViewQuery.php, Aeva-Foxy.php, Aeva-Gallery.php, ManageMedia.php)
[Commit revision 599afb6]
Date: Sun, 23 Mar 2014 20:04:42 +0100
Stats: 16 files changed; +66 (insertions), -70 (deletions)
- Replaced $cachedir with CACHE_DIR, and $cssdir and $jsdir are now hardcoded below it. (Class-CSS.php, Class-DB.php, Class-Editor.php, Errors.php, Load.php, ManageErrors.php, ManageLanguages.php, ManageMail.php, ManageRegistration.php, QueryString.php, ScheduledTasks.php, Subs-Admin.php, Subs-BBC.php, Subs-Cache.php, Subs-Template.php)
- Note: loadSource still uses a hardcoded cache dir, because it's declared after the first call to that function. I'll probably eventually move the declaration to the start.
[Commit revision d287660]
Date: Sun, 23 Mar 2014 20:24:04 +0100
Stats: 2 files changed; +24 (insertions), -53 (deletions)
- Rewrote the weekly maintenance task to go through an improved create_generic_folders function (which now supports re-creating deleted generic files inside non-deleted generic folders), instead of just dealing with the cache folder. That kind of task should probably be airing hourly rather than weekly, but it's a start... (ScheduledTasks.php)
- CSS and JS cache htaccess files are now a bit shorter, because they no longer specify commands for the other (unused) type. (OriginalFiles.php)
1083
Archived fixes / Re: ignore user and redirection my profile page ?
« on March 23rd, 2014, 07:54 PM »
Already discussed I believe!
1084
Archived fixes / Re: Undefined index & Undefined Constant
« on March 23rd, 2014, 02:25 PM »
Sorry, I'm right in the middle of converting all path variables into constants. Which is why you're getting errors. I should have specified Wedge would be entering a short period of instability.
1085
Bug reports / Re: add_plugin_css_file issues
« on March 23rd, 2014, 12:03 AM »
Guys, what should I do about this topic..?
1086
Features / Re: New revs
« on March 22nd, 2014, 11:57 PM »
[Commit revision e9aa26f]
Author: Nao
Date: Sat, 22 Mar 2014 15:37:06 +0100
Stats: 2 files changed; +153 (insertions), -148 (deletions)
[Commit revision dd5104e]
Author: Nao
Date: Sat, 22 Mar 2014 19:26:11 +0100
Stats: 1 file changed; +1 (insertion), -1 (deletion)
[Commit revision 8da1e80]
Author: Nao
Date: Sat, 22 Mar 2014 19:27:48 +0100
Stats: 14 files changed; +64 (insertions), -76 (deletions)
[Commit revision 383b164]
Author: Nao
Date: Sat, 22 Mar 2014 23:51:02 +0100
Stats: 1 file changed; +1 (insertion), -3 (deletions)
[Commit revision 72b65af]
Author: Nao
Date: Sat, 22 Mar 2014 23:52:41 +0100
Stats: 1 file changed; +3 (insertions), -2 (deletions)
[Commit revision b79f3d6]
Author: Nao
Date: Sat, 22 Mar 2014 23:57:08 +0100
Stats: 1 file changed; +2 (insertions), -4 (deletions)
Date: Sat, 22 Mar 2014 15:37:06 +0100
Stats: 2 files changed; +153 (insertions), -148 (deletions)
- Moved template eval error handling to ManageErrors, where its 5KB of code won't get in the way of everyone, especially if template evals are disabled. (ManageErrors.php, Subs-Template.php)
- An unused global had slipped through my web, becaue of a false false positive. (Subs-Template.php)
[Commit revision dd5104e]
Date: Sat, 22 Mar 2014 19:26:11 +0100
Stats: 1 file changed; +1 (insertion), -1 (deletion)
- $txt caching was broken with a global removal. (Subs-Template.php)
[Commit revision 8da1e80]
Date: Sat, 22 Mar 2014 19:27:48 +0100
Stats: 14 files changed; +64 (insertions), -76 (deletions)
- Removed $sourcedir entirely, replaced by APP_DIR. Fixed some SSI issues in the process. (SSI.php, index.php, Load.php, ManageErrors.php, ManagePaid.php, ManagePlugins.php, ManageSearch.php, Subs-Admin.php, Subs-Captcha.php, Subs.php, Aeva-Embed.php, Aeva-Gallery2.php, ManageMedia3.php)
- Another $boardurl to ROOT. Also removed ROOT_DIR being redefined (discarded error.) (QueryString.php)
[Commit revision 383b164]
Date: Sat, 22 Mar 2014 23:51:02 +0100
Stats: 1 file changed; +1 (insertion), -3 (deletions)
- Attempting a flex-less design for banners which should work better across IE browsers. Always them, uh..? (index.css)
[Commit revision 72b65af]
Date: Sat, 22 Mar 2014 23:52:41 +0100
Stats: 1 file changed; +3 (insertions), -2 (deletions)
- Oh, yes, Wine also needed some extra help... I previously tried absolute positioning and then gave up on it, but in the case of Wine/Warm, doing it on the container (rather than h1/slogan) at least allows proper vertical positioning. (Wine/extra.css)
Posted: March 22nd, 2014, 11:53 PM
[Commit revision b79f3d6]
Date: Sat, 22 Mar 2014 23:57:08 +0100
Stats: 1 file changed; +2 (insertions), -4 (deletions)
- Who cares about an extra microsecond when it saves 50 bytes of code? What? In PHP? Okay, I just wanted to harmonize this block with Display.php's equivalent. (MessageIndex.php)
1087
Features / Re: Plugin revs
« on March 22nd, 2014, 11:55 PM »
[Commit revision c0d909f]
Author: Nao (Signed-off)
Date: Sat, 22 Mar 2014 23:55:17 +0100
Stats: 1 file changed; +3 (insertions), -3 (deletions)
Date: Sat, 22 Mar 2014 23:55:17 +0100
Stats: 1 file changed; +3 (insertions), -3 (deletions)
- Replaced $sourcedir with APP_DIR in plugins, too. Just the one. The one that probably doesn't work. (wedgedesk/src/WedgeDesk-Unread.php)
1088
Bug reports / Re: Intrusion log: Request did not contain 'Accept' header.
« on March 22nd, 2014, 05:15 PM »
I am not a specialist. I don't know why Pete chose to include Bad Behavior into Wedge, and I don't know why he chose to include it inside our code, rather than as a pluggable library with a switch. Anyway...
Anyone else? I need opinions on this.
Anyone else? I need opinions on this.
1089
Support / Re: I can not install
« on March 22nd, 2014, 05:12 PM »
I've often noticed that non-French cheap shared hosting tends to suck big time.
ovh.fr is cheaper and works wonders with Wedge, last time I checked at least...
Anyway, can you install an SMF on that same account? Without any problems? What about an Elk?
ovh.fr is cheaper and works wonders with Wedge, last time I checked at least...
Anyway, can you install an SMF on that same account? Without any problems? What about an Elk?
1090
Features / Re: New revs
« on March 21st, 2014, 11:22 PM »
[Commit revision 343b3b5]
Author: Nao
Date: Fri, 21 Mar 2014 18:40:48 +0100
Stats: 1 file changed; +3 (insertions), -3 (deletions)
[Commit revision df03738]
Author: Nao
Date: Fri, 21 Mar 2014 23:18:28 +0100
Stats: 1 file changed; +4 (insertions), -2 (deletions)
[Commit revision a41a40e]
Author: Nao
Date: Fri, 21 Mar 2014 23:22:02 +0100
Stats: 2 files changed; +14 (insertions), -7 (deletions)
Date: Fri, 21 Mar 2014 18:40:48 +0100
Stats: 1 file changed; +3 (insertions), -3 (deletions)
- More $boardurl to ROOT. (Subs-Template.php)
[Commit revision df03738]
Date: Fri, 21 Mar 2014 23:18:28 +0100
Stats: 1 file changed; +4 (insertions), -2 (deletions)
- Layout tweaks on the login/reminder pages. (Login.template.php)
[Commit revision a41a40e]
Date: Fri, 21 Mar 2014 23:22:02 +0100
Stats: 2 files changed; +14 (insertions), -7 (deletions)
- Hopefully fixed a logic error when uploading media items. This patch took way longer to test and debug than to write, as often. Heck, I was never even able to reproduce the problem myself... (Aeva-Gallery.php)
- Commenazi. (Class-Media.php)
1091
Features / Re: New revs
« on March 21st, 2014, 06:39 PM »
[Commit revision 67effb0]
Author: Nao
Date: Fri, 21 Mar 2014 14:33:45 +0100
Stats: 1 file changed; +5 (insertions), -10 (deletions)
[Commit revision 633dc11]
Author: Nao
Date: Fri, 21 Mar 2014 14:54:32 +0100
Stats: 2 files changed; +118 (insertions), -3 (deletions)
[Commit revision d9766ea]
Author: Nao
Date: Fri, 21 Mar 2014 15:22:25 +0100
Stats: 1 file changed; +25 (insertions), -46 (deletions)
[Commit revision 033c80b]
Author: Nao
Date: Fri, 21 Mar 2014 16:31:33 +0100
Stats: 1 file changed; +1 (insertion), -1 (deletion)
[Commit revision 406792e]
Author: Nao
Date: Fri, 21 Mar 2014 18:08:03 +0100
Stats: 2 files changed; +5 (insertions), -17 (deletions)
[Commit revision 2fd73a1]
Author: Nao
Date: Fri, 21 Mar 2014 18:11:20 +0100
Stats: 1 file changed; +1 (insertion), -0 (deletion)
[Commit revision 6d9bc44]
Author: Nao
Date: Fri, 21 Mar 2014 18:32:33 +0100
Stats: 2 files changed; +2 (insertions), -2 (deletions)
[Commit revision 5786abc]
Author: Nao
Date: Fri, 21 Mar 2014 18:33:17 +0100
Stats: 1 file changed; +2 (insertions), -1 (deletion)
[Commit revision 8e1006b]
Author: Nao
Date: Fri, 21 Mar 2014 18:38:20 +0100
Stats: 1 file changed; +0 (insertion), -4 (deletions)
Date: Fri, 21 Mar 2014 14:33:45 +0100
Stats: 1 file changed; +5 (insertions), -10 (deletions)
- More $boarddir to ROOT_DIR. (OriginalFiles.php)
[Commit revision 633dc11]
Date: Fri, 21 Mar 2014 14:54:32 +0100
Stats: 2 files changed; +118 (insertions), -3 (deletions)
- Initial installation of Wedge will now automatically create the .htaccess file for you. I had a much more complete implementation that did without the IfModule tests, but then I realized it had to be solid enough to survive through Apache upgrades or removals. (index.php, OriginalFiles.php)
[Commit revision d9766ea]
Date: Fri, 21 Mar 2014 15:22:25 +0100
Stats: 1 file changed; +25 (insertions), -46 (deletions)
- Well, it looks like, despite what SMF's "official" htaccess said, there's nothing wrong in using php_flag in Apache 2... In fact, it's recommended on the PHP website, so... Whatever. Let's just go for short. (OriginalFiles.php)
[Commit revision 033c80b]
Date: Fri, 21 Mar 2014 16:31:33 +0100
Stats: 1 file changed; +1 (insertion), -1 (deletion)
- Removed IP range tests for Bing. This should help their newer bots crawl your website (I found at least one with an IP not from these ranges), and if you really need to keep testing against Bing, just enable hostname lookups, that particular test is still approved by Bing. (Security.php)
[Commit revision 406792e]
Date: Fri, 21 Mar 2014 18:08:03 +0100
Stats: 2 files changed; +5 (insertions), -17 (deletions)
- Smarter handling of PHPSESSID variables for search engines. First of all, moved the code to the template handler, then skipped it entirely if there's already a canonical URL. If there isn't, added a test for noindex (no need to remove the var if the engine can't index the page in the first place), and did a shorter and smarter replacement of the var. (index.php, Subs-Template.php)
[Commit revision 2fd73a1]
Date: Fri, 21 Mar 2014 18:11:20 +0100
Stats: 1 file changed; +1 (insertion), -0 (deletion)
- Disabling hostname lookups by default. There's no way to tell whether your server is up to the task, so let's not make it slower for no reason, right..? (install.sql)
[Commit revision 6d9bc44]
Date: Fri, 21 Mar 2014 18:32:33 +0100
Stats: 2 files changed; +2 (insertions), -2 (deletions)
- Added more document types to Aeva Media. More precisely, the fallback settings were missing a few of the defaults. Also added the .ass file format. Don't mention the name, thank you. (ManageMedia.php, install.sql)
[Commit revision 5786abc]
Date: Fri, 21 Mar 2014 18:33:17 +0100
Stats: 1 file changed; +2 (insertions), -1 (deletion)
- Also applied the PHPSESSID tweak to the log_error code. (Errors.php)
[Commit revision 8e1006b]
Date: Fri, 21 Mar 2014 18:38:20 +0100
Stats: 1 file changed; +0 (insertion), -4 (deletions)
- With the PHPSESSID rewrite done, I'm pretty sure I can remove this strange no_index request... (Home.php)
1092
Bug reports / Re: Intrusion log: Request did not contain 'Accept' header.
« on March 21st, 2014, 03:20 PM »
Guys, what do you think..? Do you prefer to block a few legitimate users with strange browsers, or let spam bots & script kiddies visit your forum...?
1093
Importing into Wedge / Re: SMF 2 to Wedge importer errors
« on March 21st, 2014, 03:19 PM »
@TE, do you think it's possible to make a version that ignores any missing input fields from the database?
1094
The Pub / Re: Git problems
« on March 21st, 2014, 03:05 PM »
I guess shit happens. Not my fault, though! :P
1095
Support / Re: error 500 after server change
« on March 21st, 2014, 03:04 PM »
It only shows up if you MOVE the data from a server to another, not if you create the data on the final server..?
Then it's a permission issue, isn't it...??!
Then it's a permission issue, isn't it...??!