9954387e90
Removed redundant lib2/cookie.inc.php, changed all uses to new Cookie service. Except lib1 - should be phased out anyway.
2014-01-19 02:48:49 +01:00
ba296ed691
Moved Crypt class.
2014-01-19 02:32:39 +01:00
b015efa99a
Added LoggingInterface for switching between loggers. Refactored Login and Cookie classes.
2014-01-19 02:29:57 +01:00
6a487c218d
Removed loading login.class.php from lib2/common.inc.php. So no $login variable is propagated anymore (for lib2).
...
Fixed all calls in index.php and included files. DID NOT YET FIX OTHER PAGES! THEY WILL BREAK!
N.B.: Instead of $login->..., you now have to do $GLOBALS['container']->get('ocde.login')->...
2014-01-18 23:50:39 +01:00
5fe40d0d62
Prepared Login and Cookie services.
2014-01-16 01:45:16 +01:00
658730c846
Added YamlConfigLoader and Config service for global configuration.
2014-01-13 02:21:39 +01:00
42a96aa6a0
Added Console-Logger. Load different services config for CLI or Web.
2014-01-12 17:17:03 +01:00
753997ea55
Added Dependency Injection (DI) method from Symfony framework. Added ChromePhp logger and some dummy loggers. These signature is somewhat compatible to Monolog which Symfony uses. Added Config service skeleton - to be used via DI.
...
Signed-off-by: Markus Birth <mbirth@gmail.com >
2014-01-12 05:37:30 +01:00
8f779cb357
Renamed root namespace to "OpencachingDE".
...
Signed-off-by: Markus Birth <mbirth@gmail.com >
2014-01-12 05:37:13 +01:00