Hello,
stupid question probably answered here but not found.
I have found a module that I would like to update and release a new version. I have contacted the author of the module and he has added me to the developer list. Now what? I can not see the possibility to add new release, as I normally have with my own modules. Where can I create a new release and upload files?
Please help ::)
Sonya
[SOLVED] How to release new version of module?
[SOLVED] How to release new version of module?
Last edited by Sonya on Sat Jul 18, 2009 2:51 pm, edited 1 time in total.
Re: How to release new version of module?
Sorry, admin only can add a new releaseSonya wrote: Now what? I can not see the possibility to add new release, as I normally have with my own modules. Where can I create a new release and upload files?
Alby
Re: How to release new version of module?
Thank you for reply. One question more: what is the purpose to be added to the developer list of the module in this case except of be listed to the right?alby wrote: Sorry, admin only can add a new release
Re: How to release new version of module?
Sorry, I don't understand what you saySonya wrote: what is the purpose to be added to the developer list of the module in this case except of be listed to the right?
Alby
Re: How to release new version of module?
Sorryalby wrote: Sorry, I don't understand what you say

And how is the process of release is defined now? Must I send files with my changes to the admin of module. Or can I submit them in SVN (I have not ever worked with SVN)?
I know: a lot of questions. But I would like to understand how developers can collaborate in most efficient way.
Thank you for your patience

Re: How to release new version of module?
yesSonya wrote: Or can I submit them in SVN (I have not ever worked with SVN)?
Difference from admin and develop are that admin has control on "file release" and request user join
For coding/bug/Feature request is same
Alby
Re: How to release new version of module?
Thank you again. I have committed my changes to SVN.alby wrote: yes
Difference from admin and develop are that admin has control on "file release" and request user join
For coding/bug/Feature request is same
Last question: What about translation files? I have to change en_US file to update help. Should I do it in SVN or with translation center (I do not not have access to translation center except of Russian)? Or must I change the file lang/en_US.php directly?
EDIT: I have found this topic http://forum.cmsmadesimple.org/index.ph ... 639.0.html
As I understand the natural language file must be changed via svn:
Where can I find forge categorisation? As this is not my module, I am not sure what language is the "natural one" for it.Please do not commit any language file other than the one for your module’s natural language (actually the natural language of the module as listed in the Forge categorisation)
Last edited by Sonya on Fri Jul 17, 2009 6:58 pm, edited 1 time in total.
Re: How to release new version of module?
yes, language file in lang folder is primary language, translation languages come in ext subfolder automaticalySonya wrote: Or must I change the file lang/en_US.php directly?
Alby