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.
271
Features / Re: New revs
« on September 16th, 2016, 11:14 AM »
[Commit revision 14c4ea6]
Author: Nao (Signed-off)
Date: Fri, 16 Sep 2016 11:09:58 +0200
Stats: 6 files changed; +72 (insertions), -59 (deletions)
[Commit revision 71594a8]
Author: Nao (Signed-off)
Date: Fri, 16 Sep 2016 11:14:30 +0200
Stats: 3 files changed; +6 (insertions), -2 (deletions)
Date: Fri, 16 Sep 2016 11:09:58 +0200
Stats: 6 files changed; +72 (insertions), -59 (deletions)
- A small overhaul of the database class.
- Renamed wesql::query_* to wesql::get_*, to make it clearer these functions do all the work for you.
- wesql::get() will now return a single variable (instead of an array) if it only returns a single column & row. $my_var = wesql::get('SELECT my_var FROM table LIMIT 1'), welcome to a world where MySQL isn't so tedious anymore.
- $db_string renamed to $query internally (no impact expected).
- Added placeholder for a future utf8mb4 conversion function (I'm on the edge regarding this, as I'd rather add support in the installer itself).
- Updated uses of wesql::query_* (Load.php, ManagePlugins.php, Subs-BoardIndex.php)
- Fixed sessionRead() to return an empty string on failure, instead of 'false', since these callbacks functions are now properly documented at php.net. (Load.php)
- Rare bug in the error viewer. (ManageErrors.php)
[Commit revision 71594a8]
Date: Fri, 16 Sep 2016 11:14:30 +0200
Stats: 3 files changed; +6 (insertions), -2 (deletions)
- Rare bug where the SID constant isn't defined even if session_id() is valid. In my particular case, it was when enabling an official HHVM package. (Subs-Template.php)
- $(document).on('ready') was removed from jQuery 3.0. I'm not sure how this will behave on IE8 and earlier, but I'm sure jQuery deals with them, and the market shares for those are ridiculous by now anyway. (topic.js)
- These notifications are too narrow for me. (index.css)
272
Features / Re: New revs
« on August 27th, 2016, 12:57 AM »
[Commit revision 241b8c5]
Author: Nao
Date: Sat, 27 Aug 2016 00:09:11 +0200
Stats: 1 file changed; +1 (insertion), -1 (deletion)
Date: Sat, 27 Aug 2016 00:09:11 +0200
Stats: 1 file changed; +1 (insertion), -1 (deletion)
- Unused var. (script.js)
273
Archived fixes / Re: Overflow Bug
« on August 26th, 2016, 08:46 PM »Ouh Middle Click? I just discovered another "middle click bug". Open a menu item in a new tab with middle click and the parent menu doesn't hover anymore. All other menus are working.
Maybe I could simply determine whether the link was opened by a middle click (I think jQuery allows that...), then skip the closing area in that situation.
As for your CSS... Wait, am I supposed to insert something somewhere? Diff please? ^^
274
The Pub / Re: Donators group showing up on Website Credits page
« on August 26th, 2016, 08:23 PM »
Haven't touched this code in a while... (Like the rest of the code, you'll tell me.)
Where's $context['site_credits']['donations'] coming from..?
Where's $context['site_credits']['donations'] coming from..?
275
The Pub / Re: Wedge&PHP 7
« on August 26th, 2016, 12:21 AM »
Yeah, I don't think there's any difference in there...
I did find documentation about session return values though, something that wasn't on php.net at the time I was working on Wedge (AFAIK). But it only confirmed that Wedge has been doing things properly... So, I don't know.
I did find documentation about session return values though, something that wasn't on php.net at the time I was working on Wedge (AFAIK). But it only confirmed that Wedge has been doing things properly... So, I don't know.
276
Archived fixes / Re: Overflow Bug
« on August 20th, 2016, 09:09 PM »
(I thought someone mentioned it was working everywhere..?)
There are always going to be CSS bugs. After all, browsers evolve over time. Sometimes they fix bugs that were understood to be 'features'.
Heck, I'm still unable to understand why the sticky avatar feature doesn't work well on Wine (sidebar on the left) + narrow window + opened sidebar (mouse middle-click). It's a very, very specific case, but it bothers me nonetheless.
There are always going to be CSS bugs. After all, browsers evolve over time. Sometimes they fix bugs that were understood to be 'features'.
Heck, I'm still unable to understand why the sticky avatar feature doesn't work well on Wine (sidebar on the left) + narrow window + opened sidebar (mouse middle-click). It's a very, very specific case, but it bothers me nonetheless.
277
Features / Re: New revs
« on August 19th, 2016, 10:44 AM »
[Commit revision bdfb3ea]
Author: Nao
Date: Fri, 19 Aug 2016 10:44:26 +0200
Stats: 3 files changed; +1 (insertion), -5 (deletions)
Date: Fri, 19 Aug 2016 10:44:26 +0200
Stats: 3 files changed; +1 (insertion), -5 (deletions)
- Spacinazi. (Subs-Post.php)
- No Ucfirst Everywhere Thank You. (languages/index.english.php)
- Fixed PM section using the Wine skin. I'm now waiting for a flood of messages indicating this broke something else... (index.member.css)
278
Archived fixes / Re: Overflow Bug
« on August 19th, 2016, 12:58 AM »
Okay, I went to my PM page and... posts are now 0px wide?!
Is everyone seeing that?
I'm using Wine as my current skin...
Gotta go to bed. Just trying to put that out before I go.
:edit: Fixed by removing display: block from #pm .post_wrapper in Wine's extra.css file... Uh. I'm guessing that'll break something else. Anyone?
Is everyone seeing that?
I'm using Wine as my current skin...
Gotta go to bed. Just trying to put that out before I go.
:edit: Fixed by removing display: block from #pm .post_wrapper in Wine's extra.css file... Uh. I'm guessing that'll break something else. Anyone?
279
The Pub / Re: Wedge&PHP 7
« on August 17th, 2016, 05:49 PM »
Now that's funny...
The changes in the logs posted above are mostly things that I did to Wedge at least 2 years ago already... Meaning I shouldn't have to do any changes in the first place.
And I'm not able to find any documentation about session changes in PHP 7.
Headaches ahead!
The changes in the logs posted above are mostly things that I did to Wedge at least 2 years ago already... Meaning I shouldn't have to do any changes in the first place.
And I'm not able to find any documentation about session changes in PHP 7.
Headaches ahead!
280
Features / Re: New revs
« on August 17th, 2016, 03:55 PM »
[Commit revision 38f7604]
Author: Nao
Date: Tue, 02 Aug 2016 22:26:42 +0200
Stats: 1 file changed; +1 (insertion), -1 (deletion)
[Commit revision b23f38e]
Author: Nao
Date: Tue, 02 Aug 2016 22:54:45 +0200
Stats: 1 file changed; +1 (insertion), -1 (deletion)
[Commit revision afbe3fe]
Author: Nao
Date: Wed, 17 Aug 2016 15:45:19 +0200
Stats: 1 file changed; +1 (insertion), -1 (deletion)
[Commit revision 276273c]
Author: Nao (Signed-off)
Date: Wed, 17 Aug 2016 15:50:28 +0200
Stats: 7 files changed; +15 (insertions), -19 (deletions)
[Commit revision de9c189]
Author: Nao (Signed-off)
Date: Wed, 17 Aug 2016 15:50:40 +0200
Stats: 1 file changed; +1 (insertion), -1 (deletion)
[Commit revision 4ac6905]
Author: Nao
Date: Wed, 17 Aug 2016 15:54:57 +0200
Stats: 1 file changed; +1 (insertion), -1 (deletion)
Date: Tue, 02 Aug 2016 22:26:42 +0200
Stats: 1 file changed; +1 (insertion), -1 (deletion)
- Fixed an ambiguous variable name for use in PHP 7. (Class-SFTP.php)
[Commit revision b23f38e]
Date: Tue, 02 Aug 2016 22:54:45 +0200
Stats: 1 file changed; +1 (insertion), -1 (deletion)
- Another missed ambiguity. (ManageServer.php)
[Commit revision afbe3fe]
Date: Wed, 17 Aug 2016 15:45:19 +0200
Stats: 1 file changed; +1 (insertion), -1 (deletion)
- Merge branch 'master' of https://github.com/Wedge/wedge
[Commit revision 276273c]
Date: Wed, 17 Aug 2016 15:50:28 +0200
Stats: 7 files changed; +15 (insertions), -19 (deletions)
- Spacinazi. (Load.php, QueryString.php, ScheduledTasks.php)
- Upgraded jQuery to recent versions. They work fine for me. (Load.php, *.min.js)
[Commit revision de9c189]
Date: Wed, 17 Aug 2016 15:50:40 +0200
Stats: 1 file changed; +1 (insertion), -1 (deletion)
- CSS tweak on reply box. Probably going to break something in another skin, ahah... (sections.css)
[Commit revision 4ac6905]
Date: Wed, 17 Aug 2016 15:54:57 +0200
Stats: 1 file changed; +1 (insertion), -1 (deletion)
- Just avoiding an ambiguity... (Subs-Post.php)
281
Features / Re: New revs
« on August 17th, 2016, 03:44 PM »
[Commit revision 16e1651]
Author: C3realGuy
Date: Wed, 17 Aug 2016 15:44:48 +0200
Stats: 1 file changed; +1 (insertion), -1 (deletion)
Date: Wed, 17 Aug 2016 15:44:48 +0200
Stats: 1 file changed; +1 (insertion), -1 (deletion)
- body type on create_post didn't regard if $settings['max_messageLength']
- [createPost] body type not regarding $settings['max_messageLength'] if zero (#37)
- is 0 and therefore unlimited.
282
The Pub / Re: Wedge&PHP 7
« on August 17th, 2016, 12:11 PM »
Oh, I got an error with session_start() on my local php7 site yesterday.
Guess I'll have to look into this, then.
Guess I'll have to look into this, then.
283
The Pub / Re: Wedge&PHP 7
« on August 14th, 2016, 02:05 AM »
Currently using PHP 7 on my localhost to test my new site...
I'm afraid I'm not seeing any problems with it?
Not even with sessions... :-/
I'm afraid I'm not seeing any problems with it?
Not even with sessions... :-/
284
Features / Re: New revs
« on August 3rd, 2016, 10:08 PM »Don't think that Mint is the problem. I'm using arch on my own. Would it be possible that you try it with a newer version of firefox and chromium/chrome?
285
Features / Re: New revs
« on August 2nd, 2016, 02:54 PM »
[Commit revision 489446f]
Author: Nao
Date: Tue, 02 Aug 2016 14:54:14 +0200
Stats: 1 file changed; +2 (insertions), -1 (deletion)
Date: Tue, 02 Aug 2016 14:54:14 +0200
Stats: 1 file changed; +2 (insertions), -1 (deletion)
- Fixed an undefined index error... There's an inherent logic issue in this (Wedge tries to access a variable not yet created if you run it in HTTPS mode), but I'm not sure how to fix it in a clean way. It's been a long time, don't be like that. At least it's not giving errors anymore. (QueryString.php)