with zenphoto 1.4.4 there is new plugin organization.
2 things about that : - wrong frensh translation : 'misc' should translate by 'divers'. - is there a way to order 3rd party plugin, in spam tab for example ?
I have create a new ticket label "translation issue" on the GitHub bugtracker. Please report there in case our Feench translator does not look that often at the forum.
Yes, look at the comment block of official plugins. You find a @package and a @subpackage tag. The 2nd determines the category.
Also in italian there is a wrong translation. Media is translated as supporto, that means support. It can be left like in english: media is ok in italian too.
By the way, do you think that media is the right category for thumbsZoom plugin? Tomorrow the hosting page will probably be ready, I have just tested the plugin with current version of Zenphoto.
Language translations are done by our translator volunteers. I suggest you create an issue on GitHub, label it as a translations issue and state your case.
I would categorize the thumsZoom plugin as media, seems like the others in that category.
Yes, look at the comment block of official plugins. You find a @package and a @subpackage tag. The 2nd determines the category.
thank acrylian but don't you think it would be more usable and readable with some variable as $plugin_description ($plugin_package and $plugin_subpackage for example) ?
I suggest you create an issue on GitHub, label it as a translations issue and state your case..
I've tried to find the way for labeling an issue, but I can't do that. Maybe I have not enough privileges on GitHub, or I'm just missing some button under my eyes..
The packages are in the comments because those are used by the phpdoc generation of the documentation as well. Otherwise we have doubled info on a plugin file since you should add a proper comment block anyway..;-)
We will update the plugin tutorial soon and probably add a "skeleton" of a base plugin file so all the info should be in place.
I guess the thinking is that only someone that can actually commit code will attach importance via the label in effect vetting the issue for the repo. I couldn't find anything that suggested otherwise.
Comments
Yes, look at the comment block of official plugins. You find a @package and a @subpackage tag. The 2nd determines the category.
By the way, do you think that media is the right category for thumbsZoom plugin? Tomorrow the hosting page will probably be ready, I have just tested the plugin with current version of Zenphoto.
I would categorize the thumsZoom plugin as media, seems like the others in that category.
but don't you think it would be more usable and readable with some variable as $plugin_description ($plugin_package and $plugin_subpackage for example) ?
We will update the plugin tutorial soon and probably add a "skeleton" of a base plugin file so all the info should be in place.
I have some trouble to adapt Akismet filter to the zenphoto plugin architecture...
As mentionned before, maybe we have not enough privileges on GitHub...
https://groups.google.com/forum/?fromgroups=#!topic/github/hTwu5w7TjLQ
also,
http://stackoverflow.com/questions/8888675/in-github-issue-tracker-can-non-admin-users-assign-users-and-labels
I guess the thinking is that only someone that can actually commit code will attach importance via the label in effect vetting the issue for the repo. I couldn't find anything that suggested otherwise.