“Update” button in ppooll settings #65
Replies: 9 comments 3 replies
|
I think this could also come with some sort of version control. I feel like every change to "main" branch warrants a new version number from ppooll, even if it's like "8.5.2.104" or something. I can try to build this feature if this is interesting to users |
|
that sounds really interesting!!! what do you think @klausfilip ? |
|
regarding versioning: klaus gave the newer ppooll versions the same number as the max version it should work on. i added the date number after that for clarification |
|
btw regarding a script: does git come with every mac & windows machine? because else we'd need a compulsory extra git install. anyway i think this feature would be great. |
|
hi, yes sure, if there is a way to update ppooll and ppooll_contributions from within ppooll, lets do it. |
|
as i understand the git-commands, it needs a local repository that was initially cloned. if users just download ppooll and use it github will promt: fatal: not a git repository (or any of the parent directories): .git |
|
Hmmm I could write a patch that checks for a .git file. If none exists, I can write commands to connect to the remote repo. Otherwise, just pull changes :) |
|
yes please ;) |
|
a little tricky working with "git" commands in shell... could possibly have it done via "curl" and then "unzip -o" to overwrite |
Uh oh!
There was an error while loading. Please reload this page.
Would be cool to have an update button for non-git users to have latest code without going to GitHub.
Could use "shell" ext to perform "git clone" commands behind the scenes perhaps?
All reactions