euromark
|
8141dd2d5d
|
unify other log types as well
|
2013-06-21 16:43:01 +02:00 |
|
ADmad
|
3303a2cda1
|
Merge branch 'master' into 2.4
Conflicts:
lib/Cake/Console/Templates/skel/Config/Schema/db_acl.php
lib/Cake/Console/Templates/skel/Config/Schema/i18n.php
lib/Cake/Console/Templates/skel/Config/Schema/sessions.php
lib/Cake/Console/Templates/skel/Config/acl.ini.php
lib/Cake/Console/Templates/skel/Config/acl.php
lib/Cake/Console/Templates/skel/Config/bootstrap.php
lib/Cake/Console/Templates/skel/Config/core.php
lib/Cake/Console/Templates/skel/Config/database.php.default
lib/Cake/Console/Templates/skel/Config/email.php.default
lib/Cake/Console/Templates/skel/Config/routes.php
lib/Cake/Console/Templates/skel/Console/Command/AppShell.php
lib/Cake/Console/Templates/skel/Console/cake.bat
lib/Cake/Console/Templates/skel/Console/cake.php
lib/Cake/Console/Templates/skel/Controller/AppController.php
lib/Cake/Console/Templates/skel/Controller/PagesController.php
lib/Cake/Console/Templates/skel/Model/AppModel.php
lib/Cake/Console/Templates/skel/View/Errors/error400.ctp
lib/Cake/Console/Templates/skel/View/Errors/error500.ctp
lib/Cake/Console/Templates/skel/View/Helper/AppHelper.php
lib/Cake/Console/Templates/skel/View/Layouts/Emails/html/default.ctp
lib/Cake/Console/Templates/skel/View/Layouts/ajax.ctp
lib/Cake/Console/Templates/skel/View/Layouts/default.ctp
lib/Cake/Console/Templates/skel/View/Layouts/error.ctp
lib/Cake/Console/Templates/skel/View/Layouts/flash.ctp
lib/Cake/Console/Templates/skel/View/Pages/home.ctp
lib/Cake/Console/Templates/skel/index.php
lib/Cake/Console/Templates/skel/webroot/index.php
lib/Cake/Console/Templates/skel/webroot/test.php
|
2013-06-02 18:03:59 +05:30 |
|
Marc Würth
|
4c9f0414cb
|
Improved the DocBlocks and other code cleanup
Fixed @license tag, url comes first
Whitespace and other minor code cleanup
Added some docblocks
|
2013-05-31 00:11:19 +02:00 |
|
Jose Lorenzo Rodriguez
|
e9d50ebabb
|
Improving doc blocks
|
2013-05-16 16:06:17 +02:00 |
|
Jose Lorenzo Rodriguez
|
785c17d199
|
Fixing docblocks
|
2013-05-15 09:52:25 +02:00 |
|
Jose Lorenzo Rodriguez
|
1d61e21eaa
|
Fixing method visibility
|
2013-05-14 23:52:39 +02:00 |
|
Jose Lorenzo Rodriguez
|
018e5d0659
|
Adding Sylog as a logging engine
|
2013-05-14 23:21:38 +02:00 |
|
Rémi Dewitte
|
0875b84fa6
|
sprintf arguments mixed up
|
2013-03-12 17:29:26 +01:00 |
|
Rémi Dewitte
|
a8f9cf787b
|
$result instead of $r
|
2013-03-08 15:54:41 +01:00 |
|
Rémi Dewitte
|
5b5180f661
|
code style in FileLog and FileLogTest
|
2013-03-08 09:32:46 +01:00 |
|
Rémi Dewitte
|
278700677a
|
Add mask setting to FileLog
|
2013-03-07 21:40:06 +01:00 |
|
mark_story
|
d1c88ebf8a
|
Merge branch 'master' into 2.4
Conflicts:
lib/Cake/Log/Engine/FileLog.php
lib/Cake/Utility/Validation.php
lib/Cake/View/Helper/HtmlHelper.php
|
2013-02-24 20:24:26 -05:00 |
|
ADmad
|
4ab27ca840
|
Implemented log file rotation.
|
2013-02-19 00:36:18 +05:30 |
|
Mark
|
3b02013f7d
|
Merge pull request #1127 from dereuromark/master-strict-comparison
Strict comparison for strings where applicable
|
2013-02-14 01:10:48 -08:00 |
|
ADmad
|
1b22d48a35
|
trivial optimization
|
2013-02-13 00:54:03 +05:30 |
|
ADmad
|
213e81bdbd
|
Removing redudant code.
Filelog with scopes needs the file name to be specified so the first `if` covers scopes too.
|
2013-02-13 00:42:21 +05:30 |
|
ADmad
|
f6215129f6
|
Fix type casting of string scopes to array in log engines
|
2013-02-13 00:10:32 +05:30 |
|
euromark
|
111366d5c8
|
== to === and != to !== where applicable
|
2013-02-12 03:38:08 +01:00 |
|
Graham Weldon
|
66d856d883
|
Added extra line for referencing license file for copyright
|
2013-02-08 21:22:51 +09:00 |
|
Graham Weldon
|
7b860debe4
|
This commit is dedicated to Mark Story, who has put in much dedicated time and effort into CakePHP over the years.
I just wanted to ruin his evening, because this change needs to be merged into CakePHP 3.0.
|
2013-02-08 20:59:49 +09:00 |
|
euromark
|
b811afbc44
|
double spaces to single ones
|
2012-12-22 23:48:15 +01:00 |
|
ADmad
|
72d6ca636f
|
Docblock fixes
|
2012-11-29 04:36:29 +05:30 |
|
euromark
|
288fb120b5
|
added missing App::uses('Hash', 'Utility');
|
2012-09-13 17:20:26 +02:00 |
|
Rachman Chavik
|
86a74e3887
|
fix: windows console may not have ansi color support
|
2012-07-03 12:41:29 +07:00 |
|
Rachman Chavik
|
e5b33627d5
|
minor updates to the logging changeset
- change usage of Set to Hash
- updating bootstrap.php
- adding docblocks
- avoid silencing unlink errors in tests
|
2012-05-11 21:19:45 +07:00 |
|
Rachman Chavik
|
6040d96710
|
adding scoped logging
|
2012-05-11 12:37:01 +07:00 |
|
Rachman Chavik
|
d10727797b
|
new ConsoleLog logging engine
|
2012-05-11 12:37:00 +07:00 |
|
Rachman Chavik
|
49bc818d36
|
new base class Log/Engine/BaseLog
|
2012-05-11 12:37:00 +07:00 |
|
Juan Basso
|
c754fb2dcb
|
Updated copyright to 2012.
|
2012-03-12 22:46:46 -04:00 |
|
mark_story
|
dc2f6efe13
|
Fix coding standard errors in Log/
|
2012-03-03 20:24:02 -05:00 |
|
Juan Basso
|
0575e92833
|
Added visibility in some methods and attributes.
|
2011-08-18 22:30:28 -04:00 |
|
Juan Basso
|
16ef234180
|
Removing trailing spaces.
|
2011-08-15 23:55:08 -04:00 |
|
Juan Basso
|
895c10af7b
|
Adjusted some types in @param, @return and @var.
|
2011-07-31 22:57:17 -04:00 |
|
Jose Lorenzo Rodriguez
|
cfd2d9e00b
|
Updating all @package annotations in doc blocks
|
2011-07-26 01:46:14 -04:30 |
|
Juan Basso
|
192812ee7f
|
Updating the copyright to 2011.
|
2011-05-30 22:32:43 -04:00 |
|
José Lorenzo Rodríguez
|
1ada281e14
|
Extracting CakeLogInterface to its own file, this fixes the FileLog test case
|
2011-01-28 01:52:54 -04:30 |
|
José Lorenzo Rodríguez
|
4c0e06c451
|
Merge remote branch 'origin/2.0' into 2.0-class-loading
Conflicts:
cake/bootstrap.php
cake/libs/view/helpers/js.php
lib/Cake/Model/AclNode.php
lib/Cake/Model/ConnectionManager.php
lib/Cake/bootstrap.php
lib/Cake/tests/cases/libs/controller/controller.test.php
|
2011-01-02 02:00:03 -04:30 |
|
José Lorenzo Rodríguez
|
ff8b1a1041
|
Stating to move loggers to the new folder
|
2010-12-04 13:50:26 -04:30 |
|