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
qiang.xue
6023d853c9
(Fixes issue 2422)
2011-05-07 23:16:46 +00:00
alexander.makarow
e7b6883ebb
PhpDoc corrections
2011-05-05 21:36:32 +00:00
mdomba
b5919b7f3b
doc fix
2011-03-28 11:08:06 +00:00
qiang.xue
dc99b7cdeb
(Fixes issue 1868)
2011-03-14 00:28:38 +00:00
qiang.xue
26df6b9520
(Fixes issue 1816)
2011-03-13 14:22:55 +00:00
alexander.makarow
2ab981b454
reverted method chaining support
2011-02-24 16:42:44 +00:00
alexander.makarow
75041e8620
Chained calls are now possible for most framework class setters and methods not returning a value
2011-02-23 20:20:28 +00:00
qiang.xue
4be0af6917
changed copyright year.
2011-01-01 19:31:13 +00:00
keyboard.idol@gmail.com
27bb035ed7
2010-12-07 21:01:45 +00:00
keyboard.idol@gmail.com
2f67b59927
Enhanced CFileLogRoute to process the logs faster
2010-12-07 19:30:31 +00:00
qiang.xue
6c4ddd85af
surpressed potential logging error.
2010-10-26 19:25:43 +00:00
qiang.xue
f01ff3319f
Improved error handling to catch errors occurring in CApplication::end()
...
removed destructor from CDbCache, CDbAuthManager and CDbLogRoute to avoid potential DB connection issue
2010-10-22 18:10:54 +00:00
qiang.xue
21bf123a60
Suppress errors when rotating files.
2010-10-17 00:25:38 +00:00
qiang.xue
7a464c6b09
2010-10-15 18:01:58 +00:00
qiang.xue
86ffd70f50
The additional log filter messages are now subject to filtering by log routes.
2010-10-15 17:59:26 +00:00
keyboard.idol@gmail.com
39c62630ff
Updated r2491 to match Yii code style
2010-09-26 15:44:27 +00:00
mdomba
3e27374d6a
Fixed some typos in PHPdoc
2010-09-23 14:14:20 +00:00
mdomba
72b974560b
Updated PHPDoc @param parameter names
2010-09-23 13:28:52 +00:00
mdomba
ef2ca77957
added PHPDoc param where needed
2010-09-23 12:34:33 +00:00
keyboard.idol@gmail.com
b1feff5a78
(Fixes issue 1615)
2010-09-22 18:17:32 +00:00
keyboard.idol@gmail.com
787478fa0e
(Fixes issue 1614)
2010-09-22 17:11:45 +00:00
mdomba
6061eb38f0
fixes issue 1594
2010-09-22 10:32:52 +00:00
keyboard.idol@gmail.com
05beac9134
(Fixes issue 1461)
2010-08-29 13:40:49 +00:00
qiang.xue
b0eedd66e0
(Fixes issue 1306)
2010-06-18 13:17:30 +00:00
alexander.makarow
105010d90b
unused code cleanup
2010-06-16 19:11:00 +00:00
qiang.xue
eb54ba7407
modified copyright info.
2010-01-07 21:02:00 +00:00
qiang.xue
c89b90a86e
merge from 1.0
2010-01-02 13:34:38 +00:00
qiang.xue
9296a184c4
refactored log route.
2009-12-09 12:51:52 +00:00
qiang.xue
74e6311679
* (Fixes issue 666) Added support for auto-flushing log messages
2009-12-08 19:11:31 +00:00
qiang.xue
e9ef35facf
merge from 1.0
2009-06-29 20:00:12 +00:00
qiang.xue
4e11846ba4
merge from 1.0
2009-06-26 21:16:33 +00:00
qiang.xue
0f48a6b73c
merge from 1.0.
2009-06-07 13:12:28 +00:00