Plugin revs

Nao

  • Dadman with a boy
  • Posts: 16,079
Re: Plugin revs
« Reply #90, on February 5th, 2014, 11:42 PM »
[Commit revision 2fd04c8]
Author: Nao (Signed-off)
Date: Wed, 05 Feb 2014 23:42:07 +0100
Stats: 1 file changed; +1 (insertion), -1 (deletion)

  • facebook: the proper keyword inside <settings-area> is <language>, not <load-language>. (plugin-info.xml)

:edit: This is the first commit posted by my new, simplified and much-improved GitHub plugin... 8-)
Re: Plugin revs
« Reply #91, on February 6th, 2014, 12:36 AM »
[Commit revision c9024c8]
Author: Nao (Signed-off)
Date: Thu, 06 Feb 2014 00:36:07 +0100
Stats: 6 files changed; +203 (insertions), -0 (deletion)

  • github: Added my first 'real' plugin, the GitHub WebHooks handler. I've tried to write a long and amusing readme for it, you'll find all instructions you need in it, and if you're using it, please tell me where! (github/*)
  • It's totally meta that this changelog is going to be reposted to Wedge.org by that very same plugin... ;)
Re: Plugin revs
« Reply #92, on February 6th, 2014, 11:54 AM »
[Commit revision a38b973]
Author: Pandos (Signed-off)
Date: Tue, 04 Feb 2014 19:04:20 +0100
Stats: 11 files changed; +133 (insertions), -0 (deletion)

  • German translation for plugin Flitter
  • German translation for plugin max_smileys
  • German translation for plugin topic_buttons.
  • German translation for plugin recent_items.
  • German translation for plugin recaptcha.
  • German translation for plugin readability.
  • German translation for plugin posts_per_day
  • German translation for plugin pie_polls
  • German translation for plugin word_limits.
  • Last plugin to update.
  • (cherry picked from various commits)
  • Acked-by: Nao <nao@wedge>
Re: Plugin revs
« Reply #93, on February 6th, 2014, 12:01 PM »
[Commit revision 0688f4b]
Author: Pandos (Signed-off)
Date: Tue, 04 Feb 2014 19:48:39 +0100
Stats: 3 files changed; +31 (insertions), -0 (deletion)

  • German translation for plugin topic_solved.
Re: Plugin revs
« Reply #94, on February 6th, 2014, 12:07 PM »
[Commit revision 3369eba]
Author: Nao (Signed-off)
Date: Thu, 06 Feb 2014 12:07:31 +0100
Stats: 3 files changed; +4 (insertions), -4 (deletions)

  • Even auto-generated messages should probably go through the same security as the rest... (github/github.php)
  • Details. (facebook/Subs-Plugin.php, facebook/callback.php)
Re: Plugin revs
« Reply #95, 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)
Re: Plugin revs
« Reply #96, 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/*)
Re: Plugin revs
« Reply #97, on February 10th, 2014, 09:09 AM »
[Commit revision 20139ff]
Author: Nao (Signed-off)
Date: Mon, 10 Feb 2014 00:18:56 +0100
Stats: 1 file changed; +1 (insertion), -1 (deletion)

  • Wedgeward no longer exists per se. (birthday/Birthday-Admin.german.php)

Posted: February 10th, 2014, 08:59 AM

[Commit revision b3ef81c]
Author: Nao
Date: Mon, 10 Feb 2014 09:08:58 +0100
Stats: 1 file changed; +5 (insertions), -3 (deletions)

  • Plugin list of interest was outdated. (README.md)
Re: Plugin revs
« Reply #98, on February 14th, 2014, 11:12 AM »
[Commit revision 11a2a2c]
Author: Nao (Signed-off)
Date: Fri, 14 Feb 2014 11:11:54 +0100
Stats: 4 files changed; +19 (insertions), -22 (deletions)

  • A more compact version of generateDays(). (ManageCalendar.template.php)
  • generateDays was resetting the day to 1 if the 30th or 31st of a month was selected, and then the month was switched to another with the same number of days. (ManageCalendar.template.php)
  • calendar: Fixing 4 strings. (Calendar.french.php, ManageCalendar.french.php)
Re: Plugin revs
« Reply #99, on February 15th, 2014, 02:45 PM »
[Commit revision 1aa3656]
Author: Nao (Signed-off)
Date: Sat, 15 Feb 2014 14:44:10 +0100
Stats: 3 files changed; +8 (insertions), -11 (deletions)

  • github: Updated readme to match the recent webhook overhaul at GitHub. And the plugin rename I forgot to match in a comment. (github.php, readme.english.txt)
  • Version number tweaks. (github/github.php, calendar/Calendar.php)
Re: Plugin revs
« Reply #100, on February 16th, 2014, 11:28 PM »
[Commit revision ca1947f]
Author: Nao (Signed-off)
Date: Sun, 16 Feb 2014 22:45:39 +0100
Stats: 5 files changed; +5 (insertions), -5 (deletions)

  • birthday: Fixed incorrect link in language files. (Birthday-Admin.languages.php)
  • birthday: Fixed empty e-mails being sent... Defeating the whole point of that plugin, I guess..! (Birthday-Scheduled.php)
Re: Plugin revs
« Reply #101, on February 18th, 2014, 10:35 AM »
[Commit revision 461aed9]
Author: Nao (Signed-off)
Date: Tue, 18 Feb 2014 10:35:13 +0100
Stats: 1 file changed; +1 (insertion), -1 (deletion)

  • Wrong variable name in 'regards_team' string. (birthday/Birthday-Scheduled.php)
Re: Plugin revs
« Reply #102, on February 23rd, 2014, 01:43 PM »
[Commit revision dd32992]
Author: Nao (Signed-off)
Date: Sun, 23 Feb 2014 13:43:02 +0100
Stats: 2 files changed; +3 (insertions), -3 (deletions)

  • json_encode update. (facebook/base_facebook.php, mass_attach/plugin.php)
Re: Plugin revs
« Reply #103, on February 24th, 2014, 11:57 AM »
[Commit revision 2923bac]
Author: Nao (Signed-off)
Date: Mon, 24 Feb 2014 11:56:57 +0100
Stats: 1 file changed; +2 (insertions), -1 (deletion)

  • Calendar plugin was missing its menu icon. Not very sexy, but it will do for now. (calendar/CalendarMenu.php)
Re: Plugin revs
« Reply #104, on February 25th, 2014, 11:15 AM »
[Commit revision 09cafcb]
Author: Nao (Signed-off)
Date: Tue, 25 Feb 2014 11:15:00 +0100
Stats: 1 file changed; +1 (insertion), -13 (deletions)

  • Skin selector was broken for guests. New code is now also shorter for guests, which means less bandwidth use. Yayz. (skin_selector/SkinSelector.php)