]> git.mxchange.org Git - quix0rs-gnu-social.git/log
quix0rs-gnu-social.git
13 years agofix bug with --diff on missing table
Brion Vibber [Thu, 14 Oct 2010 00:35:18 +0000 (17:35 -0700)]
fix bug with --diff on missing table

13 years agoNicer diff display for schema dump
Brion Vibber [Wed, 13 Oct 2010 23:58:28 +0000 (16:58 -0700)]
Nicer diff display for schema dump

13 years agologic fix in diffing :D
Brion Vibber [Wed, 13 Oct 2010 23:56:49 +0000 (16:56 -0700)]
logic fix in diffing :D

13 years agoFix for PG filtering
Brion Vibber [Wed, 13 Oct 2010 23:21:24 +0000 (16:21 -0700)]
Fix for PG filtering

13 years agosuppress notices for non-present sections
Brion Vibber [Wed, 13 Oct 2010 23:11:02 +0000 (16:11 -0700)]
suppress notices for non-present sections

13 years agoFilter table definitions to scrub out unsupported features before trying to alter...
Brion Vibber [Wed, 13 Oct 2010 23:04:28 +0000 (16:04 -0700)]
Filter table definitions to scrub out unsupported features before trying to alter a table. This lets us skip those where we end up trying to change unsupported features.

13 years agoMerge branch '1.0.x' into schema-x
Brion Vibber [Wed, 13 Oct 2010 22:46:45 +0000 (15:46 -0700)]
Merge branch '1.0.x' into schema-x

13 years agoAdd a doc page that links to the StatusNet wiki API page
Craig Andrews [Wed, 13 Oct 2010 03:36:33 +0000 (23:36 -0400)]
Add a doc page that links to the StatusNet wiki API page
Add a redirect action that merely redirects to another action
Redirect /api to /doc/api so users don't get the "lame" "No such user" error message

13 years agosome of the ensureTable stuff partially working
Brion Vibber [Wed, 13 Oct 2010 00:58:26 +0000 (17:58 -0700)]
some of the ensureTable stuff partially working

13 years agoMerge branch '0.9.x' into 1.0.x
Brion Vibber [Tue, 12 Oct 2010 23:33:36 +0000 (16:33 -0700)]
Merge branch '0.9.x' into 1.0.x

13 years agoImprove cache-friendliness of user_group->delete().
Brion Vibber [Tue, 12 Oct 2010 23:29:13 +0000 (16:29 -0700)]
Improve cache-friendliness of user_group->delete().

Doesn't clear all possible cached entries, but this should get the ones that matter most: lookups by id, nickname, and alias. This should ensure that if a group name gets reused as a new group or alias, it should work properly.
There are some user-visible areas that aren't clear such as the 'top groups' lists on the GroupsAction sidebar; if a deleted group appears in those lists it'll go away within an hour when the cached query expires.

13 years agoCascading deletion for user_group; doesn't yet work properly with caching.
Brion Vibber [Tue, 12 Oct 2010 23:13:07 +0000 (16:13 -0700)]
Cascading deletion for user_group; doesn't yet work properly with caching.

13 years agoAdd a basic group deletion for moderator users.
Brion Vibber [Tue, 12 Oct 2010 22:49:20 +0000 (15:49 -0700)]
Add a basic group deletion for moderator users.

13 years agoMerge branch 'master' of gitorious.org:statusnet/mainline into 0.9.x
Brion Vibber [Tue, 12 Oct 2010 21:54:04 +0000 (14:54 -0700)]
Merge branch 'master' of gitorious.org:statusnet/mainline into 0.9.x

13 years agoFollowup to IIS installer tweaks in [9bb48c36]:
Brion Vibber [Tue, 12 Oct 2010 20:00:03 +0000 (13:00 -0700)]
Followup to IIS installer tweaks in [9bb48c36]:
* skip 0-byte config files when initializing, go ahead and redirect to installer if no non-0-byte files
* tweak warning on installer.php to let you know if you have a 0-byte config.php that's not writable, as opposed to generally already having a config.php with data in it

13 years agoInitial version of ModHelper plugin, with basic functionality but the UI stripped...
Brion Vibber [Tue, 12 Oct 2010 19:33:57 +0000 (12:33 -0700)]
Initial version of ModHelper plugin, with basic functionality but the UI stripped out until it's easier to get it done.

