Hi,
what can be done with a.m. Plugin?
Has been archived by maintainer in 2019 or so. But it should be possible to continue adding improvements.
Ideas how to get Master into normal Plugins Release Handling?
CU
Rainer
Hi,
what can be done with a.m. Plugin?
Has been archived by maintainer in 2019 or so. But it should be possible to continue adding improvements.
Ideas how to get Master into normal Plugins Release Handling?
CU
Rainer
Not clear what your issue/goal here.
<đ>
Damn, Iâve lost the note with FrĂ©dĂ©ricâs phone number - Alfred, can you help me?
</>
Rainer,
I took your post as a serious request and I tried to supply a serious help.
But I donât have the time to kidding around.
I decided to create a fork, because it is too difficult do get in contact with Frédéric
You can find the test version here on github, I am currently testing that version in âreal life testâ. There are only few modifications in the plugin: new Locale, new Changelog and such details. it would be great if some people could test it. Please keep in Mind that you do that on your own risc. My first version broke KANBOARD function completely when I changed language in my User Profile to french. Reason was translation line
" 'Expiration Date' => 'Date d' expiration',"
instead of
" 'Expiration Date' => 'Date de expiration',
caused the problem!
But now everything works fine in my tests in French, Spanish, English, Hungarian and German language.
I already created a draft of the description for the plugins page; you can not find it here. That source is cruelly damaged. For my additin I used the original sourde from
So should it look:
I will need help for the line below âReadmeâ: I donât know which resources are affected by that plugin.
CU
Rainer
They are stripped from your edits in the plugins.json:
e.g. âhas_hooksâ, âhas_overridesâ, âhas_schemaâ etc.
Your Calendar is the only of my installed plugins having plugins.json
I refer to the file website/plugins.json at main · RainerBielefeld/website · GitHub
There is a misunderstanding. My question " I donât know which resources âŠ" is concerning the plugin-broadcast itself!
My php knowledge is much too little to find out
If you want to publish your work in the official plugin directory, you have to create a PR to the website repo, where only its file plugins.json has to be updated, according to the contents of your Plugin.php.
âhas_hooksâ: true, if you use hooks
âhas_overridesâ: true, if you use overrides
âhas_schemaâ: true, if you modify or extend the database schema.
For your broadcast fork, this will be at least:
âhas_hooksâ: true,
âhas_schemaâ: true
âhas_overridesâ: true
See also: README
HTH
abu
Please donât hesitate to ask and/or add me as a collaborator.
Great!
I only have very basic knowledge how to proceed code changes and pull requests on github.
Can you please have a look on
Rainer
Hey, itâs online now. Congrats!
Some remarks:
I will do that for next release, but I will need a little help; will ask for instructions in time.