Marc

Results 3 issues of 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...

planned feature

The Helpers and one Adapter are using a self written curl connection. Why not using lithium´s curl capability?

feature request

I think this is related to the lithiums old redirection rules right? => will fix that (after qa merge) #12

bug or issue