Timeline


and

03/13/06:

18:48 Ticket #16 (Typo on Home Page) closed by hans
fixed: Thanks, that's fixed now -- and a little embarassing :)
18:48 WikiStart edited by hans
Fix #16 ;) (diff)
18:45 Ticket #16 (Typo on Home Page) created by moxley@…
In the main headline: "Welcome to the Phing Poject Website" The word …
14:45 Ticket #14 (PHPDocumentorTask adds single-quotes in title) closed by mrook
fixed: Fixed in r46.
14:44 Changeset [46] by mrook
Don't use single quotes to escape title (closes issue #14)
14:43 Ticket #9 (CreoleSQLExecTask fails with Oracle) closed by mrook
fixed: Fixed in r45. Thanks!
14:43 Changeset [45] by mrook
Remove trailing delimiter, causes problems with Oracle database driver …
14:31 Ticket #13 (User guide - Wrong ResolvePathTask use) closed by mrook
fixed: Fixed in r44.
14:31 Ticket #12 (User guide - Wrong property use) closed by mrook
fixed: Fixed in r44.
14:27 Changeset [44] by mrook
Fix small documentation errors (closes issue #12 and issue #13)
13:45 Ticket #15 (FTP upload task) created by maxx.gass@…
Would be very nice for Continous Integration
06:42 Ticket #14 (PHPDocumentorTask adds single-quotes in title) created by anonymous
If I enter title="DOC-TITLE" in the build file, the generated doc will …
06:24 Ticket #13 (User guide - Wrong ResolvePathTask use) created by anonymous
The user guide's resolvepath example uses the element 'resolve' instead of …

03/11/06:

23:39 Ticket #12 (User guide - Wrong property use) created by anonymous
In the user guide PropertyTask example, the properties are inserted into …

03/10/06:

16:15 Ticket #6 (I couldnot create a correct coverage-report.) closed by norman@…
fixed: That works fine for me. There is still an error message, but this is my …
15:31 Changeset [43] by mrook
Set keywords
15:14 Changeset [42] by mrook
Another big update to code coverage tasks * Fix inconsistent reporting …

03/09/06:

17:11 Changeset [41] by mrook
Remove PHP5 reflection workaround (the bug was fixed in PHP5 upstream)
17:11 Changeset [40] by mrook
Big update, should fix most of the code coverage issues * Add …
16:34 Changeset [39] by mrook
Add/fix some documentation
15:06 Ticket #11 (SVN task doesn't allow child class to use advanced VersionControl_SVN ...) closed by mrook
fixed: Parameter 'switches' added in r38.
15:05 Changeset [38] by mrook
Add additional parameter switches (closes issue #11)
15:04 Changeset [37] by mrook
Set keywords
15:02 Changeset [36] by mrook
Use Id keyword
15:01 Changeset [35] by mrook
Change docblocks, change type of default parameter args
14:55 Ticket #7 (Add API documentation) closed by mrook
fixed: Terminology mixup! API docs don't exist (yet), user guide links have been …
14:53 Users/Documentation/API edited by mrook
(diff)
14:53 Users/Documentation/UserGuide edited by mrook
(diff)

03/08/06:

12:12 Changeset [34] by mrook
Updates to code coverage tasks * Add CoverageMergerTask to facilitate …
12:10 Changeset [33] by mrook
Only count suites where more than one test was run
12:09 Changeset [32] by mrook
Set default loglevel to "info"

03/07/06:

17:03 Ticket #11 (SVN task doesn't allow child class to use advanced VersionControl_SVN ...) created by raizyr@…
There is currently no way for SvnBaseTask to be extended for any …
16:46 Ticket #7 (Add API documentation) reopened by anonymous
the API-Docs links go to the User Guide as well as the User Guide is …
16:01 Ticket #10 (Mappers broken: missing argument for constructor) closed by frank.kleine@…
invalid: I have to be sorry I bothered you, sometimes one should take a break and …
15:42 Ticket #10 (Mappers broken: missing argument for constructor) created by frank.kleine@…
Using mappers is currently broken and gives an error message: Fatal …

03/06/06:

17:01 Ticket #9 (CreoleSQLExecTask fails with Oracle) created by vsa@…
I want to execute SQL code on a Oracle 10gR2 base but the Oracle driver …
15:46 Ticket #8 (TarTask seem to omit empty directories) created by knut
Reproducable example: <target name="empty"> <mkdir …
13:53 Ticket #7 (Add API documentation) closed by mrook
fixed: Docs added!

03/02/06:

00:54 Ticket #7 (Add API documentation) created by bmuskalla
both API docs (current and 2.2.0) down :& see …

03/01/06:

14:27 Ticket #6 (I couldnot create a correct coverage-report.) created by norman@…
[2.2.0RC1] Hi folks! Got always a […] Two thinks might be …

02/28/06:

21:10 Ticket #5 (new pear install doesn't work with pear 1.4.5) created by anonymous
The install process via pear on the current home page results in an …

02/24/06:

00:36 Changeset [31] by knut
Added an XmlLintTask to validate one or more XML files against an XML …

02/23/06:

22:49 Changeset [30] by knut
Added documentation for missing FileSet nested tag on AppendTask
19:29 Changeset [29] by knut
Added validation and more verbose output to see what's going on

02/21/06:

19:36 Ticket #4 (Lint Task fails) closed by knut
fixed: Thanks for reporting this issue. I've commited your fix into branches/2.2.
19:34 Changeset [28] by knut
Made PhpLintTask work with filsets with directory different from '.' …
19:09 Ticket #2 (Website: Apache default website at www.phing.info) closed by hans
fixed: Thanks - I added www.phing.info as an alias in the apache config.
18:09 Ticket #3 (Lint Task not defined) closed by knut
wontfix: It was added to default.properties in revision 21 in branches/2.2 as …
13:10 Ticket #4 (Lint Task fails) created by info@…
The Lint task fails for me because the files to syntax check are not …
13:04 Ticket #3 (Lint Task not defined) created by info@…
The Lint task does not seem to be defined in tasks/default.properties yet. …
13:01 Ticket #2 (Website: Apache default website at www.phing.info) created by info@…
http://www.phing.info/ shows the default Apache website. Made me very …
07:29 Ticket #1 (IntrospectionHelper shouldn't cause __autoload() to be called) closed by knut
fixed: Commited fix to branches/2.2.
07:28 Changeset [27] by knut
ensure that autoload is never called from IntrospectionHelper (Ticket …
07:26 Ticket #1 (IntrospectionHelper shouldn't cause __autoload() to be called) created by knut
The IntrospectionHelper is checking return values in phpdoc comments for …

02/16/06:

12:45 Changeset [26] by mrook
Document a change that was made in the code coverage collection

02/15/06:

11:13 Changeset [25] by mrook
Add documentation for TstampTask
10:43 Changeset [24] by mrook
Add some documentation for new EchoTask functionality

02/14/06:

17:12 Changeset [23] by mrook
Improve the Echo task with file output functionality like Ant's Echo task

02/13/06:

22:46 Changeset [22] by knut
added documentation for PhpLintTask
22:45 Changeset [21] by knut
added PhpLintTask to default properties
16:55 Users/News/Phing2.2.0RC1 created by hans
Added news item for 2.2.0RC1
16:28 Users/Download edited by hans
Added 2.2.0RC1 links (diff)
16:26 Users/Download edited by hans
Changed install instructions for PEAR channel support (diff)
16:22 WikiStart edited by hans
Added New + Recent Changes to homepage (diff)
16:21 Users/News/PEARChannel edited by hans
(diff)
16:21 Users/News/PEARChannel created by hans
Added news item about PEAR channel
16:05 Changeset [20] by hans
Added CHANGELOG
16:05 Changeset [19] by hans
Added CHANGELOG lines from 2.2
16:04 Changeset [18] by hans
Fix the PEAR package script to include the VERSION.TXT file
15:43 Changeset [17] by hans
Tagging 2.2.0RC1

02/12/06:

13:36 Changeset [16] by hans
Added tags/ dir.

02/11/06:

22:25 Changeset [15] by hans
Merged in PEAR package-related changes from TRUNK.
22:18 Changeset [14] by hans
* Completed Phing-specific PEAR build task * Added new PEAR build.xml …
22:16 Changeset [13] by hans
Updated VERSION.TXT files
19:32 Changeset [12] by hans
Added support for <property> task to use CDATA tag value as property …
17:44 Changeset [11] by hans
Moved VERSION.TXT into top-level etc/ dir.
Note: See TracTimeline for information about the timeline view.