Author: chammers
Date: Mon Oct 5 21:15:03 2009
New Revision: 822019
URL: http://svn.apache.org/viewvc?rev=822019&view=rev
Log:
* Added examples for every appender
* Added TOC as the page got pretty long
Modified:
incubator/log4php/branches/chammers/src/site/apt/docs/appenders.apt
Modi
Author: chammers
Date: Mon Oct 5 21:09:24 2009
New Revision: 822013
URL: http://svn.apache.org/viewvc?rev=822013&view=rev
Log:
Example for appender_null
Added:
incubator/log4php/branches/chammers/src/examples/php/appender_null.php
incubator/log4php/branches/chammers/src/exam
Author: chammers
Date: Mon Oct 5 21:09:03 2009
New Revision: 822012
URL: http://svn.apache.org/viewvc?rev=822012&view=rev
Log:
Example for appender_mailevent
Added:
incubator/log4php/branches/chammers/src/examples/php/appender_mailevent.php
incubator/log4php/branches/chammers
Author: chammers
Date: Mon Oct 5 21:09:44 2009
New Revision: 822014
URL: http://svn.apache.org/viewvc?rev=822014&view=rev
Log:
Example for appender_php
Added:
incubator/log4php/branches/chammers/src/examples/php/appender_php.php
incubator/log4php/branches/chammers/src/exam
Author: chammers
Date: Mon Oct 5 21:33:14 2009
New Revision: 822029
URL: http://svn.apache.org/viewvc?rev=822029&view=rev
Log:
type-safety doesn't hurt
Modified:
incubator/log4php/branches/chammers/src/main/php/LoggerAppender.php
incubator/log4php/branches/chammers/src
Author: chammers
Date: Mon Oct 5 21:10:05 2009
New Revision: 822016
URL: http://svn.apache.org/viewvc?rev=822016&view=rev
Log:
Example for appender_socket
Added:
incubator/log4php/branches/chammers/src/examples/php/appender_socket.php
incubator/log4php/branches/chammers/src/exam
Author: chammers
Date: Mon Oct 5 21:10:27 2009
New Revision: 822017
URL: http://svn.apache.org/viewvc?rev=822017&view=rev
Log:
Example for appender_syslog
Added:
incubator/log4php/branches/chammers/src/examples/php/appender_syslog.php
incubator/log4php/branches/chammers/src/exam
Author: chammers
Date: Mon Oct 5 21:38:02 2009
New Revision: 822031
URL: http://svn.apache.org/viewvc?rev=822031&view=rev
Log:
* Added @package for phpdoc
* Added one more (what's that called?) for type-safety
Modified:
incubator/log4php/branches/chammers/src/main/php/LoggerApp
Author: chammers
Date: Mon Oct 5 21:44:03 2009
New Revision: 822035
URL: http://svn.apache.org/viewvc?rev=822035&view=rev
Log:
* Added the previously committed examples to the phpdoc
* Added @package to the file level comment to make phpdoc happy
* Added some @var comments to aid IDE
Author: chammers
Date: Mon Oct 5 21:55:29 2009
New Revision: 822038
URL: http://svn.apache.org/viewvc?rev=822038&view=rev
Log:
* Improved error handling if the logfile cannot be created.
* Added corresponding unit test
* Replaced all those ../../../ by an instance var
Modified:
incub
Author: chammers
Date: Mon Oct 5 21:58:39 2009
New Revision: 822041
URL: http://svn.apache.org/viewvc?rev=822041&view=rev
Log:
Even LoggerAppenderNull ist not supposed to log "null" :) Does no longer work
after changing all the appenders to: append(LoggerLoggingEvent $eve
Author: chammers
Date: Mon Oct 5 22:02:19 2009
New Revision: 822042
URL: http://svn.apache.org/viewvc?rev=822042&view=rev
Log:
Just a comment in case anybody else looks why ob_start() does not work
Modified:
incubator/log4php/branches/chammers/src/test/php/appen
Author: chammers
Date: Mon Oct 5 22:03:12 2009
New Revision: 822043
URL: http://svn.apache.org/viewvc?rev=822043&view=rev
Log:
* Typo in class name
* Wrong order in assertEquals()
Modified:
incubator/log4php/branches/chammers/src/test/php/appenders/LoggerAppenderSocketTest.php
Modi
Author: chammers
Date: Mon Oct 5 22:04:17 2009
New Revision: 822044
URL: http://svn.apache.org/viewvc?rev=822044&view=rev
Log:
Took me a while to figure out so I wrote it down...
Added:
incubator/log4php/branches/chammers/src/test/php/README
Added: incubator/log4php/branches/chammers
Author: chammers
Date: Mon Oct 5 22:05:10 2009
New Revision: 822045
URL: http://svn.apache.org/viewvc?rev=822045&view=rev
Log:
This is related to r822029
Modified:
incubator/log4php/branches/chammers/src/test/php/LoggerLoggingEventTest.php
Modified:
incubator/log4php/branches/chammers
Author: chammers
Date: Mon Oct 5 22:05:58 2009
New Revision: 822046
URL: http://svn.apache.org/viewvc?rev=822046&view=rev
Log:
dirname patch to be able to run it from root directory as well as from maven
Modified:
incubator/log4php/branches/chammers/src/test/php/configura
Author: chammers
Date: Mon Oct 5 22:06:35 2009
New Revision: 822047
URL: http://svn.apache.org/viewvc?rev=822047&view=rev
Log:
Corrected phpdoc
Modified:
incubator/log4php/branches/chammers/src/test/php/helpers/LoggerPatternParserTest.php
Modified:
incubator/log4php/branches/chammers
Author: chammers
Date: Mon Oct 5 22:43:00 2009
New Revision: 822067
URL: http://svn.apache.org/viewvc?rev=822067&view=rev
Log:
Example for layout_simple
Added:
incubator/log4php/branches/chammers/src/examples/php/layout_simple.php
incubator/log4php/branches/chammers/src/exam
Author: chammers
Date: Mon Oct 5 22:42:39 2009
New Revision: 822066
URL: http://svn.apache.org/viewvc?rev=822066&view=rev
Log:
Example for layout_html
Added:
incubator/log4php/branches/chammers/src/examples/php/layout_html.php
incubator/log4php/branches/chammers/src/examples/resou
Author: chammers
Date: Mon Oct 5 22:47:19 2009
New Revision: 822069
URL: http://svn.apache.org/viewvc?rev=822069&view=rev
Log:
* Added @package for phpdoc
* Added @examples to phpdoc
Modified:
incubator/log4php/branches/chammers/src/main/php/layouts/LoggerLayoutHtml.php
incub
Author: chammers
Date: Mon Oct 5 22:43:21 2009
New Revision: 822068
URL: http://svn.apache.org/viewvc?rev=822068&view=rev
Log:
Example for layout_xml
Added:
incubator/log4php/branches/chammers/src/examples/php/layout_xml.php
incubator/log4php/branches/chammers/src/examples/resou
Author: chammers
Date: Mon Oct 5 22:50:19 2009
New Revision: 822073
URL: http://svn.apache.org/viewvc?rev=822073&view=rev
Log:
More LoggerLayout examples
Added:
incubator/log4php/branches/chammers/src/examples/php/layout_pattern.php
incubator/log4php/branches/chammers/src/examples
Author: chammers
Date: Mon Oct 5 22:51:17 2009
New Revision: 822074
URL: http://svn.apache.org/viewvc?rev=822074&view=rev
Log:
for phpdoc
Modified:
incubator/log4php/branches/chammers/src/main/php/LoggerLayout.php
Modified: incubator/log4php/branches/chammers/src/main/php/LoggerLayout
Author: chammers
Date: Mon Oct 5 22:52:58 2009
New Revision: 822075
URL: http://svn.apache.org/viewvc?rev=822075&view=rev
Log:
Added docs and examples for every LoggerLayout.
Added:
incubator/log4php/branches/chammers/src/site/apt/docs/appender-layout.apt
Added: incubator/log4php/bran
Author: chammers
Date: Mon Oct 5 19:23:24 2009
New Revision: 821977
URL: http://svn.apache.org/viewvc?rev=821977&view=rev
Log:
initial copy of trunk to my branch
Added:
incubator/log4php/branches/chammers/trunk/
- copied from r821976, incubator/log4php/trunk/
Author: chammers
Date: Mon Oct 5 20:38:02 2009
New Revision: 821998
URL: http://svn.apache.org/viewvc?rev=821998&view=rev
Log:
copy trunk to my branch
Added:
incubator/log4php/branches/chammers/
- copied from r821997, incubator/log4php/trunk/
Author: chammers
Date: Mon Oct 5 21:08:41 2009
New Revision: 822011
URL: http://svn.apache.org/viewvc?rev=822011&view=rev
Log:
Example for appender_dailyfile
Added:
incubator/log4php/branches/chammers/src/examples/php/appender_dailyfile.php
incubator/log4php/branches/chammers
Author: chammers
Date: Mon Oct 5 21:07:29 2009
New Revision: 822008
URL: http://svn.apache.org/viewvc?rev=822008&view=rev
Log:
Example for appender_console
Added:
incubator/log4php/branches/chammers/src/examples/php/appender_console.php
incubator/log4php/branches/chammers/src/exam
Author: chammers
Date: Mon Oct 5 19:25:19 2009
New Revision: 821979
URL: http://svn.apache.org/viewvc?rev=821979&view=rev
Log:
Sorry, trying again
Removed:
incubator/log4php/branches/chammers/
Author: chammers
Date: Mon Oct 5 21:07:50 2009
New Revision: 822009
URL: http://svn.apache.org/viewvc?rev=822009&view=rev
Log:
Example for appender_echo
Added:
incubator/log4php/branches/chammers/src/examples/php/appender_echo.php
incubator/log4php/branches/chammers/src/exam
Author: chammers
Date: Tue Oct 6 16:45:20 2009
New Revision: 822339
URL: http://svn.apache.org/viewvc?rev=822339&view=rev
Log:
trying merge
Modified:
incubator/log4php/trunk/src/test/php/helpers/ (props changed)
incubator/log4php/trunk/src/test/php/helpers/LoggerPatternParserTest
Author: chammers
Date: Tue Oct 6 17:16:18 2009
New Revision: 822354
URL: http://svn.apache.org/viewvc?rev=822354&view=rev
Log:
Example for appender_console
Added:
incubator/log4php/trunk/src/examples/php/appender_console.php
incubator/log4php/trunk/src/examples/resou
Author: chammers
Date: Tue Oct 6 17:17:17 2009
New Revision: 822355
URL: http://svn.apache.org/viewvc?rev=822355&view=rev
Log:
Example for appender_echo
Added:
incubator/log4php/trunk/src/examples/php/appender_echo.php
incubator/log4php/trunk/src/examples/resou
Author: chammers
Date: Tue Oct 6 17:17:52 2009
New Revision: 822356
URL: http://svn.apache.org/viewvc?rev=822356&view=rev
Log:
Example for appender_dailyfile
Added:
incubator/log4php/trunk/src/examples/php/appender_dailyfile.php
incubator/log4php/trunk/src/examples/resou
Author: chammers
Date: Tue Oct 6 17:18:51 2009
New Revision: 822358
URL: http://svn.apache.org/viewvc?rev=822358&view=rev
Log:
Example for appender_mailevent
Added:
incubator/log4php/trunk/src/examples/php/appender_mailevent.php
incubator/log4php/trunk/src/examples/resou
Author: chammers
Date: Tue Oct 6 17:21:58 2009
New Revision: 822360
URL: http://svn.apache.org/viewvc?rev=822360&view=rev
Log:
Example for appender_php
Added:
incubator/log4php/trunk/src/examples/php/appender_php.php
incubator/log4php/trunk/src/examples/resou
Author: chammers
Date: Tue Oct 6 17:21:33 2009
New Revision: 822359
URL: http://svn.apache.org/viewvc?rev=822359&view=rev
Log:
Example for appender_null
Added:
incubator/log4php/trunk/src/examples/php/appender_null.php
incubator/log4php/trunk/src/examples/resou
Author: chammers
Date: Tue Oct 6 17:22:31 2009
New Revision: 822361
URL: http://svn.apache.org/viewvc?rev=822361&view=rev
Log:
Example for appender_socket
Added:
incubator/log4php/trunk/src/examples/php/appender_socket.php
incubator/log4php/trunk/src/examples/resou
Author: chammers
Date: Tue Oct 6 17:22:57 2009
New Revision: 822362
URL: http://svn.apache.org/viewvc?rev=822362&view=rev
Log:
Example for appender_syslog
Added:
incubator/log4php/trunk/src/examples/php/appender_syslog.php
incubator/log4php/trunk/src/examples/resou
Author: chammers
Date: Tue Oct 6 18:06:19 2009
New Revision: 822388
URL: http://svn.apache.org/viewvc?rev=822388&view=rev
Log:
Log:
* Added examples for every appender
* Added TOC as the page got pretty long
Modified:
incubator/log4php/trunk/src/site/apt/docs/appenders.apt
Modi
Author: chammers
Date: Tue Oct 6 18:12:50 2009
New Revision: 822392
URL: http://svn.apache.org/viewvc?rev=822392&view=rev
Log:
* type-safety doesn't hurt
* Added @package for phpdoc
Modified:
incubator/log4php/trunk/src/main/php/LoggerAppender.php
incubator/log4php/trunk/src
Author: chammers
Date: Tue Oct 6 18:13:44 2009
New Revision: 822393
URL: http://svn.apache.org/viewvc?rev=822393&view=rev
Log:
Example for appender_dailyfile
Modified:
incubator/log4php/trunk/src/examples/php/appender_dailyfile.php
incubator/log4php/trunk/src/examples/resou
Author: chammers
Date: Tue Oct 6 18:20:56 2009
New Revision: 822399
URL: http://svn.apache.org/viewvc?rev=822399&view=rev
Log:
* Added the previously committed examples to the phpdoc
* Added @package to the file level comment to make phpdoc happy
* Added some @var comments to aid IDE
Author: chammers
Date: Tue Oct 6 18:21:46 2009
New Revision: 822402
URL: http://svn.apache.org/viewvc?rev=822402&view=rev
Log:
* Improved error handling if the logfile cannot be created.
* Added corresponding unit test
* Replaced all those ../../../ by an instance var
Modified:
incub
Author: chammers
Date: Tue Oct 6 18:22:45 2009
New Revision: 822404
URL: http://svn.apache.org/viewvc?rev=822404&view=rev
Log:
Just a comment in case anybody else looks why ob_start() does not work
Modified:
incubator/log4php/trunk/src/test/php/appenders/LoggerAppenderConsoleTest
Author: chammers
Date: Tue Oct 6 18:22:26 2009
New Revision: 822403
URL: http://svn.apache.org/viewvc?rev=822403&view=rev
Log:
Even LoggerAppenderNull ist not supposed to log "null" :) Does no longer work
after changing all the appenders to: append(LoggerLoggingEvent $event
Author: chammers
Date: Tue Oct 6 18:23:06 2009
New Revision: 822405
URL: http://svn.apache.org/viewvc?rev=822405&view=rev
Log:
* Typo in class name
* Wrong order in assertEquals()
Modified:
incubator/log4php/trunk/src/test/php/appenders/LoggerAppenderSocketTest.php
Modified:
incub
Author: chammers
Date: Tue Oct 6 18:23:39 2009
New Revision: 822406
URL: http://svn.apache.org/viewvc?rev=822406&view=rev
Log:
Took me a while to figure out so I wrote it down...
Added:
incubator/log4php/trunk/src/test/php/README
Added: incubator/log4php/trunk/src/test/php/README
Author: chammers
Date: Tue Oct 6 18:24:01 2009
New Revision: 822407
URL: http://svn.apache.org/viewvc?rev=822407&view=rev
Log:
This is related to r822029
Modified:
incubator/log4php/trunk/src/test/php/LoggerLoggingEventTest.php
Modified: incubator/log4php/trunk/src/test
Author: chammers
Date: Tue Oct 6 18:24:22 2009
New Revision: 822408
URL: http://svn.apache.org/viewvc?rev=822408&view=rev
Log:
dirname patch to be able to run it from root directory as well as from maven
Modified:
incubator/log4php/trunk/src/test/php/configura
Author: chammers
Date: Tue Oct 6 18:26:10 2009
New Revision: 822409
URL: http://svn.apache.org/viewvc?rev=822409&view=rev
Log:
Example for layout_html
Added:
incubator/log4php/trunk/src/examples/php/layout_html.php
incubator/log4php/trunk/src/examples/resources/layout_html.proper
Author: chammers
Date: Tue Oct 6 18:27:11 2009
New Revision: 822411
URL: http://svn.apache.org/viewvc?rev=822411&view=rev
Log:
Example for layout_xml
Added:
incubator/log4php/trunk/src/examples/php/layout_xml.php
incubator/log4php/trunk/src/examples/resources/layout_xml.proper
Author: chammers
Date: Tue Oct 6 18:26:42 2009
New Revision: 822410
URL: http://svn.apache.org/viewvc?rev=822410&view=rev
Log:
Example for layout_simple
Added:
incubator/log4php/trunk/src/examples/php/layout_simple.php
incubator/log4php/trunk/src/examples/resou
Author: chammers
Date: Tue Oct 6 18:28:08 2009
New Revision: 822412
URL: http://svn.apache.org/viewvc?rev=822412&view=rev
Log:
* Added @package for phpdoc
* Added @examples to phpdoc
Modified:
incubator/log4php/trunk/src/main/php/layouts/LoggerLayoutHtml.php
incubator/log4php/t
Author: chammers
Date: Tue Oct 6 18:28:45 2009
New Revision: 822414
URL: http://svn.apache.org/viewvc?rev=822414&view=rev
Log:
More LoggerLayout examples
Added:
incubator/log4php/trunk/src/examples/php/layout_pattern.php
incubator/log4php/trunk/src/examples/php/layout_ttcc
Author: chammers
Date: Tue Oct 6 18:29:05 2009
New Revision: 822415
URL: http://svn.apache.org/viewvc?rev=822415&view=rev
Log:
for phpdoc
Modified:
incubator/log4php/trunk/src/main/php/LoggerLayout.php
Modified: incubator/log4php/trunk/src/main/php/LoggerLayout.php
URL:
Author: chammers
Date: Tue Oct 6 18:29:33 2009
New Revision: 822416
URL: http://svn.apache.org/viewvc?rev=822416&view=rev
Log:
Added docs and examples for every LoggerLayout.
Added:
incubator/log4php/trunk/src/site/apt/docs/appender-layout.apt
Added: incubator/log4php/trunk/src/site
Author: chammers
Date: Tue Oct 6 18:46:44 2009
New Revision: 822422
URL: http://svn.apache.org/viewvc?rev=822422&view=rev
Log:
* Examples for the various Configurator classes. They are referenced
from the classes phpdoc and the configuration.apt.
* No code change
Added:
incubator/log
Author: chammers
Date: Tue Oct 6 18:51:48 2009
New Revision: 822426
URL: http://svn.apache.org/viewvc?rev=822426&view=rev
Log:
* Examples for the various Filter classes
* References from the appender-filter.apt as well as from
the classes phpdoc
* Renamed existing examples to filter_*
A
Author: chammers
Date: Tue Oct 6 19:02:35 2009
New Revision: 822432
URL: http://svn.apache.org/viewvc?rev=822432&view=rev
Log:
* Examples for the various Renderer classes.
* Renamed old examples to renderer_*
* Linked examples to renderer.apt and classes' phpdoc
* No code chan
Author: chammers
Date: Tue Oct 6 19:10:17 2009
New Revision: 822434
URL: http://svn.apache.org/viewvc?rev=822434&view=rev
Log:
appender examples
Modified:
incubator/log4php/trunk/src/examples/php/appender_dailyfile.php
incubator/log4php/trunk/src/examples/resou
Author: chammers
Date: Tue Oct 6 19:11:58 2009
New Revision: 822435
URL: http://svn.apache.org/viewvc?rev=822435&view=rev
Log:
But now come the appender_* examples
Added:
incubator/log4php/trunk/src/examples/php/appender_file.php
incubator/log4php/trunk/src/examples
Author: chammers
Date: Tue Oct 6 19:15:28 2009
New Revision: 822438
URL: http://svn.apache.org/viewvc?rev=822438&view=rev
Log:
Those files were renamed e.g. from mail.php to appender_mail.php...
Removed:
incubator/log4php/trunk/src/examples/php/client.php
incubator/log4php/trunk
Author: chammers
Date: Tue Oct 6 19:17:55 2009
New Revision: 822444
URL: http://svn.apache.org/viewvc?rev=822444&view=rev
Log:
The rest of my changes to the examples dir.
Mostly added START SNIPPET: doxia" tags.
Modified:
incubator/log4php/trunk/src/examples/php/cache.php
Author: chammers
Date: Tue Oct 6 19:20:15 2009
New Revision: 822445
URL: http://svn.apache.org/viewvc?rev=822445&view=rev
Log:
Only phpdoc changes
Modified:
incubator/log4php/trunk/src/main/php/helpers/LoggerBasicPatternConverter.php
incubator/log4php/trunk/src/main/php/hel
Author: chammers
Date: Tue Oct 6 19:23:53 2009
New Revision: 822448
URL: http://svn.apache.org/viewvc?rev=822448&view=rev
Log:
Only phpdoc changes
Modified:
incubator/log4php/trunk/src/main/php/Logger.php
incubator/log4php/trunk/src/main/php/LoggerAppenderPool.php
incubator/log
Author: chammers
Date: Tue Oct 6 19:26:02 2009
New Revision: 822449
URL: http://svn.apache.org/viewvc?rev=822449&view=rev
Log:
added link to new appender-layout.apt and fixed minor wording
Modified:
incubator/log4php/trunk/src/site/apt/docs/introduction.apt
incubator/log4php/trunk
Author: chammers
Date: Tue Oct 6 19:29:34 2009
New Revision: 822453
URL: http://svn.apache.org/viewvc?rev=822453&view=rev
Log:
Last patch with only phpdoc changes
Modified:
incubator/log4php/trunk/src/main/php/LoggerMDC.php
incubator/log4php/trunk/src/main/php/LoggerNDC
Author: chammers
Date: Tue Oct 6 19:43:29 2009
New Revision: 822460
URL: http://svn.apache.org/viewvc?rev=822460&view=rev
Log:
If the user tries to set an option via the config file that does
not exists it was silently ignored. Now an exception is raised
to give the user a hint where he made
Author: chammers
Date: Tue Oct 6 19:54:12 2009
New Revision: 822461
URL: http://svn.apache.org/viewvc?rev=822461&view=rev
Log:
LOG4PHP-81
Boolean values in .properties files and incorrectly parsed by
LoggerConfiguratorIni.
Currently boolean values in log4php.properties have to be writte
Author: chammers
Date: Tue Oct 6 19:57:41 2009
New Revision: 822463
URL: http://svn.apache.org/viewvc?rev=822463&view=rev
Log:
LOG4PHP-81
Why was that missing from the previous commit?!
Modified:
incubator/log4php/trunk/src/main/php/helpers/LoggerOptionConverter.php
Modified: incub
Author: chammers
Date: Tue Oct 6 20:11:33 2009
New Revision: 822464
URL: http://svn.apache.org/viewvc?rev=822464&view=rev
Log:
LOG4PHP-81
Made mistakes with diff...
Modified:
incubator/log4php/trunk/src/main/php/helpers/LoggerOptionConverter.php
Modified: incubator/log4php/trunk/src/
Author: chammers
Date: Tue Oct 6 20:13:10 2009
New Revision: 822465
URL: http://svn.apache.org/viewvc?rev=822465&view=rev
Log:
just phpdoc
Modified:
incubator/log4php/trunk/src/main/php/LoggerMDC.php
Modified: incubator/log4php/trunk/src/main/php/LoggerMDC.php
URL:
http://svn.apache
Author: chammers
Date: Tue Oct 6 20:14:46 2009
New Revision: 822466
URL: http://svn.apache.org/viewvc?rev=822466&view=rev
Log:
LOG4PHP-81
Now that we have the new toBoolean method we can use it.
Modified:
incubator/log4php/trunk/src/main/php/layouts/LoggerLayoutTTCC.php
Modi
Author: chammers
Date: Tue Oct 6 20:17:23 2009
New Revision: 822469
URL: http://svn.apache.org/viewvc?rev=822469&view=rev
Log:
Seems as if some patch got applied twice.
Just phpdoc changes
Modified:
incubator/log4php/trunk/src/main/php/configurators/LoggerConfiguratorIni.php
Modi
Author: chammers
Date: Tue Oct 6 20:28:47 2009
New Revision: 822478
URL: http://svn.apache.org/viewvc?rev=822478&view=rev
Log:
LOG4PHP-46 Use PreparedStatement in PDO-Appender
LOG4PHP-47 Check if PDO Appender needs quote()
LOG4PHP-79 AppenderPDO: Some database fields seem a
Author: chammers
Date: Tue Oct 6 20:32:16 2009
New Revision: 822483
URL: http://svn.apache.org/viewvc?rev=822483&view=rev
Log:
Eclipse generates some files which should be excluded from SVN.
Modified:
incubator/log4php/trunk/ (props changed)
Propchange: incubator/log4php/t
Author: chammers
Date: Wed Oct 7 17:56:47 2009
New Revision: 822814
URL: http://svn.apache.org/viewvc?rev=822814&view=rev
Log:
nicer layout of phpdoc apidocs
Modified:
incubator/log4php/trunk/build.xml
Modified: incubator/log4php/trunk/build.xml
URL:
http://svn.apache.org/viewvc/incub
Author: chammers
Date: Wed Oct 7 18:14:49 2009
New Revision: 822818
URL: http://svn.apache.org/viewvc?rev=822818&view=rev
Log:
So we have phpdoc generation in build.xml and pom.xml? Strange. But this
one seems to be the relevant one.
Modified:
incubator/log4php/trunk/pom.xml
Modi
Author: chammers
Date: Wed Oct 7 22:21:23 2009
New Revision: 822937
URL: http://svn.apache.org/viewvc?rev=822937&view=rev
Log:
Moved myself from to :)
Modified:
incubator/log4php/trunk/pom.xml
Modified: incubator/log4php/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/log
Author: chammers
Date: Wed Oct 7 22:26:31 2009
New Revision: 822943
URL: http://svn.apache.org/viewvc?rev=822943&view=rev
Log:
Added changelog entries for the bugs I fixed recently.
Modified:
incubator/log4php/trunk/src/changes/changes.xml
Modified: incubator/log4php/trunk/src/cha
Author: chammers
Date: Sat Oct 10 15:29:05 2009
New Revision: 823872
URL: http://svn.apache.org/viewvc?rev=823872&view=rev
Log:
typo
Modified:
incubator/log4php/trunk/src/site/apt/docs/appenders.apt
Modified: incubator/log4php/trunk/src/site/apt/docs/appenders.apt
URL:
Author: chammers
Date: Sat Oct 10 15:59:36 2009
New Revision: 823875
URL: http://svn.apache.org/viewvc?rev=823875&view=rev
Log:
Ceki Gülcü was rendered wrong. As I read something about UTF-8 problems
with Doxia the *.apt files should now contain proper ü in ISO-8859-1.
I'll check on ci.a
Author: chammers
Date: Sat Oct 10 16:28:15 2009
New Revision: 823880
URL: http://svn.apache.org/viewvc?rev=823880&view=rev
Log:
There should be no case where strtolower or get_object_class gives a warning so
the @ can be omitted.
Modified:
incubator/log4php/trunk/src/main
Author: chammers
Date: Sat Oct 10 16:31:07 2009
New Revision: 823882
URL: http://svn.apache.org/viewvc?rev=823882&view=rev
Log:
* Keep @ before fsockopen but afterwards test return value and not errno which
can be 0.
* Now __destruct() checks if $this->sp is really set
* If the remo
Author: chammers
Date: Sat Oct 10 23:16:00 2009
New Revision: 823977
URL: http://svn.apache.org/viewvc?rev=823977&view=rev
Log:
"Thou shalt not fail silently!" :)
* If $to or $layout are unset an Exception is thrown early during
activateOptions().
* If $from is unset a
Author: chammers
Date: Sun Oct 11 00:01:55 2009
New Revision: 823983
URL: http://svn.apache.org/viewvc?rev=823983&view=rev
Log:
Added some bugs that were fixed in the last weeks
Modified:
incubator/log4php/trunk/src/changes/changes.xml
Modified: incubator/log4php/trunk/src/cha
Author: chammers
Date: Sun Oct 11 12:06:57 2009
New Revision: 824059
URL: http://svn.apache.org/viewvc?rev=824059&view=rev
Log:
Let's see if the buildbot has PDO and SQLite installed
Modified:
incubator/log4php/trunk/src/test/php/appenders/LoggerAppenderPDOTest.php
Modified:
Author: chammers
Date: Sun Oct 11 13:16:30 2009
New Revision: 824069
URL: http://svn.apache.org/viewvc?rev=824069&view=rev
Log:
* Added the new changes.xml to the pear package.
* Added mylself as developer into the pear package.xml.
Modified:
incubator/log4php/trunk/build.xml
incub
Author: chammers
Date: Sun Oct 11 22:50:39 2009
New Revision: 824192
URL: http://svn.apache.org/viewvc?rev=824192&view=rev
Log:
typo
Modified:
incubator/log4php/trunk/src/examples/php/renderer_map.php
Modified: incubator/log4php/trunk/src/examples/php/renderer_map.php
URL:
Author: chammers
Date: Sun Oct 11 22:51:24 2009
New Revision: 824193
URL: http://svn.apache.org/viewvc?rev=824193&view=rev
Log:
phpdoc
Modified:
incubator/log4php/trunk/src/main/php/Logger.php
Modified: incubator/log4php/trunk/src/main/php/Logger.php
URL:
http://svn.apache.org/vi
Author: chammers
Date: Sun Oct 11 23:18:53 2009
New Revision: 824196
URL: http://svn.apache.org/viewvc?rev=824196&view=rev
Log:
LOG4PHP-84 - undefined method in LoggerLoggingEvent when using LoggerRendererMap
* Added test case
* Added fix to LoggerLoggingEvent
* Renamed logger in the proper
Author: chammers
Date: Tue Oct 20 00:19:40 2009
New Revision: 826908
URL: http://svn.apache.org/viewvc?rev=826908&view=rev
Log:
Ported "php -l" loop from build.xml into the process-sources phase of
the maven default lifecycle (in other words, every php file gets syntax
checked b
Author: chammers
Date: Tue Oct 20 00:47:24 2009
New Revision: 826918
URL: http://svn.apache.org/viewvc?rev=826918&view=rev
Log:
* Migrated the pear-package task to pom.xml.
* build.xml is now no longer needed.
Removed:
incubator/log4php/trunk/build.xml
Modified:
incubator/log4php/t
Author: chammers
Date: Tue Oct 20 22:06:56 2009
New Revision: 827817
URL: http://svn.apache.org/viewvc?rev=827817&view=rev
Log:
Before we forget to change this...
Modified:
incubator/log4php/trunk/package-config.php
Modified: incubator/log4php/trunk/package-config.php
URL:
Author: chammers
Date: Tue Oct 20 22:10:27 2009
New Revision: 827820
URL: http://svn.apache.org/viewvc?rev=827820&view=rev
Log:
Buildbot now has sqlite enabled, we don't need the phpinfo() any more.
Modified:
incubator/log4php/trunk/src/test/php/appenders/LoggerAppenderPDOTest.php
Author: chammers
Date: Tue Oct 20 22:49:43 2009
New Revision: 827827
URL: http://svn.apache.org/viewvc?rev=827827&view=rev
Log:
In the antrun:run{phplint} Maven task I replaced the by and which
not only is shorter but also allowes us to get rid of the ant-contrib dependency
which caused b
Author: chammers
Date: Tue Oct 20 22:52:01 2009
New Revision: 827828
URL: http://svn.apache.org/viewvc?rev=827828&view=rev
Log:
Why restricting phplint runs to src/main, examples and tests are also important.
Modified:
incubator/log4php/trunk/pom.xml
Modified: incubator/log4php/t
Author: chammers
Date: Tue Oct 20 23:15:40 2009
New Revision: 827833
URL: http://svn.apache.org/viewvc?rev=827833&view=rev
Log:
Removed Apache License headers on two examples again and added
README file that explains why they are not present in src/examples/*
Added:
incubator/log4php/t
Author: chammers
Date: Thu Oct 22 22:26:29 2009
New Revision: 828878
URL: http://svn.apache.org/viewvc?rev=828878&view=rev
Log:
* Try to be clever and extract version for pear package from pom.xml
* Replaced $notes by something more meaningful.
Modified:
incubator/log4php/trunk/pac
1 - 100 of 127 matches
Mail list logo