1. 21a83ce LOG4PHP-174: Made activation simpler. by Ivan Habunek · 12 years ago
  2. 59732ec LOG4PHP-174: Renamed parameter 'medium' to 'target' to conform with FirePHP documentation. by Ivan Habunek · 12 years ago
  3. bfbad42 Added a helper function which prints the Logger Hierarchy. by Ivan Habunek · 12 years ago
  4. 3f2bd7e LOG4PHP-174: Fixed activation bug. by Ivan Habunek · 12 years ago
  5. c59666a LOG4PHP-174: Fixed implementation of default value for medium parameter. by Ivan Habunek · 12 years ago
  6. ce4557e emoved unneccessary overrides: close(), __destruct() by Ivan Habunek · 12 years ago
  7. 0a977da Improved phpdoc for FirePHP appender to be in line with project standards. by Ivan Habunek · 12 years ago
  8. 6edabd2 create documentation by Florian Semm · 12 years ago
  9. 62aacc1 don't fail silently. move check for firephp-lib to activeOptions method by Florian Semm · 12 years ago
  10. 32f3abb don't fail silently. move check for firephp-lib to activeOptions method by Florian Semm · 12 years ago
  11. 8e06c5c possible to use a concrete layout by Florian Semm · 12 years ago
  12. dcbbcd1 a few little changes by Florian Semm · 12 years ago
  13. bb72058 add examples by Florian Semm · 12 years ago
  14. 8f277ef remove unused statement by Florian Semm · 12 years ago
  15. 41dafee LOG4PHP-174 - Firephp appender logs to Firebug console. by Florian Semm · 12 years ago
  16. 74a4517 LOG4PHP-174 - Firephp appender logs to Firebug console. by Florian Semm · 12 years ago
  17. 72f5941 Made TTCC layout deprecated (updated docs, added a warning, removed it from examples in site docs, removed it from default config). Minor docs improvements. by Ivan Habunek · 12 years ago
  18. 66fdbf6 Minor fix to site css. by Ivan Habunek · 12 years ago
  19. 7ca5ee1 Enabled svn:keywords for pattern test. by Ivan Habunek · 12 years ago
  20. b4070b8 Enabled svn:keywords for pattern test. by Ivan Habunek · 12 years ago
  21. 019c7bd Fixed a bug where the date pattern would not default to 'c' format if no format was given. by Ivan Habunek · 12 years ago
  22. e30f183 Minor site css improvements. by Ivan Habunek · 12 years ago
  23. 8aa80ab Fixed error in LoggerLayoutTTCC docs. by Ivan Habunek · 12 years ago
  24. 0a38ce2 Site improvements: fixed link in header, added links to Bootstrap and Glyphicons to footer. by Ivan Habunek · 12 years ago
  25. da27de2 LOG4PHP-141 - Allow setting of a default Renderer for all Classes by Florian Semm · 12 years ago
  26. d4a41de This commit deals with several interconnected issues: by Ivan Habunek · 12 years ago
  27. 5b8c877 Fixed example for LoggerLayoutTTCC. by Ivan Habunek · 12 years ago
  28. 1673322 Updated release date for 2.2.1. by Ivan Habunek · 12 years ago
  29. cbf7ac7 Minor fixes to web - broken links. by Ivan Habunek · 12 years ago
  30. 539d360 Removed deprecated phpdoc comment. by Ivan Habunek · 12 years ago
  31. 304883d [maven-release-plugin] prepare for next development iteration by Ivan Habunek · 12 years ago
  32. ce9d164 [maven-release-plugin] prepare release apache-log4php-2.2.1 by Ivan Habunek · 12 years ago
  33. 7757358 Minor documentation fix for loggers. by Ivan Habunek · 12 years ago
  34. 4d37c98 Updated changes and web for new release. by Ivan Habunek · 12 years ago
  35. 59fb30c Improved README file. by Ivan Habunek · 12 years ago
  36. 8021a89 Added link to code coverage in web menu. by Ivan Habunek · 12 years ago
  37. 6082034 Updated maven plugins to latest versions. by Ivan Habunek · 12 years ago
  38. d9c723f Added changelog entry for version 2.2.1. by Ivan Habunek · 12 years ago
  39. 984188d Fixed links on the layouts page. by Ivan Habunek · 12 years ago
  40. c5e7c88 Updated link to new changelog page. by Ivan Habunek · 12 years ago
  41. acfb1da Site update: by Ivan Habunek · 12 years ago
  42. a3530f0 Updated NOTICE file for year 2012. by Ivan Habunek · 12 years ago
  43. 6246551 2. testcommit by Florian Semm · 12 years ago
  44. dca9ed1 testcommit by Florian Semm · 12 years ago
  45. dfa0fbd LOG4PHP-168: Fixed a bug which prevented configuration by passing a LoggerConfigurator instance. by Ivan Habunek · 12 years ago
  46. 08424c0 Removed syntax check from build process, as discussed. by Ivan Habunek · 12 years ago
  47. bcf6a32 LOG4PHP-167: Added to changes.xml by Ivan Habunek · 12 years ago
  48. 44b7a87 Added a missing license header. by Ivan Habunek · 12 years ago
  49. 7483307 Adjusted tests for changes introduced when fixing LOG4PHP-167. by Ivan Habunek · 12 years ago
  50. eff81ab Fixed minor error in license header. by Ivan Habunek · 12 years ago
  51. 9886596 LOG4PHP-167: Fixed converting of boolean values read from ini file without the INI_SCANNER_RAW option. Added more tests. by Ivan Habunek · 12 years ago
  52. 038151e Fixed a test to work on PHP 5.2. by Ivan Habunek · 12 years ago
  53. f6f7a8f LOG4PHP-167: Removed INI_SCANNER_RAW option from ini parsing function. Fixed tests to compensate. by Ivan Habunek · 12 years ago
  54. c4997fb Improved error reporting for mail event appender. Removed thrown exceptions. by Ivan Habunek · 12 years ago
  55. 981675d Removed unused tutorials folder. by Ivan Habunek · 12 years ago
  56. 3b6cd7c Added several projects to "who uses log4php" section. Improved guidelines for submitting patches. by Ivan Habunek · 12 years ago
  57. 35d6d17 Minor improvements to tests to reflect recent changes. by Ivan Habunek · 12 years ago
  58. 9fb60a1 Replaced internal conversion of log level to syslog level in LoggerAppenderSyslog, instead using equivalent syslog level defined in LoggerLevel. by Ivan Habunek · 12 years ago
  59. a0720aa Improvements to LoggerLevel: by Ivan Habunek · 12 years ago
  60. 8c3fd4b Reorganised the Logger class: by Ivan Habunek · 12 years ago
  61. b4842f7 In site template, added project name to page titles. by Ivan Habunek · 12 years ago
  62. b10d6ba Reintroduced the Google Analytics code in site.xml which was accidentally removed some time before the 2.2. release. by Ivan Habunek · 12 years ago
  63. 25b7122 Moved autoloader functionality to a separate file and class. by Ivan Habunek · 12 years ago
  64. 54e1c47 LOG4PHP-166: Fixed bug where default timeout is not set. by Ivan Habunek · 12 years ago
  65. 936c1f0 LOG4PHP-166: Added connection timeout parameter to MongoDB appender. by Ivan Habunek · 12 years ago
  66. bba0f7b LoggerLoggingEvent: Removed unnecessary function_exists checks and casting operations. Other minor improvements. by Ivan Habunek · 12 years ago
  67. 035239c Updated site for 2.2.0 release: * Added release date * Updated download links by Ivan Habunek · 12 years ago
  68. 58e2e63 [maven-release-plugin] prepare for next development iteration by Ivan Habunek · 12 years ago
  69. 706ed67 [maven-release-plugin] prepare release apache-log4php-2.2.0 by Ivan Habunek · 12 years ago
  70. 62ce9bc Added license headers to minified files, just in case. by Ivan Habunek · 12 years ago
  71. 95dc304 Added (tm) to project name in site header. by Ivan Habunek · 12 years ago
  72. bca5c97 Updated years in the NOTICE file. by Ivan Habunek · 12 years ago
  73. b4b41e9 Updated LICENSE file to include jQuery license. by Ivan Habunek · 12 years ago
  74. 554ee00 [maven-release-plugin] prepare for next development iteration by Ivan Habunek · 12 years ago
  75. b63fb68 [maven-release-plugin] prepare release apache-log4php-2.2.0 by Ivan Habunek · 12 years ago
  76. a4827c4 Updated the change log for v2.2.0. by Ivan Habunek · 12 years ago
  77. 488d6b2 Documented default layout behaviour for appenders. by Ivan Habunek · 12 years ago
  78. 1f88508 Added missing licence header to LoggerConfigurable. by Ivan Habunek · 12 years ago
  79. 56fdac9 Updated site pages on contributing and volunteerening. by Ivan Habunek · 12 years ago
  80. 770b241 In docs, replaced the term "options" with "parameters" to make it consistent with the configuration syntax (e.g. <param> node in XML). by Ivan Habunek · 12 years ago
  81. 9cd1544 Minor improvement in LoggerAppender - using LoggerConfigurable method in setter. by Ivan Habunek · 12 years ago
  82. c70f19c Reintroduced the possibility of using a custom configurator which was lost when rewriting the configurator (LOG4PHP-152). Also updated docs for configuration. by Ivan Habunek · 12 years ago
  83. 540aa2c LOG4PHP-158: LoggerAppenderFile throws wrong warning messages by Ivan Habunek · 12 years ago
  84. a263fb6 LOG4PHP-161: All configurable components should trigger warnings when given invalid values by Ivan Habunek · 12 years ago
  85. 6f6a7b7 Added tabs to docs and added jquery which was required for bootstrap's implementation of tabs. by Ivan Habunek · 12 years ago
  86. 1f3341b Reordered appender pages alphabetically in site menu. by Ivan Habunek · 12 years ago
  87. 9a36a2f LOG4PHP-165: Extended LoggerLayoutXml to include MDC info by Ivan Habunek · 12 years ago
  88. d9c1b5e Updated plugins in POM to latest stable versions. Removed redundant declaration of the Rat plugin. by Ivan Habunek · 12 years ago
  89. 7ce86ce Added licence headers to all files which didn't have one. by Ivan Habunek · 12 years ago
  90. f4e2c7c Added missing actions in changes.xml for the following issues: by Ivan Habunek · 12 years ago
  91. 033cf9e LOG4PHP-162: Warning for invalid appender threshold level never called by Ivan Habunek · 12 years ago
  92. d74e248 LOG4PHP-114: Forgot to add to changes.xml by Ivan Habunek · 12 years ago
  93. 2b578ba LOG4PHP-114: Order of params in LoggerAppenderDailyFile configuration is no longer significant by Ivan Habunek · 12 years ago
  94. 371dea7 LOG4PHP-154: Rewritten LoggerAppenderSocket to use a layout. by Ivan Habunek · 12 years ago
  95. 92bd72e * Added Florian Semm to the list of contributors. by Ivan Habunek · 12 years ago
  96. 86f95cb by Ivan Habunek · 12 years ago
  97. 1e54f59 Added -n switch to php when performing syntax check. This prevents php from loading the ini file and speeds up the process. by Ivan Habunek · 12 years ago
  98. 0450f22 Update site to latest version of bootstrap.css (1.4.0). by Ivan Habunek · 12 years ago
  99. 867289d LOG4PHP-152: by Ivan Habunek · 12 years ago
  100. 5057411 LOG4PHP-152: Improved error reporting for configurator. by Ivan Habunek · 12 years ago