Plugin revs

Arantor

  • As powerful as possible, as complex as necessary.
  • Posts: 14,278
Re: Plugin revs
« Reply #30, on November 15th, 2012, 05:29 AM »
(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.
Re: Plugin revs
« Reply #31, on November 18th, 2012, 04:53 PM »
(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
Re: Plugin revs
« Reply #32, on November 18th, 2012, 05:00 PM »
(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)
Re: Plugin revs
« Reply #33, on December 5th, 2012, 03:50 AM »
(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
Re: Plugin revs
« Reply #34, on December 5th, 2012, 04:54 AM »
(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
Re: Plugin revs
« Reply #35, on December 8th, 2012, 01:16 AM »
(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
Re: Plugin revs
« Reply #36, on December 10th, 2012, 01:17 AM »
(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
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 #37, on December 18th, 2012, 12:17 PM »
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)
Re: Plugin revs
« Reply #38, on December 27th, 2012, 04:39 PM »
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)

Arantor

  • As powerful as possible, as complex as necessary.
  • Posts: 14,278
Re: Plugin revs
« Reply #39, on December 31st, 2012, 04:43 AM »
(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

Nao

  • Dadman with a boy
  • Posts: 16,079
Re: Plugin revs
« Reply #40, on January 12th, 2013, 05:40 PM »
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)
Re: Plugin revs
« Reply #41, on January 18th, 2013, 10:22 PM »
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)
Re: Plugin revs
« Reply #42, on January 26th, 2013, 03:53 PM »
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)
Re: Plugin revs
« Reply #43, on January 27th, 2013, 11:30 AM »
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)
Re: Plugin revs
« Reply #44, on February 3rd, 2013, 07:12 PM »
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)