8392b8bb | 09-Dec-2024 |
Marek Adamski <fevbew@wp.pl> |
translation update |
2243c822 | 09-Dec-2024 |
splitbrain <86426+splitbrain@users.noreply.github.com> |
Update deleted files |
bc72c22f | 04-Dec-2024 |
Andreas Gohr <andi@splitbrain.org> |
Extension Manager: style fixes |
ea9e07cf | 04-Dec-2024 |
Andreas Gohr <andi@splitbrain.org> |
Extension Manager: adjust test
Since we now protect the currently used template, the test needs to be adjusted. |
cf461f20 | 04-Dec-2024 |
Andreas Gohr <andi@splitbrain.org> |
Extension Manager: adjust notice strings
Because notices are shown on command line as well as in the admin GUI, we can not use HTML in them. This adjusts the affected language strings and removes th
Extension Manager: adjust notice strings
Because notices are shown on command line as well as in the admin GUI, we can not use HTML in them. This adjusts the affected language strings and removes the previously used clean up routine.
show more ...
|
d98308b7 | 04-Dec-2024 |
Andreas Gohr <andi@splitbrain.org> |
Extension Manager: show updatemessage for installed extensions only |
3e63733d | 04-Dec-2024 |
Andreas Gohr <andi@splitbrain.org> |
Extension Manager: correctly handle component types
There were a few missing and they were also missing from the detail list. Searching for components using the type: prefix now works. |
b69d74f1 | 04-Dec-2024 |
Andreas Gohr <andi@splitbrain.org> |
Extension Manager: check dependencies on uninstall/disable
Extensions that others depend on should not be uninstalled. |
077f55fe | 04-Dec-2024 |
Andreas Gohr <andi@splitbrain.org> |
Extension Manager: protect the current template |
e8fd67e9 | 22-Nov-2024 |
Andreas Gohr <andi@splitbrain.org> |
Extension Manager: fullpath instead of realpath
This should fix backslash problems on Windows and the various additional checks and ommissions our implementation does make more sense here anyway. |
b3a16c4a | 22-Nov-2024 |
Andreas Gohr <andi@splitbrain.org> |
Extension Manager: fix incorrect import |
7c184cfc | 22-Nov-2024 |
Andreas Gohr <andi@splitbrain.org> |
Extension Manager: (automatic) code style fixes |
7c995fc8 | 22-Nov-2024 |
Andreas Gohr <andi@splitbrain.org> |
Extension Manager: small language adjustments |
8fe483c9 | 22-Nov-2024 |
Andreas Gohr <andi@splitbrain.org> |
Extension Manager: updated tests |
5732c960 | 21-Nov-2024 |
Andreas Gohr <andi@splitbrain.org> |
Extension Manager: adjust javascript and images
This simpliefies the view options into a single filter, which toggles between all and updatable extensions. This should be less confusing and is what
Extension Manager: adjust javascript and images
This simpliefies the view options into a single filter, which toggles between all and updatable extensions. This should be less confusing and is what most people use anyway.
Image use has been reduced and SVGs are used for icons now. Placeholders are still PNG.
show more ...
|
17b57ea5 | 21-Nov-2024 |
Andreas Gohr <andi@splitbrain.org> |
Extension Manager: removed obsolete code |
652715cc | 21-Nov-2024 |
Andreas Gohr <andi@splitbrain.org> |
Extension Manager: added the last missing GUI tabs |
79ff0cd0 | 21-Nov-2024 |
Andreas Gohr <andi@splitbrain.org> |
Extension Manager: check repo access in handle()
Still need to check if the behaviour on missing internet works okay. |
176901c2 | 20-Nov-2024 |
Andreas Gohr <andi@splitbrain.org> |
Extension Manager: Template GUI
template tab works now, fixed installed status |
80bc92fb | 20-Nov-2024 |
Andreas Gohr <andi@splitbrain.org> |
Extension Manager: add installer to GUI
Now the GUI uses the new Installer class. More work has been done on the GUI itself |
00929f2e | 20-Nov-2024 |
Andreas Gohr <andi@splitbrain.org> |
Extension Manager: some more work on styling |
71eea990 | 14-Aug-2024 |
Andreas Gohr <andi@splitbrain.org> |
Extension Manager: by default skip all git controlled extensions |
981e70ca | 08-Aug-2024 |
Andreas Gohr <andi@splitbrain.org> |
Extension Manager: overhauled list display style
The GUI is still not fully functional again. |
20db0ca9 | 08-Aug-2024 |
Andreas Gohr <andi@splitbrain.org> |
Extension Manager: some first attempts at styling
I'm not really happy yet, but it will be improved in coming commits |
4fd6a1d7 | 25-Apr-2024 |
Andreas Gohr <andi@splitbrain.org> |
Extension Manager: First go at reimplementing the GUI
still a long road ahead |