1. aea69f3 Document that project is dormant. by Ralph Goers · 3 years, 4 months ago master
  2. 0ea6faf Merge pull request #25 from Falseclock/master by Matt Sicker · 3 years, 6 months ago
  3. e14c975 allow MDC have callable param - unit tests - code reformat by Nurlan Mukhanov · 3 years, 6 months ago
  4. bc4b045 allow MDC have callable param - unit tests by Nurlan Mukhanov · 3 years, 6 months ago
  5. ad18d57 allow MDC have callable param by Nurlan Mukhanov · 4 years, 4 months ago
  6. 24b3847 Merge pull request #14 from alexiskulash/master by Ralph Goers · 4 years, 6 months ago
  7. 0d5718d Merge pull request #5 from vlajos/typofixes-20140228 by Ralph Goers · 4 years, 6 months ago
  8. a3d9589 Merge pull request #21 from 0xbad0c0d3/master by Matt Sicker · 4 years, 8 months ago
  9. 2d81927 Accept Throwable interface instead of its realization by cod1k · 4 years, 8 months ago
  10. d3c8ba1 Merge pull request #16 from 0xbad0c0d3/master by Matt Sicker · 5 years ago
  11. 67873c4 Typo fix by 0xbad0c0d3 · 5 years ago
  12. 2a62350 The function split() is deprecated and will be removed in php 7. Replaced split() with explode() to ensure smooth transition to php 7. by alexiskulash · 8 years ago
  13. 80b7484 typo fixes by Lajos Veres · 10 years ago
  14. ae4116e added note on composer installation by Christian Grobmeier · 11 years ago
  15. f952231 Revert "Added getter for LoggerEvent::$locationInfo" by Ivan Habunek · 11 years ago
  16. c32ddc1 Added getter for LoggerEvent::$locationInfo by Ivan Habunek · 11 years ago
  17. a5bcd95 Added temp/ and target/ to .gitignore by Ivan Habunek · 11 years ago
  18. bbf7019 LOG4PHP-191: Improved composer.json, added vendors folder to svn:ignore. by Ivan Habunek · 12 years ago
  19. af00273 LOG4PHP-191: Created composer.json. by Ivan Habunek · 12 years ago
  20. 817b175 [maven-release-plugin] prepare for next development iteration by Ivan Habunek · 12 years ago
  21. c0cf9f2 [maven-release-plugin] prepare release apache-log4php-2.3.0 by Ivan Habunek · 12 years ago
  22. 7c96add Fixed issue in pom.xml where JIRA report would fail (caused by JIRA upgrade). by Ivan Habunek · 12 years ago
  23. ba5eec4 Added missing license to example. by Ivan Habunek · 12 years ago
  24. afb540b Updated maven plugin versions in pom.xml by Ivan Habunek · 12 years ago
  25. a3f9616 Updated changelog page for 2.3.0 release. by Ivan Habunek · 12 years ago
  26. d4aab4a LoggerLayoutPattern: by Ivan Habunek · 12 years ago
  27. 46ca4b0 LOG4PHP-163 Fixed the LoggerPatternConverter so that trimming is by default done from the right (same as in sprintf()). Improved docs. by Ivan Habunek · 12 years ago
  28. a1ca684 LOG4PHP-188: Events logged by upstream loggers even if disabled by level. by Ivan Habunek · 12 years ago
  29. c867284 Added LOG4PHP-184 to chages.xml. by Ivan Habunek · 12 years ago
  30. a3f8a78 LOG4PHP-186: LoggerAppenderRollingFile: Don't clear the entire stat cache on an append if possible. by Ivan Habunek · 12 years ago
  31. 79e8c1a LOG4PHP-141: Updated changes.xml. by Ivan Habunek · 12 years ago
  32. c52771e LOG4PHP-141: Finished default renderer implementation. Updated docs and tests. by Ivan Habunek · 12 years ago
  33. 1ad108e Added 'tmp' directory to svn:ignore. Used locally for testing. by Ivan Habunek · 12 years ago
  34. cca4416 Tweak to apigen configuration so that it does not generate documentation for php internal classes. by Ivan Habunek · 12 years ago
  35. 598b41a Improved docs for LoggerAppenderDailyFile by Ivan Habunek · 12 years ago
  36. c1eec46 Minor indentation fix. by Ivan Habunek · 12 years ago
  37. 23be7c6 LOG4PHP-120: Fixed LoggerAppenderDailyFile to rollover on date change in long running scipts. Improved tests. by Ivan Habunek · 12 years ago
  38. b69c827 Fixed LoggerLoggingEvent constructor to accept any numeric value for it's timestamp, not just floats. by Ivan Habunek · 12 years ago
  39. 1b56be0 Better phpdocs for LoggerTestHelper (enables usage of code assist for those methods). by Ivan Habunek · 12 years ago
  40. c5567b4 Fixed wrong dates in changelog. by Ivan Habunek · 12 years ago
  41. 949970d Fixed minor bug introduced in previous commit. by Ivan Habunek · 12 years ago
  42. f715c6c Fixed a bug in file appenders where they would attempt to write the log event even if opening of file was unsuccessful. by Ivan Habunek · 12 years ago
  43. 75e4e68 LoggerLoggingEvent: Fixed getMessage() to return the actual message, instead of the rendered message. There's getRenderedMessage() for that. by Ivan Habunek · 12 years ago
  44. c1f6ae9 Removed unnecessary initialization of member variables to null. Improved phpdoc for LoggerLocationInfo. by Ivan Habunek · 12 years ago
  45. f8de60b LoggerLoggingEvent: Replaced getTime() with getRelativeTime(). by Ivan Habunek · 12 years ago
  46. 3887b2e Replaced "priority" with "level" for consistency. by Ivan Habunek · 12 years ago
  47. 5f7a88b Removed redundant type check in Logger::forcedLog(). by Ivan Habunek · 12 years ago
  48. 0db75c1 Minor improvement to site footer. by Ivan Habunek · 12 years ago
  49. 1d8290f Upgraded to Bootstrap v2.1 by Ivan Habunek · 12 years ago
  50. 88a8e5e Restored POM settings which were accidentally removed in previous commit. Updated maven plugin to latest versions. by Ivan Habunek · 12 years ago
  51. ecf9185 A substantial rewrite of the three file appenders: by Ivan Habunek · 12 years ago
  52. 1e9be63 Removed usage of register_shutdown_function which was used instead of a distructor in LoggerAppender. This function yielded some unexpected and undesirable behaviour. by Ivan Habunek · 12 years ago
  53. b814cca Set class="external" on all external links. Removed target="_blank", this is added dynamically in site.js. by Ivan Habunek · 12 years ago
  54. 4318ad9 Reimplemented variable (actually constants) substitution in parameters. by Ivan Habunek · 12 years ago
  55. 49f86ab Forgot to include XML test file in previous commit. by Ivan Habunek · 12 years ago
  56. cdb720f LoggerConfigurationAdapterXML: Added parsing of <appender-ref> nodes, as well as <appender_ref> in loggers for backward compatibility. by Ivan Habunek · 12 years ago
  57. 601f240 Improved docs for LoggerAppenderPDO to reflect new functionality (no automatic table creation). by Ivan Habunek · 12 years ago
  58. 3606194 Updated svn:keywords and @revision tags for the remaining tests (see previous commit). by Ivan Habunek · 12 years ago
  59. 0bfb8e7 Updated tests: by Ivan Habunek · 12 years ago
  60. 9f37885 LoggerAppenderPDO: Fixed reconnect logic. by Ivan Habunek · 12 years ago
  61. c9f37b7 Replaced phpdoc with apigen, at least until phpdoc v2 is stable. by Ivan Habunek · 12 years ago
  62. f2ff825 LoggerLayoutPattern: Made the default conversion pattern more verbose. by Ivan Habunek · 12 years ago
  63. 5b6c7b6 Removed unnecessary include from a test. by Ivan Habunek · 12 years ago
  64. 46e1e2b LOG4PHP-182: Keep opening braces on the same line for methods. by Ivan Habunek · 12 years ago
  65. 35d332a Improved error reporting for MongoDB appender, better docs. by Ivan Habunek · 12 years ago
  66. bccbf1b Missed several occurances of LoggerAppenderFirephp, renamed to LoggerAppenderFirePHP. Improved docs. by Ivan Habunek · 12 years ago
  67. d70d4b8 LOG4PHP-180: Removed $_ENV and $_SERVER access from LoggerMDC by Ivan Habunek · 12 years ago
  68. 514012f Added pattern layout changes to changelog. by Ivan Habunek · 12 years ago
  69. b3459ea Renamed LoggerAppenderFirephp to LoggerAppenderFirePHP to keep naming consistent. by Ivan Habunek · 12 years ago
  70. 25892ce Started a changelog for v2.3.0. by Ivan Habunek · 12 years ago
  71. 587c231 Improved coding standards: by Ivan Habunek · 12 years ago
  72. 344c56b Removed unused private member LoggerThrowableInformation::$logger. by Ivan Habunek · 12 years ago
  73. 3e893fd Fixed paths in phpdoc.xml. by Ivan Habunek · 12 years ago
  74. be6fb23 Moved phpunit.xml to project root. Adjusted build.xml accordingly. by Ivan Habunek · 12 years ago
  75. f42934e Added a configuration file for phpDocumentor v2. by Ivan Habunek · 12 years ago
  76. 59e71e1 Removed accidentally added folder. #idiot by Ivan Habunek · 12 years ago
  77. b9e9697 LOG4PHP-178: by Ivan Habunek · 12 years ago
  78. 8ace74a Removed redundant check in LoggerHierarchy::setRoot(). Root logger is always present since it's populated in the constructor. by Ivan Habunek · 12 years ago
  79. ff988ef LOG4PHP-178: Added typehint to Logger::setLevel() by Ivan Habunek · 12 years ago
  80. b5f4ed1 php-config example equivalent of xml-config example by Florian Semm · 12 years ago
  81. fc86d28 Improved appender phpdocs to work better with new phpdoc 2.0. No code changes. by Ivan Habunek · 12 years ago
  82. 6a0b952 LoggerAppenderRollingFile: Fixed bug which prevented compression from working on windows. Better error message. by Ivan Habunek · 12 years ago
  83. e0eeff9 Fixed svn:keywords on all php files. by Ivan Habunek · 12 years ago
  84. 0021995 Fixed phpdocs for the LoggerRendererObject. by Ivan Habunek · 12 years ago
  85. e796a8a Removed unneeded comments from site.xml, fixed indent. by Ivan Habunek · 12 years ago
  86. fdd20fb Fixed firephp tests to be skipped if lib is not found. by Ivan Habunek · 12 years ago
  87. 6da354a Fixed javadoc and svn:keywords for pattern converters. by Ivan Habunek · 12 years ago
  88. 875f4ac Improved docs for the pattern layout. by Ivan Habunek · 12 years ago
  89. 9eaad93 LOG4PHP-164: Compress rotated files with Gzip/Zip by Florian Semm · 12 years ago
  90. 0d001c4 Added handling of objects and arrays to FirePHP appender. by Ivan Habunek · 12 years ago
  91. 8fa8d3a unused property deleted by Florian Semm · 12 years ago
  92. 1d596cf Fix test after refactoring by Florian Semm · 12 years ago
  93. 707b6e9 test by Florian Semm · 12 years ago
  94. b6e0c6a Added missing conversion patterns to the Pattern layout doc. by Ivan Habunek · 12 years ago
  95. 840d5ee Added shortening of class names for the %class pattern converter. by Ivan Habunek · 12 years ago
  96. 2e91426 Moved shortenClassName implementation to LoggerUtils so that it can be used from elsewhere. by Ivan Habunek · 12 years ago
  97. b7ea2e0 Minor fixes for Pattern layout docs. by Ivan Habunek · 12 years ago
  98. 752bcaf Fixed the %location conversion pattern in Pattern layout. by Ivan Habunek · 12 years ago
  99. ac02914 move floriansemm from contributor to developers by Florian Semm · 12 years ago
  100. 7b726b2 LOG4PHP-174: by Ivan Habunek · 12 years ago