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.
286
Bug reports / [Behaviour] Re: Keep post data on Login
« on August 2nd, 2016, 12:26 PM »
I don't think SMF is doing anything about that..?
Your session shouldn't usually expire anyway..? I think the default in Wedge is the upper end of our cookie length choices..?
Your session shouldn't usually expire anyway..? I think the default in Wedge is the upper end of our cookie length choices..?
287
Features / Re: New revs
« on July 25th, 2016, 07:03 PM »
[Commit revision c5277ec]
Author: Nao
Date: Mon, 25 Jul 2016 19:03:22 +0200
Stats: 4 files changed; +8 (insertions), -8 (deletions)
Date: Mon, 25 Jul 2016 19:03:22 +0200
Stats: 4 files changed; +8 (insertions), -8 (deletions)
- More compatibility fixes for jQuery 3.x (andSelf...) (ManageSettings.php, sbox.js, script.js, zoomedia.js)
288
Features / Re: New revs
« on July 25th, 2016, 02:49 PM »
[Commit revision d14868c]
Author: Nao
Date: Mon, 25 Jul 2016 14:49:30 +0200
Stats: 8 files changed; +9 (insertions), -9 (deletions)
[Commit revision 7d44367]
Author: Nao
Date: Mon, 25 Jul 2016 14:49:49 +0200
Stats: 1 file changed; +3 (insertions), -2 (deletions)
Date: Mon, 25 Jul 2016 14:49:30 +0200
Stats: 8 files changed; +9 (insertions), -9 (deletions)
- jQuery 3.x no longer supports .load(function ()), so I'm fixing that. Just in case someone wants to go for jQuery 3.x, of course... (Subs.php, Profile.template.php, avasize.js, mediadmin.js, script.js, topic.js, zoomedia.js, install/install.php)
[Commit revision 7d44367]
Date: Mon, 25 Jul 2016 14:49:49 +0200
Stats: 1 file changed; +3 (insertions), -2 (deletions)
- Fix wrong style applied to a language entry if only one language was installed. (Profile-Modify.php)
289
Bug reports / [Critical?] Re: ImageMagick exploit
« on July 19th, 2016, 10:29 AM »
Thanks for the heads-up! Can't really do anything on my side, short of disabling IM support entirely...
290
The Pub / Re: Wedge&PHP 7
« on July 19th, 2016, 10:28 AM »
I haven't tried yet.
I don't see any reason it wouldn't work, though.
I don't see any reason it wouldn't work, though.
291
Archived fixes / Re: Overflow Bug
« on July 19th, 2016, 10:21 AM »
Uploaded the Weaving fix here, confirmed working. Thanks!!
Haven't bothered with the other skins yet. ^^
Haven't bothered with the other skins yet. ^^
292
Features / Re: New revs
« on July 19th, 2016, 10:16 AM »
(Feels so weird to see this topic alive...... ;))
293
Features / Re: New revs
« on July 19th, 2016, 10:16 AM »
[Commit revision 7d3956e]
Author: Nao (Signed-off)
Date: Tue, 19 Jul 2016 10:15:51 +0200
Stats: 1 file changed; +5 (insertions), -5 (deletions)
Date: Tue, 19 Jul 2016 10:15:51 +0200
Stats: 1 file changed; +5 (insertions), -5 (deletions)
- Oh, long time not fixing an Arantor typo... :) In his curl wrapper, one of his comments mentions 'with these two (lines)', when it's just the same line repeated twice. After double-checking it, it needed to set VERIFYHOST as well. (Class-WebGet.php)
- This fix, however, will not magically make SSL requests work on servers where cacert.pem isn't declared. In fact, on my local server it's declared but it still fails. So, as a counter-measure, I simply added a failsafe: a simple call to file_get_contents() if curl doesn't succeed. Heck, why not try..? I even wanna say, why bother with such a long and complicated class, when really file_get_contents does the same and works? I don't know. I haven't touched this kind of code in years. Don't take my word for it. Maybe I'm breaking everything else in Wedge. It's okay, I've done it before. (Class-WebGet.php)
- Spacinazi, because I missed that. (Class-WebGet.php)
294
Features / Re: New revs
« on July 18th, 2016, 11:11 PM »
[Commit revision d71cdbe]
Author: nsgomez
Date: Mon, 18 Jul 2016 23:11:08 +0200
Stats: 3 files changed; +1 (insertion), -2 (deletions)
Date: Mon, 18 Jul 2016 23:11:08 +0200
Stats: 3 files changed; +1 (insertion), -2 (deletions)
- Fix overflow when posting excessively long tags and other content could break out of the[/cli]
Code: [Select] content (#35)[/li]
[cli=m]Long [code] - posteare div. Fixed with setting width of .posteare to 75%.
- Wilderless + Wireless overwrote width for .postearea. Setting it to
- auto is making stuff bad again. :auto seems to be a fix for IE6, but
- fucking who cares about IE6? Not me. If really needed, an @if block
- should do it.
- width of 0 should be less hacky. Thanks @nsgomez
295
Features / Re: New revs
« on July 16th, 2016, 11:22 PM »
[Commit revision 6d9eb6a]
Author: Nao (Signed-off)
Date: Sat, 16 Jul 2016 23:21:21 +0200
Stats: 1 file changed; +1 (insertion), -1 (deletion)
Date: Sat, 16 Jul 2016 23:21:21 +0200
Stats: 1 file changed; +1 (insertion), -1 (deletion)
- Fixed first post after install to avoid a bug when editing it. (Install.english.php)
296
Features / Re: Language revs
« on July 16th, 2016, 11:20 PM »
[Commit revision de1a061]
Author: Nao (Signed-off)
Date: Sat, 16 Jul 2016 21:38:25 +0200
Stats: 1 file changed; +1 (insertion), -1 (deletion)
Date: Sat, 16 Jul 2016 21:38:25 +0200
Stats: 1 file changed; +1 (insertion), -1 (deletion)
- Make the default first post editable. At least without showing some weird HTML... (Install.english.php)
297
Features / Re: New revs
« on July 16th, 2016, 03:28 PM »
[Commit revision d840d94]
Author: Nao
Date: Tue, 27 May 2014 00:11:04 +0200
Stats: 1 file changed; +25 (insertions), -20 (deletions)
[Commit revision f4d68ce]
Author: Nao
Date: Tue, 27 May 2014 00:21:01 +0200
Stats: 1 file changed; +20 (insertions), -25 (deletions)
[Commit revision 1f644a9]
Author: Nao
Date: Tue, 27 May 2014 00:21:49 +0200
Stats: 22 files changed; +147 (insertions), -121 (deletions)
[Commit revision 6eb2d5b]
Author: Nao
Date: Sun, 01 Jun 2014 23:50:19 +0200
Stats: 25 files changed; +217 (insertions), -235 (deletions)
[Commit revision 6c4e6ab]
Author: Nao
Date: Wed, 04 Jun 2014 17:25:15 +0200
Stats: 21 files changed; +128 (insertions), -94 (deletions)
[Commit revision 360b9ef]
Author: Nao
Date: Thu, 05 Jun 2014 00:42:21 +0200
Stats: 2 files changed; +6 (insertions), -2 (deletions)
[Commit revision 3383030]
Author: Nao
Date: Fri, 06 Jun 2014 12:21:49 +0200
Stats: 13 files changed; +73 (insertions), -57 (deletions)
[Commit revision c655903]
Author: Nao
Date: Fri, 06 Jun 2014 13:17:33 +0200
Stats: 3 files changed; +15 (insertions), -25 (deletions)
[Commit revision 7dc2a87]
Author: Nao
Date: Tue, 17 Jun 2014 00:24:00 +0200
Stats: 26 files changed; +344 (insertions), -207 (deletions)
[Commit revision 5f680fb]
Author: Nao
Date: Tue, 24 Jun 2014 00:32:06 +0200
Stats: 39 files changed; +125 (insertions), -131 (deletions)
[Commit revision 7bff692]
Author: Nao
Date: Sun, 06 Jul 2014 00:09:35 +0200
Stats: 30 files changed; +536 (insertions), -136 (deletions)
[Commit revision 688f1ad]
Author: Nao
Date: Thu, 24 Jul 2014 21:02:28 +0200
Stats: 12 files changed; +101 (insertions), -59 (deletions)
[Commit revision 4e79611]
Author: Nao
Date: Sun, 27 Jul 2014 16:39:18 +0200
Stats: 2 files changed; +25 (insertions), -17 (deletions)
[Commit revision ba7c543]
Author: Nao
Date: Sun, 17 Aug 2014 00:51:56 +0200
Stats: 24 files changed; +462 (insertions), -285 (deletions)
[Commit revision 433f734]
Author: Nao
Date: Sat, 23 Aug 2014 00:47:45 +0200
Stats: 16 files changed; +68 (insertions), -43 (deletions)
[Commit revision 8ff88a5]
Author: Nao
Date: Sat, 23 Aug 2014 00:51:06 +0200
Stats: 1 file changed; +0 (insertion), -0 (deletion)
[Commit revision 07821ed]
Author: Nao
Date: Mon, 25 Aug 2014 20:11:56 +0200
Stats: 5 files changed; +14 (insertions), -12 (deletions)
[Commit revision 378613b]
Author: Nao
Date: Thu, 11 Sep 2014 21:32:46 +0200
Stats: 1 file changed; +2 (insertions), -2 (deletions)
[Commit revision 2b4eb99]
Author: Nao
Date: Tue, 28 Oct 2014 11:06:26 +0100
Stats: 49 files changed; +289 (insertions), -251 (deletions)
[Commit revision 27d3d51]
Author: Nao
Date: Sat, 10 Jan 2015 09:40:20 +0100
Stats: 37 files changed; +602 (insertions), -409 (deletions)
[Commit revision 6f07c9a]
Author: Nao
Date: Sun, 11 Jan 2015 01:05:27 +0100
Stats: 1 file changed; +31 (insertions), -16 (deletions)
[Commit revision 6825e07]
Author: Nao
Date: Thu, 22 Jan 2015 18:12:16 +0100
Stats: 15 files changed; +182 (insertions), -216 (deletions)
[Commit revision 6e92893]
Author: Nao
Date: Fri, 23 Jan 2015 10:12:35 +0100
Stats: 2 files changed; +6 (insertions), -14 (deletions)
[Commit revision 9845438]
Author: Nao
Date: Fri, 13 Feb 2015 18:05:46 +0100
Stats: 22 files changed; +235 (insertions), -176 (deletions)
[Commit revision dfba765]
Author: Nao
Date: Fri, 20 Feb 2015 09:59:41 +0100
Stats: 5 files changed; +21 (insertions), -19 (deletions)
[Commit revision 968e1d5]
Author: Nao
Date: Tue, 17 Mar 2015 19:58:46 +0100
Stats: 12 files changed; +61 (insertions), -75 (deletions)
[Commit revision f3b2018]
Author: Nao
Date: Sat, 04 Apr 2015 17:33:15 +0200
Stats: 8 files changed; +81 (insertions), -36 (deletions)
[Commit revision 8b0fad1]
Author: Nao
Date: Sat, 04 Apr 2015 17:34:21 +0200
Stats: 1 file changed; +1 (insertion), -1 (deletion)
[Commit revision bcc4a61]
Author: Nao
Date: Sun, 13 Sep 2015 15:38:51 +0200
Stats: 17 files changed; +53 (insertions), -51 (deletions)
[Commit revision f5e65c0]
Author: Nao (Signed-off)
Date: Sat, 16 Jul 2016 15:27:32 +0200
Stats: 1 file changed; +2 (insertions), -0 (deletion)
Date: Tue, 27 May 2014 00:11:04 +0200
Stats: 1 file changed; +25 (insertions), -20 (deletions)
- Fixed menu icons to be inline blocks instead of floats. This allows proper mixing of icon + caption + arrow in sub-menus, without having one overlap the other. This was only tested in Chrome, so it might break on Firefox or IE or whatever. Please test for me. Also, the main menu padding is not optimal (spacing below root items) in some skins, needs more work. Pff... I hate all of that. Where can I draw the line between 'functional' and 'good-looking' menus..? (index.css)
[Commit revision f4d68ce]
Date: Tue, 27 May 2014 00:21:01 +0200
Stats: 1 file changed; +20 (insertions), -25 (deletions)
- Revert "! Fixed menu icons to be inline blocks instead of floats. This allows proper mixing of icon + caption + arrow in sub-menus, without having one overlap the other. This was only tested in Chrome, so it might break on Firefox or IE or whatever. Please test for me. Also, the main menu padding is not optimal (spacing below root items) in some skins, needs more work. Pff... I hate all of that. Where can I draw the line between 'functional' and 'good-looking' menus..? (index.css)"
- This reverts commit d840d941f8140540ab6dfb64dc9e3e4f258f4405.
[Commit revision 1f644a9]
Date: Tue, 27 May 2014 00:21:49 +0200
Stats: 22 files changed; +147 (insertions), -121 (deletions)
- Merge branch 'master' of https://github.com/Wedge/wedge
[Commit revision 6eb2d5b]
Date: Sun, 01 Jun 2014 23:50:19 +0200
Stats: 25 files changed; +217 (insertions), -235 (deletions)
- Merge branch 'master' of https://github.com/Wedge/wedge
[Commit revision 6c4e6ab]
Date: Wed, 04 Jun 2014 17:25:15 +0200
Stats: 21 files changed; +128 (insertions), -94 (deletions)
- Merge branch 'master' of https://github.com/Wedge/wedge
[Commit revision 360b9ef]
Date: Thu, 05 Jun 2014 00:42:21 +0200
Stats: 2 files changed; +6 (insertions), -2 (deletions)
- Merge branch 'master' of https://github.com/Wedge/wedge
[Commit revision 3383030]
Date: Fri, 06 Jun 2014 12:21:49 +0200
Stats: 13 files changed; +73 (insertions), -57 (deletions)
- Merge branch 'master' of https://github.com/Wedge/wedge
[Commit revision c655903]
Date: Fri, 06 Jun 2014 13:17:33 +0200
Stats: 3 files changed; +15 (insertions), -25 (deletions)
- Merge branch 'master' of https://github.com/Wedge/wedge
[Commit revision 7dc2a87]
Date: Tue, 17 Jun 2014 00:24:00 +0200
Stats: 26 files changed; +344 (insertions), -207 (deletions)
- Merge branch 'master' of https://github.com/Wedge/wedge
[Commit revision 5f680fb]
Date: Tue, 24 Jun 2014 00:32:06 +0200
Stats: 39 files changed; +125 (insertions), -131 (deletions)
- Merge branch 'master' of https://github.com/Wedge/wedge
[Commit revision 7bff692]
Date: Sun, 06 Jul 2014 00:09:35 +0200
Stats: 30 files changed; +536 (insertions), -136 (deletions)
- Merge branch 'master' of https://github.com/Wedge/wedge
[Commit revision 688f1ad]
Date: Thu, 24 Jul 2014 21:02:28 +0200
Stats: 12 files changed; +101 (insertions), -59 (deletions)
- Merge branch 'master' of https://github.com/Wedge/wedge
[Commit revision 4e79611]
Date: Sun, 27 Jul 2014 16:39:18 +0200
Stats: 2 files changed; +25 (insertions), -17 (deletions)
- Merge branch 'master' of https://github.com/Wedge/wedge
[Commit revision ba7c543]
Date: Sun, 17 Aug 2014 00:51:56 +0200
Stats: 24 files changed; +462 (insertions), -285 (deletions)
- Merge branch 'master' of https://github.com/Wedge/wedge
[Commit revision 433f734]
Date: Sat, 23 Aug 2014 00:47:45 +0200
Stats: 16 files changed; +68 (insertions), -43 (deletions)
- Merge branch 'master' of https://github.com/Wedge/wedge
[Commit revision 8ff88a5]
Date: Sat, 23 Aug 2014 00:51:06 +0200
Stats: 1 file changed; +0 (insertion), -0 (deletion)
- Merge branch 'master' of https://github.com/Wedge/wedge
[Commit revision 07821ed]
Date: Mon, 25 Aug 2014 20:11:56 +0200
Stats: 5 files changed; +14 (insertions), -12 (deletions)
- Merge branch 'master' of https://github.com/Wedge/wedge
[Commit revision 378613b]
Date: Thu, 11 Sep 2014 21:32:46 +0200
Stats: 1 file changed; +2 (insertions), -2 (deletions)
- Merge branch 'master' of https://github.com/Wedge/wedge
[Commit revision 2b4eb99]
Date: Tue, 28 Oct 2014 11:06:26 +0100
Stats: 49 files changed; +289 (insertions), -251 (deletions)
- Merge branch 'master' of https://github.com/Wedge/wedge
[Commit revision 27d3d51]
Date: Sat, 10 Jan 2015 09:40:20 +0100
Stats: 37 files changed; +602 (insertions), -409 (deletions)
- Merge branch 'master' of https://github.com/Wedge/wedge
[Commit revision 6f07c9a]
Date: Sun, 11 Jan 2015 01:05:27 +0100
Stats: 1 file changed; +31 (insertions), -16 (deletions)
- Merge branch 'master' of https://github.com/Wedge/wedge
[Commit revision 6825e07]
Date: Thu, 22 Jan 2015 18:12:16 +0100
Stats: 15 files changed; +182 (insertions), -216 (deletions)
- Merge branch 'master' of https://github.com/Wedge/wedge
[Commit revision 6e92893]
Date: Fri, 23 Jan 2015 10:12:35 +0100
Stats: 2 files changed; +6 (insertions), -14 (deletions)
- Merge branch 'master' of https://github.com/Wedge/wedge
[Commit revision 9845438]
Date: Fri, 13 Feb 2015 18:05:46 +0100
Stats: 22 files changed; +235 (insertions), -176 (deletions)
- Merge branch 'master' of https://github.com/Wedge/wedge
[Commit revision dfba765]
Date: Fri, 20 Feb 2015 09:59:41 +0100
Stats: 5 files changed; +21 (insertions), -19 (deletions)
- Merge branch 'master' of https://github.com/Wedge/wedge
[Commit revision 968e1d5]
Date: Tue, 17 Mar 2015 19:58:46 +0100
Stats: 12 files changed; +61 (insertions), -75 (deletions)
- Merge branch 'master' of https://github.com/Wedge/wedge
[Commit revision f3b2018]
Date: Sat, 04 Apr 2015 17:33:15 +0200
Stats: 8 files changed; +81 (insertions), -36 (deletions)
- Merge branch 'master' of https://github.com/Wedge/wedge
[Commit revision 8b0fad1]
Date: Sat, 04 Apr 2015 17:34:21 +0200
Stats: 1 file changed; +1 (insertion), -1 (deletion)
- Merge branch 'master' of https://github.com/Wedge/wedge
[Commit revision bcc4a61]
Date: Sun, 13 Sep 2015 15:38:51 +0200
Stats: 17 files changed; +53 (insertions), -51 (deletions)
- Merge branch 'master' of https://github.com/Wedge/wedge
[Commit revision f5e65c0]
Date: Sat, 16 Jul 2016 15:27:32 +0200
Stats: 1 file changed; +2 (insertions), -0 (deletion)
- If the media features are disabled, the main menu's Home section would show a lone separator when browsing a board. (Subs.php)
- (Yes, can you believe I'm doing a commit to Wedge after all this time..?!)
- (I'm not resuming full-time work, just fixing bugs as I find them. My work on Wedge was finished last year, and I'm still very proud of it, despite the lack of documentation.)
298
Features / Re: About Sphinx search engine
« on February 1st, 2016, 12:08 PM »
lol, your link wasn't even correctly formed...
Still, banned you out of principle.
Still, banned you out of principle.
299
Archived fixes / Re: Some bugs with allow_guestAccess
« on February 1st, 2016, 12:03 PM »
But there's a code box overflow bug... Shoot ;)
(First post in this topic.)
(First post in this topic.)
300
Features / Re: About Sphinx search engine
« on January 2nd, 2016, 03:40 PM »Yeah it can be used with Wedge. I have tried it personally.
Are you a spammer now?