Robin Appelman
|
fbbe0ebe77
|
add function to get config object from OC_Config
|
2013-07-29 16:32:37 +02:00 |
Bart Visscher
|
1a2db491af
|
Merge pull request #3962 from owncloud/move-error-handlers
Move error handlers from OC_Log to OC\Log\ErrorHandler
|
2013-07-15 09:23:37 -07:00 |
icewind1991
|
3abe68176f
|
Merge pull request #3270 from owncloud/convert-oc_config
Convert OC_Config to object so it can be used for DI
|
2013-07-11 18:21:08 -07:00 |
Robin Appelman
|
9cd7ecd502
|
Updater: pass update url as argument to update check
|
2013-07-06 17:05:38 +02:00 |
Robin Appelman
|
58f473d734
|
split upgrade logic from ajax file
|
2013-07-06 17:00:00 +02:00 |
Bart Visscher
|
2db839c4d3
|
Move error handlers from OC_Log to OC\Log\ErrorHandler
|
2013-07-05 19:28:10 +02:00 |
Thomas Müller
|
e789e05675
|
on unit test use @expectedException
some phpdoc added
|
2013-07-02 00:15:42 +02:00 |
Thomas Müller
|
bb07dde988
|
Merge branch 'master' into convert-oc_config
|
2013-07-01 23:43:00 +02:00 |
Thomas Mueller
|
de93b21505
|
missing $
|
2013-06-27 23:14:32 +02:00 |
Bart Visscher
|
12976fb2e1
|
Set debugMode after reading the config file
|
2013-06-27 22:50:28 +02:00 |
Bart Visscher
|
194b61b4c5
|
Revert "Can't determine if debug mode is defined until we read the config"
This reverts commit 969e43c87b .
|
2013-06-27 22:24:17 +02:00 |
Bart Visscher
|
2eaad58922
|
Make the object drive the logging backend
This is the other way around then it was.
|
2013-06-27 20:10:54 +02:00 |
Michael Gapczynski
|
969e43c87b
|
Can't determine if debug mode is defined until we read the config
|
2013-06-10 12:07:25 -04:00 |
Michael Gapczynski
|
d50d663928
|
Style and comment fixes
|
2013-06-03 18:05:38 -04:00 |
Thomas Mueller
|
195f6143a3
|
Merge branch 'master' into convert-oc_config
|
2013-05-15 23:51:13 +02:00 |
Bart Visscher
|
b41999a2c0
|
Implement OC\Log as proxy to OC_Log
OC\Log implements the Psr\Log\LoggerInterface interface. See
https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-3-logger-interface.md
for the full interface specification.
|
2013-05-13 08:28:10 +02:00 |
Robin Appelman
|
d9c19fa8d7
|
Move legacy filesystem classes
|
2013-05-08 16:48:47 +02:00 |
Bart Visscher
|
07df94def6
|
Convert OC_Config to object interface
|
2013-05-07 19:59:46 +02:00 |