New revs

Nao

  • Dadman with a boy
  • Posts: 16,079
Re: New revs
« Reply #2910, on October 16th, 2017, 11:54 AM »
[Commit revision 18fd99a]
Author: Nao
Date: Mon, 16 Oct 2017 11:54:08 +0200
Stats: 1 file changed; +1 (insertion), -1 (deletion)

  • Removed 2 shades of green from windowbg. Seriously, Wilde was too green by 2 shades out of 256. This was definitely worth a commit. This has changed my life. By 0.78%. (Wilde/extra.css)
Re: New revs
« Reply #2911, on October 18th, 2017, 10:10 PM »
[Commit revision 9678675]
Author: French77
Date: Wed, 18 Oct 2017 22:10:12 +0200
Stats: 1 file changed; +6 (insertions), -6 (deletions)

  • Image badges README (#66)
  • Update README.md
  • (Well, why not...)
Re: New revs
« Reply #2912, on October 24th, 2017, 03:33 PM »
[Commit revision 2ebdde8]
Author: Nao
Date: Tue, 24 Oct 2017 15:26:42 +0200
Stats: 3 files changed; +5 (insertions), -19 (deletions)

  • I'm officially giving up on @viewport support. This great little bit of CSS never took off and browser support is as obscure as ever. No need to waste time on it then. (sections.css, Class-CSS.php, index.template.php)
  • Updated @keyframes and flexbox support to remove prefixes on some browsers that were updated since the last time I looked into it. (Class-CSS.php)

[Commit revision ad4eada]
Author: Nao
Date: Tue, 24 Oct 2017 15:26:58 +0200
Stats: 1 file changed; +6 (insertions), -6 (deletions)

Re: New revs
« Reply #2913, on November 29th, 2017, 12:10 AM »
[Commit revision f096a75]
Author: Nao
Date: Wed, 29 Nov 2017 00:10:11 +0100
Stats: 1 file changed; +4 (insertions), -4 (deletions)

  • Fixed array to string conversion. (Issue #71) (Merge.php)
Re: New revs
« Reply #2914, on November 29th, 2017, 12:14 AM »
[Commit revision faa8f5b]
Author: Nao
Date: Wed, 29 Nov 2017 00:14:09 +0100
Stats: 1 file changed; +2 (insertions), -1 (deletion)

  • Hoping to fix a privacy leak in profile pages when profile owner last posted in a regular topic that belongs to a private board. (Issue #69) (Load.php)
Re: New revs
« Reply #2915, on November 29th, 2017, 12:20 AM »
[Commit revision d530819]
Author: Nao
Date: Wed, 29 Nov 2017 00:20:08 +0100
Stats: 1 file changed; +4 (insertions), -4 (deletions)

  • Using protocol-less links to save a few bytes and be able to overlook #62 entirely. :P (Credits.php)
Re: New revs
« Reply #2916, on December 8th, 2017, 11:02 AM »
[Commit revision 3897716]
Author: Nao
Date: Fri, 08 Dec 2017 11:02:09 +0100
Stats: 1 file changed; +1 (insertion), -0 (deletion)

  • Last privacy fix was generating database errors for non-admins. (Load.php)

Jurien

  • All i want is a couple days off
  • Posts: 132

Nao

  • Dadman with a boy
  • Posts: 16,079
Re: New revs
« Reply #2918, on December 11th, 2017, 11:25 AM »
[Commit revision 65f1859]
Author: Nao
Date: Mon, 11 Dec 2017 11:25:08 +0100
Stats: 1 file changed; +3 (insertions), -2 (deletions)

  • Feed icon was improperly targeted for styling in category lists. Also, wasn't styled correctly anyway. (sections.css)
Re: New revs
« Reply #2919, on December 12th, 2017, 11:03 PM »
[Commit revision 947ae79]
Author: Nao
Date: Tue, 12 Dec 2017 23:03:23 +0100
Stats: 1 file changed; +1 (insertion), -1 (deletion)

  • Copy'n'paste can be good sometimes. Too bad I didn't go for it here. (Load.php)
Re: New revs
« Reply #2920, on December 18th, 2017, 10:38 PM »
[Commit revision 5713082]
Author: Nao
Date: Mon, 18 Dec 2017 22:38:26 +0100
Stats: 1 file changed; +1 (insertion), -1 (deletion)

  • If the server's disk was full, a typo prevented the code from properly deleting incomplete cache files. (Subs-Cache.php)
Re: New revs
« Reply #2921, on May 8th, 2018, 01:59 AM »
I just realized it'll soon be 6 months since my last commit to the Wedge codebase...
Weird.

Does this mean it's... Complete?
Or that I simply wasn't in the mood?
(A lot of things changed in my life right after that last commit, actually.)
Re: New revs
« Reply #2922, on May 23rd, 2018, 02:10 PM »
[Commit revision 1ecc209]
Author: Nao
Date: Wed, 23 May 2018 13:40:23 +0200
Stats: 1 file changed; +5 (insertions), -2 (deletions)

  • Just a quick debug option in MySQL processing to view complex queries instead of executing them. (Class-DB.php)
  • I'm back! Well, I was never gone... Just didn't bother backporting all of my changes.

[Commit revision 18c6ad0]
Author: Nao
Date: Wed, 23 May 2018 13:41:05 +0200
Stats: 1 file changed; +13 (insertions), -3 (deletions)

  • Added timeout options to the CURL manager. (Class-WebGet.php)

[Commit revision 7f83673]
Author: Nao
Date: Wed, 23 May 2018 13:41:55 +0200
Stats: 2 files changed; +27 (insertions), -14 (deletions)

  • Extra fixes to handle situations where an error is being shown recursively. (Errors.php, Subs-Template.php)

[Commit revision 31e2141]
Author: Nao
Date: Wed, 23 May 2018 13:45:13 +0200
Stats: 2 files changed; +3 (insertions), -3 (deletions)

  • Harmonizing http to https links for wedge.org, even if not exactly 'followed'. (Feed.php, Themes.php)

[Commit revision 35ed2bf]
Author: Nao
Date: Wed, 23 May 2018 13:46:21 +0200
Stats: 1 file changed; +7 (insertions), -6 (deletions)

  • Very minor session changes that have always worked fine on Lestrade's, so I'm guessing they're good enough for production. (Load.php)

[Commit revision 2652bcc]
Author: Nao
Date: Wed, 23 May 2018 13:47:24 +0200
Stats: 1 file changed; +2 (insertions), -1 (deletion)

  • Added support for APCU in APC cache system detection. Not sure if I need to change something else... I don't remember. I don't really use those on my server. (ManageServer.php)

[Commit revision 55bab3f]
Author: Nao
Date: Wed, 23 May 2018 13:48:07 +0200
Stats: 1 file changed; +7 (insertions), -27 (deletions)

  • Used wesql::get() instead of query() on some outdated queries. (Stats.php)

[Commit revision f30b7ef]
Author: Nao
Date: Wed, 23 May 2018 13:49:02 +0200
Stats: 1 file changed; +8 (insertions), -3 (deletions)

  • Protecting "content: url(...)" from being screwed up by Wess. (Subs-Cache.php)

[Commit revision 9cd3b98]
Author: Nao
Date: Wed, 23 May 2018 13:50:37 +0200
Stats: 1 file changed; +7 (insertions), -7 (deletions)

  • This is more of a test than anything else... (?) Using ENT_NOQUOTES here and there when generating e-mails, instead of ENT_QUOTES or the default setting. Again, this has been in use for a long time on Lestrade's with no issues. I don't remember why I made that change but I'm sure it was for the best. (Subs-Post.php)

[Commit revision 805a359]
Author: Nao
Date: Wed, 23 May 2018 13:51:12 +0200
Stats: 1 file changed; +1 (insertion), -1 (deletion)

  • Thought likes notifications require BBC parsing. (Likes.php)

[Commit revision 1e2eaf9]
Author: Nao
Date: Wed, 23 May 2018 13:53:14 +0200
Stats: 2 files changed; +11 (insertions), -11 (deletions)

  • Reordering some HTML parameters for easier HTML buffer post-processing. Maybe one day I'll move over all of my Lestrades.com code to Wedge so you can see what I meant. (ManageModeration.template.php, ManagePlugins.template.php)
Re: New revs
« Reply #2923, on May 7th, 2019, 04:10 PM »
[Commit revision b3396c7]
Author: Nao
Date: Tue, 07 May 2019 16:10:27 +0200
Stats: 2 files changed; +2 (insertions), -2 (deletions)

  • Removed ellipsis from westr::cut() when $ellipsis was set to false but the string was empty. If it's empty, nothing was cut, so the ellipsis stands for nothing. (Class-String.php)
  • Fixed a link to Wedge, just in case. It's not in use for now. (Themes.php)
  • PS: And yes, I'm alive and well, and still ready to commit to Wedge at any point. It just so happens that I have no other bugs to fix, and I have no incentives to keep working on implementing new features.
Re: New revs
« Reply #2924, on May 11th, 2019, 01:29 PM »
[Commit revision 9de5de8]
Author: Nao
Date: Sat, 11 May 2019 13:28:50 +0200
Stats: 1 file changed; +9 (insertions), -3 (deletions)

  • Page lists (1 2 ... 7 8) will now expand on both side of the suspension point, rather than just its left. This is MUCH more practical when navigating through hundreds of pages. Also reduced the number of entries to 20 per side (40 overall) instead of 50 overall, because 40 is already more than enough. (script.js)
  • Added strict mode to the main script file. I've been using that for years on Lestrades.com for years, and standards-oriented people like it anyway. It's just a few bytes. (script.js)