Events 1.5.7.1

Written by Arnan on October 31, 2008 – 3:05 pm

Minor update to fix deletion of events on non-standard blogs. Non-standard meaning that the prefix in the database is not wp_ if your blog has this prefix this version won’t change anything for you. If your prefix is different or not used at all. This will fix allows you to delete events.

More information:
http://meandmymac.net/plugins/events/

Download:
http://downloads.wordpress.org/plugin/wp-events.1.5.7.1.zip

Discussion thread:
http://forum.at.meandmymac.net/topic/events-not-deleting

Tags: , , , ,

Events 1.5.7

Written by Arnan on October 26, 2008 – 4:50 pm

Yes yes, another update. Some fixes, some internal changes. And we’re slowly progressing to version 1.6. The most important change in this version is that i have removed a check for wordpress tables. This leaves Events a bit more vulnerable since WordPress suppresses errors with all it’s might.
However, i think i’ve got that covered pretty well.

Instead of having Events check if the 2 database tables are still there on every page load it now only checks on the dashboard. If they are not available (removed/unreadable) on the website itself it just says there are no events shown as if everything is normal but there are no events. On the dashboard however it shows some obvious big errors and prevents you from doing anything with Events on the Mange > Events dashboard. Instructions on how to fix it are also shown there.

Some minor bug fixes are also fixed, templates are now properly assigned to the various lists. $cat is now optional for the sidebar, this allows the old behavior without breaking the new options. And apparently when a title for an event was a link and longer than your set limit it broke the sidebar. This also is fixed.

Changelog:
[fix] Template usage for archive and today’s list now works properly
[fix] $cat value now optional for sidebar
[fix] Longer titles as a link no longer breaks the sidebar
[change] Revised auto-removal code to use timezones also
[change] Events and Categories have their own notification on removal now
[change] Events no longer checks for mysql tables on every page load
[change] Checking for tables and error reporting done in the dashboard
[change] Events now uses register_activation_hook() for installation

More information:
http://meandmymac.net/plugins/events/

Download:
http://downloads.wordpress.org/plugin/wp-events.1.5.7.zip

Tags: , , , ,

Plugin internationalization

Written by Arnan on October 20, 2008 – 2:39 am

Currently i’m investigating if it’s worth the hassle to generate translation files for plugins.
I’m orientating on which tools i should use and which are the best.

Any ideas welcome. I use OSX. So Windows based tools will be worthless to me.
I’ll be experimenting with a smaller plugin IF i put this through.

A ton of information here: http://codex.wordpress.org/Writing_a_Plugin#Internationalizing_Your_Plugin

Any help is welcome!

[update]
Well after a few hours of searching i think this is totally doable were it not that there are NO working tools for OSX. So i guess it’s a no go after all. There is Poedit ofcourse. But it keeps writing faulty files or missing headers that are clearly there. It makes no sense and i’m not in the “fixing-other-man’s-crappy-application” business. It’s either missing a header that is present, or it cannot read the UTF-8 charset. Epic fail!

Tags: , , ,

Events 1.5.6

Written by Arnan on October 17, 2008 – 11:40 pm

Just out, events 1.5.6

A lot of fixes regarding timezones, times and everything related.
A rewrite of timezone support was done with the help of Rick P.

Changelog:
[fix] All-day events show a countdown again
[change] completely revamped timezone support (Thanks Rick)
[new] Choose what the sidebar outputs in settings
[fix] All-day support for events_list
[change] Events now uses the WordPress native timezone thing
[new] sidebar() as a function in PHP now accepts a category and amount value
[fix] Deletion of events (for some it didn’t work, apparently)
[update] Dashboard settings
[update] Revised add/edit form

More information:
http://meandmymac.net/plugins/events/

Download:
http://downloads.wordpress.org/plugin/wp-events.1.5.6.zip

Have fun!

Tags: , , , ,

Events 1.5.5

Written by Arnan on October 4, 2008 – 1:45 am

Bugfix release and some minor changes that should improve the stability and performance of the plugin overall.

Changes:
[change] default sorting in manage events is now descending
[fix] Sidebar now uses the right setting for language links
[fix] Events can be added again (broke in 1.5.4)
[fix] Supposed theme bug fixed (precaution) on the management dashboard
[change] Universal output builder for lists (saves lots of code)

More information:
http://meandmymac.net/plugins/events/

Download:
http://downloads.wordpress.org/plugin/wp-events.1.5.5.zip

Tags: , , , ,

Events 1.5.4

Written by Arnan on September 30, 2008 – 12:26 am

A small bugfix update. Fixing 2 bugs.

When editing an event the ending month is now shown correctly and the All-day events have nothing to worry about times anymore.

More information:
http://meandmymac.net/plugins/events/

Download:
http://downloads.wordpress.org/plugin/wp-events.1.5.4.zip

Tags: , , ,

Secrets 0.3 (0.3.2)

Written by Arnan on September 21, 2008 – 2:33 am

New secrets have been added, head over to the plugin page for more information.

More information:
http://meandmymac.net/plugins/secrets/

Download:
http://downloads.wordpress.org/plugin/secrets.0.3.2.zip

A small update:
A bug preventing the plugin updates to disable is now fixed. Also the explanations on the dashboard have been improved.

Tags: , , , ,

Randimage 0.4

Written by Arnan on September 17, 2008 – 11:55 pm

On popular request images can no optionally be linked to the post they’re in. Instead of linking to the image itself.

More information:
http://meandmymac.net/plugins/randimage/

Download:
http://downloads.wordpress.org/plugin/randimage.0.4.zip

Tags: , , , ,

Events 1.5.3

Written by Arnan on August 29, 2008 – 12:13 am

So finally after a few days of tampering with some new features which i removed again because i sucked at concentrating… *sigh* A lot is on my mind.

Anyway, some fixes, some changes, check it out:
[new] Language field for ‘past events’ message
[change] Post event message only shows AFTER the event, not during the event
[new] For the events_list function you can now optionally specify one event
[change] the function events_page() is now events_list()
[change] Improved date setting for adding/editing events
[update] Improved MySQL queries on several parts and functions
[change] Message after event is now a textarea
[fix] Duration now shows the actual duration as expected

More information:
http://meandmymac.net/plugins/events/

Download:
http://downloads.wordpress.org/plugin/wp-events.1.5.3.zip

Tags: , , , ,

Events 1.5.2

Written by Arnan on August 16, 2008 – 1:05 pm

So here it is. Yet another new version…

Changes and new stuff:
[new] Duplicating events
[fix] Deletion of events now works again (broke with 1.5)
[change] Removed ‘delete event’ link from edit form
[new] Option to manually or automatically (default) delete old events
[new] Button to manually remove old events from management
[update] un-install notice
[change] Improved notification system

The duplication option can be reached when you edit an existing event. Fill in the things that differ and click the duplicate button. It’s really easy.

As a sort of workaround for the automated deletion of old events. You can turn that off now to prevent premature deletion of events which you want to keep but are not archived (yet). Only archived events show on the website, non-archived old events only show on the dashboard.

For a change, no special upgrade instructions apply. Just upload all files to the right spot and enjoy!

More information:
http://meandmymac.net/plugins/events/

Downloads:
http://downloads.wordpress.org/plugin/wp-events.1.5.2.zip

Tags: , , ,