-
| Q | A
| ----------------- | ---
| Zikula Version | 1.4.4-dev-build140
| PHP Version | 5.6.25
### Expected behavior
Klicking on the admin menue strips in the main head…
-
The link points to that page: `http://localhost/zk136/index.php?module=categories&type=user&func=edit&dr=32`.
I get:
Error on Site name
The 'categories' module returned an error in 'edit'.
The Resp…
-
After https://github.com/zikula/core/issues/1054 has been completed/closed.
See also https://github.com/Guite/MostGenerator/issues/378
Guite updated
7 years ago
-
There are a few usages of legacy Util classes left. These need to be removed.
- [x] Use `Kernel#isBundle()` instead of `ModUtil::available`
- [x] Eliminate usage of `System`
- [x] Generate only o…
Guite updated
7 years ago
-
![profile validation](https://cloud.githubusercontent.com/assets/935250/20226370/1e355e2a-a848-11e6-92b5-193310f16fd4.jpg)
all single line I can not type in something. When I save I do get the Germ…
-
Review thumbnail generation possibilities in the updated Imagine system plugin.
https://github.com/zikula/core/tree/1.3/src/plugins/Imagine
@jusuff
Guite updated
7 years ago
-
We probably need a replacement API for `ModUtil::available()`. Because `$this->kernel->getModule('...')` does not check whether the module is activated or not. Thus, event listeners could be executed …
Guite updated
7 years ago
-
| Q | A
| ----------------- | ---
| Zikula Version | 1.4.4
| PHP Version | 5.6.25
### Expected behavior
That I'm able to open the backend of Pages 3.0.1
### Actual b…
-
| Q | A
| ----------------- | ---
| Zikula Version | 1.4.6
| PHP Version | 5.6
### Expected behavior
A site admin should be able to modify any user's password or emai…
-
in ViewUtil the image urls are extended with ZLOADER_PATH, but this includes the zikula base url already. Better use $_SERVER['DOCUMENT_ROOT'].