[jira] [Commented] (LOG4PHP-128) Update site content for Apache Project Branding Requirements

2011-06-05 Thread Ivan Habunek (JIRA)
[ https://issues.apache.org/jira/browse/LOG4PHP-128?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13044621#comment-13044621 ] Ivan Habunek commented on LOG4PHP-128: -- Added a trademark (TM) sign next to project

svn commit: r1132492 - in /logging/log4php/trunk: pom.xml src/site/resources/css/maven-base.css src/site/resources/css/site.css src/site/resources/images/logos/ src/site/resources/images/logos/maven-f

2011-06-05 Thread ihabunek
Author: ihabunek Date: Sun Jun 5 21:30:02 2011 New Revision: 1132492 URL: http://svn.apache.org/viewvc?rev=1132492&view=rev Log: Modified the site footer to include trademark attributions required by the branding requirements (LOG4PHP-128). Unfortunately this required a template override. See i

svn commit: r1132491 - /logging/log4php/trunk/src/site/apt/index.apt

2011-06-05 Thread ihabunek
Author: ihabunek Date: Sun Jun 5 21:27:01 2011 New Revision: 1132491 URL: http://svn.apache.org/viewvc?rev=1132491&view=rev Log: Added a trademark (TM) sign next to project name on the main site page, as required by the branding requirements (LOG4PHP-128). Modified: logging/log4php/trunk/sr

[jira] [Commented] (LOG4PHP-128) Update site content for Apache Project Branding Requirements

2011-06-05 Thread Ivan Habunek (JIRA)
[ https://issues.apache.org/jira/browse/LOG4PHP-128?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13044530#comment-13044530 ] Ivan Habunek commented on LOG4PHP-128: -- Added a prominent link back to ASF on the ma

svn commit: r1132411 - /logging/log4php/trunk/src/site/apt/index.apt

2011-06-05 Thread ihabunek
Author: ihabunek Date: Sun Jun 5 14:06:03 2011 New Revision: 1132411 URL: http://svn.apache.org/viewvc?rev=1132411&view=rev Log: Updated the title site page. Also added a prominent link back to ASF as required by the bradning requirements (PHP-128). Modified: logging/log4php/trunk/src/site/

svn commit: r1132401 - /logging/log4php/trunk/src/main/php/Logger.php

2011-06-05 Thread ihabunek
Author: ihabunek Date: Sun Jun 5 13:32:29 2011 New Revision: 1132401 URL: http://svn.apache.org/viewvc?rev=1132401&view=rev Log: Greatly simplified method Logger::callAppenders(). Should increase performance slightly. Modified: logging/log4php/trunk/src/main/php/Logger.php Modified: loggin

svn commit: r1132399 - /logging/log4php/trunk/src/main/php/Logger.php

2011-06-05 Thread ihabunek
Author: ihabunek Date: Sun Jun 5 13:26:30 2011 New Revision: 1132399 URL: http://svn.apache.org/viewvc?rev=1132399&view=rev Log: Removed the private method Logger::logLevel() since it was the same as Logger::log(). Modified: logging/log4php/trunk/src/main/php/Logger.php Modified: logging/l

svn commit: r1132398 - /logging/log4php/trunk/src/main/php/Logger.php

2011-06-05 Thread ihabunek
Author: ihabunek Date: Sun Jun 5 13:23:37 2011 New Revision: 1132398 URL: http://svn.apache.org/viewvc?rev=1132398&view=rev Log: Renamed the variable holding appenders in Logger from $aai to $appenders for a more readable code. Modified: logging/log4php/trunk/src/main/php/Logger.php Modifi

[jira] [Commented] (LOG4PHP-128) Update site content for Apache Project Branding Requirements

2011-06-05 Thread Ivan Habunek (JIRA)
[ https://issues.apache.org/jira/browse/LOG4PHP-128?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13044523#comment-13044523 ] Ivan Habunek commented on LOG4PHP-128: -- Replaced Apache logging services logo with o

svn commit: r1132396 - /logging/log4php/trunk/src/main/php/Logger.php

2011-06-05 Thread ihabunek
Author: ihabunek Date: Sun Jun 5 13:15:49 2011 New Revision: 1132396 URL: http://svn.apache.org/viewvc?rev=1132396&view=rev Log: Improved API documentation for Logger.php. Removed references to methods/objects which no longer exist. No code changes. Modified: logging/log4php/trunk/src/main/

svn commit: r1132366 - /logging/log4php/trunk/src/main/php/Logger.php

2011-06-05 Thread ihabunek
Author: ihabunek Date: Sun Jun 5 10:19:56 2011 New Revision: 1132366 URL: http://svn.apache.org/viewvc?rev=1132366&view=rev Log: Removed LOG4PHP_DIR constant since it was only used once throughout the codebase. Replaced with dirname(__FILE__). Modified: logging/log4php/trunk/src/main/php/Lo

svn commit: r1132365 - /logging/log4php/trunk/src/test/php/bootstrap.php

2011-06-05 Thread ihabunek
Author: ihabunek Date: Sun Jun 5 10:17:46 2011 New Revision: 1132365 URL: http://svn.apache.org/viewvc?rev=1132365&view=rev Log: Updated PHPUnit's bootstrap.php: * Removed unnecessary usage of LOG4PHP_DIR constant * Removed deprecated usage of LOG4PHP_DEFAULT_INIT_OVERRIDE constant * Removed unne