Plugin revs

Nao

  • Dadman with a boy
  • Posts: 16,079
Re: Plugin revs
« Reply #105, on February 27th, 2014, 05:11 PM »
[Commit revision 37a53c5]
Author: Nao (Signed-off)
Date: Thu, 27 Feb 2014 17:10:52 +0100
Stats: 3 files changed; +2 (insertions), -2 (deletions)

  • After years of allowed use, Facebook removed their icon from the strange URL I had in the Wedge.org plugin, so I made my own to replace it. Also renamed the plugin to something more sensible. (wedge.org/*)
Re: Plugin revs
« Reply #106, on February 27th, 2014, 05:56 PM »
[Commit revision a6b626c]
Author: Nao (Signed-off)
Date: Thu, 27 Feb 2014 17:56:38 +0100
Stats: 2 files changed; +7 (insertions), -1 (deletion)

  • This may not be too sexy, but this is how it works. I'm adding the Wedge.org plugin's CSS integration into the main CSS file, as a sample of what the latest Wedge commit can now do. It saves an extra HTTP request, and embeds the Facebook icon directly within the main CSS. It only adds 150 bytes or so, so don't you start complaining! ;) (wedge.org/WedgeDotOrg.php, wedge.org/wedge.org.css)
Re: Plugin revs
« Reply #107, on February 28th, 2014, 11:44 PM »
[Commit revision 94ad239]
Author: Nao (Signed-off)
Date: Fri, 28 Feb 2014 23:43:38 +0100
Stats: 3 files changed; +7 (insertions), -4 (deletions)

  • facebook: Login was missing an error string if a user was already linked with your Facebook account. (facebook/plugin.php, facebook/languages/plugin.*.php)
Re: Plugin revs
« Reply #108, on March 10th, 2014, 03:42 PM »
[Commit revision 6e4476a]
Author: Pandos (Signed-off)
Date: Sat, 01 Mar 2014 08:42:38 +0100
Stats: 1 file changed; +29 (insertions), -0 (deletion)

  • German translation for facebook plugin.

[Commit revision 59e58a7]
Author: Nao
Date: Mon, 10 Mar 2014 15:42:41 +0100
Stats: 1 file changed; +29 (insertions), -0 (deletion)

  • Merge pull request #24 from Pandos/master
  • German translation for facebook plugin.
Re: Plugin revs
« Reply #109, on March 11th, 2014, 03:51 PM »
[Commit revision 4aab840]
Author: Nao (Signed-off)
Date: Tue, 11 Mar 2014 15:40:39 +0100
Stats: 1 file changed; +24 (insertions), -24 (deletions)

  • Renaming some variables to make them easier to understand. And following naming guidelines, basically. (mass_attach/attachui.js)

[Commit revision eec7300]
Author: Nao (Signed-off)
Date: Tue, 11 Mar 2014 15:41:23 +0100
Stats: 1 file changed; +1 (insertion), -1 (deletion)

  • A span works just as well to maintain the absolute position for an image. (we_pinterest/We-Pinterest-Main.php)

[Commit revision 78d11ec]
Author: Nao (Signed-off)
Date: Tue, 11 Mar 2014 15:42:16 +0100
Stats: 1 file changed; +1 (insertion), -1 (deletion)

  • WedgeDesk, still the untested beast, has the one remaining add_css_file call I had to simplify. (wedgedesk/src/WedgeDesk-AdminMaint.php)
Re: Plugin revs
« Reply #110, on March 11th, 2014, 07:47 PM »
[Commit revision ca8653a]
Author: Nao (Signed-off)
Date: Tue, 11 Mar 2014 19:47:15 +0100
Stats: 1 file changed; +1 (insertion), -1 (deletion)

  • Minor validation error. (skin_selector/SkinSelector.php)
Re: Plugin revs
« Reply #111, on March 13th, 2014, 11:40 AM »
[Commit revision 814743b]
Author: Nao (Signed-off)
Date: Tue, 11 Mar 2014 21:34:21 +0100
Stats: 7 files changed; +20 (insertions), -6 (deletions)

  • calendar: the Who's Online page was missing the Calendar string. It required an extra hook, and I also moved the string to new files to avoid loading unneeded stuff. Or maybe it's always loaded anyway, I don't know... I won't really bother. (plugin-info.xml, lang/Calendar, lang/CalendarWho)

[Commit revision eaca4f9]
Author: Nao (Signed-off)
Date: Thu, 13 Mar 2014 11:40:38 +0100
Stats: 3 files changed; +8 (insertions), -8 (deletions)

  • Fixed admin search for 3 plugins: Birthday, Calendar and WedgeDesk. (birthday/Birthday-Admin.php, calendar/ManageCalendar.php, wedgedesk/src/Subs-WedgeDeskAdmin.php)
Re: Plugin revs
« Reply #112, on March 16th, 2014, 10:50 PM »
[Commit revision 57885e6]
Author: Nao (Signed-off)
Date: Sun, 16 Mar 2014 22:36:54 +0100
Stats: 2 files changed; +2 (insertions), -2 (deletions)

  • Doing away with CORE_DIR. (wedge.org/WedgeDotOrg.php)
  • Unused global. (facebook/plugin.php)
Re: Plugin revs
« Reply #113, on March 22nd, 2014, 11:55 PM »
[Commit revision c0d909f]
Author: Nao (Signed-off)
Date: Sat, 22 Mar 2014 23:55:17 +0100
Stats: 1 file changed; +3 (insertions), -3 (deletions)

  • Replaced $sourcedir with APP_DIR in plugins, too. Just the one. The one that probably doesn't work. (wedgedesk/src/WedgeDesk-Unread.php)
Re: Plugin revs
« Reply #114, on March 24th, 2014, 07:51 AM »
[Commit revision 73864d7]
Author: Nao (Signed-off)
Date: Mon, 24 Mar 2014 07:51:17 +0100
Stats: 1 file changed; +1 (insertion), -2 (deletions)

  • $cachedir. Yes, I know it's one of those plugins I should remove from the repo... (lang_cache_flush/LangCache.php)
Re: Plugin revs
« Reply #115, on March 24th, 2014, 07:41 PM »
[Commit revision b527b9b]
Author: Nao (Signed-off)
Date: Mon, 24 Mar 2014 19:40:55 +0100
Stats: 6 files changed; +2 (insertions), -78 (deletions)

  • Removed a $sourcedir, although from a file that's unused in the plugin, but... Might as well clean it up. (wedgedesk/install-xml/install-attachments.xml)
  • Removed a few index.php files that were really, really overkill... And, quite frankly, buggy.
Re: Plugin revs
« Reply #116, on March 26th, 2014, 10:42 PM »
[Commit revision 04e5fc4]
Author: Nao (Signed-off)
Date: Wed, 26 Mar 2014 22:39:06 +0100
Stats: 2 files changed; +2 (insertions), -2 (deletions)

  • SSI update. Don't forget to update your plugins! (facebook/callback.php, github/github.php)
Re: Plugin revs
« Reply #117, on March 28th, 2014, 10:02 AM »
[Commit revision 5e2eca6]
Author: Nao (Signed-off)
Date: Thu, 27 Mar 2014 22:47:33 +0100
Stats: 1 file changed; +2 (insertions), -2 (deletions)

  • recent_items was using the old topicseen. (recent_items/Recent-Main.php)
Re: Plugin revs
« Reply #118, on March 29th, 2014, 03:48 PM »
[Commit revision 097c83b]
Author: Nao (Signed-off)
Date: Sat, 29 Mar 2014 15:47:52 +0100
Stats: 2 files changed; +4 (insertions), -4 (deletions)

  • Outdated hooks. (calendar/ManageCalendar.php, wedgedesk/src/Subs-WedgeDeskAdmin.php)

[Commit revision 18702a2]
Author: Nao (Signed-off)
Date: Sat, 29 Mar 2014 15:48:09 +0100
Stats: 1 file changed; +2 (insertions), -2 (deletions)

  • Removing seen! (recent_items/Recent-Main.php)
Re: Plugin revs
« Reply #119, on April 1st, 2014, 08:14 PM »
[Commit revision b66bfda]
Author: Nao (Signed-off)
Date: Tue, 01 Apr 2014 20:14:07 +0200
Stats: 2 files changed; +2 (insertions), -2 (deletions)

  • $context['browser'] is long gone, actually... (calendar/Calendar.php, wedgedesk/src/WedgeDesk-Post.php)