Author: grobmeier
Date: Thu Aug 27 20:56:43 2009
New Revision: 808625
URL: http://svn.apache.org/viewvc?rev=808625&view=rev
Log:
made use of by attribute
Modified:
incubator/log4php/trunk/src/changes/changes.xml
Modified: incubator/log4php/trunk/src/changes/changes.xml
URL:
http://svn.apache.org/viewvc/incubator/log4php/trunk/src/changes/changes.xml?rev=808625&r1=808624&r2=808625&view=diff
==============================================================================
--- incubator/log4php/trunk/src/changes/changes.xml (original)
+++ incubator/log4php/trunk/src/changes/changes.xml Thu Aug 27 20:56:43 2009
@@ -24,59 +24,59 @@
<action type="fix" issue="LOG4PHP-3">Maven 2.0 build</action>
<action type="fix" issue="LOG4PHP-7">Updated source file
headers with current ASF notice</action>
<action type="fix">PHP 5 compatibility modification.</action>
- <action type="fix" issue="LOG4PHP-1">removed all @author tags.
All contributors are named (with task) in the changelog file (Christian
Grobmeier)</action>
- <action type="fix" issue="LOG4PHP-4">Fatal error for constructor in
LoggerAppenderRollingFile (Michael Aichler)</action>
- <action type="fix" issue="LOG4PHP-5">LoggerAppenderRollingFile
unable to open file and append logs (Michael Aichler)</action>
- <action type="fix" issue="LOG4PHP-7">Change copyright notices
to conform to the Source Header and Copyright Notice Policy (Curt
Arnold)</action>
- <action type="fix" issue="LOG4PHP-9">log4php.dtd should be
reviewed (Christian Grobmeier)</action>
- <action type="fix" issue="LOG4PHP-11">trailing "\n" (Hiroaki
Kawai)</action>
- <action type="fix" issue="LOG4PHP-12">LoggerAppenderFile does
not create missing directories (Knut Urdalen)</action>
- <action type="fix"
issue="LOG4PHP-13">LoggerPropertyConfigurator: Only variables should be
assigned by reference (Michael Aichler)</action>
- <action type="fix" issue="LOG4PHP-14">LoggerPropertySetter:
warnings about is_a() and non-static method (Michael Aichler)</action>
- <action type="fix" issue="LOG4PHP-15">Logger: warnings about
is_a() (Michael Aichler)</action>
- <action type="fix" issue="LOG4PHP-16">Patch for
LoggerAppenderSyslog to use Layouts (Gary Richardson)</action>
- <action type="fix" issue="LOG4PHP-17">%l Pattern layout raises
a protected property access error (Yomei Komiya)</action>
- <action type="fix" issue="LOG4PHP-18">Date pattern %d
conversion is invalid (Yomei Komiya)</action>
- <action type="fix" issue="LOG4PHP-19">Logger location info is
invalid in log outputs of Logger's subclasses (Yomei Komiya)</action>
- <action type="fix" issue="LOG4PHP-20">Custom layout for
LoggerAppenderPhp (Corin Lawson)</action>
- <action type="fix" issue="LOG4PHP-22">log4php.dtd invalid
(Christian Grobmeier)</action>
- <action type="fix" issue="LOG4PHP-23">Mixed PHP4 and PHP5
syntax (Christian Grobmeier)</action>
- <action type="fix" issue="LOG4PHP-24">LoggerAppenderRollingFile
unable to rollover (Dennis Korbar)</action>
- <action type="fix" issue="LOG4PHP-25">Allow to set environment
variables in LoggerOptionConverter (Christian Hammers, Knut Urdalen)</action>
- <action type="fix" issue="LOG4PHP-28">LoggerAppenderConsole
doesn't write to STDERR (Michael Kuenzli, Knut Urdalen)</action>
- <action type="fix" issue="LOG4PHP-33">Appenders is not properly
closed upon destruction (Knut Urdalen)</action>
- <action type="update" issue="LOG4PHP-29">Load classes through
autoload instead of explicitly include them (Knut Urdalen)</action>
- <action type="update" issue="LOG4PHP-30">Implement
LoggerAppenderPDO (Christian Grobmeier)</action>
- <action type="update" issue="LOG4PHP-31">Removing unnecessary
use of LOG4PHP_DIR (Knut Urdalen)</action>
- <action type="update" issue="LOG4PHP-32">Refactor from using
define to class contants (Knut Urdalen, Christian Grobmeier)</action>
- <action type="update" issue="LOG4PHP-34">Remove all internal
debugging (Christian Grobmeier)</action>
- <action type="update" issue="LOG4PHP-35">Replace
LOG4PHP_LINE_SEP with PHP_EOL (Knut Urdalen)</action>
- <action type="update" issue="LOG4PHP-37">removed
LoggerAppenderDB in favour to LoggerAppenderPDO (Christian Grobmeier)</action>
- <action type="update" issue="LOG4PHP-38">Replace is_a() with
instanceof (Knut Urdalen)</action>
- <action type="update" issue="LOG4PHP-39">Remove deprecated
methods (Knut Urdalen)</action>
- <action type="update" issue="LOG4PHP-40">Merge LoggerAppender
and LoggerAppenderSkeleton (Christian Grobmeier)</action>
- <action type="update" issue="LOG4PHP-43">Remove size
restriction of MDC table in LoggerMDC (Knut Urdalen)</action>
- <action type="update" issue="LOG4PHP-44">PEAR package (Knut
Urdalen)</action>
- <action type="update" issue="LOG4PHP-52">Use of custom factorys
is discouraged - clean up (Christian Grobmeier)</action>
- <action type="update" issue="LOG4PHP-53">Removed references
were appropriate (Christian Grobmeier)</action>
- <action type="fix" issue="LOG4PHP-54">PHPDoc is wrong due to
class movements - clean up (Christian Grobmeier)</action>
- <action type="update" issue="LOG4PHP-56">Replace
define('LOG4PHP_CONFIGURATION' by static variable (Christian Grobmeier)</action>
- <action type="update" issue="LOG4PHP-57">Make use of
destructors instead of Logger::shutdown (Christian Grobmeier)</action>
- <action type="fix" issue="LOG4PHP-59">LoggerAppenderConsole is
initialized wrong (Christian Grobmeier, Christian Hammers)</action>
- <action type="update" issue="LOG4PHP-60">Improved
quickstart.apt (Christian Hammers)</action>
- <action type="update" issue="LOG4PHP-62">Does not print warning
if ini file is corrupt (Christian Hammers)</action>
- <action type="update" issue="LOG4PHP-63">PDOAppender should
throw LoggerException on database problems (Christian Hammers)</action>
- <action type="fix" issue="LOG4PHP-64">Remove deprecated
call-by-reference in LoggerLayoutPattern (Christian Hammers)</action>
- <action type="fix" issue="LOG4PHP-65">Mixing protected and
private in Logger and the inheriting LoggerRoot (Christian Grobmeier)</action>
- <action type="fix"
issue="LOG4PHP-66">LoggerConfiguratorBasicTest fails in "mvn test" but not in
phpunit (Christian Hammers)</action>
- <action type="fix" issue="LOG4PHP-67">Refactoring: Use Logger
instead of LoggerManager (Christian Hammers)</action>
- <action type="fix" issue="LOG4PHP-71">Using LoggerAppenderFile
logging to the log file in one Apache session blocks every other Apache session
that tries to write to the file until the original request has been processed
(Christian Grobmeier)</action>
+ <action type="fix" issue="LOG4PHP-1" by="Christian
Grobmeier">removed all @author tags. All contributors are named (with task) in
the changelog file</action>
+ <action type="fix" issue="LOG4PHP-4" by="Michael Aichler">Fatal error
for constructor in LoggerAppenderRollingFile</action>
+ <action type="fix" issue="LOG4PHP-5" by="Michael
Aichler">LoggerAppenderRollingFile unable to open file and append logs</action>
+ <action type="fix" issue="LOG4PHP-7" by="Curt Arnold">Change
copyright notices to conform to the Source Header and Copyright Notice
Policy</action>
+ <action type="fix" issue="LOG4PHP-9" by="Christian
Grobmeier">log4php.dtd should be reviewed</action>
+ <action type="fix" issue="LOG4PHP-11" by="Hiroaki
Kawai">trailing "\n"</action>
+ <action type="fix" issue="LOG4PHP-12" by="Knut
Urdalen">LoggerAppenderFile does not create missing directories</action>
+ <action type="fix" issue="LOG4PHP-13" by="Michael
Aichler">LoggerPropertyConfigurator: Only variables should be assigned by
reference</action>
+ <action type="fix" issue="LOG4PHP-14" by="Michael
Aichler">LoggerPropertySetter: warnings about is_a() and non-static
method</action>
+ <action type="fix" issue="LOG4PHP-15" by="Michael
Aichler">Logger: warnings about is_a()</action>
+ <action type="fix" issue="LOG4PHP-16" by="Gary
Richardson">Patch for LoggerAppenderSyslog to use Layouts</action>
+ <action type="fix" issue="LOG4PHP-17" by="Yomei Komiya">%l
Pattern layout raises a protected property access error</action>
+ <action type="fix" issue="LOG4PHP-18" by="Yomei Komiya">Date
pattern %d conversion is invalid</action>
+ <action type="fix" issue="LOG4PHP-19" by="Yomei Komiya">Logger
location info is invalid in log outputs of Logger's subclasses</action>
+ <action type="fix" issue="LOG4PHP-20" by="Corin Lawson">Custom
layout for LoggerAppenderPhp</action>
+ <action type="fix" issue="LOG4PHP-22" by="Christian
Grobmeier">log4php.dtd invalid</action>
+ <action type="fix" issue="LOG4PHP-23" by="Christian
Grobmeier">Mixed PHP4 and PHP5 syntax</action>
+ <action type="fix" issue="LOG4PHP-24" by="Dennis
Korbar">LoggerAppenderRollingFile unable to rollover</action>
+ <action type="fix" issue="LOG4PHP-25" by="Christian Hammers,
Knut Urdalen">Allow to set environment variables in
LoggerOptionConverter</action>
+ <action type="fix" issue="LOG4PHP-28" by="Michael Kuenzli, Knut
Urdalen">LoggerAppenderConsole doesn't write to STDERR</action>
+ <action type="fix" issue="LOG4PHP-33" by="Knut
Urdalen">Appenders is not properly closed upon destruction</action>
+ <action type="update" issue="LOG4PHP-29" by="Knut Urdalen">Load
classes through autoload instead of explicitly include them</action>
+ <action type="update" issue="LOG4PHP-30" by="Christian
Grobmeier">Implement LoggerAppenderPDO</action>
+ <action type="update" issue="LOG4PHP-31" by="Knut
Urdalen">Removing unnecessary use of LOG4PHP_DIR</action>
+ <action type="update" issue="LOG4PHP-32" by="Knut Urdalen,
Christian Grobmeier">Refactor from using define to class contants (Knut
Urdalen, Christian Grobmeier)</action>
+ <action type="update" issue="LOG4PHP-34" by="Christian
Grobmeier">Remove all internal debugging</action>
+ <action type="update" issue="LOG4PHP-35" by="Knut
Urdalen">Replace LOG4PHP_LINE_SEP with PHP_EOL</action>
+ <action type="update" issue="LOG4PHP-37" by="Christian
Grobmeier">removed LoggerAppenderDB in favour to LoggerAppenderPDO</action>
+ <action type="update" issue="LOG4PHP-38" by="Knut
Urdalen">Replace is_a() with instanceof</action>
+ <action type="update" issue="LOG4PHP-39" by="Knut
Urdalen">Remove deprecated methods</action>
+ <action type="update" issue="LOG4PHP-40" by="Christian
Grobmeier">Merge LoggerAppender and LoggerAppenderSkeleton</action>
+ <action type="update" issue="LOG4PHP-43" by="Knut
Urdalen">Remove size restriction of MDC table in LoggerMDC</action>
+ <action type="update" issue="LOG4PHP-44" by="Knut Urdalen">PEAR
package</action>
+ <action type="update" issue="LOG4PHP-52" by="Christian
Grobmeier">Use of custom factorys is discouraged - clean up</action>
+ <action type="update" issue="LOG4PHP-53" by="Christian
Grobmeier">Removed references were appropriate</action>
+ <action type="fix" issue="LOG4PHP-54" by="Christian
Grobmeier">PHPDoc is wrong due to class movements - clean up</action>
+ <action type="update" issue="LOG4PHP-56" by="Christian
Grobmeier">Replace define('LOG4PHP_CONFIGURATION' by static variable</action>
+ <action type="update" issue="LOG4PHP-57" by="Christian
Grobmeier">Make use of destructors instead of Logger::shutdown</action>
+ <action type="fix" issue="LOG4PHP-59" by="Christian Grobmeier,
Christian Hammers">LoggerAppenderConsole is initialized wrong</action>
+ <action type="update" issue="LOG4PHP-60" by="Christian
Hammers">Improved quickstart.apt</action>
+ <action type="update" issue="LOG4PHP-62" by="Christian
Hammers">Does not print warning if ini file is corrupt</action>
+ <action type="update" issue="LOG4PHP-63" by="Christian
Hammers">PDOAppender should throw LoggerException on database problems</action>
+ <action type="fix" issue="LOG4PHP-64" by="Christian
Hammers">Remove deprecated call-by-reference in LoggerLayoutPattern</action>
+ <action type="fix" issue="LOG4PHP-65" by="Christian
Grobmeier">Mixing protected and private in Logger and the inheriting
LoggerRoot</action>
+ <action type="fix" issue="LOG4PHP-66" by="Christian
Hammers">LoggerConfiguratorBasicTest fails in "mvn test" but not in
phpunit</action>
+ <action type="fix" issue="LOG4PHP-67" by="Christian
Hammers">Refactoring: Use Logger instead of LoggerManager</action>
+ <action type="fix" issue="LOG4PHP-71" by="Christian
Grobmeier">Using LoggerAppenderFile logging to the log file in one Apache
session blocks every other Apache session that tries to write to the file until
the original request has been processed</action>
<action type="fix" issue="LOG4PHP-76" by="Dan Hansen">Unable to
configure socket appender with attribute useXml = true</action>
<action type="fix" issue="LOG4PHP-77" by="Dan
Hansen">LoggerReflectionUtils::setter() should be defined as a static
method</action>
- <action type="update">Initial port to PHP 5 (Knut
Urdalen)</action>
- <action type="update">Established new unit test suite (Knut
Urdalen)</action>
- <action type="update">Added a range of examples (Knut
Urdalen)</action>
- <action type="update">Created common ReflectionUtils class and
moved factory calls to there (Christian Grobmeier)</action>
+ <action type="update" by="Knut Urdalen">Initial port to PHP
5</action>
+ <action type="update" by="Knut Urdalen">Established new unit
test suite</action>
+ <action type="update" by="Knut Urdalen">Added a range of
examples</action>
+ <action type="update">Created common ReflectionUtils class and
moved factory calls to there</action>
</release>
</body>
</document>