* users need to have 'modhelper' role manually added via userrole.php for now
* modhelper users can sandbox/unsandbox and silence/unsilence any user
** note that no new logging has been added for these moderator actions
* no user deletion for modhelpers
* probably no UserFlags special views for modhelpers

13 years agofix for column prefixes in table/index building
Brion Vibber [Tue, 12 Oct 2010 02:28:02 +0000 (19:28 -0700)]
fix for column prefixes in table/index building

13 years agofix for index gen
Brion Vibber [Tue, 12 Oct 2010 02:18:47 +0000 (19:18 -0700)]
fix for index gen

13 years agotweak for strings
Brion Vibber [Tue, 12 Oct 2010 02:17:21 +0000 (19:17 -0700)]
tweak for strings

13 years agotweak for mysql
Brion Vibber [Tue, 12 Oct 2010 02:14:33 +0000 (19:14 -0700)]
tweak for mysql

13 years agoStart reworking things to build create table stuff (can view via dumpschema.php ...
Brion Vibber [Tue, 12 Oct 2010 02:10:51 +0000 (19:10 -0700)]
Start reworking things to build create table stuff (can view via dumpschema.php --build)

13 years agoPgsqlSchema can now pull primary, unique, mutli-value, *and* foreign keys :D
Brion Vibber [Mon, 11 Oct 2010 22:40:51 +0000 (15:40 -0700)]
PgsqlSchema can now pull primary, unique, mutli-value, *and* foreign keys :D

13 years agoNow pulling non-primary/unique index data for PG as well... need to sort out conflict...
Brion Vibber [Mon, 11 Oct 2010 21:15:02 +0000 (14:15 -0700)]
Now pulling non-primary/unique index data for PG as well... need to sort out conflicts with the other data and make foreign references work right :D

13 years agoquick syntax fix
Brion Vibber [Mon, 11 Oct 2010 20:05:44 +0000 (13:05 -0700)]
quick syntax fix

13 years agoTicket #2811 use more consistent max limit for OAuth application registration descrip...
Brion Vibber [Mon, 11 Oct 2010 19:52:32 +0000 (12:52 -0700)]
Ticket #2811 use more consistent max limit for OAuth application registration descriptions; now using the field max of 255 rather than $config['site']['textlimit'] as fallback if $config['application']['desclimit'] is unset or out of bounds.

13 years agoLocalisation updates from http://translatewiki.net.
Siebrand Mazeland [Sat, 9 Oct 2010 14:15:48 +0000 (16:15 +0200)]
Localisation updates from http://translatewiki.net.

13 years agoMerge branch 'schema-x' of /Users/brion/pages/mublog into schema-x
Brion Vibber [Fri, 8 Oct 2010 23:38:18 +0000 (16:38 -0700)]
Merge branch 'schema-x' of /Users/brion/pages/mublog into schema-x

13 years agoStarting on adapting postgresql schema class to look stuff up in the new drupalish...
Brion Vibber [Fri, 8 Oct 2010 23:36:32 +0000 (16:36 -0700)]
Starting on adapting postgresql schema class to look stuff up in the new drupalish format...
Fetching basic column data and unique indexes. Still needs detail work, multi-value indexes, foreign keys, and distinguishing the primary key.
Since we don't get comments and such, for cleaner comparisons we should probably do a filtering on supported features.

13 years agoMerge branch '0.9.x' into 1.0.x
Brion Vibber [Fri, 8 Oct 2010 18:47:50 +0000 (11:47 -0700)]
Merge branch '0.9.x' into 1.0.x

13 years agoMerge branch 'fatals' into 0.9.x
Brion Vibber [Fri, 8 Oct 2010 18:28:51 +0000 (11:28 -0700)]
Merge branch 'fatals' into 0.9.x

13 years agoexecution guard fixes in Facebook plugin files
Brion Vibber [Fri, 8 Oct 2010 18:26:57 +0000 (11:26 -0700)]
execution guard fixes in Facebook plugin files

13 years agoNormalize execution guards in OpenID plugin files; avoids annoying fatal errors when...
Brion Vibber [Fri, 8 Oct 2010 18:23:53 +0000 (11:23 -0700)]
Normalize execution guards in OpenID plugin files; avoids annoying fatal errors when .php files get spidered.

13 years agoCheck for Twitter foreign link actually existing before trying to delete it; friendli...
Brion Vibber [Fri, 8 Oct 2010 18:12:36 +0000 (11:12 -0700)]
Check for Twitter foreign link actually existing before trying to delete it; friendlier error message in TwittersettingsAction

13 years agoFix fatal error in FacebookremoveAction if we end up getting called double and the...
Brion Vibber [Fri, 8 Oct 2010 18:06:30 +0000 (11:06 -0700)]
Fix fatal error in FacebookremoveAction if we end up getting called double and the foreign_link entry has already been removed.

13 years agoNormalize execution guards in imap plugin files.
Brion Vibber [Fri, 8 Oct 2010 18:01:13 +0000 (11:01 -0700)]
Normalize execution guards in imap plugin files.

13 years agoNormalize execution guards on OStatus php files; mostly helps cut down on annoying...
Brion Vibber [Fri, 8 Oct 2010 17:42:59 +0000 (10:42 -0700)]
Normalize execution guards on OStatus php files; mostly helps cut down on annoying 'class not found' errors when something spiders the dirs. :P

13 years agoFix PHP fatal error in DeletenoticeAction: died when we had a valid notice, but weren...
Brion Vibber [Fri, 8 Oct 2010 17:33:43 +0000 (10:33 -0700)]
Fix PHP fatal error in DeletenoticeAction: died when we had a valid notice, but weren't logged in due to accessing $this->user before the login check. Moved check up to prepare() from handle() so it's done before usage

13 years agoSome more poking at schema stuff, on the road towards a more portable table-modificat...
Brion Vibber [Fri, 8 Oct 2010 01:33:02 +0000 (18:33 -0700)]
Some more poking at schema stuff, on the road towards a more portable table-modification with the new schema bits

13 years agofix up some more 'not null's and such
Brion Vibber [Fri, 8 Oct 2010 00:31:56 +0000 (17:31 -0700)]
fix up some more 'not null's and such

13 years agoFix detection of auto_increment fields in MySQL (sets them as 'serial' type)
Brion Vibber [Fri, 8 Oct 2010 00:22:36 +0000 (17:22 -0700)]
Fix detection of auto_increment fields in MySQL (sets them as 'serial' type)

13 years agoAdd --all option on dumpschema.php to check all core tables
Brion Vibber [Fri, 8 Oct 2010 00:02:42 +0000 (17:02 -0700)]
Add --all option on dumpschema.php to check all core tables

13 years agostop str_repeat from whinging about being run with repeat value of 0. :P
Brion Vibber [Fri, 8 Oct 2010 00:01:14 +0000 (17:01 -0700)]
stop str_repeat from whinging about being run with repeat value of 0. :P

13 years agosome more cleanup on table defs
Brion Vibber [Fri, 8 Oct 2010 00:00:40 +0000 (17:00 -0700)]
some more cleanup on table defs

13 years agoSome cleanup on detecting types
Brion Vibber [Thu, 7 Oct 2010 23:49:49 +0000 (16:49 -0700)]
Some cleanup on detecting types

13 years agoAdd --diff option to dumpschema.php to run a (quickie text) diff betwen the theoretic...
Brion Vibber [Thu, 7 Oct 2010 23:49:15 +0000 (16:49 -0700)]
Add --diff option to dumpschema.php to run a (quickie text) diff betwen the theoretical and detected schemas for the given tables

13 years agooutput tweak hack for primary keys on single line
Brion Vibber [Thu, 7 Oct 2010 23:23:36 +0000 (16:23 -0700)]
output tweak hack for primary keys on single line

13 years agoPretty up the table dumper :D
Brion Vibber [Thu, 7 Oct 2010 22:48:38 +0000 (15:48 -0700)]
Pretty up the table dumper :D

13 years agoFinish patching up the index fetching in new schema stuff for mysql
Brion Vibber [Thu, 7 Oct 2010 22:14:10 +0000 (15:14 -0700)]
Finish patching up the index fetching in new schema stuff for mysql

13 years agotweak for Managed_DataObject table defs
Brion Vibber [Thu, 7 Oct 2010 21:21:06 +0000 (14:21 -0700)]
tweak for Managed_DataObject table defs

13 years agoMerge branch '0.9.x' into 1.0.x
Brion Vibber [Thu, 7 Oct 2010 20:32:26 +0000 (13:32 -0700)]
Merge branch '0.9.x' into 1.0.x

13 years agoMerge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.x
Brion Vibber [Thu, 7 Oct 2010 20:30:55 +0000 (13:30 -0700)]
Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.x

13 years agoMerge branch 'master' into 0.9.x
Brion Vibber [Thu, 7 Oct 2010 20:30:34 +0000 (13:30 -0700)]
Merge branch 'master' into 0.9.x

13 years agoMerge branch 'bitly'
Brion Vibber [Thu, 7 Oct 2010 20:29:09 +0000 (13:29 -0700)]
Merge branch 'bitly'

13 years agoAdd a README for BitlyUrlPlugin
Brion Vibber [Thu, 7 Oct 2010 20:23:18 +0000 (13:23 -0700)]
Add a README for BitlyUrlPlugin

13 years agoTweak bit.ly admin panel messages to distinguish the admin settings from config.php...
Brion Vibber [Thu, 7 Oct 2010 20:17:20 +0000 (13:17 -0700)]
Tweak bit.ly admin panel messages to distinguish the admin settings from config.php globals

13 years agoDrop out the 'allow user override' checkbox on bit.ly admin panel until we find a...
Brion Vibber [Thu, 7 Oct 2010 20:08:23 +0000 (13:08 -0700)]
Drop out the 'allow user override' checkbox on bit.ly admin panel until we find a good way to shove the user settings in. :)

