Show Posts

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.

Messages - Nao
1531
Features / Re: New revs
« on February 9th, 2014, 10:18 PM »
[Commit revision 79e58f0]
Author: Nao
Date: Sun, 09 Feb 2014 22:18:05 +0100
Stats: 4 files changed; +42 (insertions), -43 (deletions)

  • Merged both license files together for simplicity (and a cleaner repo), and updated README.md and contributors.txt to match the change. No licenses were harmed in the process. (README.md, LICENSE, contributors.txt)
1532
Features / Language revs
« on February 9th, 2014, 10:12 PM »
[Commit revision 86a8b2d]
Author: Nao (Signed-off)
Date: Sun, 09 Feb 2014 22:12:28 +0100
Stats: 3 files changed; +47 (insertions), -45 (deletions)

  • Merged LICENSE and license_smf.txt, updated readme to match the change. No licenses were harmed in the process. (README.md, LICENSE)
1533
Features / Re: Plugin revs
« on February 9th, 2014, 10:07 PM »
[Commit revision 00e42ab]
Author: Nao (Signed-off)
Date: Sun, 09 Feb 2014 22:07:27 +0100
Stats: 11 files changed; +44 (insertions), -51 (deletions)

  • Calendar plugin is mostly based on SMF code, so adding the proper copyright for that. (calendar/*)
1534
Features / Language revs
« on February 9th, 2014, 08:39 PM »
[Commit revision e3e7e9d]
Author: Nao (Signed-off)
Date: Sun, 09 Feb 2014 20:39:40 +0100
Stats: 6 files changed; +3 (insertions), -27 (deletions)

  • Updated to latest version. These language files are MIT licensed, so the Wedge license header for Notifications was invalid (per my decision.)
1535
Features / Re: New revs
« on February 9th, 2014, 08:36 PM »
[Commit revision 46f8f6e]
Author: Nao
Date: Sun, 09 Feb 2014 20:23:52 +0100
Stats: 174 files changed; +697 (insertions), -698 (deletions)

  • The mandatory legal update. This restores the copyright notice that Pete removed back in 2011, and keeps it minimalist, while still respecting the BSD license terms. (174 files. There are a few left, which will be in a less boring future commit.)

[Commit revision f88fee6]
Author: Nao
Date: Sun, 09 Feb 2014 20:35:35 +0100
Stats: 66 files changed; +309 (insertions), -401 (deletions)

  • Removed theme.js file, which I forgot to delete after removing theme features. If you need to add custom JS, the filename should be 'custom.js'... Alrighty? :) (index.template.php, theme.js)
  • Removed JSOption.php and JSEditor.php, they're now handled through Ajax.php. (index.php, JSOption.php, JSEditor.php, Subs-BBC.php, Admin.template.php, script.js, editor.js)
  • Renamed JSModify.php to QuickEdit.php, along with its URL action. (index.php, QuickEdit.php)
  • End of the file cleanup operation. Tired. (Dozens of files.)
1536
Features / Re: Plugin revs
« on February 9th, 2014, 06:40 PM »
[Commit revision e6c3ef9]
Author: Nao (Signed-off)
Date: Fri, 07 Feb 2014 19:33:17 +0100
Stats: 1 file changed; +1 (insertion), -3 (deletions)

  • Static arrays should be declared as arrays in the first place. It's not useful, but it's a helpful guideline. (sig_once_per_page/SigOncePerPage.php)

[Commit revision a2c79f2]
Author: Pandos (Signed-off)
Date: Sun, 09 Feb 2014 17:05:29 +0100
Stats: 2 files changed; +3 (insertions), -3 (deletions)

  • A view typos in german translation files.
  • Thanks to CerealGuy.
  • (cherry picked from commit cb76db0da611df5d1aa3f6f14af2c55edc9d2787)
1537
Features / Re: New revs
« on February 9th, 2014, 04:59 PM »
[Commit revision 62d34d1]
Author: Nao
Date: Sun, 09 Feb 2014 16:58:53 +0100
Stats: 5 files changed; +11 (insertions), -17 (deletions)

  • Properly aligning language select boxes in the antispam admin area. (ManageSettings.php)
  • Details. (ManagePlugins.php, Subs-Plugins.php, InfoCenter.template.php)
  • Forgot to remove a package_flush_cache() call. In a function I'll be removing soon anyway, hmm... (Themes.php)
1538
Off-topic / Re: Nao?
« on February 9th, 2014, 04:35 PM »
Donation links for members:
http://wedge.org/profile/?area=subscriptions

Actually, this made me realize that there's a bug in the subscriptions rewrite... (By Pete, should I mention... :P)
Because the 'additional group' in the Maecenas group wasn't applied to you, Maxx. I added it manually. Now you have access to more boards. :D
1539
Features / Re: New revs
« on February 9th, 2014, 04:30 PM »
[Commit revision f1fa3e5]
Author: Nao
Date: Sun, 09 Feb 2014 09:14:02 +0100
Stats: 1 file changed; +66 (insertions), -403 (deletions)

  • Removed lots of helper functions that are no longer used in Wedge: copytree, listtree, deltree, package_get_contents, and removed all package cache code (it sucks, perhaps not for FTP or something, but that was removed by Pete a year ago, so...) (Subs-Package.php)
  • SMF bug in passing (it doesn't concern Wedge since the code was removed, so I didn't test this in action either): "if we're on a Windows server (okay), or package cache is explicitly disabled (yeah), or we managed to set RAM queries to 128MB (YEAH!), then DISABLE the RAM-consuming package cache." It's been in their codebase for years, and even modified several times... Everytime keeping the same logic. I don't know about you, but if their codebase never runs that package cache, why do they have it at all..?

[Commit revision 4308a39]
Author: Nao
Date: Sun, 09 Feb 2014 13:47:26 +0100
Stats: 3 files changed; +3 (insertions), -2 (deletions)

  • Fixed duplicate txt string and added own 'settings' string to membergroups, allowing to point out that you can also set badge settings there, until I get around to splitting them into their own page, because I think they deserve it... (Admin.php, Admin.english.php, ManageMembers.english.php)
1540
Features / Language revs
« on February 9th, 2014, 02:23 PM »
[Commit revision 397e848]
Author: Pandos (Signed-off)
Date: Sun, 09 Feb 2014 11:39:21 +0100
Stats: 1 file changed; +1 (insertion), -1 (deletion)

  • Renaming Themes to Skins

[Commit revision 9a89a91]
Author: Nao (Signed-off)
Date: Sun, 09 Feb 2014 14:23:22 +0100
Stats: 6 files changed; +9 (insertions), -5 (deletions)

  • Updated translations to latest. (Admin, ManageMembers)
  • Missing translation. (Admin.french.php)
1541
Off-topic / Re: Nao?
« on February 9th, 2014, 12:55 PM »
I'm busy indeed. Sometimes I'll just read recent posts on my mobile and leave the actual answer to my next PC session (sometimes I forget), sometimes I'm just busy and not visiting wedge and then a browser crash and I'm suddenly reloading plenty of pages which I'm not actually visiting. So be patient with me please. Usually it's all random ;)

Yes Maxx I did receive your donation. Thank you very much! I'm always uncomfortable discussing donations but I know I'll eventually have to face it! Or them!
1542
Features / Re: New revs
« on February 8th, 2014, 10:51 PM »
[Commit revision 580c48e]
Author: Nao
Date: Sat, 08 Feb 2014 18:29:03 +0100
Stats: 4 files changed; +5 (insertions), -12 (deletions)

  • Removing some package-related strings, even though their contents implied they were used in plugin code. (ManageSmileys.php, Themes.php, Errors.english.php)

[Commit revision 12ef33c]
Author: Nao
Date: Sat, 08 Feb 2014 18:29:18 +0100
Stats: 2 files changed; +1 (insertion), -2 (deletions)

  • Assets URL wasn't properly implemented in membergroup badge setter. (ManageMembergroups.template.php, ManageMembers.english.php)



Note: this is kinda annoying... I noticed that my latest push wasn't in the list. I'm guessing GitHub was met with a timeout when they pushed to my webhook, thus forcing me to go to the website, settings, and 'test hook' to re-submit the latest push. I have no idea how to deal with that, honestly... (??)
Perhaps I should, when pushed to, reply with a request to get all latest commits, and then keep a list of these commits in memory. That'd force me to re-create the DB table I'd happily removed recently when I turned my plugin into a webhook... :-/ :-/ Any opinions? (On another topic, of course. Sorry.)
1543
Features / Re: New revs
« on February 8th, 2014, 12:24 PM »
[Commit revision b01e5dc]
Author: Nao
Date: Fri, 07 Feb 2014 19:32:05 +0100
Stats: 1 file changed; +5 (insertions), -13 (deletions)

  • Fixing wrong Reply links on blog homepages. (MessageIndex.template.php)
  • Moving board/blog descriptions to the top of their homepages, rather than below the sub-board list. (MessageIndex.template.php)
1544
Features / Language revs
« on February 8th, 2014, 12:20 PM »
[Commit revision 20a7750]
Author: Nao (Signed-off)
Date: Fri, 07 Feb 2014 19:33:44 +0100
Stats: 1 file changed; +1 (insertion), -1 (deletion)

  • A horrible, horrible typo. Uhh... No, actually, just a minor one. (ManageSettings.french.php)

[Commit revision a3d12c3]
Author: Pandos (Signed-off)
Date: Thu, 06 Feb 2014 23:46:35 +0100
Stats: 1 file changed; +3 (insertions), -0 (deletion)

  • Thought like notifications. (Notifications)
  • (cherry picked from commit 8eada03f4f014ba50a1c54d955509ab4541a00f6)
1545
Not the same link. Just can't be added to rename the pages temporarily.

And it's at least the 10th time this is being 'reported'....