Marc
Marc
There are several global Variables, which should be isolated/capsulated. Instead of using: ``` if (!isset($minerva_config['use_minerva_access']) || $minerva_config['use_minerva_access'] === true) { ...code } ``` Using Static Config Helper Class or anything...
The Helpers and one Adapter are using a self written curl connection. Why not using lithium´s curl capability?
I think this is related to the lithiums old redirection rules right? => will fix that (after qa merge) #12