Wedge

Public area => The Pub => Features => Discussion démarrée par: Nao le 16 Juin 2012 à 16:15

Titre: Plugin revs
Posté par: Nao le 16 Juin 2012 à 16:15
I thought that it's best to centralize revisions for the plugin depository as well... (Didn't do it until now because, well, I wasn't even sure there was a plugin depo... :P)

rev 37
(7 files, 3kb)

! [users_online_today] Harmonized visible/hidden numbers for both moderators and regular members. (OnlineToday.php)
! [pm_flash] Fixed JavaScript to use the newest DOM. (PersonalMessageFlash.php)
! [theme_selector] Fixed wedge_show_skins to use newest version without level param. (ThemeSelector.php)
* [theme_selector] Adapted skin selector to sidebar code standards, added a language string in case we want to offer positioning. (ThemeSelector.php)
* [theme_selector] Simplified JS code. A lot. Tested to work, but who knows... (ThemeSelector.php)
Titre: Re: Plugin revs
Posté par: Nao le 16 Juin 2012 à 16:38
Just so you know -- the topic isn't locked for now. As long as the rev number doesn't equate the number of posts, it doesn't matter anyway. After that, we'll see :P It's not as important as for New Revs...

rev 38
(5 files, 4kb)

! [theme_selector] Last minute bug, and even more JS code reduction... Now it's pretty much what it should have been looking like, I think. (ThemeSelector.php)

* [flitter] Updated Flitter to latest developments (and added French, frontend only for now). Although, as of now, it still refuses to show up. This seems to demonstrate a bug in wetem, I'll have to look into it when I have more time. (Flitter-Main.php, Flitter-Main.template.php)
Titre: Re: Plugin revs
Posté par: Nao le 16 Juin 2012 à 16:50
rev 39
(16 files, 6kb)

* Spacinazi. Extra tabs and spaces removed. CRLF files converted to LF. Ätsch! (16 files, not going to list them -- dunno if some are 'surprise' unannounced plugins coming up...)

PS: I hate it when we include an external file that's horribly written... In that respect, the recaptcha lib may suck even more than the feature it implements...
Titre: Re: Plugin revs
Posté par: Arantor le 16 Juin 2012 à 16:57
ReCAPTCHA sucks anyway, but there you go.

I do have some half-done plugins on my PC, but I think I announced every plugin in the repo as it currently stands.
Titre: Re: Plugin revs
Posté par: Nao le 16 Juin 2012 à 22:33
All right.

Flitter is a PITA. It showed me that I had a BIG bug in wetem -- it took me a while to spot it, but it was due to how I was setting up $has_layer. I did all of my tests with an array with a block in it. In this case, it will work. However, doing wetem::add('someday_my_prince', array('will_come' => array())) will not work because COUNT_RECURSIVE will count empty arrays as zero item, thus failing the test. I did it differently and now it works, phew. (Of course I could also have changed the call to a simpler wetem::layer(), but I want all of my functions to be generic as much as possible.)

Now I'm having trouble showing the above/below functions for the new layer... Dunno why, it's just not showing (probably something that fails to register in plugin mode.)
I'm taking a break and leaving the option enabled so you can play with the Like buttons if you'd like. I'll resume work on this later tonight or tomorrow. And hopefully commit everything...
Titre: Re: Plugin revs
Posté par: Arantor le 16 Juin 2012 à 22:57
Well, that's interesting. I'm sat here on OS X, with Chrome and like always I have the window narrow enough to have the sidebar at the foot of the page rather than the side.

The consequence of all this is that the Like / +1 buttons cause an interesting misalignment. Quick Access is then floated to the right, crossing between the first two columns, and the latest posts feed block is aligned to that.

Then the skin selector is below that. I'd do a screenshot but not sure how best to achieve it in OS X yet...
Titre: Re: Plugin revs
Posté par: Nao le 17 Juin 2012 à 01:09
Citation de Arantor le 16 Juin 2012 à 22:57
Well, that's interesting. I'm sat here on OS X, with Chrome and like always I have the window narrow enough to have the sidebar at the foot of the page rather than the side.
Same here. I think we already talked about it eheh. I'm in 1280x1024 and always have my tab bar in a vertical pane on the left, leaving me with about 100px in width and I prefer to have my sidebar out of the way. It looks good in any case.
I really need to change Wine and children to move it to the bottom as well, instead of that cool-looking but not very accessible popup...
Citation
The consequence of all this is that the Like / +1 buttons cause an interesting misalignment. Quick Access is then floated to the right, crossing between the first two columns, and the latest posts feed block is aligned to that.
Yeah, that's because of the missing layer functions...
But I found out what was wrong. It was simply using the 'old' style, i.e. _above and _below, while I'd argued that it could be misleading regarding special layouts, and renamed them to _before and _after instead.

Now it's all working... :)
I'd just like to vertically align both divs now...
Citation
Then the skin selector is below that. I'd do a screenshot but not sure how best to achieve it in OS X yet...
They don't have a Print Screen key? :P
Titre: Re: Plugin revs
Posté par: Arantor le 17 Juin 2012 à 01:12
Um, I don't have a Prt Sc key on this keyboard because it's the MacBook Pro keyboard, so there's no numeric keypad either... Prt Sc on Windows is carried out with Shift-Fn-F11 but I don't think it works on OS X and I can't remember how to do screenshots otherwise, heh.
Titre: Re: Plugin revs
Posté par: Aaron le 17 Juin 2012 à 01:36
Citation de Arantor le 17 Juin 2012 à 01:12
Um, I don't have a Prt Sc key on this keyboard because it's the MacBook Pro keyboard, so there's no numeric keypad either... Prt Sc on Windows is carried out with Shift-Fn-F11 but I don't think it works on OS X and I can't remember how to do screenshots otherwise, heh.
You can make a screenshot with Cmd+Shift+{3,4}, where 3 will take one of the entire screen and 4 allows you to select a region or a window -- the latter requiring you to press space before clicking a window (the cursor changes, too).
Titre: Re: Plugin revs
Posté par: Arantor le 17 Juin 2012 à 02:54
Awesome, thanks :)

