Commit Graph

91 Commits

Author SHA1 Message Date
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
Jon Langevin
a01eabd97e yiisoft/yii#179 - Updated method documentation regarding usage, per @samdark 2012-05-29 19:15:36 -03:00
Jon Langevin
1b0bc9d6c5 yiisoft/yii#179 - Correcting spacing as mentioned by @samdark 2012-05-29 18:23:33 -03:00
intel352
a3800efca1 Fixes yiisoft/yii#179 - Filter profiling results by categories 2012-05-18 13:00:47 -04:00
resurtm
2609587ace Changelog and small fix. 2012-02-17 11:01:51 +06:00
resurtm
bb19be375e Proper handling Flash/Flex request when using FireBug WebLogRoute. 2012-02-17 10:17:15 +06:00
mdomba
a7ef3d5d02 removed 1.0.x reference from documentation 2011-12-28 12:29:24 +00:00
alexander.makarow
d89f8e6a80 (Fixes issue 3041) Fixed possible infinite loop while processing logs 2011-12-26 14:27:14 +00:00
alexander.makarow
646cbb2b9a Documented component accessors with @property for significantly better IDE autocomplete 2011-10-25 00:01:09 +00:00
mdomba
4ce552a2a6 Fixex issue 2686 - doc fix in CLogRouter 2011-07-28 07:32:47 +00:00
alexander.makarow
a649d811ba (Fixes issue 2403) 2011-07-06 20:59:41 +00:00
qiang.xue
f14fa66999 *Added CLogger::autoDump to allow writing log messages to destinations in real time 2011-05-09 09:26:24 +00:00