-
I found out page request is too slow by using with docker. How can I optimize YAWIK. Thanks a lot.
-
hi @kilip
I've removed the comment in
https://github.com/cross-solution/YAWIK/blob/develop/module/Jobs/view/jobs/jobboard/index.ajax.phtml#L13
```
//@TODO: [ZF3] the line below caused an er…
-
YAWIK: v0.30.2
MongoDB server version: 3.6.2
As I read mongo docs https://docs.mongodb.com/v3.2/reference/operator/update/pushAll/
$pushAll : Deprecated since version 2.4: Use the $push operator …
-
The JobAPI does not use the JobUrl-Helper
https://github.com/cross-solution/YAWIK/blob/develop/module/Jobs/src/Jobs/View/Helper/JobUrl.php
https://github.com/cross-solution/YAWIK/blob/develop/mo…
mbo-s updated
6 years ago
-
Location editing on an offer is broken
Steps to reproduce
1. Edit an offer e.g. https://yawik.org/demo/en/jobs/edit?id=592d1de14e197fa34a846ac3 you see here as Location "Berlin, Berlin"
2. Edit…
mbo-s updated
6 years ago
-
Currently the jobapi returns JSON-P with a hardcoded yawikParseJobs
https://github.com/cross-solution/YAWIK/blob/develop/module/Jobs/src/Jobs/Controller/ApiJobListByOrganizationController.php#L45
e.…
mbo-s updated
6 years ago
-
modifications where done my @TiSiE
it's not already merged, because tests are missing. Please create tests and merge:
https://github.com/cross-solution/YAWIK/tree/file_upload_optimization
in…
-
```
Fatal Error
Class YawikDemoSkin\Factory\Dependency\ManagerFactory contains 1 abstract method and must therefore be declared abstract or implement the remaining methods (Zend\
ServiceManager\F…
-
We're detecting the language in:
https://github.com/cross-solution/YAWIK/blob/c47b2b2d6197aa08759d484b81d51448349abc71/module/Core/src/Core/Listener/LanguageRouteListener.php#L131
But our Langua…
-
there is a Vulnerability in jquery. We're using jquery 2 because
> module/Core/public/js/core.init.js uses the jquery function size(), which is deprecated since 1.8 and removed in jquery 3. Since …