| Commit message (Collapse) | Author | Age |
... | |
|/ / / |
|
| | | |
|
|\ \ \
| | | |
| | | | |
Extension Manager: use characters for messages
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
When loading large plugins, like the dw2pdf plugin, a timout of 25
seconds may not be enough on slow connections. This increases the limit
to 5 second short of 4 minutes.
On CLI this should not be an issue at all, on web SAPIs we need to
increase the execution time first, only if that succeeds (might be
disabled on some hosts) the limit is increased.
This replaces PR #4377
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Previously each extension was fetched separately from the API, this
fetches all installed ones in one go, speeding up the first open on cold
cache significantly.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* use SVG for popularity, a bit more muted color style
* different error icon
* colors for message icons
* lazy load screenshots
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
As pointed out in
https://github.com/dokuwiki/dokuwiki/pull/4358#issuecomment-2528848505
using Unicode Symbols for message status might not be ideal. This patch
uses upper case letters instead and SVGs in the GUI manager.
|
|\ \ \ \
| | | | |
| | | | | |
Translation update (fr)
|
|/ / / / |
|
|/ / /
| | |
| | |
| | | |
When rendering a page, the ID should be passed.
|
|\ \ \
| | | |
| | | | |
Translation update (pl)
|
|/ / / |
|
|\ \ \
| | | |
| | | | |
🤖 Update deleted files
|
|/ / / |
|
|\ \ \
| | | |
| | | | |
Extension Manager Refactoring
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | | |
Since we now protect the currently used template, the test needs to be
adjusted.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
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.
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | | |
There were a few missing and they were also missing from the detail
list. Searching for components using the type: prefix now works.
|
| | | |
| | | |
| | | |
| | | | |
Extensions that others depend on should not be uninstalled.
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This should fix backslash problems on Windows and the various additional
checks and ommissions our implementation does make more sense here
anyway.
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
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.
|
| | | | |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
Still need to check if the behaviour on missing internet works okay.
|
| | | |
| | | |
| | | |
| | | | |
template tab works now, fixed installed status
|
| | | |
| | | |
| | | |
| | | |
| | | | |
Now the GUI uses the new Installer class. More work has been done on
the GUI itself
|
| | | | |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
The GUI is still not fully functional again.
|
| | | |
| | | |
| | | |
| | | | |
I'm not really happy yet, but it will be improved in coming commits
|
| | | |
| | | |
| | | |
| | | | |
still a long road ahead
|
| | | |
| | | |
| | | |
| | | | |
This makes use of the new minphp and maxphp fields in the info.txt
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
The Installer class now also handles dependencies
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
started to migrate the CLI over to the new classes
|
| | | |
| | | |
| | | |
| | | | |
This is a more convenient method
|
|/ / /
| | |
| | |
| | |
| | | |
The aim is to readd the existing functionality into proper classes, then
extend from there.
|
| | |
| | |
| | |
| | | |
I sometimes forget to resolve todo comments in my PRs, this might help.
|
|\ \ \
| | | |
| | | | |
🤖 Automatic code style fixes
|
|/ / / |
|
| | |
| | |
| | |
| | | |
see rectorphp/rector#8916
|
| | | |
|