Plugin revs

Nao

  • Dadman with a boy
  • Posts: 16,079
Re: Plugin revs
« Reply #15, on August 1st, 2012, 04:08 PM »Last edited on August 1st, 2012, 05:58 PM
rev 44
(7 files, 35kb)

+ [mass_upload] Initial commit of mass_upload, equivalent of http://github.com/Nawe/MultiAttach/ -- I hate you github, I really do.

(Original code by Dragooon, now co-written by Dragooon and I, just like the good ol' SMG days :))
Re: Plugin revs
« Reply #16, on August 23rd, 2012, 07:27 PM »
rev 45
(2 files, 3kb)

! [theme_selector] The skin selector was conflicting horribly with the admin area's theme section where $context['themes'] was also set with an extra param ('known'). Fixed it by renaming the variable, maybe we should add the known bit but I don't think so. (ThemeSelector.php)

* [mass_upload] Updated to latest version of Dragooon's code... I think... Oh, and there may be that extra bit about $.support.cors to detect XHR2, or whatever... (attachui.js)
Re: Plugin revs
« Reply #17, on September 4th, 2012, 01:21 PM »
rev 46
(1 file, 2kb)

* [theme_selector] Updated JS code to be much, much shorter. Instead of relying on a theme variable that is only valid for the current session, it will now call the skin selector page implicitly and thus set the new skin permanently. The skin selector page will then redirect back to the current page. (ThemeSelector.php)

@ Note that this relies on a change that will be in the next Wedge commit.
Re: Plugin revs
« Reply #18, on September 18th, 2012, 10:51 AM »
rev 47
(1 file, 2kb)

! [theme_selector] Turned out that the latest change made it fail for guests, so reverted these changes but only for guests. (There's no point in having more JS for members, right?) (ThemeSelector.php)

Arantor

  • As powerful as possible, as complex as necessary.
  • Posts: 14,278
Re: Plugin revs
« Reply #19, on September 19th, 2012, 03:33 PM »
(19 files - includes folders apparently, 49KB)

Revision: 48
Author: arantor
Date: 19 September 2012 14:31:25
Message:
! [Topic Solved] Initial checkin. Quick mod doesn't work at the present time but I'm fed up of it right now.
----
Added : /topic_solved
Added : /topic_solved/img
Added : /topic_solved/img/cross-button.png
Added : /topic_solved/img/tick-button.png
Added : /topic_solved/img/tick.png
Added : /topic_solved/img/tick_big.png
Added : /topic_solved/lang
Added : /topic_solved/lang/TopicSolved-Admin.english.php
Added : /topic_solved/lang/TopicSolved-Display.english.php
Added : /topic_solved/lang/TopicSolved-MessageIndex.english.php
Added : /topic_solved/plugin-info.xml
Added : /topic_solved/readme
Added : /topic_solved/readme/readme.english.txt
Added : /topic_solved/src
Added : /topic_solved/src/TopicSolved-Action.php
Added : /topic_solved/src/TopicSolved-Display.php
Added : /topic_solved/src/TopicSolved-MessageIndex.php
Added : /topic_solved/src/TopicSolved-Permissions.php
Added : /topic_solved/src/TopicSolved-QuickMod.php

(The readme is pretty much just a placeholder too, will likely extend that at some time)
Re: Plugin revs
« Reply #20, on September 21st, 2012, 04:04 AM »
(2 files, 1KB)

Revision: 49
Author: arantor
Date: 21 September 2012 03:04:27
Message:
! [Topic Solved] Debugged quick moderation, it does actually function. Permissions have not been tested. (plugin-info.xml, TopicSolved-QuickMod.php)
----
Modified : /topic_solved/plugin-info.xml
Modified : /topic_solved/src/TopicSolved-QuickMod.php
When we unite against a common enemy that attacks our ethos, it nurtures group solidarity. Trolls are sensational, yes, but we keep everyone honest. | Game Memorial

Nao

  • Dadman with a boy
  • Posts: 16,079
Re: Plugin revs
« Reply #21, on September 21st, 2012, 09:32 AM »
Enabled here... Haven't set permissions, though. So it's admin-only for now. Haven't tested anything. Just thought you'd want to ensure it works here ;)

Arantor

  • As powerful as possible, as complex as necessary.
  • Posts: 14,278
Re: Plugin revs
« Reply #22, on September 21st, 2012, 02:39 PM »
(1 file, 2KB)

Revision: 50
Author: arantor
Date: 21 September 2012 13:39:21
Message:
! [Topic Solved] Fix for permissions not being checked exactly as they should. (TopicSolved-MessageIndex.php)
----
Modified : /topic_solved/src/TopicSolved-MessageIndex.php
Re: Plugin revs
« Reply #23, on September 22nd, 2012, 05:30 PM »
(1 file, 1KB - one line)

Revision: 51
Author: arantor
Date: 22 September 2012 16:29:39
Message:
! Updated birthday plugin with tweaks for scheduled task handling. In case it wasn't obvious, now it's the same as you'd pass to loadPluginSource (probably because that's what the scheduled task handler does too!)
----
Modified : /birthday/plugin-info.xml
Re: Plugin revs
« Reply #24, on October 4th, 2012, 05:20 PM »
(1 file, 1KB, 1 line)

Revision: 52
Author: arantor
Date: 04 October 2012 16:19:41
Message:
! [Topic Solved] Bah, was calling the permissions function wrong. No idea why this didn't show in testing before. (TopicSolved-MessageIndex.php)
----
Modified : /topic_solved/src/TopicSolved-MessageIndex.php
Re: Plugin revs
« Reply #25, on October 7th, 2012, 05:51 PM »
(1 file, 1KB, 1 line)

Revision: 53
Author: arantor
Date: 07 October 2012 16:50:34
Message:
! [Topic Solved] Fix a stupid bug with permissions not being properly checked in thread views. (TopicSolved-Display.php)
----
Modified : /topic_solved/src/TopicSolved-Display.php

Nao

  • Dadman with a boy
  • Posts: 16,079
Re: Plugin revs
« Reply #26, on October 22nd, 2012, 03:26 PM »
rev 54
(1 file, 1kb)

! [topic_solved] The Solved action used a wrong permission name. (TopicSolved-Action.php)
Re: Plugin revs
« Reply #27, on October 22nd, 2012, 04:58 PM »
rev 55
(1 file, 1kb)

* [users_online_today] Just syncing with my version... Okay, it's just an extra space. (OnlineToday.php)

Arantor

  • As powerful as possible, as complex as necessary.
  • Posts: 14,278
Re: Plugin revs
« Reply #28, on November 13th, 2012, 05:57 PM »
Revision: 56
Author: arantor
Date: 13 November 2012 16:56:46
Message:
! [Calendar] Use the proper interfacing for member options, not the old old theme options. It might even install now, but still needs much more work. (ManageCalendar.php, plugin-info.xml, Calendar language files)
----
Modified : /calendar/ManageCalendar.php
Modified : /calendar/lang/Calendar.english.php
Modified : /calendar/lang/Calendar.french.php
Modified : /calendar/plugin-info.xml
Re: Plugin revs
« Reply #29, on November 13th, 2012, 06:44 PM »
(2 files, 2 KB)

Revision: 57
Author: arantor
Date: 13 November 2012 17:43:30
Message:
! [Calendar] Stupid typos I thought I'd fixed before last commit. (ManageCalendar.php)
! [Calendar] Fixing permissions up and some cleanup of the manifest. (plugin-info.xml)
----
Modified : /calendar/ManageCalendar.php
Modified : /calendar/plugin-info.xml