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.
1216
Archived fixes / Re: Pictures overlap the side bar
« on March 4th, 2014, 12:58 PM »
Your forum only has one visible topic, but it has resized pictures in it (responsive), so by shrinking the window I can see them shrunk... And everything's fine.
1217
Archived fixes / Re: Installation problem
« on March 4th, 2014, 12:57 PM »
At which point..?
- When pointing the browser to /index.php?
- After the first step?
- Somewhere else?
- When pointing the browser to /index.php?
- After the first step?
- Somewhere else?
1218
Archived fixes / Re: Pictures overlap the side bar
« on March 4th, 2014, 11:54 AM »
Where can I see that on your forum..?
1219
Archived fixes / Re: Exhausted memory?
« on March 4th, 2014, 11:53 AM »
I just checked, and error.log *is* the Apache error log. I mixed it up with access.log, which is what I need you to look for ;) (requests made at the same time, hour minute & second.)
1220
Archived fixes / [Full Editor] Re: Text is empty error
« on March 4th, 2014, 11:19 AM »
That's why Farjo's job matters :D
1221
Archived fixes / [Full Editor] Re: Text is empty error
« on March 4th, 2014, 09:55 AM »
Looks like the same error yeah... only I completely missed that topic! (See how I didn't post in it... usually a bad sign ;))
1222
Features / Re: Poll: dropping oldIE
« on March 4th, 2014, 07:56 AM »
IE 7 through IE 11 have all been catch-up releases, if I may say... ;)
Anything IE does can either be done better NY other browsers, or is pointless.
Anything IE does can either be done better NY other browsers, or is pointless.
1223
Features / Re: Poll: changing paths
« on March 4th, 2014, 07:53 AM »
It definitely will be. And if not, I have you to scold me for. :P
1224
Off-topic / Re: Twitter
« on March 4th, 2014, 07:47 AM »
Official accounts:
@WedgeTeam
@NaoGilles
Not used though. Just placeholders from years ago. I'd rather spend my time coding than marketing Wedge.
Real account: http://wedge.org/profile/Nao/?area=thoughts
Well... what? :P
@WedgeTeam
@NaoGilles
Not used though. Just placeholders from years ago. I'd rather spend my time coding than marketing Wedge.
Real account: http://wedge.org/profile/Nao/?area=thoughts
Well... what? :P
1225
Archived fixes / Re: Exhausted memory?
« on March 4th, 2014, 12:45 AM »
The Apache error log is something more verbose, that also indicates the originating requester's IP and the requested URL. If you search for the error.log error dates in this kind of Apache log, then you'll be able to match the error with a URL, and thus reproduce it.
I really have no idea how to fix this if it only happens a few times a day... It's not enough to reproduce it in a surefire way! I'll really need more info. :(
I really have no idea how to fix this if it only happens a few times a day... It's not enough to reproduce it in a surefire way! I'll really need more info. :(
1226
Features / Re: New revs
« on March 4th, 2014, 12:27 AM »
[Commit revision cae3ec9]
Author: Nao
Date: Tue, 04 Mar 2014 00:26:59 +0100
Stats: 1 file changed; +0 (insertion), -4 (deletions)
Date: Tue, 04 Mar 2014 00:26:59 +0100
Stats: 1 file changed; +0 (insertion), -4 (deletions)
- Removed the Apache server test in the original folder creator. The reasoning was that a non-Apache server wouldn't know what to do with htaccess files, but what if you're switching from another server *to* Apache..? You wouldn't have any way to restore these files. (OriginalFiles.php)
1227
Features / Re: New revs
« on March 4th, 2014, 12:08 AM »
[Commit revision e95a330]
Author: Nao
Date: Tue, 04 Mar 2014 00:08:49 +0100
Stats: 1 file changed; +4 (insertions), -4 (deletions)
Date: Tue, 04 Mar 2014 00:08:49 +0100
Stats: 1 file changed; +4 (insertions), -4 (deletions)
- Just a detail... Grouped registration date together with last online date in profile pages. This makes it easier to see how long someone has been there. (Profile.template.php)
1228
Features / Re: New revs
« on March 4th, 2014, 12:01 AM »
[Commit revision 832c0f1]
Author: Nao
Date: Tue, 04 Mar 2014 00:00:55 +0100
Stats: 1 file changed; +0 (insertion), -3 (deletions)
Date: Tue, 04 Mar 2014 00:00:55 +0100
Stats: 1 file changed; +0 (insertion), -3 (deletions)
- Removed a Pete bug from Wedge's first month of existence, which erased your message contents when quick replying to something, and switching to full editor mode. This only happened if Wysiwyg mode was enabled by default for you, which I never do because I hate Wysiwyg. In the end, I have no idea what these two lines of code were doing in there. I guess we'll never know. (topic.js)
1229
Archived fixes / [Full Editor] Re: Text is empty error
« on March 3rd, 2014, 11:55 PM »
Okay, found the problem... It's a Pete bug (September 8, 2010... That's basically 2 weeks after Wedge was started!!)
If Wysiwyg is enabled by default, then the quick reply box is also in Wysiwyg by default.
Wedge thinks otherwise, though, and when you switch to the full editor, it requests a mode change from text to Wysiwyg. Because the text mode has no content (it's all in the contentEditable div), the div is thus replaced with empty content.
I've simply removed the couple of lines that requested the change. It seems to work here. I'll have to test in non-Wysiwyg mode, though... :^^;:
:edit: Working, too.
If Wysiwyg is enabled by default, then the quick reply box is also in Wysiwyg by default.
Wedge thinks otherwise, though, and when you switch to the full editor, it requests a mode change from text to Wysiwyg. Because the text mode has no content (it's all in the contentEditable div), the div is thus replaced with empty content.
I've simply removed the couple of lines that requested the change. It seems to work here. I'll have to test in non-Wysiwyg mode, though... :^^;:
:edit: Working, too.
1230
Features / Re: Poll: changing paths
« on March 3rd, 2014, 11:03 PM »
Oh, I'm soooo looking forward to removing these!! :D
This will also make it easier to try and implement automatic updates for Wedge. (I'm not making any promises, but...)
This will also make it easier to try and implement automatic updates for Wedge. (I'm not making any promises, but...)