Jordi Boggiano
|
4d4a168716
|
Fix file modes
|
2012-04-22 12:42:45 +02:00 |
|
Jordi Boggiano
|
fa50158f78
|
Merge remote-tracking branch 'schmittjoh/actStrat'
|
2012-04-22 12:41:08 +02:00 |
|
Jordi Boggiano
|
1359f72b08
|
Fix up mongo db handler and add tests
|
2012-04-22 12:38:37 +02:00 |
|
Jordi Boggiano
|
0bd4d93006
|
Split off line formatter in normalizer + line formatters
|
2012-04-22 12:36:23 +02:00 |
|
Jordi Boggiano
|
f5ee1cb25a
|
Merge remote-tracking branch 'armetiz/master'
|
2012-04-22 11:32:38 +02:00 |
|
Jordi Boggiano
|
3c4bc178cc
|
Rename referer->referrer and server_name->server, update changelog
|
2012-04-22 11:26:54 +02:00 |
|
Jordi Boggiano
|
b4c12e9f2c
|
Update/fix tests
|
2012-04-22 11:24:28 +02:00 |
|
Jordi Boggiano
|
a435b8ee0f
|
Merge remote-tracking branch 'fixe/webprocessor-referer'
Conflicts:
src/Monolog/Processor/WebProcessor.php
|
2012-04-22 11:22:27 +02:00 |
|
Tiago Ribeiro
|
c8c231f177
|
Added referer to extra parameter
|
2012-04-20 16:44:33 +01:00 |
|
Marc Abramowitz
|
365f3a932d
|
Add contents of $_SERVER['SERVER_NAME'] as 'server_name'. Useful for
figuring out the source of log messages when you have a lot of vhosts.
|
2012-04-20 08:08:33 -07:00 |
|
Jordi Boggiano
|
d348b2c252
|
Merge pull request #73 from catchamonkey/patch-1
A couple of small comment changes to fix some slightly broken English.
|
2012-04-17 12:36:21 -07:00 |
|
Chris Sedlmayr
|
0b073c87ef
|
A couple of small comment changes to fix some slightly broken English.
* Fixes a small typo
* Fixes incorrect indefinite article usage
* Fixes small grammatical error
|
2012-04-17 21:20:31 +02:00 |
|
Johannes M. Schmitt
|
8ee130dd24
|
made change BC
|
2012-03-21 20:16:42 -06:00 |
|
Johannes M. Schmitt
|
8cdc9c6e10
|
extracted activation logic from FingersCrossedHandler
|
2012-03-19 01:55:18 -06:00 |
|
armetiz
|
d0ba572799
|
Remove reference to syslog.
|
2012-02-27 09:15:29 +01:00 |
|
armetiz
|
37f6766b9a
|
Code formatting.
|
2012-02-27 09:14:44 +01:00 |
|
Jordi Boggiano
|
6c15897ac7
|
Merge pull request #62 from mlehner/microseconds_float
Third attempt at fixing microseconds
|
2012-02-24 15:26:54 -08:00 |
|
Matt Lehner
|
83d23c4024
|
properly convert from a float to a string, including the digits after the decimal to please createFromFormat
|
2012-02-24 18:14:06 -05:00 |
|
Jordi Boggiano
|
d784755dcb
|
Fix datetime creation with microseconds
|
2012-02-23 11:19:10 +01:00 |
|
Jordi Boggiano
|
208939b329
|
Update CHANGELOG
|
2012-02-23 09:53:36 +01:00 |
|
Jordi Boggiano
|
77b27eefe4
|
Merge pull request #60 from mlehner/microseconds
Add microseconds to the DateTime object
|
2012-02-23 00:44:02 -08:00 |
|
Matt Lehner
|
61a49453ed
|
Add microseconds to the DateTime object
|
2012-02-22 17:49:17 -05:00 |
|
Jordi Boggiano
|
8d4ac5c0f7
|
Rename ChromePhp to ChromePHP for consistency with FirePHP
|
2012-02-20 17:35:45 +01:00 |
|
Jordi Boggiano
|
1c717c3a6a
|
Merge pull request #58 from stof/chromephp
Added a ChromePhpHandler.
|
2012-02-20 08:21:54 -08:00 |
|
armetiz
|
a04bec0bec
|
Add MongoDB handler
|
2012-02-20 11:11:46 +01:00 |
|
Christophe Coevoet
|
68702d3bfa
|
Detect Chrome through the user agent in ChromePhpHandler
The header will be sent only to Chrome, avoiding issues with IE for
long headers.
|
2012-02-20 02:30:03 +01:00 |
|
Christophe Coevoet
|
e3e2bb2f4f
|
Added a ChromePhpHandler.
Closes #56
|
2012-02-20 00:21:53 +01:00 |
|
Jordi Boggiano
|
3d4e60d0cb
|
Merge pull request #54 from allmarkedup/patch-1
Prevent exceptions from being thrown in file handler destructors
|
2012-02-12 11:44:00 -08:00 |
|
Mark Perkins
|
12f27c2b24
|
Remove extra spaces between braces.
|
2012-02-11 11:28:05 +00:00 |
|
Mark Perkins
|
5055102e88
|
Add try/catch block around call to close method in the AbstractHandler destructor.
|
2012-02-11 11:07:55 +00:00 |
|
Jordi Boggiano
|
355123d607
|
Add isHandling, fixes #53
|
2012-01-28 14:43:55 +01:00 |
|
Jordi Boggiano
|
8e11234066
|
Adjust NullHandler for clarity
|
2012-01-04 13:12:32 +01:00 |
|
Jordi Boggiano
|
30396e97c1
|
Merge pull request #49 from havvg/patch-1
switch initialized state in example handler
|
2011-11-18 06:57:36 -08:00 |
|
Toni Uebernickel
|
fda8d401a5
|
switch initialized state in example handler
|
2011-11-18 15:52:04 +01:00 |
|
Jordi Boggiano
|
ed9703e01f
|
Merge pull request #47 from jeromemacias/master
Removed unuse use statement
|
2011-11-13 09:21:27 -08:00 |
|
Jordi Boggiano
|
e06590f44d
|
Edit travis URL
|
2011-11-13 18:19:23 +01:00 |
|
Jérôme Macias
|
33dbc820fc
|
Removed unuse use statement
|
2011-11-13 17:18:30 +01:00 |
|
Jérôme Macias
|
be6393348f
|
Removed unuse use statement
|
2011-11-13 17:17:54 +01:00 |
|
Pascal Borreli
|
93214036b8
|
[CI] Adding travis-ci status icon
|
2011-11-13 00:39:39 +00:00 |
|
pborreli
|
17481231fc
|
[CI] travis-ci
|
2011-11-13 00:35:48 +00:00 |
|
Jordi Boggiano
|
b510f9fb4d
|
Merge pull request #46 from schniper/patch-1
Identify FirePHP by the X-FirePHP-Version header
|
2011-11-11 06:29:36 -08:00 |
|
Costin Bereveanu
|
00057d4a5b
|
Identify FirePHP by the X-FirePHP-Version header
|
2011-11-11 16:13:58 +02:00 |
|
Jordi Boggiano
|
b704c49a30
|
Only send FirePHP headers to browser advertising support for it in their user agent
1.0.2
|
2011-10-24 11:39:02 +02:00 |
|
Jordi Boggiano
|
f13a538b41
|
Update composer.json
|
2011-10-24 11:37:13 +02:00 |
|
Jordi Boggiano
|
729c23f3ad
|
Updated package name
|
2011-09-27 00:02:07 +02:00 |
|
Jordi Boggiano
|
b1a6830a8c
|
Change way of checking for windows
|
2011-09-17 12:49:55 +02:00 |
|
Jordi Boggiano
|
0fc30594de
|
Merge remote-tracking branch 'stof/tests'
|
2011-09-17 11:45:25 +02:00 |
|
Jordi Boggiano
|
cf065415d5
|
Adjusments to docs/readme
|
2011-09-17 11:43:09 +02:00 |
|
Jordi Boggiano
|
b7a18a1af4
|
Merge remote-tracking branch 'stof/doc'
|
2011-09-17 11:25:55 +02:00 |
|
Christophe Coevoet
|
64009a5880
|
Added more tests for the logger
|
2011-09-06 23:37:29 +02:00 |
|