Timeline
11/01/2010:
- 15:47 Changeset [b0bf5f3] by
- Refs #501: Added bootstrapper to regression test
- 15:39 Changeset [0440352] by
- Refs #501: Regression test build.xml added
- 15:37 Changeset [c7f0303] by
- Added ctags generated tags to svn:ignore
10/31/2010:
- 17:26 Changeset [db551de] by
- Update changelog
10/30/2010:
- 23:28 Ticket #578 ([PATCH] Add mapper support to ForeachTask) created by
- Hello, I would like to add mapper support to ForeachTask, so I submited …
- 12:10 Changeset [2b7fbd4] by
- Annotate with expected exception
- 12:09 Changeset [53da2aa] by
- Use autoloader in PHPUnit 3.5
- 11:51 Changeset [d48bb32] by
- Fix typo
10/29/2010:
- 18:05 Ticket #577 (SVN commands fail on Windows XP) closed by
- fixed
- 18:02 Changeset [8cc244a] by
- Refs #577 - fix typo
- 18:01 Changeset [1fd1c65] by
- Refs #577 - update VersionControl_SVN dependency
- 18:00 Ticket #577 (SVN commands fail on Windows XP) reopened by
- 17:44 Changeset [bf41a7d] by
- Fix PHPUnit 3.4 usage
- 17:35 Changeset [3885792] by
- Fix typo
10/28/2010:
- 14:06 Ticket #577 (SVN commands fail on Windows XP) closed by
- duplicate: Your issue was fixed in r808 - the biggest gotcha right now is that …
- 12:46 Ticket #576 (Cannot open "http://pear.phing.info/channel.xml") closed by
- invalid: Turned out to be a proxy error.
10/27/2010:
- 21:54 Ticket #577 (SVN commands fail on Windows XP) created by
- I use Phing mainly to compile parts of projects from SVN. The build file …
- 15:47 Ticket #576 (Cannot open "http://pear.phing.info/channel.xml") created by
- I am having this error over and over ! # pear channel-discover …
10/26/2010:
- 20:43 Ticket #575 (xmlproperty - misplaced xml attributes) created by
- In xml with properties like in the example below: <root> <node …
- 14:41 Changeset [b28ce1f] by
- Better error/deprecated detection, do not cache on errors
- 11:05 BadContent edited by
- (diff)
- 10:28 Ticket #530 (XmlLintTask does not stop buid process when schema validation fails) closed by
- fixed
- 10:28 Changeset [8949a3f] by
- Minor corrections
- 10:27 Changeset [5ccbd72] by
- Refs #530 - add haltonfailure attribute to xmllint task
- 10:27 Changeset [6790f07] by
- Move dependency to PEAR package inside class
- 08:47 BadContent edited by
- (diff)
10/25/2010:
- 22:44 Ticket #565 (phpunit codecoverage broken) closed by
- duplicate: See #560
- 12:30 Ticket #574 (Task "phpcodesniffer" broken, no output) created by
- Hi, i´m using phing 2.4.2 with PHP_CodeSniffer version 1.3.0RC1 and i get …
- 12:18 Ticket #573 (Strict standards: Declaration of UnixFileSystem::getBooleanAttributes() ...) closed by
- duplicate: Duplicate of #555
- 12:04 Ticket #573 (Strict standards: Declaration of UnixFileSystem::getBooleanAttributes() ...) created by
- It appears that UnixFileSystem::getBooleanAttributes() has incompatible …
10/22/2010:
- 14:59 Ticket #572 (ImportTask don't skipp file if optional is set to true) created by
- build.xml: […] Build output: […] Patch: […]
- 14:19 Ticket #571 (Support comma to separate expressions in DirectoryScanner.php) created by
- Right now the only way to specify several include expressions in a fileset …
- 10:08 Changeset [a0da351] by
- Add includeemptydirs attribute
10/21/2010:
- 15:14 Ticket #369 (Add Git Support) closed by
- fixed: Some notes about GitTasks and big thanks to all who helped forging those …
- 15:07 Changeset [be74781] by
- GitPushTask: docs added
- 14:39 Changeset [fa97f6e] by
- GitPullTask: docs added
- 12:16 Changeset [7650e6a] by
- GitMergeTask: docs added
- 10:45 Changeset [dba9ad1] by
- Was passing object instance instead of string
- 10:26 Changeset [fb51acf] by
- Fixed issue where only directory was supported as target
- 02:41 Changeset [dc7ed12] by
- Added support for filesets in S3PutTask
- 02:07 Changeset [9c478ff] by
- Added S3GetTask and S3PutTask
- 00:48 Changeset [6240fd5] by
- added documentation for SymlinkTask
10/20/2010:
- 12:25 Changeset [2e67e4b] by
- Added Symlink taskdef to defaults.properties
- 12:18 Changeset [1c858ce] by
- Created SymlinkTask
10/18/2010:
- 10:08 Ticket #570 (XmlLintTask - check well-formedness only) created by
- Is there any particular reason why the "schema"-attribute in the …
10/17/2010:
- 15:55 Ticket #569 (Fatal error in PHP code leads to fatal error of entire PHING lifecycle) closed by
- duplicate: Duplicate of #507 (your own ticket)
- 15:42 Ticket #569 (Fatal error in PHP code leads to fatal error of entire PHING lifecycle) created by
- originally posted in #417 If my PHP code contains something like: […] …
10/16/2010:
- 10:43 Changeset [fcf1577] by
- GitPushTask: Added unit tests and updated the task itself
10/15/2010:
- 12:14 Changeset [9c416be] by
- GitPullTask: Added unit tests
- 12:14 Changeset [f921c48] by
- Added group and filter
- 12:13 Changeset [5ed0ddd] by
- GitMergeTask: updated UT build file
- 12:11 Changeset [ef674f0] by
- GitCheckoutTask: expanded test suite
- 11:49 Changeset [c861560] by
- Expanded test-suite. UTs now cover --commit, --no-commit, and --strategy …
- 00:41 Changeset [050d862] by
- Refs #369: Fixed copy-paste typo in default tasks
10/14/2010:
- 23:35 Changeset [48e3490] by
- Refs #369: Remove GitExecTask from auto-registred tasks
- 17:29 Changeset [e5ba105] by
- GitMergeTask: add complete test-suite
- 11:22 Ticket #568 (Boolean properties get incorrectly expanded) created by
- Hi, I'm porting a project from Ant to Phing where we have a lot of …
10/13/2010:
- 21:39 Changeset [e08e77a] by
- GitMergeTask: basic tests added
- 21:03 Changeset [e0d7e58f] by
- Fixes parameter checking for nested elements
- 21:02 Changeset [9ba91b6] by
- Init GitMergeTask, GitPushTask, GitPullTask
- 21:00 Changeset [cca308e] by
- Fixes small typo
- 10:43 Changeset [fb1c1d1] by
- GitPushTask: added parameter accessors/mutators
- 10:43 Changeset [259ebdb] by
- GitPullTask: fixed rebase and added force paramter
- 10:24 Changeset [f64bc2a] by
- GitPushTask: skeleton added
- 01:40 Changeset [9d66096] by
- GitTasks: GitPullTask - added base implementation
- 01:20 Changeset [17f383a] by
- GitMergeTask: add --commit + --no-commit keys
- 01:07 Changeset [8686d80] by
- GitMergeTask: renamed target option commit->remote
- 00:19 Changeset [196cc3c] by
- GitTasks: GitMergeTask - base task class added
10/12/2010:
- 15:15 Changeset [fd0f567c] by
- GitTasks: GitCheckoutTask docs added
- 05:17 Ticket #567 (Add Bazaar Support) created by
- Add BazaarTasks to Phing
- 05:16 Ticket #566 (Add Mercurial support) created by
- Add HgTasks into Phing.
- 05:10 Ticket #526 (pearpkg2: extdeps and replacements mappings not documented) closed by
- fixed: (In [919]) Fixes #526: Added docs for extdeps and replacements mappings
- 05:10 Changeset [3824e87] by
- Fixes #526: Added docs for extdeps and replacements mappings
- 04:37 Changeset [88237da] by
- Updated UT for target component
- 04:35 Ticket #455 (Should be able to ignore a task when listing them from CLI) closed by
- fixed: (In [917]) Fixes #455: Passing Unit Test added
- 04:35 Changeset [b67ef26] by
- Fixes #455: Passing Unit Test added
- 04:31 Changeset [8cc59b7] by
- Refs #455: Added testing build files for Target component
- 04:30 Changeset [ae9decc] by
- Refs #455: Fixed typo in docblock comment for Target component
- 04:27 Changeset [da2a663] by
- Refs #455: Added ability to mark targets as hidden
- 03:30 Changeset [b4d9f82] by
- Updated phpunit.xml config file
- 03:08 Changeset [61c793d] by
- Fixes copyright chars in docblocs
10/11/2010:
- 16:05 Ticket #565 (phpunit codecoverage broken) created by
- In Version 2.4.2 with phpunit 3.4.15 the following error occurs: Fatal …
10/08/2010:
- 14:34 Ticket #559 (UpToDate not override value of property when target is called by phingcall) closed by
- fixed: (In [911]) Fixes #559: Property value of existing user property is updated …
- 14:34 Changeset [7292f6c] by
- Fixes #559: Property value of existing user property is updated now Patch …
- 12:02 Ticket #564 (command line "-D" switch not handled correctly under windows) created by
- When using the "-D" command line switch on windows, the $argv array is …
- 10:59 Changeset [c175366] by
- Fixes small typo in UpToDateTask example
10/07/2010:
- 21:29 Changeset [bd3de72] by
- Fix typo
- 20:53 Ticket #541 (svnlastrevision does not work in windows 7) closed by
- duplicate: An earlier fix was committed in r808 (and will be released in 2.4.3). …
10/06/2010:
- 09:42 Ticket #563 (Make PatchTask silent on FreeBSD) created by
- patch tool shipped with FreeBSD by default prints progress info. This …
10/05/2010:
- 20:31 Changeset [699875e] by
- Add MailTask docs, start cleaning up task
- 20:04 Changeset [d68c086] by
- Refs #560 - merge to trunk
- 11:15 Changeset [c8ca917] by
- GitCloneTask: fixed emtpy directory check
- 11:14 Changeset [e4c4c48] by
- GitTasksTests: removed unnecessary references to mock objects
- 10:08 Changeset [ba18205] by
- Added phpunit startup scripts so that Unit Testing the phing can be done …
- 09:36 Ticket #562 (No errors in batch test while having errors in indivudual tests) created by
- phing/tests$ phing executes w/o any failures or errors reported, while …
- 08:41 Changeset [fc86daf] by
- Refs #560: Fixed couple of method calls + added PHPUnit autoloader
- 08:39 Changeset [a7e0294] by
- GitFetchTask: fixed getForce() accessor
10/04/2010:
- 23:33 Ticket #554 (Patch to force PhpDocumentor to log using phing) closed by
- fixed
- 23:33 Changeset [0b89cb2] by
- Refs #554 - log phpdoc errors/warning through Phing (patch by Timo Hummel)
- 10:46 Ticket #549 (ScpTask doesn't finish the transfer properly) closed by
- fixed
- 10:45 Changeset [5c78c3e] by
- Refs #549 - revert erroneous changes
- 10:44 Changeset [5866569] by
- Refs #549 - explicitly close ssh connection
- 10:41 Ticket #555 (STRICT Declaration of UnixFileSystem::getBooleanAttributes() should be ...) closed by
- fixed
- 10:41 Changeset [79a61a7] by
- Refs #555 - fix declaration
10/03/2010:
- 14:22 Ticket #561 (GitCheckoutTask getForce() method has $force param (incorrect)) closed by
- fixed: (In [895]) Fixes #561: Fixed wrong method signature. Beau Simensen patch …
- 14:22 Changeset [67b4b43] by
- Fixes #561: Fixed wrong method signature. Beau Simensen patch applied
- 11:43 Ticket #505 (phing install fails with pear and xampp on windows 7) reopened by
- 10:10 Ticket #561 (GitCheckoutTask getForce() method has $force param (incorrect)) created by
- http://phing.info/trac/browser/trunk/classes/phing/tasks/ext/git/GitCheckou …
10/02/2010:
- 14:21 Ticket #560 ([PATCH] Compatibility with PHPUnit 3.5.) created by
- Now that PHPUnit 3.5 has officially been released …
- 01:27 Ticket #559 (UpToDate not override value of property when target is called by phingcall) created by
- Hello, as well as the topic, when some target is called by phingcall, …
Note: See TracTimeline
for information about the timeline view.
