| #
ab8e5256 |
| 09-Dec-2025 |
Andreas Gohr <gohr@cosmocode.de> |
Use custom vendor dir
The plugin provides its own versions of libraries normally included in DokuWiki but that might be missing in old installs. Since modern DokuWiki installs will autoload from plu
Use custom vendor dir
The plugin provides its own versions of libraries normally included in DokuWiki but that might be missing in old installs. Since modern DokuWiki installs will autoload from plugin vendor dirs, DokuWiki might have used the libs from this plugin instead of the bundled ones. This is usually not a problem but there might be version differences...
This patch renames the vendor directory, hiding it from DokuWiki's autoloading.
show more ...
|
| #
8dab6045 |
| 06-Feb-2024 |
Andreas Gohr <andi@splitbrain.org> |
some code style cleanups
|
| #
0aa25059 |
| 12-Apr-2023 |
Andreas Gohr <andi@splitbrain.org> |
always start fresh. fixes #126
Delete any previous downloads before starting the upgrade from the admin screen.
|
| #
4e3e87e4 |
| 11-Apr-2023 |
Andreas Gohr <andi@splitbrain.org> |
refactor to add CLI
|
| #
33bed757 |
| 06-Oct-2022 |
Andreas Gohr <andi@splitbrain.org> |
avoid initialization error on php8+ fixes #223
|
| #
9e48b5c0 |
| 26-Jun-2022 |
Andreas Gohr <andi@splitbrain.org> |
updated minimum PHP requirements
|
| #
6221d5c4 |
| 19-May-2021 |
Frédéric Sheedy <sheedf@gmail.com> |
Adjust version number when we compare versions
Plugin alway shows an available upgrade. This is cause when we compare full version strings, they differ:
- $tgzversion value is: 2020-07-29 "Hogfathe
Adjust version number when we compare versions
Plugin alway shows an available upgrade. This is cause when we compare full version strings, they differ:
- $tgzversion value is: 2020-07-29 "Hogfather"
- $version value is: Release 2020-07-29 "Hogfather"
This fix use the getVersionData() function to ignore the "Release" string added using getVersion() function.
Also, $tgzversion value may contain spaces at the end. So we add a trim() for both variables.
Fix #201
The bug was introduced in commit 27c6a3e.
show more ...
|
| #
27c6a3e6 |
| 03-Jun-2020 |
Andreas Gohr <andi@splitbrain.org> |
when dates are the same, but full version strings differ update anyway
|
| #
0ab52135 |
| 03-Jun-2020 |
Andreas Gohr <andi@splitbrain.org> |
more relaxed version parsing #190
This also adds tests for it.
|
| #
d96773ca |
| 02-Jun-2020 |
Andreas Gohr <andi@splitbrain.org> |
fix version recognition for non-RCs #186
This was broken in 29c1ab7455581d75e9e58b69565c6132f4821db6
|
| #
29c1ab74 |
| 01-Jun-2020 |
Andreas Gohr <andi@splitbrain.org> |
adjust version check for RCs. fixes #186
|
| #
fb522b50 |
| 24-Apr-2019 |
Andreas Gohr <gohr@cosmocode.de> |
make _say() a static method. fixes #143
|
| #
4877bd65 |
| 07-Jun-2018 |
Andreas Gohr <gohr@cosmocode.de> |
reset opcache when done
See splitbrain/dokuwiki#2369
|
| #
8c429a2c |
| 07-Jun-2018 |
Andreas Gohr <gohr@cosmocode.de> |
safemode is gone, we no longer care for it
|
| #
a6a26032 |
| 25-Apr-2018 |
Andreas Gohr <andi@splitbrain.org> |
another fix for the fix of #138
|
| #
68cf950e |
| 25-Apr-2018 |
Andreas Gohr <gohr@cosmocode.de> |
namespace custom HTTPClient, fixes #138
|
| #
e90f5147 |
| 23-Apr-2018 |
Andreas Gohr <andi@splitbrain.org> |
added a more recent HTTPclient version. should fix #136
|
| #
7b7da9aa |
| 23-Apr-2018 |
Andreas Gohr <andi@splitbrain.org> |
try to work around some kinks on case insensitive file systems
We now delete existing files before copying, which should ensure the new file has the case we intended.
Before deleting deprecated fil
try to work around some kinks on case insensitive file systems
We now delete existing files before copying, which should ensure the new file has the case we intended.
Before deleting deprecated files, we make sure the case is an exact match.
show more ...
|
| #
cd074bc5 |
| 23-Apr-2018 |
Andreas Gohr <gohr@cosmocode.de> |
adjust php version test
This needs to be done better
|
| #
38665ab9 |
| 24-Aug-2015 |
Andreas Gohr <gohr@cosmocode.de> |
fixed class usage
|
| #
4ed3677e |
| 16-Aug-2015 |
Andreas Gohr <andi@splitbrain.org> |
make it more clear that errors are bad
|
| #
9f8d4355 |
| 16-Aug-2015 |
Andreas Gohr <andi@splitbrain.org> |
use post form and buttons
|
| #
61f0f3bf |
| 16-Aug-2015 |
Andreas Gohr <andi@splitbrain.org> |
added missing type attribute
|
| #
a92a10d4 |
| 16-Aug-2015 |
Andreas Gohr <andi@splitbrain.org> |
fixed version warning (vsprintf() Too few arguments)
|
| #
1e627e00 |
| 11-Aug-2015 |
Andreas Gohr <gohr@cosmocode.de> |
check for correct PHP version
|