Thomas Müller
9c9dc276b7
move the private namespace OC into lib/private - OCP will stay in lib/public
...
Conflicts:
lib/private/vcategories.php
12 years ago
Bart Visscher
2db839c4d3
Move error handlers from OC_Log to OC\Log\ErrorHandler
12 years ago
Thomas Mueller
de93b21505
missing $
12 years ago
Bart Visscher
2eaad58922
Make the object drive the logging backend
...
This is the other way around then it was.
12 years ago
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.
12 years ago
Bart Visscher
ffae6f4b84
Style-fix: Breakup long lines
12 years ago
Bart Visscher
5bfe4adbaa
Whitespace cleanup
12 years ago
Felix Moeller
a4b2ea586d
Style: Remove all the dangling white spaces
13 years ago
Felix Moeller
f8d1d7787e
Checkstyle fixes for SpaceBeforeOpenBrace
13 years ago
Michael Gapczynski
a6e18e0b6d
Check if error_report() is equal to 0, so suppressed errors aren't logged e.g. the htaccesstext.txt fopen failing
13 years ago
Sam Tuke
8b01286a5d
Merged branch 'master'
13 years ago
Robin Appelman
d589869a34
disable log when running tests
13 years ago
VicDeo
2b6869bcea
Uncaught exception logging
13 years ago
Victor Dubiniuk
bbf8bb0bb3
Log PHP errors to the OC log
13 years ago
Bart Visscher
a9d7c67bf2
The log message is not always shown in html
...
The log message can also be logged with syslog, here we don't want to have html-entities. Also the log messages through json are displayed as text not html.
13 years ago
Tom Needham
9c47346373
Protect admin from evil log messages
13 years ago
Bart Visscher
3a4521a012
Add support for logging to syslog
13 years ago
Robin Appelman
797e921b9a
improve log browsing
13 years ago
Brice Maron
7de591f5cc
Avoid Huge error message when unable to read log file
14 years ago
Robin Appelman
af1f0305eb
fix log level check
14 years ago
Robin Appelman
820cd0fb75
provide a logging mechanism
14 years ago
Robin Appelman
1f1498ceca
remove Log completely
14 years ago
Serge Martin
acf7916e71
user is a reserved word in postgresql
14 years ago
Jakob Sack
bafd684eb6
Renaming classes :-)
14 years ago
Jakob Sack
2ff8d7a8bc
One class per file!
14 years ago
Robin Appelman
7505720350
fix log when no tablename prefix is used
14 years ago
Alessandro Cosentino
86dd023448
Adding clear logs functions
14 years ago
Jakob Sack
d70dfbdebb
Renamed a few columns in order t ohave both sqlite and mysql up and running
14 years ago
Robin Appelman
3e99aefb7e
make logs work with sqlite
14 years ago
Robin Appelman
741519fa79
loging system
14 years ago
Jakob Sack
1fe5f5a2df
Better documentation for OC_USER
14 years ago
Jakob Sack
ed77ab18c9
Added a dump of the database
14 years ago
Jakob Sack
a3070405d9
OC_HELPER, OC_LOG and OC_TEMPLATE prepared for refactoring
14 years ago
Jakob Sack
132695ceb1
Start of the refactoring. Commit is quite big because I forgot to use git right from the beginning. Sorry.
14 years ago