![]() |
|
zenphoto 1.4.4 : new plugin organization - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: zenphoto 1.4.4 : new plugin organization (/thread-10694.html) |
zenphoto 1.4.4 : new plugin organization - vincent3569 - 2013-01-02 hi with zenphoto 1.4.4 there is new plugin organization. 2 things about that :
zenphoto 1.4.4 : new plugin organization - acrylian - 2013-01-02 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. zenphoto 1.4.4 : new plugin organization - bic - 2013-01-03 Also in italian there is a wrong translation. Media is translated as [i]supporto[/i], that means [i]support[/i]. It can be left like in english: [i]media[/i] 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. zenphoto 1.4.4 : new plugin organization - sbillard - 2013-01-03 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. zenphoto 1.4.4 : new plugin organization - vincent3569 - 2013-01-03 Quote:Yes, look at the comment block of official plugins. You find a @package and a @subpackage tag. The 2nd determines the category. zenphoto 1.4.4 : new plugin organization - bic - 2013-01-03 Quote: I suggest you create an issue on GitHub, label it as a translations issue and state your case.. zenphoto 1.4.4 : new plugin organization - fretzl - 2013-01-03 They should be on the right side of the fields where you enter your new issue. zenphoto 1.4.4 : new plugin organization - acrylian - 2013-01-03 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. zenphoto 1.4.4 : new plugin organization - vincent3569 - 2013-01-03 Quote: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. zenphoto 1.4.4 : new plugin organization - bic - 2013-01-04 Quote:They should be on the right side of the fields where you enter your new issue. zenphoto 1.4.4 : new plugin organization - vincent3569 - 2013-01-04 I agree with bic : there are no label on the right side of new issue. zenphoto 1.4.4 : new plugin organization - Mark R - 2013-01-04 This seems to be by design. https://groups.google.com/forum/?fromgroups=#!topic/github/hTwu5w7TjLQ also, 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. |