Commit Graph

102 Commits

Author SHA1 Message Date
resurtm
ffb9a06b2f Fix CSysLogRoute.php file comment 2014-04-11 11:54:15 +06:00
resurtm
f722d50ba3 Fixes #3324: add syslog support 2014-04-10 23:49:00 +06:00
Carsten Brandt
75eb9f9986 Changed header case Content-type to Content-Type
fixes #2709 fixes #2726
2013-08-03 11:25:20 +02:00
resurtm
f12658e956 Fixes #100. Fixes #2180. CLogFilter::$logVars can now be array of arrays. 2013-06-28 20:28:44 +06:00
resurtm
40f16aa787 Fixes #1732. Fixed bug related to JS console object in MSIE 8 and 9. 2013-06-06 21:11:59 +06:00
resurtm
975a368429 Fixes #1924: CLogFilter::$dumper added. 2013-05-29 14:46:33 +06:00
Carsten Brandt
c3e647e195 Cleanup after 3b288 and PR #2275 2013-04-25 13:02:23 +02:00
Paul Klimov
11c3010a82 Fix doc comments at "CLogger" 2013-04-25 12:23:23 +03:00
Paul Klimov
cd2b3e4917 $result variable initialization at "CProfileLogRoute::displaySummary()" has been added. 2013-04-25 12:13:05 +03:00
Carsten Brandt
3b28868b04 a bit of refactoring for PR #2275 + CHANGELOG line 2013-04-25 00:10:32 +02:00
Brian Stevens
7b3673b014 Allow for primary log rotation by copy and truncate rather than rename 2013-03-29 22:42:24 -05:00
borales
6d19a150d4 Replacing spaces with tabs, removing dots
[ci skip]
2013-03-06 20:59:38 +02:00
borales
2f68a75235 Replacing spaces with tabs
[ci skip]
2013-03-06 08:48:59 +02:00
borales
07975cad64 Fixing spaces
[ci skip]
2013-03-06 01:06:46 +02:00
borales
a7af2c5371 Fixing some typos, PHPDocs
[ci skip]
2013-03-06 00:24:35 +02:00
Alexander Makarov
a714f1e4dd fixed spaces -> tabs 2013-01-31 11:34:09 +01:00
Alexander Makarov
cfa8fd3eaa Backported CFileLogRoute code from Yii2 2013-01-29 10:38:10 +01:00
Alexander Makarov
df7e370e23 Better CFileLogRoute performance 2013-01-28 19:10:34 +01:00
Alexander Makarov
f6854fa066 Merge branch 'master' of git://github.com/monque/yii into monque-master 2013-01-26 21:00:57 +01:00
Abdul Malik Ikhsan
6247adaf26 change copyright symbol 2013-01-15 18:38:02 +07:00
Abdul Malik Ikhsan
46c8ef0d9a update copyright year
from 2011 to 2013
2013-01-15 17:28:17 +07:00
Alexander Makarov
5b28c6ab00 Solid fix for #835 2012-11-28 23:52:59 +04:00
Alexander Makarov
035ab6108d fixed missing argument #835 2012-11-28 13:05:28 +04:00
Alexander Makarov
0b2a1a26d9 Fixes #835: Log wasn't written on forceful script termination 2012-11-28 02:03:31 +04:00
Yuchen Wang
86d87447eb Bug #1693: Fixed log file will rotate twice when high performance (monque) 2012-11-13 16:45:47 +08:00
resurtm
ae36824901 $utf8Charset → $utf8 [ci skip] 2012-11-04 00:09:40 +06:00
resurtm
57525fb656 Forgot about trim. 2012-11-03 22:12:00 +06:00
resurtm
b7bf78d15b Fixed #1625: CEmailLogRoute does not properly encode UTF-8 characters contained in logs. 2012-11-03 22:01:49 +06:00
Alexander Makarov
196bc5ea6f Fixes #1555 2012-10-11 13:00:30 +04:00
Alexander Makarov
3e34f56694 Merge branch 'negating-categories-doc-fix' of git://github.com/acorncom/yii into acorncom-negating-categories-doc-fix
Conflicts:
	framework/logging/CLogRoute.php
2012-10-10 20:49:03 +04:00
Alexander Kochetov
486723805e else if => elseif 2012-10-03 10:20:14 +04:00
David Baker
6ed74e7010 Tweaking PHPDocs for CLogRoute 2012-10-01 11:46:21 -06:00
Carsten Brandt
dbfeea7e10 added @since annotation for #1376
related to b5c4f6fa65
2012-10-01 11:58:45 +02:00
Alexander Makarov
b5c4f6fa65 Merge pull request #1376 from paystey/master
Allow Negating Categories in CLogRoute
2012-09-28 03:51:16 -07:00
resurtm
70a45bee59 Fixes #104: Added CWebLogRoute::$collapsedInFireBug property to control whether the log should be collapsed by default in Firebug. 2012-09-27 18:32:19 +06:00
resurtm
5112f34a77 Fixes #1481. 2012-09-27 11:51:15 +06:00
Paystey
3db6a971b6 No need to check for exception if it's already excluded 2012-09-25 09:37:57 +01:00
Paystey
fd879af1ff New line for function start 2012-09-13 16:14:40 +01:00
Paystey
259b417c79 Changed to just $_except and updated comments for new behaviour 2012-09-13 14:32:03 +01:00
Paystey
fabae4842d Added option to CLogRoute except, to exclude categories from route. Can now also specify as array or seperated string list. 2012-09-13 14:05:54 +01:00
unknown
406c0fedf8 Altered for Yii style & added same functionality to filterTimingByCategory too 2012-09-12 15:36:57 +01:00
Josh Priestly
dc89ce3ecd Allow Negating Categories in CLogRoutes 2012-09-11 13:43:24 +01:00
Alexander Makarov
d865a3bab8 Fixes #1057 Removed SVN ids 2012-09-09 22:23:45 +04:00
Carsten Brandt
447c76b2e0 renamed CCombinedLogFilter to CChainedLogFilter
added changelog line
2012-09-03 19:57:26 +02:00
Carsten Brandt
ac826b54c1 Merge branch '684-combined-logfilter' of https://github.com/cebe/yii into cebe-684-combined-logfilter
* '684-combined-logfilter' of https://github.com/cebe/yii:
  added CCombinedLogFilter

Conflicts:
	framework/logging/CLogRoute.php
2012-09-03 19:52:49 +02:00
Leo R. Lundgren
7a194496a5 Fix a bunch of @param and @return phpdoc errors in various files. 2012-08-03 16:17:58 +02:00
mdomba (mdwork)
ffbb45cefb Fixes issue #449 - proper quoting in CDbLogRoute and CDbHttpSession 2012-07-24 13:13:51 +02:00
Carsten Brandt
9c8a2cfe41 added CCombinedLogFilter
CCombinedLogFilter allows you to attach multiple log filters to a log
route. Solves the 3rd problem described in issue #684 and first of #721.

Main reason for not changing filter property to filters is backwards
compatibility. yii 2 should allow multiple filters by design.
2012-06-29 18:55:29 +02:00
Carsten Brandt
59ac7782b8 added ILogFilter interface
according to discussion in issue #684
2012-06-29 17:28:25 +02:00
Carsten Brandt
798989ccc9 fixes #865 CLogRoute now doesn't process empty log
processing empty log array caused empty email sent and empty line in
logfile.
2012-06-25 23:40:13 +02:00