13 years agoClean up bit.ly admin panel behavior, and hide it from the shorteners list if it...
Brion Vibber [Thu, 7 Oct 2010 20:05:51 +0000 (13:05 -0700)]
Clean up bit.ly admin panel behavior, and hide it from the shorteners list if it's not fully configured.

13 years agobit.ly admin panel to set the API keys to use.
Brion Vibber [Thu, 7 Oct 2010 19:30:32 +0000 (12:30 -0700)]
bit.ly admin panel to set the API keys to use.

13 years agoWorkaround for regression in input validation due to more PCRE oddities. Recommend...
Brion Vibber [Thu, 7 Oct 2010 19:32:10 +0000 (12:32 -0700)]
Workaround for regression in input validation due to more PCRE oddities. Recommend redoing common_validate_utf8() using something more reliable, perhaps. :P

13 years agoPull up the guts of my fixed bit.ly plugin from an old work branch (that had made...
Brion Vibber [Thu, 7 Oct 2010 19:03:33 +0000 (12:03 -0700)]
Pull up the guts of my fixed bit.ly plugin from an old work branch (that had made other changes we weren't happy with in the plugin management). Now works if given a global API key.

13 years agoOStatus fixup-shadow.php: add check for user_group entries with 'uri' entry shadowing...
Brion Vibber [Thu, 7 Oct 2010 18:26:07 +0000 (11:26 -0700)]
OStatus fixup-shadow.php: add check for user_group entries with 'uri' entry shadowing an actual local_group -- this can cause trouble now that we sometimes actually use the uri field for lookups, and leaving the entries around would break updating the table to fill out formerly missing uris, since the unique index entry would already be taken by the bad entry.

13 years agoFix regression in OStatus remote group delivery: local group check was bogus in updat...
Brion Vibber [Thu, 7 Oct 2010 17:56:10 +0000 (10:56 -0700)]
Fix regression in OStatus remote group delivery: local group check was bogus in updated Ostatus_profile::localGroupFromUrl()

13 years agoWork in progress on fetching table defs from existing tables in new format -- unfinished
Brion Vibber [Thu, 7 Oct 2010 01:28:32 +0000 (18:28 -0700)]
Work in progress on fetching table defs from existing tables in new format -- unfinished

13 years agoquickie script to test schema fetch
Brion Vibber [Thu, 7 Oct 2010 01:28:19 +0000 (18:28 -0700)]
quickie script to test schema fetch

13 years agoAdd .mo files to gitignore
Brion Vibber [Thu, 7 Oct 2010 00:21:04 +0000 (17:21 -0700)]
Add .mo files to gitignore

13 years agoMerge branch '1.0.x' into schema-x
Brion Vibber [Thu, 7 Oct 2010 00:16:13 +0000 (17:16 -0700)]
Merge branch '1.0.x' into schema-x

Conflicts:
plugins/OStatus/classes/Ostatus_profile.php

13 years agoA few quick theme fixes, mostly for IE. Full update to follow.
Samantha Doherty [Wed, 6 Oct 2010 20:30:43 +0000 (16:30 -0400)]
A few quick theme fixes, mostly for IE. Full update to follow.

13 years agoMerge branch '0.9.x' into 1.0.x
Brion Vibber [Wed, 6 Oct 2010 20:07:29 +0000 (13:07 -0700)]
Merge branch '0.9.x' into 1.0.x

13 years agoMerge branch 'master' into 0.9.x
Brion Vibber [Wed, 6 Oct 2010 20:07:04 +0000 (13:07 -0700)]
Merge branch 'master' into 0.9.x

13 years agoBasic validation of UTF-8 input via GET/POST vars: invalid UTF-8 sequences will cause...
Brion Vibber [Wed, 6 Oct 2010 20:00:30 +0000 (13:00 -0700)]
Basic validation of UTF-8 input via GET/POST vars: invalid UTF-8 sequences will cause the string to drop. Not necessarily super-thorough; should be improved in future to drop individual bad sequences, do normalization of combining forms, etc. General input validation (for ints, types of strings, etc) still would be good to have!

13 years agoMerge branch '0.9.x' into 1.0.x
Brion Vibber [Tue, 5 Oct 2010 18:40:49 +0000 (11:40 -0700)]
Merge branch '0.9.x' into 1.0.x

13 years agoMerge branch 'master' into 0.9.x
Brion Vibber [Tue, 5 Oct 2010 18:39:36 +0000 (11:39 -0700)]
Merge branch 'master' into 0.9.x

13 years agoVictorian theme by Michael R. Bernstein
Brion Vibber [Tue, 5 Oct 2010 18:27:05 +0000 (11:27 -0700)]
Victorian theme by Michael R. Bernstein

Includes Linux Libertine font, used under SIL Open Font License.

13 years agomnml theme by Michael R. Bernstein
Brion Vibber [Tue, 5 Oct 2010 18:24:24 +0000 (11:24 -0700)]
mnml theme by Michael R. Bernstein

Includes TeX Gyre Heros font, used under GUST Font License

13 years agoLocalisation updates from http://translatewiki.net
Siebrand Mazeland [Mon, 4 Oct 2010 22:59:47 +0000 (00:59 +0200)]
Localisation updates from http://translatewiki.net

13 years agoMerge branch 'master' into 0.9.x
Brion Vibber [Mon, 4 Oct 2010 22:30:10 +0000 (15:30 -0700)]
Merge branch 'master' into 0.9.x

13 years agoUrgh... fix for fix for horrific $ escaping problems (some awful mix of single and...
Brion Vibber [Mon, 4 Oct 2010 22:29:30 +0000 (15:29 -0700)]
Urgh... fix for fix for horrific $ escaping problems (some awful mix of single and double-quoted strings in the terror that is mail.php)

13 years agoMerge branch 'master' of gitorious.org:statusnet/mainline into 0.9.x
Brion Vibber [Mon, 4 Oct 2010 22:22:02 +0000 (15:22 -0700)]
Merge branch 'master' of gitorious.org:statusnet/mainline into 0.9.x

13 years agoscripts/fixup_group_uri.php to fill in empty user_group.uri entries; needed before...
Brion Vibber [Mon, 4 Oct 2010 22:13:27 +0000 (15:13 -0700)]
scripts/fixup_group_uri.php to fill in empty user_group.uri entries; needed before changing domain names on sites that are hosting groups for remote users

13 years agoFix unescaped dollar signs in double-quoted strings due to localization updates ...
Brion Vibber [Mon, 4 Oct 2010 21:24:04 +0000 (14:24 -0700)]
Fix unescaped dollar signs in double-quoted strings due to localization updates (%1$s etc)

13 years agoExtra debug helper line in push callback
Brion Vibber [Mon, 4 Oct 2010 21:22:32 +0000 (14:22 -0700)]
Extra debug helper line in push callback

13 years agoMerge branch '0.9.x' into 1.0.x
Brion Vibber [Mon, 4 Oct 2010 20:06:40 +0000 (13:06 -0700)]
Merge branch '0.9.x' into 1.0.x

13 years agoFix stray newlines on a few messages (fixed on translatewiki.net as well)
Brion Vibber [Mon, 4 Oct 2010 20:05:49 +0000 (13:05 -0700)]
Fix stray newlines on a few messages (fixed on translatewiki.net as well)

13 years agoMerge branch '0.9.x' of gitorious.org:statusnet/mainline into 1.0.x
Brion Vibber [Mon, 4 Oct 2010 19:54:36 +0000 (12:54 -0700)]
Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 1.0.x

Conflicts:
actions/hostmeta.php
actions/imsettings.php
classes/User.php
lib/adminpanelaction.php
lib/channel.php
lib/default.php
lib/router.php
lib/util.php

13 years agoMerge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.x
Brion Vibber [Mon, 4 Oct 2010 18:42:16 +0000 (11:42 -0700)]
Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.x

Conflicts:
plugins/AnonymousFave/AnonymousFavePlugin.php

13 years agoMerge branch 'master' of gitorious.org:statusnet/mainline into 0.9.x
Brion Vibber [Mon, 4 Oct 2010 18:37:41 +0000 (11:37 -0700)]
Merge branch 'master' of gitorious.org:statusnet/mainline into 0.9.x

13 years agoFix broken code in OStatus feed maint/test scripts (using field name from older dev...
Brion Vibber [Mon, 4 Oct 2010 17:27:03 +0000 (10:27 -0700)]
Fix broken code in OStatus feed maint/test scripts (using field name from older dev code, would load up wrong record)

13 years agoi18n/L10n review, extension credits added.
Siebrand Mazeland [Sun, 3 Oct 2010 22:02:24 +0000 (00:02 +0200)]
i18n/L10n review, extension credits added.

13 years agoAdd documentation URL.
Siebrand Mazeland [Sun, 3 Oct 2010 21:56:13 +0000 (23:56 +0200)]
Add documentation URL.

13 years agoi18n/L10n review, plugin credits added.
Siebrand Mazeland [Sun, 3 Oct 2010 21:54:57 +0000 (23:54 +0200)]
i18n/L10n review, plugin credits added.

13 years agoLocalisation updates from http://translatewiki.net
Siebrand Mazeland [Sun, 3 Oct 2010 20:46:38 +0000 (22:46 +0200)]
Localisation updates from http://translatewiki.net

13 years ago* i18n/L10n review.
Siebrand Mazeland [Sat, 2 Oct 2010 20:25:32 +0000 (22:25 +0200)]
* i18n/L10n review.
* add onPluginVersion()

13 years agoNoticeTitle plugin: link the post title to detail view of the post
Brion Vibber [Sat, 2 Oct 2010 00:54:47 +0000 (17:54 -0700)]
NoticeTitle plugin: link the post title to detail view of the post

13 years agoBugfix in FB-sharing header for empty profile avatar
Brion Vibber [Fri, 1 Oct 2010 21:42:12 +0000 (14:42 -0700)]
Bugfix in FB-sharing header for empty profile avatar

13 years agoLocalisation updates from http://translatewiki.net.
Siebrand Mazeland [Fri, 1 Oct 2010 20:34:59 +0000 (22:34 +0200)]
Localisation updates from http://translatewiki.net.

13 years agoAdd plugin description thanks to Brion.
Siebrand Mazeland [Fri, 1 Oct 2010 20:21:12 +0000 (22:21 +0200)]
Add plugin description thanks to Brion.

13 years ago* i18n review/translator hints added.
Siebrand Mazeland [Fri, 1 Oct 2010 20:15:26 +0000 (22:15 +0200)]
* i18n review/translator hints added.
* whitespace updates.
* added @todo because of missing plugin description. I wasn't able to find out what this does exactly quick enough.

13 years ago* i18n review/translator documentation added.
Siebrand Mazeland [Fri, 1 Oct 2010 20:11:38 +0000 (22:11 +0200)]
* i18n review/translator documentation added.
* onPluginVersion() added.

13 years ago* i18n review
Siebrand Mazeland [Fri, 1 Oct 2010 20:01:18 +0000 (22:01 +0200)]
* i18n review
* onPluginVersion

13 years ago* i18n review
Siebrand Mazeland [Fri, 1 Oct 2010 19:53:20 +0000 (21:53 +0200)]
* i18n review
* onPluginVersion() added