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.
I now have a new tested Master with some fixes
My plan is to upload the source to a new repository broadcast on github from current master during weekend.
Of course download sources will have to be adapted in Plugin.php and plugins.json for the release from master at new place
Any hints, concerns, ⊠?
But
for the new Broadcast plugin
I will need a little help to fix that
Currently
Seems I did some things very wrong. Who can help?
I have several remarks.
Integrate version number into the zip filename. E.g. Broadcast-1.0.0.zip
Consider storing the zip at another place.
âdownloadâ: âhttps://github.com/RainerBielefeld/Broadcast/archive/refs/tags/broadcast.zipâ,
Even if this might work, look at what others have done. Itâs usual to create a release on GitHub first and store the zip there for downloading.
Example:
âdownloadâ: âhttps://github.com/BlueTeck/kanboard_plugin_boardcustomizer/releases/download/v1.1.0/Boardcustomizer-1.1.0.zipâ,
Iâve adjusted the zip for you, but Iâve not the permission for adding it to the release.
Thx, I will follow up on this tomorrow.
Meanwhile, I have fixed all relevant things so that you can open a PR to publish.
Because I want to learn I will need a little time to do that â probably Thursday in the evening