“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 |
Beta Was this translation helpful? Give feedback.
-
that sounds really interesting!!! what do you think @klausfilip ? |
Beta Was this translation helpful? Give feedback.
-
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 |
Beta Was this translation helpful? Give feedback.
-
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. |
Beta Was this translation helpful? Give feedback.
-
hi, yes sure, if there is a way to update ppooll and ppooll_contributions from within ppooll, lets do it. |
Beta Was this translation helpful? Give feedback.
-
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 |
Beta Was this translation helpful? Give feedback.
-
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 :) |
Beta Was this translation helpful? Give feedback.
-
yes please ;) |
Beta Was this translation helpful? Give feedback.
-
a little tricky working with "git" commands in shell... could possibly have it done via "curl" and then "unzip -o" to overwrite |
Beta Was this translation helpful? Give feedback.
-
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?
Beta Was this translation helpful? Give feedback.
All reactions