/meis still a bit new to OS X and tends to spend his time on Windows where all his better games are :P
Titre: Re: Plugin revs
Posté par: Nao le 17 Juin 2012 à 12:38
Got some stuff to commit in Skin selector & Flitter... As you can see they're mostly fixed in here. But it also forces me to commit fixes to Wedge itself, and there are enough to warrant a small wait time until I can devote myself to the process. I'm always busy on Sundays... :(
Titre: Re: Plugin revs
Posté par: Nao le 17 Juin 2012 à 18:02
rev 40
(3 files, 5kb)

! [flitter] Updated Flitter to the new code: proper layer creation, _before and _after instead of _above and _below, vertical alignment, add_js(), etc... (Flitter-Main.php, Flitter-Main.template.php)

! [theme_selector] Fixed duplicate 'selected' options, and some incorrect HTML5. (My bad.) (ThemeSelector.php)
Titre: Re: Plugin revs
Posté par: Nao le 19 Juin 2012 à 18:19
rev 41
(1 file +1, 3kb)

! [edit_history] Fixed to use the new mini-menu system. (History-Topic.php)
+ [edit_history] Added French version. (EditHistory.french.php)
Titre: Re: Plugin revs
Posté par: Nao le 12 Juillet 2012 à 15:35
rev 42 (oh yeah...)
(1 file, 1kb)

! [theme_selector] Disable the skin selector if we're in a board that forces an override. (ThemeSelector.php)
Titre: Re: Plugin revs
Posté par: Nao le 1er Août 2012 à 13:07
rev 43
(1 file, 1kb)

! [theme_selector] Fixed plugin with the recent weUrl() rewrite. (ThemeSelector.php)
Titre: Re: Plugin revs
Posté par: Nao le 1er Août 2012 à 16:08
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 :))
Titre: Re: Plugin revs
Posté par: Nao le 23 Août 2012 à 19:27
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)
Titre: Re: Plugin revs
Posté par: Nao le 4 Septembre 2012 à 13:21
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.
Titre: Re: Plugin revs
Posté par: Nao le 18 Septembre 2012 à 10:51
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)
Titre: Re: Plugin revs
Posté par: Arantor le 19 Septembre 2012 à 15:33
(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)
Titre: Re: Plugin revs
Posté par: Arantor le 21 Septembre 2012 à 04:04
(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
Titre: Re: Plugin revs
Posté par: Nao le 21 Septembre 2012 à 09:32
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 ;)
Titre: Re: Plugin revs
Posté par: Arantor le 21 Septembre 2012 à 14:39
(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
Titre: Re: Plugin revs
Posté par: Arantor le 22 Septembre 2012 à 17:30
(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
Titre: Re: Plugin revs
Posté par: Arantor le 4 Octobre 2012 à 17:20
(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
Titre: Re: Plugin revs
Posté par: Arantor le 7 Octobre 2012 à 17:51
(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
Titre: Re: Plugin revs
Posté par: Nao le 22 Octobre 2012 à 15:26
rev 54
(1 file, 1kb)

! [topic_solved] The Solved action used a wrong permission name. (TopicSolved-Action.php)
Titre: Re: Plugin revs
Posté par: Nao le 22 Octobre 2012 à 16:58
rev 55
(1 file, 1kb)

* [users_online_today] Just syncing with my version... Okay, it's just an extra space. (OnlineToday.php)
Titre: Re: Plugin revs
Posté par: Arantor le 13 Novembre 2012 à 17:57
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
Titre: Re: Plugin revs
Posté par: Arantor le 13 Novembre 2012 à 18:44
(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
Titre: Re: Plugin revs
Posté par: Arantor le 15 Novembre 2012 à 05:29
(10 files, 26KB)

Revision: 58
Author: arantor
Date: 15 November 2012 04:28:29
Message:
! [Calendar] Major overhauls. Some minor error fixes, overhauled the way predefined holidays work (meaning they are translatable and easily disableable), layout fixes, no longer using the sidebar but what is IMO a better layout. It's still very, very broken. Posting of regular events doesn't work at all right now. DO NOT INSTALL THIS YET. (all files)
----
Modified : /calendar/Calendar.php
Modified : /calendar/Calendar.template.php
Modified : /calendar/CalendarPost.php
Modified : /calendar/ManageCalendar.php
Modified : /calendar/ManageCalendar.template.php
Modified : /calendar/Subs-Calendar.php
Modified : /calendar/calendar.css
Added : /calendar/lang/CalendarHolidays.english.php
Modified : /calendar/lang/ManageCalendar.english.php
Modified : /calendar/plugin-info.xml


@ Yup. It's very broken still, and that's entirely my fault from how I yanked it out of SMF/Wedge originally, but it's getting there. Plenty more to do yet.
Titre: Re: Plugin revs
Posté par: Arantor le 18 Novembre 2012 à 16:53
(14 files, 20KB)

Revision: 59
Author: arantor
Date: 18 November 2012 15:53:06
Message:
! [Calendar] Many many changes. It's still completely broken, but at least it displays the form items when it's supposed to, and the distinct calendar forms have been harmonised somewhat. And the holiday management stuff got some security it didn't have before, oops. And live627's dateinput is also included, not that the server-side processing works, it's still expecting the old date. But this is still progress. It's just not enough progress to be usable, but enough that I wanted it committed! :P (all files)
----
Modified : /calendar/Calendar.php
Modified : /calendar/Calendar.template.php
Modified : /calendar/CalendarDisplay.php
Modified : /calendar/CalendarIntegration.template.php
Modified : /calendar/CalendarPost.php
Modified : /calendar/ManageCalendar.php
Modified : /calendar/ManageCalendar.template.php
Added : /calendar/css
Added : /calendar/css/dateinput.css
Added : /calendar/js
Added : /calendar/js/dateinput.js
Modified : /calendar/lang/Calendar.english.php
Modified : /calendar/plugin-info.xml
Modified : /calendar/readme.english.txt
Titre: Re: Plugin revs
Posté par: Arantor le 18 Novembre 2012 à 17:00
(4 files, 1KB)

Revision: 60
Author: arantor
Date: 18 November 2012 15:58:27
Message:
! [Calendar] Now there's more than one CSS file, time to do a little housekeeping. (Calendar.php, ManageCalendar.php, moved calendar.css)
----
Modified : /calendar/Calendar.php
Modified : /calendar/ManageCalendar.php
Deleted : /calendar/calendar.css
Added : /calendar/css/calendar.css (Copy from path: /calendar/calendar.css, Revision, 58)
Titre: Re: Plugin revs
Posté par: Arantor le 5 Décembre 2012 à 03:50
(4 files, 1 folder, 11KB)

Revision: 61
Author: arantor
Date: 05 December 2012 02:49:24
Message:
+ [Word Count Limits] Initial checkin.
----
Added : /word_limits
Added : /word_limits/WordLimits.english.php
Added : /word_limits/WordLimits.php
Added : /word_limits/WordLimits.template.php
Added : /word_limits/plugin-info.xml
Titre: Re: Plugin revs
Posté par: Arantor le 5 Décembre 2012 à 04:54
(4 files, 1 folder, 6KB)

Revision: 62
Author: arantor
Date: 05 December 2012 03:53:47
Message:
+ [Posts Per Day] Initial checkin.
----
Added : /posts_per_day
Added : /posts_per_day/PostsPerDay.english.php
Added : /posts_per_day/PostsPerDay.php
Added : /posts_per_day/PostsPerDay.template.php
Added : /posts_per_day/plugin-info.xml
Titre: Re: Plugin revs
Posté par: Arantor le 8 Décembre 2012 à 01:16
(2 files, 2KB)

Revision: 63
Author: arantor
Date: 08 December 2012 00:15:34
Message:
! [Posts Per Day] Update to use the new helper function in r1786.

! [Word Count Limits] Update to use the new helper function in r1786.
----
Modified : /posts_per_day/PostsPerDay.template.php
Modified : /word_limits/WordLimits.template.php
Titre: Re: Plugin revs
Posté par: Arantor le 10 Décembre 2012 à 01:17
(2 files, 2KB)

Revision: 64
Author: arantor
Date: 10 December 2012 00:17:02
Message:
! [WedgeDotOrg] Initial checkin. This particular plugin handles the SVN rev number in the footer. I'll be removing this bit from trunk in my next commit.
----
Added : /wedgedotorg
Added : /wedgedotorg/WedgeDotOrg.php
Added : /wedgedotorg/plugin-info.xml
Titre: Re: Plugin revs
Posté par: Nao le 18 Décembre 2012 à 12:17
rev 65 -- Help update, + leftovers I forgot to commit from weeks or months ago...?! Would appreciate reverts if needed :)

* Updating plugins to use generic popup code. (edito_history/EditHistory.php, edito_history/EditHistory.template.php)

* Updating plugins to use generic say() and ask() functions. (mass_upload/attachui.js, calendar/Calendar.template.php, calendar/CalendarPost.php)

! reqWin's return value should be used. (edito_history/History-Topic.php)

! I think a session var should be initialized before it's tested against... (mass_upload/plugin.php)
Titre: Re: Plugin revs
Posté par: Nao le 27 Décembre 2012 à 16:39
rev 66
(22 files, 6kb)

* Converted all committed plugins to use the we object. Also fixed some outdated variables like $modSettings. Some functions seem to be missing needed globals (e.g. $settings in CalendarPost), didn't check them all, might be worth a look... (22 files)
Titre: Re: Plugin revs
Posté par: Arantor le 31 Décembre 2012 à 04:43
(4 files, 5KB)

Revision: 67
Author: arantor
Date: 31 December 2012 03:42:25
Message:
! [Max Smileys Per Day] Initial checkin.
----
Added : /max_smileys
Added : /max_smileys/MaxSmileys.english.php
Added : /max_smileys/MaxSmileys.php
Added : /max_smileys/MaxSmileys.template.php
Added : /max_smileys/plugin-info.xml
Titre: Re: Plugin revs
Posté par: Nao le 12 Janvier 2013 à 17:40
rev 68

* Replaced $scripturl with <URL> tricks in all plugins, except for the calendar. I'm lazy right now. (Birthday-Main.php, Fitter-Admin.php, mass_upload/plugin.php, Readability-Admin.php, ThemeSelector.php, TopicButtons.php)

* Replaced $context['user'] with we object. (PersonalMessageFlash.php, ThemeSelector.php, TopicButtons.php, OnlineToday.php)
Titre: Re: Plugin revs
Posté par: Nao le 18 Janvier 2013 à 22:22
rev 69
(2 files, 1kb)

* Turning a couple of substr calls to slice... Yeah, that's my thing today. (mass_upload/attachui.js, theme_selector/ThemeSelector.php)
Titre: Re: Plugin revs
Posté par: Nao le 26 Janvier 2013 à 15:53
Sorry, had to commit despite what I'd said... I had a global power outage and my UPS was depleting fast, and I didn't want to lose the changelog and didn't know if I had the time to copy it into a new text file... So here it is. Partial commit :( Will probably revert part of it.

rev 70
(7 files, didn't have time to see the size)

! [topic_solved] Fixed icon alignment for Mark Topic Solved. It'll probably look different on some browsers though... But not worse than it was before. (src/TopicSolved-Display.php)

* [mass_upload] Updated plugin to latest Github version, and moved language strings to the JS file itself. (attachui.js, plugin.english.php, plugin.french.php, plugin.php)

! [edit_history] Fixed popup layout to use the new generic popup. (EditHistory.php, EditHistory.template.php)
Titre: Re: Plugin revs
Posté par: Nao le 27 Janvier 2013 à 11:30
rev 71
(1 file, 2kb) (not worth 2kb, really...)

* [mass_upload] At least making the mass attach stuff work, until I get word from Dragooon about the plugin name & owner... (plugin-info.xml)
Titre: Re: Plugin revs
Posté par: Nao le 3 Février 2013 à 19:12
rev 72
(it's complicated, 3kb)

* Renamed MassUpload to MassAttach -- not because of any Tim Burton references, but to clarify that this isn't Aeva Media's mass-upload feature. Dragooon, I'm still waiting for your approval to change the author ID to Wedgeward ;) (mass_attach/*)

* Updated several files to use .on/.off instead of .bind/.unbind. This isn't mandatory, but might as well try and use what's being used in Wedge. (calendar/js/dateinput.js, disable_right_click/DisableRightClick.php, mass_attach/attachui.js)

! Fixed $.browser to is_safari for jQuery compatibility. (mass_attach/attachui.js)
Titre: Re: Plugin revs
Posté par: Arantor le 8 Février 2013 à 01:01
Well, you asked for it.

(252 added, 1.87 MB)

Revision: 73
Author: arantor
Date: 08 February 2013 00:00:23
Message:
+ [WedgeDesk] It is broken in a variety of ways here it is. No guarantees if/when any of it will be fixed, as I still haven't ruled out ditching it and starting from fresh. (all files)
----
Added : /wedgedesk
Added : /wedgedesk/css
Added : /wedgedesk/css/helpdesk.css
Added : /wedgedesk/css/helpdesk_admin.css
Added : /wedgedesk/enable.php
Added : /wedgedesk/images
Added : /wedgedesk/images/access_recyclebin.png
Added : /wedgedesk/images/action.png
Added : /wedgedesk/images/additional_details.png
Added : /wedgedesk/images/additional_information.png
Added : /wedgedesk/images/admin
Added : /wedgedesk/images/admin/cannedreplies.png
Added : /wedgedesk/images/admin/custom_fields.png
Added : /wedgedesk/images/admin/departments.png
Added : /wedgedesk/images/admin/log.png
Added : /wedgedesk/images/admin/mail.png
Added : /wedgedesk/images/admin/maintenance.png
Added : /wedgedesk/images/admin/options.png
Added : /wedgedesk/images/admin/permissions.png
Added : /wedgedesk/images/admin/support.png
Added : /wedgedesk/images/admin/wedgedesk.png
Added : /wedgedesk/images/admin.png
Added : /wedgedesk/images/advanced.png
Added : /wedgedesk/images/ajax_assign.png
Added : /wedgedesk/images/ajax_assign_cancel.png
Added : /wedgedesk/images/assign.png
Added : /wedgedesk/images/attach
Added : /wedgedesk/images/attach/access.png
Added : /wedgedesk/images/attach/app.png
Added : /wedgedesk/images/attach/audio.png
Added : /wedgedesk/images/attach/blank.png
Added : /wedgedesk/images/attach/cpp.png
Added : /wedgedesk/images/attach/excel.png
Added : /wedgedesk/images/attach/flash.png
Added : /wedgedesk/images/attach/html.png
Added : /wedgedesk/images/attach/image.png
Added : /wedgedesk/images/attach/pdf.png
Added : /wedgedesk/images/attach/php.png
Added : /wedgedesk/images/attach/ppoint.png
Added : /wedgedesk/images/attach/psd.png
Added : /wedgedesk/images/attach/python.png
Added : /wedgedesk/images/attach/rtf.png
Added : /wedgedesk/images/attach/ruby.png
Added : /wedgedesk/images/attach/sql.png
Added : /wedgedesk/images/attach/text.png
Added : /wedgedesk/images/attach/vector.png
Added : /wedgedesk/images/attach/video.png
Added : /wedgedesk/images/attach/word.png
Added : /wedgedesk/images/attach/world.png
Added : /wedgedesk/images/attach/zip.png
Added : /wedgedesk/images/attachments.png
Added : /wedgedesk/images/attachments_add.png
Added : /wedgedesk/images/attachments_delete.png
Added : /wedgedesk/images/browse.png
Added : /wedgedesk/images/cannedreplies.png
Added : /wedgedesk/images/cf
Added : /wedgedesk/images/cf/beans.png
Added : /wedgedesk/images/cf/camera.png
Added : /wedgedesk/images/cf/computer.png
Added : /wedgedesk/images/cf/cookie.png
Added : /wedgedesk/images/cf/cup.png
Added : /wedgedesk/images/cf/game.png
Added : /wedgedesk/images/cf/guitar.png
Added : /wedgedesk/images/cf/magnet.png
Added : /wedgedesk/images/cf/traffic-light.png
Added : /wedgedesk/images/cf/wand-hat.png
Added : /wedgedesk/images/cf_active.png
Added : /wedgedesk/images/cf_inactive.png
Added : /wedgedesk/images/cf_ui_checkbox.png
Added : /wedgedesk/images/cf_ui_float.png
Added : /wedgedesk/images/cf_ui_int.png
Added : /wedgedesk/images/cf_ui_largetext.png
Added : /wedgedesk/images/cf_ui_multi.png
Added : /wedgedesk/images/cf_ui_radio.png
Added : /wedgedesk/images/cf_ui_select.png
Added : /wedgedesk/images/cf_ui_text.png
Added : /wedgedesk/images/credits.png
Added : /wedgedesk/images/custom_fields.png
Added : /wedgedesk/images/delete.png
Added : /wedgedesk/images/departments.png
Added : /wedgedesk/images/description.png
Added : /wedgedesk/images/details.png
Added : /wedgedesk/images/edit.png
Added : /wedgedesk/images/email.png
Added : /wedgedesk/images/fieldtype.png
Added : /wedgedesk/images/find_repair.png
Added : /wedgedesk/images/go_to_helpdesk.png
Added : /wedgedesk/images/helpdesk_off.png
Added : /wedgedesk/images/helpdesk_on.png
Added : /wedgedesk/images/id.png
Added : /wedgedesk/images/ip.png
Added : /wedgedesk/images/live.png
Added : /wedgedesk/images/log.png
Added : /wedgedesk/images/log_assign.png
Added : /wedgedesk/images/log_autoclose.png
Added : /wedgedesk/images/log_cfchange.png
Added : /wedgedesk/images/log_delete.png
Added : /wedgedesk/images/log_delete_reply.png
Added : /wedgedesk/images/log_editreply.png
Added : /wedgedesk/images/log_editticket.png
Added : /wedgedesk/images/log_ignore.png
Added : /wedgedesk/images/log_marknotprivate.png
Added : /wedgedesk/images/log_markprivate.png
Added : /wedgedesk/images/log_monitor.png
Added : /wedgedesk/images/log_move_dept.png
Added : /wedgedesk/images/log_newreply.png
Added : /wedgedesk/images/log_newticket.png
Added : /wedgedesk/images/log_newticketproxy.png
Added : /wedgedesk/images/log_notify.png
Added : /wedgedesk/images/log_permadelete.png
Added : /wedgedesk/images/log_permadelete_reply.png
Added : /wedgedesk/images/log_rel_child.png
Added : /wedgedesk/images/log_rel_delete.png
Added : /wedgedesk/images/log_rel_duplicated.png
Added : /wedgedesk/images/log_rel_linked.png
Added : /wedgedesk/images/log_rel_parent.png
Added : /wedgedesk/images/log_rel_re_child.png
Added : /wedgedesk/images/log_rel_re_duplicated.png
Added : /wedgedesk/images/log_rel_re_linked.png
Added : /wedgedesk/images/log_rel_re_parent.png
Added : /wedgedesk/images/log_resolve.png
Added : /wedgedesk/images/log_restore.png
Added : /wedgedesk/images/log_restore_reply.png
Added : /wedgedesk/images/log_tickettotopic.png
Added : /wedgedesk/images/log_topictoticket.png
Added : /wedgedesk/images/log_unassign.png
Added : /wedgedesk/images/log_unignore.png
Added : /wedgedesk/images/log_unmonitor.png
Added : /wedgedesk/images/log_unresolve.png
Added : /wedgedesk/images/log_urgency_decrease.png
Added : /wedgedesk/images/log_urgency_increase.png
Added : /wedgedesk/images/maintenance.png
Added : /wedgedesk/images/modification.png
Added : /wedgedesk/images/move_down.png
Added : /wedgedesk/images/move_up.png
Added : /wedgedesk/images/movedept.png
Added : /wedgedesk/images/name.png
Added : /wedgedesk/images/new_relationship.png
Added : /wedgedesk/images/perm_any.png
Added : /wedgedesk/images/perm_deny.png
Added : /wedgedesk/images/perm_no.png
Added : /wedgedesk/images/perm_own.png
Added : /wedgedesk/images/perm_yes.png
Added : /wedgedesk/images/permissions.png
Added : /wedgedesk/images/plugins.png
Added : /wedgedesk/images/position.png
Added : /wedgedesk/images/preferences.png
Added : /wedgedesk/images/preview.png
Added : /wedgedesk/images/private.png
Added : /wedgedesk/images/profile.png
Added : /wedgedesk/images/proxy.png
Added : /wedgedesk/images/public.png
Added : /wedgedesk/images/quote.png
Added : /wedgedesk/images/read.png
Added : /wedgedesk/images/recycle.png
Added : /wedgedesk/images/rel_child.png
Added : /wedgedesk/images/rel_duplicated.png
Added : /wedgedesk/images/rel_linked.png
Added : /wedgedesk/images/rel_parent.png
Added : /wedgedesk/images/relationships.png
Added : /wedgedesk/images/replies.png
Added : /wedgedesk/images/resolved.png
Added : /wedgedesk/images/respond.png
Added : /wedgedesk/images/restore.png
Added : /wedgedesk/images/roles.png
Added : /wedgedesk/images/search.png
Added : /wedgedesk/images/silent_update.png
Added : /wedgedesk/images/smiley.png
Added : /wedgedesk/images/staff.png
Added : /wedgedesk/images/standalone.png
Added : /wedgedesk/images/status.png
Added : /wedgedesk/images/support.png
Added : /wedgedesk/images/ticket.png
Added : /wedgedesk/images/ticket_private.png
Added : /wedgedesk/images/tickettotopic.png
Added : /wedgedesk/images/time.png
Added : /wedgedesk/images/topictoticket.png
Added : /wedgedesk/images/unread.png
Added : /wedgedesk/images/unresolved.png
Added : /wedgedesk/images/update.png
Added : /wedgedesk/images/urgency.png
Added : /wedgedesk/images/user.png
Added : /wedgedesk/images/versions.png
Added : /wedgedesk/images/warning.png
Added : /wedgedesk/install-xml
Added : /wedgedesk/install-xml/install-attachments.xml
Added : /wedgedesk/js
Added : /wedgedesk/js/helpdesk.js
Added : /wedgedesk/js/helpdesk_admin.js
Added : /wedgedesk/lang
Added : /wedgedesk/lang/WedgeDesk.english.php
Added : /wedgedesk/lang/WedgeDeskAdmin.english.php
Added : /wedgedesk/lang/WedgeDeskLogAction.english.php
Added : /wedgedesk/lang/WedgeDeskNotifications.english.php
Added : /wedgedesk/lang/WedgeDeskPermissions.english.php
Added : /wedgedesk/lang/WedgeDeskProfile.english.php
Added : /wedgedesk/lang/WedgeDeskWho.english.php
Added : /wedgedesk/plugin-info.xml
Added : /wedgedesk/readme
Added : /wedgedesk/readme/readme.english.txt
Added : /wedgedesk/src
Added : /wedgedesk/src/Subs-WedgeDesk.php
Added : /wedgedesk/src/Subs-WedgeDeskAdmin.php
Added : /wedgedesk/src/Subs-WedgeDeskBoardIndex.php
Added : /wedgedesk/src/Subs-WedgeDeskLog.php
Added : /wedgedesk/src/Subs-WedgeDeskPermissions.php
Added : /wedgedesk/src/Subs-WedgeDeskPost.php
Added : /wedgedesk/src/Subs-WedgeDeskProfile.php
Added : /wedgedesk/src/Subs-WedgeDeskSearch.php
Added : /wedgedesk/src/WedgeDesk-Admin.php
Added : /wedgedesk/src/WedgeDesk-AdminCannedReplies.php
Added : /wedgedesk/src/WedgeDesk-AdminCustomField.php
Added : /wedgedesk/src/WedgeDesk-AdminDepartments.php
Added : /wedgedesk/src/WedgeDesk-AdminMaint.php
Added : /wedgedesk/src/WedgeDesk-AdminPermissions.php
Added : /wedgedesk/src/WedgeDesk-AjaxHandler.php
Added : /wedgedesk/src/WedgeDesk-Assign.php
Added : /wedgedesk/src/WedgeDesk-Delete.php
Added : /wedgedesk/src/WedgeDesk-DeptList.php
Added : /wedgedesk/src/WedgeDesk-Display.php
Added : /wedgedesk/src/WedgeDesk-MiscActions.php
Added : /wedgedesk/src/WedgeDesk-MoveDept.php
Added : /wedgedesk/src/WedgeDesk-Notifications.php
Added : /wedgedesk/src/WedgeDesk-Post.php
Added : /wedgedesk/src/WedgeDesk-Profile.php
Added : /wedgedesk/src/WedgeDesk-SSI.php
Added : /wedgedesk/src/WedgeDesk-Scheduled.php
Added : /wedgedesk/src/WedgeDesk-Search.php
Added : /wedgedesk/src/WedgeDesk-TicketGrids.php
Added : /wedgedesk/src/WedgeDesk-TicketTopicMove.php
Added : /wedgedesk/src/WedgeDesk-TicketTracker.php
Added : /wedgedesk/src/WedgeDesk-TrackIP.php
Added : /wedgedesk/src/WedgeDesk-Unread.php
Added : /wedgedesk/src/WedgeDesk.php
Added : /wedgedesk/src/index.php
Added : /wedgedesk/tpl
Added : /wedgedesk/tpl/WedgeDesk-Admin.template.php
Added : /wedgedesk/tpl/WedgeDesk-AdminCannedReplies.template.php
Added : /wedgedesk/tpl/WedgeDesk-AdminCustomField.template.php
Added : /wedgedesk/tpl/WedgeDesk-AdminDepartments.template.php
Added : /wedgedesk/tpl/WedgeDesk-AdminMaint.template.php
Added : /wedgedesk/tpl/WedgeDesk-AdminPermissions.template.php
Added : /wedgedesk/tpl/WedgeDesk-Assign.template.php
Added : /wedgedesk/tpl/WedgeDesk-Display.template.php
Added : /wedgedesk/tpl/WedgeDesk-MoveDept.template.php
Added : /wedgedesk/tpl/WedgeDesk-Post.template.php
Added : /wedgedesk/tpl/WedgeDesk-Profile.template.php
Added : /wedgedesk/tpl/WedgeDesk-Search.template.php
Added : /wedgedesk/tpl/WedgeDesk-TicketTopicMove.template.php
Added : /wedgedesk/tpl/WedgeDesk-Unread.template.php
Added : /wedgedesk/tpl/WedgeDesk.template.php
Added : /wedgedesk/tpl/index.php
Titre: Re: Plugin revs
Posté par: Nao le 11 Février 2013 à 18:50
rev 74 -- because it was on my to-do-list.
(2 files, 4kb)

* Renamed Theme Selector plugin to Skin Selector. This was a long time coming... I also renamed the author to Wedgeward. Again, this is something that can easily be reversed... (skin_selector)

* Rewrote skin selector to use the new skin retrieval code in Wedge (coming in the next commit.) (SkinSelector.php)

* Themes will now be shown through an optgroup, rather than a regular entry. The default skin gets a nice little 'Default' indicator. Same for the default mobile skin, but technically these are to be documented as Wedge rewrites. Also, if there's only one theme installed, the theme name is completely hidden. Well, it had better be, because the new code is totally, absolutely and shamelessly untested with multiple themes... (SkinSelector.php)
Titre: Re: Plugin revs
Posté par: Nao le 27 Février 2013 à 23:09
rev 75
(19 files, 2kb)

- Removed ending ?> from plenty of files. (edit_history, mass_attach, skin_selector, users_online_today)

* Updated is_ajax variable to AJAX constant. (EditHistory.template.php)

* Updated mini-menu injection. (History-Topic.php)

* Updated strings to literal. (SkinSelector.php)

* Updated we:cat to we:title (harmonized with other info center items.) (OnlineToday.php)
Titre: Re: Plugin revs
Posté par: Nao le 11 Mars 2013 à 17:04
rev 76
(1 file, 1kb)

! Commenazi (wrong ID). (mass_attach/attachui.js)

! Integrated Dragooon's fix for non-file drops. (mass_attach/attachui.js)
Titre: Re: Plugin revs
Posté par: live627 le 15 Mars 2013 à 06:57
rev 77
(2 files, 1KB)

! Missing global (CalendarDisplay.php)
! <URL> conversion (CalendarDisplay.php
! Need to load the template file (CalendarDisplay.php))
! Call the right function name  (CalendarPost.php)

@this helps me get a better feel of where tee calendar currently at -- even though it is scheduled for a logic redo.
Titre: Re: Plugin revs
Posté par: Arantor le 28 Mars 2013 à 16:15
(2 files, 1KB)

Revision: 78
Author: arantor
Date: 28 March 2013 15:14:56
Message:
! [Calendar] Update permissions setup.
! [Topic Solved] Update permissions setup.
----
Modified : /calendar/plugin-info.xml
Modified : /topic_solved/plugin-info.xml
Titre: Re: Plugin revs
Posté par: Nao le 28 Mars 2013 à 17:36
Oh yes, while I'm at it...

rev 79
(19 files, 12kb)

* Spacinazi and other minor Naoisms. (calendar/Calendar.php, calendar/CalendarPost.php, calendar/css/dateinput.css, calendar/ManageCalendar.php, recaptcha/recaptchalib.php, wedgedesk/css/helpdesk.css, wedgedesk/install-xml/install-attachments.xml, wedgedesk/lang/WedgeDesk.english.php, wedgedesk/src/WedgeDesk-Admin.php, wedgedesk/src/WedgeDesk-AdminMaint.php, wedgedesk/src/WedgeDesk-AdminPermissions.php, wedgedesk/src/WedgeDesk-AjaxHandler.php, wedgedesk/src/WedgeDesk-Post.php, wedgedesk/src/WedgeDesk-Profile.php, wedgedesk/src/WedgeDesk-SSI.php, wedgedesk/src/WedgeDesk-TicketTopicMove.php, wedgedesk/tpl/WedgeDesk-AdminPermissions.template.php, wedgedesk/tpl/WedgeDesk-Profile.template.php, wedgedesk/tpl/WedgeDesk.template.php)
Titre: Re: Plugin revs
Posté par: Nao le 28 Mars 2013 à 17:37
And this one, with more important changes. Or not ;)

rev 80
(11 files, 6kb)

* document.location should be window.location, which in turn should be just 'location'... Also, location.href should just be location in most cases. (readability/Readability-Main.php, skin_selector/SkinSelector.php, wedgedesk/js/helpdesk.js)

* new Date should be $.now(), compresses better overall. (calendar/js/dateinput.js, mass_attach/attachui.js)

* No need for CDATA in HTML5 templates. (recaptcha/reCaptcha-Main.php)

* Britishism. I'm leaving the ones in WedgeDesk, as it's got 'Pete' written all over it. (recaptcha/reCaptcha-Admin.english.php, topic_solved/lang/TopicSolved-Admin.english.php)

! reqWin(this.href) is a SMF call. Also replaced some occurrences of helptopics.gif with the help class. Not tested. (wedgedesk/src/Subs-WedgeDeskLog.php, wedgedesk/tpl/WedgeDesk-Admin.template.php, wedgedesk/tpl/WedgeDesk-AdminMaint.template.php)
Titre: Re: Plugin revs
Posté par: Arantor le 28 Mars 2013 à 23:59
(16 added, 58KB)

Revision: 81
Author: arantor
Date: 28 March 2013 22:58:03
Message:
! [Pie Polls] Initial checkin.
----
Added : /pie_polls
Added : /pie_polls/PiePolls.php
Added : /pie_polls/img
Added : /pie_polls/img/piepoll.png
Added : /pie_polls/img/piepoll_big.png
Added : /pie_polls/js
Added : /pie_polls/js/Chart.min.js
Added : /pie_polls/js/excanvas.compiled.js
Added : /pie_polls/lang
Added : /pie_polls/lang/PiePolls.english-uk.php
Added : /pie_polls/lang/PiePolls.english.php
Added : /pie_polls/piepolls.css
Added : /pie_polls/plugin-info.xml
Added : /pie_polls/readme
Added : /pie_polls/readme/readme.english-uk.txt
Added : /pie_polls/readme/readme.english.txt


Also
Citation
* Britishism. I'm leaving the ones in WedgeDesk, as it's got 'Pete' written all over it.
We actually made the executive decision that SimpleDesk would be British-English all over internally ;)
Titre: Re: Plugin revs
Posté par: Nao le 29 Mars 2013 à 22:14
rev 82
(2 files, 2kb)

! [pie_polls] Fixed styling and indenting. It's all in a day's job for Code-Repair Man. (piepolls.css, PiePolls.php)
Titre: Re: Plugin revs
Posté par: Nao le 30 Mars 2013 à 15:18
rev 83
(1 file +2-2, 4kb)

* [topic_solved] Replaced moderation buttons with lighter GIF versions of the right size (i.e. 12x12). Also changed their filenames to more descriptive ones... Hopefully? Finally, fixed CSS to match the latest Wedge revision. (TopicSolved-Display.php, cross-button.png, tick-button.png, solved.gif, unsolved.gif)
Titre: Re: Plugin revs
Posté par: Nao le 6 Mai 2013 à 22:02
rev 84
(3 files, 1kb)

* Changed !we::$is_guest to we::$is_member. (topic_buttons/TopicButtons.php, users_online_today/OnlineToday.php)

* This one's only there to attract Pete's attention. Updated WedgeDesk's post code to use number_context in a warning, but I think I wrote that because we did another rewrite, so what I'm really saying is, "please finish the update when you have some time :)"... What, can't I be lazy from time to time..?! (wedgedesk/src/WedgeDesk-Post.php)
Titre: Re: Plugin revs
Posté par: Nao le 25 Mai 2013 à 14:21
rev 85
(32 files, 15kb)

* Updated to new parse_bbc format. (edit_history/EditHistory.php, max_smileys/MaxSmileys.php, word_limits/WordLimits.php, wedgedesk/src/Subs-WedgeDesk.php, Subs-WedgeDeskPost.php, WedgeDesk-AdminCustomField.php, WedgeDesk-Display.php, WedgeDesk-Post.php, WedgeDesk-TicketGrids.php)

* Updated auto-suggests. (wedgedesk/tpl/WedgeDesk-AdminMaint.template.php, WedgeDesk-Post.template.php, WedgeDesk-Search.template.php)

- Unused $db_prefix. (calendar/CalendarSSI.php)

- Removed simple permissions from a few plugins. I did it semi-automatically by searching for _simple_, so it's likely there are some remnants in the files..? (Language files)

* French translation. (Topic Solved language files)

* French grammar. (calendar/lang/Calendar.french.php, calendar/lang/ManageCalendar.french.php, skin_selector/SkinSelector.french.php, users_online_today/OnlineToday-Admin.french.php)

* Vade retro, Array.prototype... ;) (wedgedesk/js/helpdesk.js)

* Vade retro, ending tags... Only updated a few language files, from Topic Solved and WedgeDesk.
Titre: Re: Plugin revs
Posté par: Nao le 25 Mai 2013 à 14:36
rev 86
(3 files, 3kb)

+ Adding old_urls plugin to the repo. I thought it was already done..?! (old_urls/*)
Titre: Re: Plugin revs
Posté par: Nao le 2 Juin 2013 à 19:44
rev 87
(7 files, 31kb)

+ Added Dragooon's Mentions plugin, along with my modifications (popup fixes, better positioning, allowing self-mentions e.g. as reminders, etc.) (mentions/*)

@ This was mostly done, so that Dragooon (and anyone interested) can look into my changes, to satisfy his curiosity. I'm afraid I can't allow my code changes to be redistributed as BSD, though, because, well... We haven't settled on our license anyway, but it won't be BSD.
Titre: Re: Plugin revs
Posté par: live627 le 20 Juin 2013 à 05:50
rev 88
(1 file, 1 KB)

! [Contact] Fix menu button positioning and icon
Titre: Re: Plugin revs
Posté par: Nao le 3 Août 2013 à 11:35
rev 89
(7 files, 35kb)

* Committing my month-old rewrite of Mentions... Hmm, why do I keep forgetting about that. (mentions/plugin-info.xml, plugin.language.php, plugin.php)

! CRLF lines. (wedgedesk/css/helpdesk_admin.css, WedgeDeskProfile.english.php, WedgeDesk-Profile.template.php)
Titre: Re: Plugin revs
Posté par: live627 le 25 Septembre 2013 à 01:59
rev 90
0 files +4, 8 KB)

+ [AJAX Quick Reply] Initial checkin

@Known bugs: User menu does not expand width (actually the entire animation is not done on the umme at all) and action menu is misaligned. Post errors aren't carried over as I've been using window.location to redirect upon error. Nao, could you please take a look and let me know what's wrong?
Titre: Re: Plugin revs
Posté par: Nao le 27 Septembre 2013 à 17:44
rev 91 -- hey John! I really need to install your plugin here, and then test it... :) Can you open a new topic, maybe..? Or use an existing one.
18 files, 8kb

* first_th removal. (Calendar.template.php, EditHistory.template.php, WedgeDesk.template.php)

* postbg removal. (WedgeDesk-Display.template.php)

* wedge.org update. (WedgeDotOrg.php)

* Minor maintenance. (15 files)
Titre: Re: Plugin revs
Posté par: Nao le 24 Octobre 2013 à 21:41
rev 92 [master 9bcee1c]
 5 files changed, 57 insertions(+), 8 deletions(-)

+ Added Language cache flushing plugin. (lang_cache_flush/*)

* Typical typos from some bloke I used to know: 'cannon' instead of 'cannot'. (wedgedesk/src/WedgeDesk-Post.php)

* Quotenazi. (ajax_qr/ajaxqr.js)
Titre: Re: Plugin revs
Posté par: Nao le 15 Décembre 2013 à 23:55
rev 93
 69 files changed, 403 insertions(+), 487 deletions(-), 53.10 KiB

* Many, many fixes that should allow plugins to work with the new Wedge codebase.

* Renamed a json_encode to we_json_encode.

* Renamed we::$id to MID.

- Removed dozens of unneeded globals.

+ Added many globals that were not brought into scope in WedgeDesk.

! Fixed a couple of outdated hook names.
Titre: Re: Plugin revs
Posté par: Nao le 31 Décembre 2013 à 12:25
rev 94 -- probably the last commit rev number, too.
[byebye-themes 8086c79][1]
 8 files changed, 104 insertions(+), 104 deletions(-)
 rewrite skin_selector/SkinSelector.php (62%)

* Skin selector now uses cached skin data. (SkinSelector.php)

! Skin selector was (still) breaking the Manage Boards page. I'm not sure why Pete had originally decided to call the select tag 'boardtheme' instead of 'themeselector', but I played along with that, and shouldn't have. (SkinSelector.php)

* create_function() to lambda functions. (ManageCalendar.php, Subs-Calendar.php, MaxSmileys.php, PostsPerDay.php, WordLimits.php)

* Theme code removal. (SkinSelector.php, WedgeDesk-Profile.php)

* theme_dir removal. (WedgeDesk.template.php)
 1. Not sure why this commit created a new branch on its own. To be clear, my Plugins repo is exactly inside the Wedge repo, so that I can do my search & replace processes on it at the same time. Does this mean that msysgit's branch switcher on the Wedge repo also 'forced' a new branch on its child repos..? If yes, it's not good news for me, because it means having to check whether or not my stuff is committed to the right branch...
Titre: Re: Plugin revs
Posté par: Nao le 2 Janvier 2014 à 13:26
[master ce04274]
 10 files changed, 14 insertions(+), 17 deletions(-), 7.89 KiB (<--- What?!)

* Skin selector updated to remove an unused string and add a new string to replace a risky dependency. (skin_selector/*)

* Fascinating $helptxt update. (Birthday-Admin.english.php, Calendar.language.php, ManageCalendar.language.php)

- Unneeded global. (WedgeDesk.template.php)
Titre: Re: Plugin revs
Posté par: Nao le 10 Janvier 2014 à 14:31
[master b98600a]
 5 files changed, 5 insertions(+), 5 deletions(-), 7.23 KiB (there's something wrong with this repo, I say.)

* Updates for the new file structure, etc... (mentions/plugin.js, SkinSelector.php, WedgeDesk stuff.)
Titre: Re: Plugin revs
Posté par: Nao le 16 Janvier 2014 à 22:35
[master 08d1f95]
 26 files changed, 76 insertions(+), 76 deletions(-)

* Renamed Wedgeward to Wedge (or Wedge Team), because Wedgeward as an entity no longer really exists. (birthday, calendar, mass_attach, wedgedotorg)
Titre: Re: Plugin revs
Posté par: Nao le 17 Janvier 2014 à 01:16
[master e5d4039]
 3 files changed, 28 insertions(+), 25 deletions(-)

! Proper new location for rev.txt. (wedgedotorg/WedgeDotOrg.php)

! Fixed table width. Also, missing language string. (calendar/Calendar.template.php)

! Fixed calendar crashes. Requires latest Wedge revision. (calendar/Subs-Calendar.php)
Titre: Re: Plugin revs
Posté par: Nao le 17 Janvier 2014 à 15:33
Replaced a few arrow entities with UTF8 equivalents. (calendar/Calendar.template.php, wedgedesk/*)
Titre: Re: Plugin revs
Posté par: Nao le 23 Janvier 2014 à 16:24
[Commit revision 45b22d9]
Author: Nao(https://github.com/Nao) (Signed-off)
Date: Thu, 23 Jan 2014 15:45:31 +0100
Stats: 2 files changed; +141 (insertions), -0 (deletion)


Titre: Re: Plugin revs
Posté par: Nao le 29 Janvier 2014 à 14:24
[Commit revision 04f4daa]
(https://gravatar.com/avatar/f430af96c0a59dfb2211a0062a137729?d=https%3A%2F%2Fidenticons.github.com%2F74ba307b3ca3779076f651c6a3deaabb.png&r=x)Author: Pandos(https://github.com/Pandos) (Signed-off)
Date: Tue, 28 Jan 2014 20:30:36 +0100
Stats: 9 files changed; +200 (insertions), -0 (deletion)


[Commit revision e29ff5b]
(https://gravatar.com/avatar/f430af96c0a59dfb2211a0062a137729?d=https%3A%2F%2Fidenticons.github.com%2F74ba307b3ca3779076f651c6a3deaabb.png&r=x)Author: Pandos(https://github.com/Pandos) (Signed-off)
Date: Tue, 28 Jan 2014 21:26:49 +0100
Stats: 1 files changed; +1 (insertion), -3 (deletions)


[Commit revision 94e389f]
(https://gravatar.com/avatar/f430af96c0a59dfb2211a0062a137729?d=https%3A%2F%2Fidenticons.github.com%2F74ba307b3ca3779076f651c6a3deaabb.png&r=x)Author: Pandos(https://github.com/Pandos) (Signed-off)
Date: Wed, 29 Jan 2014 12:40:34 +0100
Stats: 1 files changed; +7 (insertions), -0 (deletion)


[Commit revision 80f4b21]
(https://gravatar.com/avatar/0879c588019800e5349fe171d69e1c28?d=https%3A%2F%2Fidenticons.github.com%2Fa77898357042a3151178ee5ac33742a6.png&r=x)Author: Nao(https://github.com/Nao)
Date: Wed, 29 Jan 2014 13:20:26 +0100
Stats: 10 files changed; +205 (insertions), -0 (deletion)

Titre: Re: Plugin revs
Posté par: Nao le 30 Janvier 2014 à 23:24
[Commit revision 44dc7f4]
(https://gravatar.com/avatar/0879c588019800e5349fe171d69e1c28?d=https%3A%2F%2Fidenticons.github.com%2Fa77898357042a3151178ee5ac33742a6.png&r=x)Author: Nao(https://github.com/Nao) (Signed-off)
Date: Thu, 30 Jan 2014 23:21:42 +0100
Stats: 2 files changed(https://github.com/Wedge/plugins/commit/44dc7f44ad79512532cd9c0a10c1bd52f141ec2a); +20 (insertions), -4 (deletions)


[Commit revision d47f2db]
(https://gravatar.com/avatar/0879c588019800e5349fe171d69e1c28?d=https%3A%2F%2Fidenticons.github.com%2Fa77898357042a3151178ee5ac33742a6.png&r=x)Author: Nao(https://github.com/Nao)
Date: Thu, 30 Jan 2014 23:23:23 +0100
Stats: 10 files changed(https://github.com/Wedge/plugins/commit/d47f2db6b89c77d5704bc38820d0198bcaa8a33c); +205 (insertions), -0 (deletion)

Titre: Re: Plugin revs
Posté par: Nao le 31 Janvier 2014 à 22:26
[Commit revision baab37a]
(https://gravatar.com/avatar/0879c588019800e5349fe171d69e1c28?d=https%3A%2F%2Fidenticons.github.com%2Fa77898357042a3151178ee5ac33742a6.png&r=x)Author: Nao(https://github.com/Nao) (Signed-off)
Date: Fri, 31 Jan 2014 22:26:11 +0100
Stats: 2 files changed(https://github.com/Wedge/plugins/commit/baab37ace8bbe6d5673891ecfa8e953528134a67); +29 (insertions), -0 (deletion)

Titre: Re: Plugin revs
Posté par: Nao le 1er Février 2014 à 17:31
[Commit revision 4a2b5a6]
(https://gravatar.com/avatar/0879c588019800e5349fe171d69e1c28?d=https%3A%2F%2Fidenticons.github.com%2Fa77898357042a3151178ee5ac33742a6.png&r=x)Author: Nao(https://github.com/Nao) (Signed-off)
Date: Sat, 01 Feb 2014 17:30:22 +0100
Stats: 7 files changed(https://github.com/Wedge/plugins/commit/4a2b5a67aa8f0ee94d79c1348a06d105ac74ee2b); +44 (insertions), -11 (deletions)

Titre: Re: Plugin revs
Posté par: Nao le 2 Février 2014 à 19:52
[Commit revision 2d25292]
(https://gravatar.com/avatar/0879c588019800e5349fe171d69e1c28?d=https%3A%2F%2Fidenticons.github.com%2Fa77898357042a3151178ee5ac33742a6.png&r=x)Author: Nao(https://github.com/Nao) (Signed-off)
Date: Sun, 02 Feb 2014 19:50:35 +0100
Stats: 3 files changed(https://github.com/Wedge/plugins/commit/2d252928a559e934e6abfaaaaae0308e51f08ef0); +10 (insertions), -10 (deletions)

Titre: Re: Plugin revs
Posté par: Nao le 4 Février 2014 à 11:09
[Commit revision 4da8074]
(https://gravatar.com/avatar/0879c588019800e5349fe171d69e1c28?d=https%3A%2F%2Fidenticons.github.com%2Fa77898357042a3151178ee5ac33742a6.png&r=x)Author: Nao(https://github.com/Nao) (Signed-off)
Date: Tue, 04 Feb 2014 11:08:25 +0100
Stats: 2 files changed(https://github.com/Wedge/plugins/commit/4da807415f1475cdda38acc2ca2bfdf25dc80020); +17 (insertions), -53 (deletions)

Titre: Re: Plugin revs
Posté par: Pandos le 4 Février 2014 à 11:41
Thank you :)
But... does it work for you?
Titre: Re: Plugin revs
Posté par: Nao le 4 Février 2014 à 11:51
Did my tests on that topic...
http://wedge.org/pub/bugs/8407/like-and-reposts/
Will disable the plugin once you're happy with the changes. As I have no-Interest-in-Pinterest, and I doubt anyone would want to pin a picture posted here...

Also, Pinterest recommends a minimum width of 750px, but I set it to 300px because, well, because. I think it's still an okay width... Especially if the picture is a portrait. Feel free to change it.

(And to everyone else: YES, you can comment on plugin revs if you want... No problem. The only locked topic is New Revs, and even that one may get re-opened one day, as it can be a hassle to find the New Revs Comment topic. Unless I add some kind of 'reply to new topic' thing...)
Titre: Re: Plugin revs
Posté par: Pandos le 4 Février 2014 à 12:02
OK, it's really working here :)
Dunno why it's not working on my local copy...


Just before you have posted your fix I was about to implement the HTML5 code from Pinterest-Plus :)
https://github.com/skibblenybbles/PinterestPlus


If you want you can disable the plugin. Will take a look into it.
Titre: Re: Plugin revs
Posté par: Pandos le 4 Février 2014 à 12:11
..and it doesn't work on AeMe....
Titre: Re: Plugin revs
Posté par: Nao le 4 Février 2014 à 12:16
In gallery pages? No reason for it to work, since you added this to a topic hook... Add it to any page, and it'll work, I suppose. ;)

Re: other plugin, have you seen the size of his source code..? :^^;: Mine is about ten lines... Lol.
Titre: Re: Plugin revs
Posté par: Pandos le 4 Février 2014 à 12:24
Citation de Nao le 4 Février 2014 à 12:16
In gallery pages? No reason for it to work, since you added this to a topic hook... Add it to any page, and it'll work, I suppose. ;)
I think gallery is most important to Pinterest thingy :)
Citation
Re: other plugin, have you seen the size of his source code..? :^^;: Mine is about ten lines... Lol.
Yeah. It's huge :)
Your a genius @work ;)

OK, on my ToDo list there is something like a setting in admin area, where you can change the needed size of images and change the button layout.
Titre: Re: Plugin revs
Posté par: Nao le 4 Février 2014 à 14:34
Sure.

BTW, I'd recommend against having the on/off setting. If you want to disable We-Pinterest, you should disable the plugin entirely, rather than set this setting. It'll save some processing time here and there -- it's not free.

Okay, I tried changing the main hook to point to 'load_theme' instead of display pages, and it still doesn't work on AeMe pages. It looks like the function is not called at all (including here). Well, I'm not sure why... Anyone?
Titre: Re: Plugin revs
Posté par: Nao le 4 Février 2014 à 15:23
[Commit revision 46791bb]
(https://gravatar.com/avatar/0879c588019800e5349fe171d69e1c28?d=https%3A%2F%2Fidenticons.github.com%2Fa77898357042a3151178ee5ac33742a6.png&r=x)Author: Nao(https://github.com/Nao) (Signed-off)
Date: Tue, 04 Feb 2014 15:23:05 +0100
Stats: 2 files changed(https://github.com/Wedge/plugins/commit/46791bbd3e39f895897a3905457fe9c7fbae5bde); +2 (insertions), -0 (deletion)

Titre: Re: Plugin revs
Posté par: Nao le 4 Février 2014 à 23:38
[Commit revision ad3449b]
(https://gravatar.com/avatar/0879c588019800e5349fe171d69e1c28?d=https%3A%2F%2Fidenticons.github.com%2Fa77898357042a3151178ee5ac33742a6.png&r=x)Author: Nao(https://github.com/Nao) (Signed-off)
Date: Tue, 04 Feb 2014 23:35:49 +0100
Stats: 3 files changed(https://github.com/Wedge/plugins/commit/ad3449b3f57652b1869a9a59cb88daf8db15bfe3); +27 (insertions), -32 (deletions)

Titre: Re: Plugin revs
Posté par: Nao le 5 Février 2014 à 13:47
[Commit revision 6e21be0]
(https://gravatar.com/avatar/f430af96c0a59dfb2211a0062a137729?d=https%3A%2F%2Fidenticons.github.com%2F74ba307b3ca3779076f651c6a3deaabb.png&r=x)Author: Pandos(https://github.com/Pandos) (Signed-off)
Date: Tue, 04 Feb 2014 18:21:54 +0100
Stats: 1 file changed(https://github.com/Wedge/plugins/commit/6e21be063a61e035db5b117b9adeb8921963283c); +27 (insertions), -0 (deletion)


[Commit revision 5203f98]
(https://gravatar.com/avatar/f430af96c0a59dfb2211a0062a137729?d=https%3A%2F%2Fidenticons.github.com%2F74ba307b3ca3779076f651c6a3deaabb.png&r=x)Author: Pandos(https://github.com/Pandos) (Signed-off)
Date: Tue, 04 Feb 2014 18:26:11 +0100
Stats: 3 files changed(https://github.com/Wedge/plugins/commit/5203f98f4e946b070f19635309664c773bb6d8a0); +180 (insertions), -0 (deletion)


[Commit revision 388ee6c]
(https://gravatar.com/avatar/f430af96c0a59dfb2211a0062a137729?d=https%3A%2F%2Fidenticons.github.com%2F74ba307b3ca3779076f651c6a3deaabb.png&r=x)Author: Pandos(https://github.com/Pandos) (Signed-off)
Date: Tue, 04 Feb 2014 18:42:14 +0100
Stats: 1 file changed(https://github.com/Wedge/plugins/commit/388ee6c9d4aae170b2c3e556a16984a2c0f7e979); +27 (insertions), -0 (deletion)


[Commit revision 8ec350c]
(https://gravatar.com/avatar/f430af96c0a59dfb2211a0062a137729?d=https%3A%2F%2Fidenticons.github.com%2F74ba307b3ca3779076f651c6a3deaabb.png&r=x)Author: Pandos(https://github.com/Pandos) (Signed-off)
Date: Tue, 04 Feb 2014 18:54:14 +0100
Stats: 1 file changed(https://github.com/Wedge/plugins/commit/8ec350c25b5b7c00f10221bf5e66f5096c6ff90f); +13 (insertions), -0 (deletion)


[Commit revision 77e6fa2]
(https://gravatar.com/avatar/f430af96c0a59dfb2211a0062a137729?d=https%3A%2F%2Fidenticons.github.com%2F74ba307b3ca3779076f651c6a3deaabb.png&r=x)Author: Pandos(https://github.com/Pandos) (Signed-off)
Date: Tue, 04 Feb 2014 19:11:12 +0100
Stats: 1 file changed(https://github.com/Wedge/plugins/commit/77e6fa2ce0f5b4ee0c0cc9be3f37e89488038d9c); +6 (insertions), -0 (deletion)


[Commit revision a804007]
(https://gravatar.com/avatar/f430af96c0a59dfb2211a0062a137729?d=https%3A%2F%2Fidenticons.github.com%2F74ba307b3ca3779076f651c6a3deaabb.png&r=x)Author: Pandos(https://github.com/Pandos) (Signed-off)
Date: Tue, 04 Feb 2014 19:20:44 +0100
Stats: 1 file changed(https://github.com/Wedge/plugins/commit/a804007b512d83d64d1c83ff8cdd8c93af4e898d); +22 (insertions), -0 (deletion)


[Commit revision a9d13a2]
(https://gravatar.com/avatar/f430af96c0a59dfb2211a0062a137729?d=https%3A%2F%2Fidenticons.github.com%2F74ba307b3ca3779076f651c6a3deaabb.png&r=x)Author: Pandos(https://github.com/Pandos) (Signed-off)
Date: Tue, 04 Feb 2014 19:45:25 +0100
Stats: 1 file changed(https://github.com/Wedge/plugins/commit/a9d13a25a2c2f3b9e188ecd58acd6ea1831422ab); +4 (insertions), -0 (deletion)


[Commit revision 414f0f9]
(https://gravatar.com/avatar/f430af96c0a59dfb2211a0062a137729?d=https%3A%2F%2Fidenticons.github.com%2F74ba307b3ca3779076f651c6a3deaabb.png&r=x)Author: Pandos(https://github.com/Pandos) (Signed-off)
Date: Tue, 04 Feb 2014 19:50:24 +0100
Stats: 2 files changed(https://github.com/Wedge/plugins/commit/414f0f9487bf37d1307b5aaf80212f640bb06f00); +30 (insertions), -0 (deletion)

Titre: Re: Plugin revs
Posté par: Nao le 5 Février 2014 à 18:32
[Commit revision 5a06763]
(https://gravatar.com/avatar/0879c588019800e5349fe171d69e1c28?d=https%3A%2F%2Fidenticons.github.com%2Fa77898357042a3151178ee5ac33742a6.png&r=x)Author: Nao(https://github.com/Nao) (Signed-off)
Date: Wed, 05 Feb 2014 14:33:38 +0100
Stats: 15 files changed(https://github.com/Wedge/plugins/commit/5a06763f5b337d27719d102391630ebb553268d6); +2269 (insertions), -0 (deletion)


[Commit revision b27838a]
(https://gravatar.com/avatar/0879c588019800e5349fe171d69e1c28?d=https%3A%2F%2Fidenticons.github.com%2Fa77898357042a3151178ee5ac33742a6.png&r=x)Author: Nao(https://github.com/Nao) (Signed-off)
Date: Wed, 05 Feb 2014 18:31:17 +0100
Stats: 7 files changed(https://github.com/Wedge/plugins/commit/b27838af457f61a59a9888519381978808af6d2d); +50 (insertions), -58 (deletions)

Titre: Re: Plugin revs
Posté par: Nao le 5 Février 2014 à 23:42
[Commit revision 2fd04c8]
(https://gravatar.com/avatar/0879c588019800e5349fe171d69e1c28?d=https%3A%2F%2Fidenticons.github.com%2Fa77898357042a3151178ee5ac33742a6.png&r=x)Author: Nao(https://github.com/Nao) (Signed-off)
Date: Wed, 05 Feb 2014 23:42:07 +0100
Stats: 1 file changed(https://github.com/Wedge/plugins/commit/2fd04c8cf708ee6f41e5070678c14092c16b6341); +1 (insertion), -1 (deletion)


:edit: This is the first commit posted by my new, simplified and much-improved GitHub plugin... 8-)
Titre: Re: Plugin revs
Posté par: Nao le 6 Février 2014 à 00:36
[Commit revision c9024c8]
(https://gravatar.com/avatar/0879c588019800e5349fe171d69e1c28?d=https%3A%2F%2Fidenticons.github.com%2Fa77898357042a3151178ee5ac33742a6.png&r=x)Author: Nao(https://github.com/Nao) (Signed-off)
Date: Thu, 06 Feb 2014 00:36:07 +0100
Stats: 6 files changed(https://github.com/Wedge/plugins/commit/c9024c80031f9e17d58a24ddd31f9e1b71aa8c38); +203 (insertions), -0 (deletion)

Titre: Re: Plugin revs
Posté par: Nao le 6 Février 2014 à 11:54
[Commit revision a38b973]
(https://gravatar.com/avatar/f430af96c0a59dfb2211a0062a137729?d=https%3A%2F%2Fidenticons.github.com%2F74ba307b3ca3779076f651c6a3deaabb.png&r=x)Author: Pandos(https://github.com/Pandos) (Signed-off)
Date: Tue, 04 Feb 2014 19:04:20 +0100
Stats: 11 files changed(https://github.com/Wedge/plugins/commit/a38b97324ccef9e2685381d56de96c6f387f3127); +133 (insertions), -0 (deletion)

Titre: Re: Plugin revs
Posté par: Nao le 6 Février 2014 à 12:01
[Commit revision 0688f4b]
(https://gravatar.com/avatar/f430af96c0a59dfb2211a0062a137729?d=https%3A%2F%2Fidenticons.github.com%2F74ba307b3ca3779076f651c6a3deaabb.png&r=x)Author: Pandos(https://github.com/Pandos) (Signed-off)
Date: Tue, 04 Feb 2014 19:48:39 +0100
Stats: 3 files changed(https://github.com/Wedge/plugins/commit/0688f4b63c990d89dd3cef063f28722f10915616); +31 (insertions), -0 (deletion)

Titre: Re: Plugin revs
Posté par: Nao le 6 Février 2014 à 12:07
[Commit revision 3369eba]
(https://gravatar.com/avatar/0879c588019800e5349fe171d69e1c28?d=https%3A%2F%2Fidenticons.github.com%2Fa77898357042a3151178ee5ac33742a6.png&r=x)Author: Nao(https://github.com/Nao) (Signed-off)
Date: Thu, 06 Feb 2014 12:07:31 +0100
Stats: 3 files changed(https://github.com/Wedge/plugins/commit/3369eba18bb0b9d649a3ddc917e1d9ea2483ef74); +4 (insertions), -4 (deletions)

Titre: Re: Plugin revs
Posté par: Nao le 9 Février 2014 à 18:40
[Commit revision e6c3ef9]
(https://gravatar.com/avatar/0879c588019800e5349fe171d69e1c28?d=https%3A%2F%2Fidenticons.github.com%2Fa77898357042a3151178ee5ac33742a6.png&r=x)Author: Nao(https://github.com/Nao) (Signed-off)
Date: Fri, 07 Feb 2014 19:33:17 +0100
Stats: 1 file changed(https://github.com/Wedge/plugins/commit/e6c3ef939c23ce5c320f144a4ee8dd5b21c63d3f); +1 (insertion), -3 (deletions)


[Commit revision a2c79f2]
(https://gravatar.com/avatar/f430af96c0a59dfb2211a0062a137729?d=https%3A%2F%2Fidenticons.github.com%2F74ba307b3ca3779076f651c6a3deaabb.png&r=x)Author: Pandos(https://github.com/Pandos) (Signed-off)
Date: Sun, 09 Feb 2014 17:05:29 +0100
Stats: 2 files changed(https://github.com/Wedge/plugins/commit/a2c79f2261173bad8db789ab0597bbed67a7b882); +3 (insertions), -3 (deletions)

Titre: Re: Plugin revs
Posté par: Nao le 9 Février 2014 à 22:07
[Commit revision 00e42ab]
(https://gravatar.com/avatar/0879c588019800e5349fe171d69e1c28?d=https%3A%2F%2Fidenticons.github.com%2Fa77898357042a3151178ee5ac33742a6.png&r=x)Author: Nao(https://github.com/Nao) (Signed-off)
Date: Sun, 09 Feb 2014 22:07:27 +0100
Stats: 11 files changed(https://github.com/Wedge/plugins/commit/00e42abac4411212cd600c18bf6d353fbd13c6ac); +44 (insertions), -51 (deletions)

Titre: Re: Plugin revs
Posté par: Nao le 10 Février 2014 à 09:09
[Commit revision 20139ff]
(https://gravatar.com/avatar/0879c588019800e5349fe171d69e1c28?d=https%3A%2F%2Fidenticons.github.com%2Fa77898357042a3151178ee5ac33742a6.png&r=x)Author: Nao(https://github.com/Nao) (Signed-off)
Date: Mon, 10 Feb 2014 00:18:56 +0100
Stats: 1 file changed(https://github.com/Wedge/plugins/commit/20139ffd08e577adb507a3b3d16256c131550c15); +1 (insertion), -1 (deletion)


Posté : 10 Février 2014 à 08:59

[Commit revision b3ef81c]
(https://gravatar.com/avatar/0879c588019800e5349fe171d69e1c28?d=https%3A%2F%2Fidenticons.github.com%2Fa77898357042a3151178ee5ac33742a6.png&r=x)Author: Nao(https://github.com/Nao)
Date: Mon, 10 Feb 2014 09:08:58 +0100
Stats: 1 file changed(https://github.com/Wedge/plugins/commit/b3ef81c9001040810537cbd0b10256cd6b79fc2f); +5 (insertions), -3 (deletions)

Titre: Re: Plugin revs
Posté par: Nao le 14 Février 2014 à 11:12
[Commit revision 11a2a2c]
(https://gravatar.com/avatar/0879c588019800e5349fe171d69e1c28?d=https%3A%2F%2Fidenticons.github.com%2Fa77898357042a3151178ee5ac33742a6.png&r=x)Author: Nao(https://github.com/Nao) (Signed-off)
Date: Fri, 14 Feb 2014 11:11:54 +0100
Stats: 4 files changed(https://github.com/Wedge/plugins/commit/11a2a2ccb0983addee2c461524c19758a8560916); +19 (insertions), -22 (deletions)

Titre: Re: Plugin revs
Posté par: Nao le 15 Février 2014 à 14:45
[Commit revision 1aa3656]
(https://gravatar.com/avatar/0879c588019800e5349fe171d69e1c28?d=https%3A%2F%2Fidenticons.github.com%2Fa77898357042a3151178ee5ac33742a6.png&r=x)Author: Nao(https://github.com/Nao) (Signed-off)
Date: Sat, 15 Feb 2014 14:44:10 +0100
Stats: 3 files changed(https://github.com/Wedge/plugins/commit/1aa3656f2909fd9f220ca1ebb61f01ec5bfaf86c); +8 (insertions), -11 (deletions)

Titre: Re: Plugin revs
Posté par: Nao le 16 Février 2014 à 23:28
[Commit revision ca1947f]
(https://gravatar.com/avatar/0879c588019800e5349fe171d69e1c28?d=https%3A%2F%2Fidenticons.github.com%2Fa77898357042a3151178ee5ac33742a6.png&r=x)Author: Nao(https://github.com/Nao) (Signed-off)
Date: Sun, 16 Feb 2014 22:45:39 +0100
Stats: 5 files changed(https://github.com/Wedge/plugins/commit/ca1947fe24c153dc7a604132806aa234df6edaaf); +5 (insertions), -5 (deletions)

Titre: Re: Plugin revs
Posté par: Nao le 18 Février 2014 à 10:35
[Commit revision 461aed9]
(https://gravatar.com/avatar/0879c588019800e5349fe171d69e1c28?d=https%3A%2F%2Fidenticons.github.com%2Fa77898357042a3151178ee5ac33742a6.png&r=x)Author: Nao(https://github.com/Nao) (Signed-off)
Date: Tue, 18 Feb 2014 10:35:13 +0100
Stats: 1 file changed(https://github.com/Wedge/plugins/commit/461aed9832be19eb5fb48780e9d1c4fc3a52016a); +1 (insertion), -1 (deletion)

Titre: Re: Plugin revs
Posté par: Nao le 23 Février 2014 à 13:43
[Commit revision dd32992]
(https://gravatar.com/avatar/0879c588019800e5349fe171d69e1c28?d=https%3A%2F%2Fidenticons.github.com%2Fa77898357042a3151178ee5ac33742a6.png&r=x)Author: Nao(https://github.com/Nao) (Signed-off)
Date: Sun, 23 Feb 2014 13:43:02 +0100
Stats: 2 files changed(https://github.com/Wedge/plugins/commit/dd32992e2a9b922a1d0bb8973b1a9ce43a67019b); +3 (insertions), -3 (deletions)

Titre: Re: Plugin revs
Posté par: Nao le 24 Février 2014 à 11:57
[Commit revision 2923bac]
(https://gravatar.com/avatar/0879c588019800e5349fe171d69e1c28?d=https%3A%2F%2Fidenticons.github.com%2Fa77898357042a3151178ee5ac33742a6.png&r=x)Author: Nao(https://github.com/Nao) (Signed-off)
Date: Mon, 24 Feb 2014 11:56:57 +0100
Stats: 1 file changed(https://github.com/Wedge/plugins/commit/2923bac4a87c9337b93e3b0892bd8f1e2fda9075); +2 (insertions), -1 (deletion)

Titre: Re: Plugin revs
Posté par: Nao le 25 Février 2014 à 11:15
[Commit revision 09cafcb]
(https://gravatar.com/avatar/0879c588019800e5349fe171d69e1c28?d=https%3A%2F%2Fidenticons.github.com%2Fa77898357042a3151178ee5ac33742a6.png&r=x)Author: Nao(https://github.com/Nao) (Signed-off)
Date: Tue, 25 Feb 2014 11:15:00 +0100
Stats: 1 file changed(https://github.com/Wedge/plugins/commit/09cafcb0356a0ff3116a7a290cbd6bcb4fc44772); +1 (insertion), -13 (deletions)

Titre: Re: Plugin revs
Posté par: Nao le 27 Février 2014 à 17:11
[Commit revision 37a53c5]
(https://avatars.githubusercontent.com/u/1857192)Author: Nao(https://github.com/Nao) (Signed-off)
Date: Thu, 27 Feb 2014 17:10:52 +0100
Stats: 3 files changed(https://github.com/Wedge/plugins/commit/37a53c56d8c614fbfb1a318310ecd8f3cf78eee5); +2 (insertions), -2 (deletions)

Titre: Re: Plugin revs
Posté par: Nao le 27 Février 2014 à 17:56
[Commit revision a6b626c]
(https://avatars.githubusercontent.com/u/1857192)Author: Nao(https://github.com/Nao) (Signed-off)
Date: Thu, 27 Feb 2014 17:56:38 +0100
Stats: 2 files changed(https://github.com/Wedge/plugins/commit/a6b626c5ed266ff0783571c5642e79ed12bfb1da); +7 (insertions), -1 (deletion)

Titre: Re: Plugin revs
Posté par: Nao le 28 Février 2014 à 23:44
[Commit revision 94ad239]
(https://avatars.githubusercontent.com/u/1857192)Author: Nao(https://github.com/Nao) (Signed-off)
Date: Fri, 28 Feb 2014 23:43:38 +0100
Stats: 3 files changed(https://github.com/Wedge/plugins/commit/94ad2391cc2b256513c2075a2c5d7398c06ffd8a); +7 (insertions), -4 (deletions)

Titre: Re: Plugin revs
Posté par: Nao le 10 Mars 2014 à 15:42
[Commit revision 6e4476a]
(https://gravatar.com/avatar/f430af96c0a59dfb2211a0062a137729?d=https%3A%2F%2Fidenticons.github.com%2F74ba307b3ca3779076f651c6a3deaabb.png&r=x)Author: Pandos(https://github.com/Pandos) (Signed-off)
Date: Sat, 01 Mar 2014 08:42:38 +0100
Stats: 1 file changed(https://github.com/Wedge/plugins/commit/6e4476a5f4f7223cee07ef8bb4ac61d30a8dd23b); +29 (insertions), -0 (deletion)


[Commit revision 59e58a7]
(https://gravatar.com/avatar/0879c588019800e5349fe171d69e1c28?d=https%3A%2F%2Fidenticons.github.com%2Fa77898357042a3151178ee5ac33742a6.png&r=x)Author: Nao(https://github.com/Nao)
Date: Mon, 10 Mar 2014 15:42:41 +0100
Stats: 1 file changed(https://github.com/Wedge/plugins/commit/59e58a70b24a598b9e58ce1cd47c0a82763ecc26); +29 (insertions), -0 (deletion)

Titre: Re: Plugin revs
Posté par: Nao le 11 Mars 2014 à 15:51
[Commit revision 4aab840]
(https://gravatar.com/avatar/0879c588019800e5349fe171d69e1c28?d=https%3A%2F%2Fidenticons.github.com%2Fa77898357042a3151178ee5ac33742a6.png&r=x)Author: Nao(https://github.com/Nao) (Signed-off)
Date: Tue, 11 Mar 2014 15:40:39 +0100
Stats: 1 file changed(https://github.com/Wedge/plugins/commit/4aab840108053d662b29d67e5cc65d08d7b50b8a); +24 (insertions), -24 (deletions)


[Commit revision eec7300]
(https://gravatar.com/avatar/0879c588019800e5349fe171d69e1c28?d=https%3A%2F%2Fidenticons.github.com%2Fa77898357042a3151178ee5ac33742a6.png&r=x)Author: Nao(https://github.com/Nao) (Signed-off)
Date: Tue, 11 Mar 2014 15:41:23 +0100
Stats: 1 file changed(https://github.com/Wedge/plugins/commit/eec7300c84d5c435e6383ce4a71648c188852997); +1 (insertion), -1 (deletion)


[Commit revision 78d11ec]
(https://gravatar.com/avatar/0879c588019800e5349fe171d69e1c28?d=https%3A%2F%2Fidenticons.github.com%2Fa77898357042a3151178ee5ac33742a6.png&r=x)Author: Nao(https://github.com/Nao) (Signed-off)
Date: Tue, 11 Mar 2014 15:42:16 +0100
Stats: 1 file changed(https://github.com/Wedge/plugins/commit/78d11ecf3729cb4c6033d5c7cdc0226b0abc5b55); +1 (insertion), -1 (deletion)

Titre: Re: Plugin revs
Posté par: Nao le 11 Mars 2014 à 19:47
[Commit revision ca8653a]
(https://gravatar.com/avatar/0879c588019800e5349fe171d69e1c28?d=https%3A%2F%2Fidenticons.github.com%2Fa77898357042a3151178ee5ac33742a6.png&r=x)Author: Nao(https://github.com/Nao) (Signed-off)
Date: Tue, 11 Mar 2014 19:47:15 +0100
Stats: 1 file changed(https://github.com/Wedge/plugins/commit/ca8653a9c67c8a90909250691fab46f0c5cc9509); +1 (insertion), -1 (deletion)

Titre: Re: Plugin revs
Posté par: Nao le 13 Mars 2014 à 11:40
[Commit revision 814743b]
(https://gravatar.com/avatar/0879c588019800e5349fe171d69e1c28?d=https%3A%2F%2Fidenticons.github.com%2Fa77898357042a3151178ee5ac33742a6.png&r=x)Author: Nao(https://github.com/Nao) (Signed-off)
Date: Tue, 11 Mar 2014 21:34:21 +0100
Stats: 7 files changed(https://github.com/Wedge/plugins/commit/814743bc11cec851ae6bac374e4f7a92c775bccb); +20 (insertions), -6 (deletions)


[Commit revision eaca4f9]
(https://gravatar.com/avatar/0879c588019800e5349fe171d69e1c28?d=https%3A%2F%2Fidenticons.github.com%2Fa77898357042a3151178ee5ac33742a6.png&r=x)Author: Nao(https://github.com/Nao) (Signed-off)
Date: Thu, 13 Mar 2014 11:40:38 +0100
Stats: 3 files changed(https://github.com/Wedge/plugins/commit/eaca4f9caa9b665bedb8320162531c3fecb3c729); +8 (insertions), -8 (deletions)

Titre: Re: Plugin revs
Posté par: Nao le 16 Mars 2014 à 22:50
[Commit revision 57885e6]
(https://gravatar.com/avatar/0879c588019800e5349fe171d69e1c28?d=https%3A%2F%2Fidenticons.github.com%2Fa77898357042a3151178ee5ac33742a6.png&r=x)Author: Nao(https://github.com/Nao) (Signed-off)
Date: Sun, 16 Mar 2014 22:36:54 +0100
Stats: 2 files changed(https://github.com/Wedge/plugins/commit/57885e66edd6eec21c69afa601230f910c79f16e); +2 (insertions), -2 (deletions)

Titre: Re: Plugin revs
Posté par: Nao le 22 Mars 2014 à 23:55
[Commit revision c0d909f]
(https://avatars.githubusercontent.com/u/1857192?)Author: Nao(https://github.com/Nao) (Signed-off)
Date: Sat, 22 Mar 2014 23:55:17 +0100
Stats: 1 file changed(https://github.com/Wedge/plugins/commit/c0d909f81969c7f4a377114b4e0e89d8b2c6802d); +3 (insertions), -3 (deletions)

Titre: Re: Plugin revs
Posté par: Nao le 24 Mars 2014 à 07:51
[Commit revision 73864d7]
(https://avatars.githubusercontent.com/u/1857192?)Author: Nao(https://github.com/Nao) (Signed-off)
Date: Mon, 24 Mar 2014 07:51:17 +0100
Stats: 1 file changed(https://github.com/Wedge/plugins/commit/73864d7f03c4a9f7cb8861a18609a1556f17d74a); +1 (insertion), -2 (deletions)

Titre: Re: Plugin revs
Posté par: Nao le 24 Mars 2014 à 19:41
[Commit revision b527b9b]
(https://avatars.githubusercontent.com/u/1857192?)Author: Nao(https://github.com/Nao) (Signed-off)
Date: Mon, 24 Mar 2014 19:40:55 +0100
Stats: 6 files changed(https://github.com/Wedge/plugins/commit/b527b9bfceb75de705ceaa6fbe5777ec51c3a655); +2 (insertions), -78 (deletions)

Titre: Re: Plugin revs
Posté par: Nao le 26 Mars 2014 à 22:42
[Commit revision 04e5fc4]
(https://avatars.githubusercontent.com/u/1857192?)Author: Nao(https://github.com/Nao) (Signed-off)
Date: Wed, 26 Mar 2014 22:39:06 +0100
Stats: 2 files changed(https://github.com/Wedge/plugins/commit/04e5fc4477efd24444d013bbc1d770689212c268); +2 (insertions), -2 (deletions)

Titre: Re: Plugin revs
Posté par: Nao le 28 Mars 2014 à 10:02
[Commit revision 5e2eca6]
(https://avatars.githubusercontent.com/u/1857192?)Author: Nao(https://github.com/Nao) (Signed-off)
Date: Thu, 27 Mar 2014 22:47:33 +0100
Stats: 1 file changed(https://github.com/Wedge/plugins/commit/5e2eca6b8871b813b6cd4bdcd1a49e8a5b718422); +2 (insertions), -2 (deletions)

Titre: Re: Plugin revs
Posté par: Nao le 29 Mars 2014 à 15:48
[Commit revision 097c83b]
(https://avatars.githubusercontent.com/u/1857192?)Author: Nao(https://github.com/Nao) (Signed-off)
Date: Sat, 29 Mar 2014 15:47:52 +0100
Stats: 2 files changed(https://github.com/Wedge/plugins/commit/097c83bb62140f9060039928a0db02504dabfb84); +4 (insertions), -4 (deletions)


[Commit revision 18702a2]
(https://avatars.githubusercontent.com/u/1857192?)Author: Nao(https://github.com/Nao) (Signed-off)
Date: Sat, 29 Mar 2014 15:48:09 +0100
Stats: 1 file changed(https://github.com/Wedge/plugins/commit/18702a25f71e0f2c437354c3d160e9f2368348a8); +2 (insertions), -2 (deletions)

Titre: Re: Plugin revs
Posté par: Nao le 1er Avril 2014 à 20:14
[Commit revision b66bfda]
(https://avatars.githubusercontent.com/u/1857192?)Author: Nao(https://github.com/Nao) (Signed-off)
Date: Tue, 01 Apr 2014 20:14:07 +0200
Stats: 2 files changed(https://github.com/Wedge/plugins/commit/b66bfdaf8fa01c1e4666337b7a0ea24a2d96a748); +2 (insertions), -2 (deletions)

Titre: Re: Plugin revs
Posté par: Nao le 10 Avril 2014 à 23:51
[Commit revision f424b87]
(https://avatars.githubusercontent.com/u/1857192?)Author: Nao(https://github.com/Nao) (Signed-off)
Date: Thu, 10 Apr 2014 23:50:19 +0200
Stats: 5 files changed(https://github.com/Wedge/plugins/commit/f424b87350aa53b7ff45dadadf6a82ecf717b8cf); +7 (insertions), -7 (deletions)


[Commit revision 9251cc8]
(https://avatars.githubusercontent.com/u/1857192?)Author: Nao(https://github.com/Nao) (Signed-off)
Date: Thu, 10 Apr 2014 23:51:01 +0200
Stats: 1 file changed(https://github.com/Wedge/plugins/commit/9251cc802612253414be152718f8de576c70c0ad); +5 (insertions), -0 (deletion)

Titre: Re: Plugin revs
Posté par: Pandos le 11 Avril 2014 à 09:16
Just a remark...
Don't rely to much on .htaccess because of other servers than Apache that don't support these.... :)
Titre: Re: Plugin revs
Posté par: Nao le 11 Avril 2014 à 09:51
These are just basics. If someone wants to install on a non-supported server, they do the conversion themselves.

In this case I did explain it was only to make Google happy...
Titre: Re: Plugin revs
Posté par: Nao le 27 Avril 2014 à 21:26
[Commit revision dcfb1f3]
(https://avatars.githubusercontent.com/u/1857192?)Author: Nao(https://github.com/Nao) (Signed-off)
Date: Sun, 27 Apr 2014 21:25:49 +0200
Stats: 2 files changed(https://github.com/Wedge/plugins/commit/dcfb1f336d438219644ec58a0eac09403a317fc1); +1 (insertion), -1 (deletion)

Titre: Re: Plugin revs
Posté par: Nao le 30 Avril 2014 à 18:50
[Commit revision 0ec9a95]
(https://avatars.githubusercontent.com/u/431799?)Author: live627(https://github.com/live627) (Signed-off)
Date: Tue, 29 Apr 2014 06:53:39 +0200
Stats: 2 files changed(https://github.com/Wedge/plugins/commit/0ec9a95517bc771eaedcfa391e951e807f6a63b1); +20 (insertions), -8 (deletions)


[Commit revision 7f62784]
(https://avatars.githubusercontent.com/u/1857192?)Author: Nao(https://github.com/Nao)
Date: Wed, 30 Apr 2014 18:50:11 +0200
Stats: 2 files changed(https://github.com/Wedge/plugins/commit/7f627844180f8f5303bcfb9dffecccf2ded43b41); +20 (insertions), -8 (deletions)

Titre: Re: Plugin revs
Posté par: Nao le 9 Mai 2014 à 14:55
[Commit revision 2862012]
(https://avatars.githubusercontent.com/u/1857192?)Author: Nao(https://github.com/Nao) (Signed-off)
Date: Fri, 09 May 2014 14:55:08 +0200
Stats: 3 files changed(https://github.com/Wedge/plugins/commit/2862012ea4c9aafb9f50ddda527e6e2604178728); +18 (insertions), -17 (deletions)

Titre: Re: Plugin revs
Posté par: Nao le 15 Mai 2014 à 23:56
[Commit revision 4fb8986]
(https://avatars.githubusercontent.com/u/1857192?)Author: Nao(https://github.com/Nao) (Signed-off)
Date: Thu, 15 May 2014 14:44:21 +0200
Stats: 1 file changed(https://github.com/Wedge/plugins/commit/4fb8986a4c1e62ae995f4e11b294f73e0eacc3c8); +1 (insertion), -1 (deletion)


[Commit revision ded7730]
(https://avatars.githubusercontent.com/u/1857192?)Author: Nao(https://github.com/Nao) (Signed-off)
Date: Thu, 15 May 2014 23:55:49 +0200
Stats: 1 file changed(https://github.com/Wedge/plugins/commit/ded77309a8af1ef7d9b1ea6e1a2b5fe17fb7e576); +1 (insertion), -1 (deletion)

Titre: Re: Plugin revs
Posté par: Nao le 25 Mai 2014 à 11:42
[Commit revision 33aabe5]
(https://avatars.githubusercontent.com/u/1857192?)Author: Nao(https://github.com/Nao) (Signed-off)
Date: Sun, 25 May 2014 11:41:57 +0200
Stats: 1 file changed(https://github.com/Wedge/plugins/commit/33aabe59ce4818cd0f94bd1148043f27e0d79efa); +2 (insertions), -1 (deletion)

Titre: Re: Plugin revs
Posté par: Nao le 27 Mai 2014 à 00:06
[Commit revision 04ab427]
(https://avatars.githubusercontent.com/u/1857192?)Author: Nao(https://github.com/Nao) (Signed-off)
Date: Tue, 27 May 2014 00:06:41 +0200
Stats: 1 file changed(https://github.com/Wedge/plugins/commit/04ab427c9a782cd4e767bd0eeebc6e9d2ff78c13); +1 (insertion), -1 (deletion)

Titre: Re: Plugin revs
Posté par: Nao le 6 Juin 2014 à 00:00
[Commit revision 305b629]
(https://avatars.githubusercontent.com/u/1857192?)Author: Nao(https://github.com/Nao) (Signed-off)
Date: Fri, 06 Jun 2014 00:00:18 +0200
Stats: 1 file changed(https://github.com/Wedge/plugins/commit/305b6295259ed85bf518e1c01d2084fe2502175b); +1 (insertion), -1 (deletion)

Titre: Re: Plugin revs
Posté par: Nao le 22 Juin 2014 à 20:58
[Commit revision 551c402]
(https://avatars.githubusercontent.com/u/1857192?)Author: Nao(https://github.com/Nao) (Signed-off)
Date: Sun, 22 Jun 2014 20:58:09 +0200
Stats: 1 file changed(https://github.com/Wedge/plugins/commit/551c4029abe3a0a49528e55ec7eaaede546ff35e); +2 (insertions), -3 (deletions)

Titre: Re: Plugin revs
Posté par: Nao le 29 Juin 2014 à 20:59
[Commit revision e8fc95e]
(https://avatars.githubusercontent.com/u/1857192?)Author: Nao(https://github.com/Nao) (Signed-off)
Date: Sun, 29 Jun 2014 20:58:51 +0200
Stats: 6 files changed(https://github.com/Wedge/plugins/commit/e8fc95eaf4f6b72c5bd9bb3dde2127ef891c01fc); +27 (insertions), -30 (deletions)

Titre: Re: Plugin revs
Posté par: Nao le 12 Septembre 2014 à 01:24
[Commit revision e5364fb]
(https://avatars.githubusercontent.com/u/1857192?v=2)Author: Nao(https://github.com/Nao) (Signed-off)
Date: Fri, 12 Sep 2014 01:24:36 +0200
Stats: 7 files changed(https://github.com/Wedge/plugins/commit/e5364fb428e4b68f8297bea4e9a5c5b56458ac8a); +8 (insertions), -29 (deletions)

Titre: Re: Plugin revs
Posté par: Nao le 12 Septembre 2014 à 13:08
[Commit revision 94d7f71]
(https://avatars.githubusercontent.com/u/1857192?v=2)Author: Nao(https://github.com/Nao) (Signed-off)
Date: Fri, 12 Sep 2014 13:08:27 +0200
Stats: 5 files changed(https://github.com/Wedge/plugins/commit/94d7f71874ca99bd36902dc79272f61ecf3d4024); +7 (insertions), -7 (deletions)

Titre: Re: Plugin revs
Posté par: Nao le 27 Septembre 2014 à 00:22
[Commit revision bcd3f8a]
(https://avatars.githubusercontent.com/u/1857192?v=2)Author: Nao(https://github.com/Nao) (Signed-off)
Date: Sat, 27 Sep 2014 00:22:04 +0200
Stats: 1 file changed(https://github.com/Wedge/plugins/commit/bcd3f8a9590d7d0f78fbe3460c44c2405c6f328c); +1 (insertion), -1 (deletion)

Titre: Re: Plugin revs
Posté par: Nao le 27 Septembre 2014 à 00:53
[Commit revision 71274c0]
(https://avatars.githubusercontent.com/u/1857192?v=2)Author: Nao(https://github.com/Nao) (Signed-off)
Date: Sat, 27 Sep 2014 00:52:54 +0200
Stats: 1 file changed(https://github.com/Wedge/plugins/commit/71274c0913ab10e5345dfc2554ff80758d4790ff); +4 (insertions), -4 (deletions)

Titre: Re: Plugin revs
Posté par: Nao le 3 Avril 2015 à 19:56
[Commit revision 256ea0b]
(https://avatars.githubusercontent.com/u/6572161?v=3)Author: wseng(https://github.com/wseng)
Date: Mon, 13 Oct 2014 20:07:54 +0200
Stats: 1 file changed(https://github.com/Wedge/plugins/commit/256ea0bd9e3cff78f9fe9ce465084a4d007b99e3); +25 (insertions), -0 (deletion)


[Commit revision b36e856]
(https://avatars.githubusercontent.com/u/6476677?v=3)Author: ramazansubasi(https://github.com/ramazansubasi)
Date: Tue, 14 Oct 2014 16:53:53 +0200
Stats: 1 file changed(https://github.com/Wedge/plugins/commit/b36e856c4cfff97aebe240623a2db4a88a6ee91e); +1 (insertion), -1 (deletion)


[Commit revision a638151]
(https://avatars.githubusercontent.com/u/6572161?v=3)Author: wseng(https://github.com/wseng)
Date: Tue, 14 Oct 2014 21:45:30 +0200
Stats: 1 file changed(https://github.com/Wedge/plugins/commit/a638151c4fd53fcdce26c181585a160008660b6d); +1 (insertion), -1 (deletion)


[Commit revision 38290d0]
(https://avatars.githubusercontent.com/u/6572161?v=3)Author: wseng(https://github.com/wseng)
Date: Tue, 14 Oct 2014 21:46:56 +0200
Stats: 1 file changed(https://github.com/Wedge/plugins/commit/38290d0f60feb40d2b1cc75cbeebf6dc49386121); +1 (insertion), -1 (deletion)


[Commit revision 35245e3]
(https://avatars.githubusercontent.com/u/6572161?v=3)Author: wseng(https://github.com/wseng)
Date: Sun, 19 Oct 2014 14:37:08 +0200
Stats: 6 files changed(https://github.com/Wedge/plugins/commit/35245e359dd64bdcb353373171d696501552aae9); +71 (insertions), -0 (deletion)


[Commit revision 38ae6cd]
(https://avatars.githubusercontent.com/u/1857192?v=3)Author: Nao(https://github.com/Nao)
Date: Fri, 03 Apr 2015 19:56:23 +0200
Stats: 7 files changed(https://github.com/Wedge/plugins/commit/38ae6cd9331acb2c2bd506f2fb862e76c8e853ad); +96 (insertions), -0 (deletion)

Titre: Re: Plugin revs
Posté par: Nao le 4 Avril 2015 à 16:40
[Commit revision 1dd082d]
(https://avatars.githubusercontent.com/u/1857192?v=3)Author: Nao(https://github.com/Nao) (Signed-off)
Date: Sat, 04 Apr 2015 16:40:21 +0200
Stats: 3 files changed(https://github.com/Wedge/plugins/commit/1dd082d868c6e4f356047a1c2276778426b99ca2); +5 (insertions), -5 (deletions)

Titre: Re: Plugin revs
Posté par: Nao le 19 Juillet 2015 à 02:05
[Commit revision d502d45]
(https://avatars.githubusercontent.com/u/1857192?v=3)Author: Nao(https://github.com/Nao) (Signed-off)
Date: Sun, 19 Jul 2015 02:04:52 +0200
Stats: 3 files changed(https://github.com/Wedge/plugins/commit/d502d4500b1c2ebc138d4eb08ee2ab6ed953458c); +91 (insertions), -90 (deletions)

Titre: Re: Plugin revs
Posté par: Nao le 19 Juillet 2015 à 02:08
[Commit revision bfd33fb]
(https://avatars.githubusercontent.com/u/1857192?v=3)Author: Nao(https://github.com/Nao) (Signed-off)
Date: Sun, 19 Jul 2015 02:08:31 +0200
Stats: 2 files changed(https://github.com/Wedge/plugins/commit/bfd33fb722d9106bf380576f7564b940f9aac94c); +6 (insertions), -0 (deletion)