Jordi Boggiano
4dd4a29763
Merge pull request #792 from mlocati/patch-1
...
Exclude development stuff from repository autogenerated ZIP archives
2016-05-19 17:32:49 +01:00
Michele Locati
c4f01a9483
Exclude development stuff from repository autogenerated ZIP archives
...
People that install this library via composer don't need the test/sample/doc stuff, they just need the library itself.
This PR removes the development directories and files from the repository auto-generated ZIP archives.
Since these development files/directories will still be available via `git clone`, Travis is happy, developers are happy, and so are end-users (they won't have unneeded stuff in production machines).
2016-05-19 18:02:49 +02:00
Jordi Boggiano
85dcece943
Merge pull request #781 from hvt/patch-1
...
Tiny typo in TestHandler exception
2016-05-06 14:26:03 +02:00
Harm van Tilborg
3dd221b319
Tiny typo in TestHandler exception
2016-05-06 10:48:17 +02:00
Jordi Boggiano
6d9a76c164
Merge pull request #780 from WanWizard/patch-1
...
Added the Fuel PHP framework to the integrations list
2016-05-02 15:46:53 +01:00
Harro Verton
10fabc3041
Added the Fuel PHP framework to the integrations list
2016-05-02 16:39:02 +02:00
Jordi Boggiano
85620bbb99
Merge pull request #776 from jaschweder/patch-1
...
update README
2016-04-25 12:36:02 +01:00
Jonathan André Schweder
d686f25f6c
update README
...
Change the calls from "addWarning" and "addError" to the new pattern "warning" and "error"
2016-04-25 08:23:57 -03:00
Jordi Boggiano
3ce314cc92
Merge pull request #706 from acrobat/amqp_handler_fix
...
Removed substr call in amqp routing key generator
2016-04-15 18:05:13 +01:00
Jordi Boggiano
a460c4d6b4
Merge pull request #770 from andrzejkupczyk/master
...
Fixed $handler property visibility
2016-04-15 17:51:51 +01:00
Andrzej Kupczyk
b18092d4a2
Fixed $handler property visibility
...
According to the given example, $handler property should not be private.
2016-04-15 18:45:46 +02:00
Jeroen Thora
dbccc56a44
Removed substr call in amqp routing key generator
2016-04-14 12:54:01 +02:00
Jordi Boggiano
144b66be83
Merge branch '1.x'
2016-04-12 19:56:51 +01:00
Jordi Boggiano
5f56ed5212
Update changelog
1.19.0
2016-04-12 19:29:35 +01:00
Jordi Boggiano
a3f7c4a147
Add getStream to the StreamHandler
2016-04-12 19:29:25 +01:00
Jordi Boggiano
fbddc30416
Merge branch '1.x'
2016-04-12 19:21:19 +01:00
Jordi Boggiano
f56f2969f7
Fix handling of messages with new lines
2016-04-12 19:17:42 +01:00
Jordi Boggiano
0e3a4bf48b
Fix bug when messages contain colons
2016-04-12 19:02:03 +01:00
Jordi Boggiano
d18eb57ee9
Make sure levels are converted properly
2016-04-12 18:43:49 +01:00
Jordi Boggiano
a754edc64c
Add ability to use formatter in email subject lines
2016-04-12 18:31:25 +01:00
Jordi Boggiano
1fa91efc3b
Add DeduplicationHandler to avoid spamming the same log records over and over
2016-04-12 18:31:22 +01:00
Jordi Boggiano
b52d008491
Merge branch '1.x'
2016-04-10 13:01:49 +01:00
Jordi Boggiano
a7ade9d68f
Only close handles that have been opened by the StreamHandler, fixes #764
2016-04-10 13:01:10 +01:00
Jordi Boggiano
f6afa8624c
Merge branch '1.x'
2016-04-10 12:50:34 +01:00
Jordi Boggiano
ccdc8b530c
Truncate single messages if they go over the hipchat limit, fixes #629
2016-04-10 12:31:41 +01:00
Jordi Boggiano
6c21baf553
Remove 5.3.3 build as it lacks TLS
2016-04-10 12:27:44 +01:00
Jordi Boggiano
e4ec1e1848
Merge pull request #763 from xabbuh/gelf-format-large-data-5.3
...
fix Gelf message formatter tests
2016-04-10 11:56:51 +01:00
Jordi Boggiano
48e4f91310
Merge pull request #761 from xabbuh/patch-1
...
extract browser detection regex into a constant
2016-04-10 11:56:07 +01:00
Christian Flothmann
b437bb928a
fix Gelf message formatter tests
...
Version 1.4.1 is the last version compatible with PHP < 5.3.9, but
filtered all message attributes with zero string length.
2016-04-05 15:51:16 +02:00
Christian Flothmann
f72b5036f8
extract browser detection regex into a constant
2016-04-05 12:19:39 +02:00
Jordi Boggiano
ef1568b89e
Merge branch '1.x'
2016-04-02 14:13:15 +01:00
Jordi Boggiano
064b38c167
Update changelog
1.18.2
2016-04-02 14:12:58 +01:00
Jordi Boggiano
6bc1a444db
Truncate messages if they reach the max length of GELF messages, fixes #751
2016-04-02 13:53:47 +01:00
Jordi Boggiano
cf391e5a40
Merge branch '1.x'
2016-04-01 11:37:15 +01:00
chalasr
15e21f38aa
Change copyright's end date from 2015 to 2016
2016-04-01 11:36:28 +01:00
Grégoire Paris
76247469e7
move from abandoned package to maintained package
2016-04-01 11:36:17 +01:00
Grégoire Paris
1b6f1f4ad8
use maintained package reference in suggestion
...
videlalvaro/php-amqplib has been abandoned in favor of
php-amqplib/php-amqplib
2016-04-01 11:36:12 +01:00
Jordi Boggiano
dec4e574c2
Merge pull request #758 from stof/patch-2
...
Only load mongo.so for PHP 5.x on Travis
2016-03-26 09:27:31 +01:00
Jordi Boggiano
96034ac8af
Merge pull request #757 from remicollet/issue-ver
...
missing property
2016-03-25 21:51:34 +01:00
Christophe Coevoet
f614d44667
Only load mongo.so for PHP 5.x on Travis
...
ext-mongo does not exist for PHP 7 either, not only for HHVM.
2016-03-25 18:57:25 +01:00
Jordi Boggiano
20d3375926
Merge pull request #755 from chalasr/master
...
Change copyright's end date from 2015 to 2016
2016-03-25 18:38:21 +01:00
Remi Collet
8cfc819265
missing property
2016-03-25 17:25:05 +01:00
chalasr
a74940869b
Change copyright's end date from 2015 to 2016
2016-03-25 10:50:16 +01:00
Jordi Boggiano
a6069eeb59
Merge pull request #750 from greg0ire/remove_abandoned_package_references
...
use maintained package reference in suggestion
2016-03-25 09:17:49 +01:00
Grégoire Paris
482d6aaf3d
use maintained package reference in suggestion
...
videlalvaro/php-amqplib has been abandoned in favor of
php-amqplib/php-amqplib
2016-03-22 19:45:04 +01:00
Jordi Boggiano
bf712e4442
Merge pull request #744 from greg0ire/follow_amqplib_migration
...
move from abandoned package to maintained package
2016-03-15 10:39:03 +00:00
Grégoire Paris
8745895378
move from abandoned package to maintained package
2016-03-15 11:16:14 +01:00
Jordi Boggiano
f29dffeb16
Merge branch '1.x'
2016-03-13 16:20:29 +00:00
Jordi Boggiano
a9ccae25cb
Fix elastica formatter test, refs #742
2016-03-13 16:20:24 +00:00
Malte Blättermann
9ef18f111f
Added millis
2016-03-13 16:18:47 +00:00