Timeline
02/02/12:
- 20:38 Ticket #852 (Several minor errors in documentation of core tasks) created by
- For example: * Wrong attribute specs for CvsPassTask * IncludePath misses …
- 13:58 Changeset [0a3c897] by
- masterAdd apigen task
- 13:42 Changeset [efacac3] by
- masterAdded documentation and example for ApiGen task
- 13:41 Changeset [ed43305] by
- masterAdded ApiGen task
- 09:12 Changeset [4238fbf] by
- masterMerge pull request #81 from box-ops/master Added simple GitCommitTask
- 00:32 Changeset [08f589f] by
- masterNevermind, that was sily
- 00:30 Changeset [abe6776] by
- masterNo repository in this one, not sure why that seemed to work before
- 00:26 Changeset [478083e] by
- masterFound a potential configuration where this class would create an inavlid …
- 00:19 Changeset [3286322] by
- masterAdded GitCommitTask to allow the automated packager to push to the …
02/01/12:
- 22:54 Ticket #851 (RNG grammar hasn't been updated to current version) created by
- The RNG Grammar is outdated for several tags and is missing others so it …
- 22:40 Ticket #671 (fix CvsTask documentation) reopened by
- The documentation for this still wrong. It now shows the non-existing tag …
- 22:33 Ticket #850 (Typo in documentation - required attributes for project) created by
- In phing book: - Appendix E: Project Components -> Phing projects: …
- 20:18 Ticket #849 (Symfony 2 Console Task) created by
- Hi, I've just created a task for the Symfony 2 Console application It is …
- 10:33 Changeset [1381a1b] by
- masterMerge pull request #80 from bd808/feature-remove-close-tags Feature …
- 10:32 Changeset [266793b] by
- masterMerge pull request #79 from mennodekker/master DocBlox task now shows …
01/31/12:
- 22:43 Changeset [150847b] by
- masterRemoved unnecessary php closing tags. Having a closing tag ("?>") is …
- 22:42 Changeset [0d6d85e] by
- masterIgnore build artifacts
- 21:25 Changeset [0f07ede] by
- masterFixed: No parser errors are shown because dispatcher is reinitialised
- 17:57 Ticket #848 (No realeases available for package) created by
- Hello, i've tried to install phing using Wamp server 2.2 on Win7 but i …
01/30/12:
- 23:18 Ticket #827 (Migrate sources to github) closed by
- fixed: Sources are now available at https://github.com/phingofficial/phing
- 23:17 Ticket #790 (Make it easy to add new inherited types to phing: Use addFileset instead ...) closed by
- fixed: Fixes #790 - apply patches to refactor createFileset into addFileset calls …
- 23:16 Changeset [99c2563] by
- masterAdd chown task unit tests
- 23:16 Changeset [07b36d7] by
- masterFixes #790 - apply patches to refactor createFileset into addFileset calls
- 23:07 Changeset [fe47992] by
- masterAdd svninfo task
- 21:30 Changeset [7b3fede] by
- masterClean up wording
- 21:08 Changeset [0e83213] by
- masterRefs #677 - add a fetchMode class variable
- 12:24 Ticket #847 (Add support for RNG grammar in task XmlLint) closed by
- fixed: Fixes #847 - Enhance XmlLint task to accept RNG grammar, updated docs …
- 12:24 Ticket #846 (RNG grammar is wrong for task 'foreach') closed by
- fixed: Fixes #846 - RNG grammar for foreach task Changeset: …
- 12:24 Changeset [0bcca8f] by
- masterMerge pull request #77 from johan162/master Fixes for #846 and #847
- 11:47 Changeset [7508253] by
- masterFixes #847 - Enhance XmlLint task to accept RNG grammar, updated docs
- 11:46 Changeset [4331305] by
- masterFixes #846 - RNG grammar for foreach task
- 11:31 Ticket #847 (Add support for RNG grammar in task XmlLint) created by
- A new attribute "useRNG" should be added to task "XmlLint" to allow RNG …
- 11:27 Ticket #846 (RNG grammar is wrong for task 'foreach') created by
- RNG Grammar is wrong for task foreach since it requires list to be …
- 09:28 Changeset [9c52445] by
- masterRemove / update some dependencies
01/29/12:
- 16:07 Ticket #833 (Exec task args with special characters cannot be escaped) closed by
- fixed: Fixes #833 - always escape arguments when escape is set to true …
- 16:07 Ticket #587 (More detailed backtrace in debug mode (patch)) closed by
- fixed: Fixes #587 - log detailed exception backtrace Changeset: …
- 16:07 Changeset [1d9734c] by
- masterFixes #833 - always escape arguments when escape is set to true
- 15:45 Changeset [aaec053] by
- masterFix typo
- 15:21 Changeset [6be12ae] by
- masterFixes #587 - log detailed exception backtrace
- 15:09 Ticket #834 (ExecTask documentation has incorrect escape attribute default value) closed by
- fixed: Fixes #834 - correct default value for escape attribute Changeset: …
01/28/12:
- 14:21 Changeset [6e4825c] by
- masterFixes #834 - correct default value for escape attribute
01/27/12:
- 07:52 Changeset [c920479] by
- masterRemove links to gitorious.org/phing/* since I have deleted that …
- 00:15 Ticket #845 (GrowlNotifyTask to be notified on long-task when they are finished) created by
- Hello, After found a nice post [1], I notice that a portable solution is …
01/25/12:
- 11:29 Changeset [24fb7cd] by
- masterMerge pull request #76 from hason/interpreter Register property …
- 10:04 Changeset [7ef3270] by
- masterRegister property php.interpreter on all OS
- 09:31 Changeset [ca1d246] by
- masterMerge pull request #72 from bd808/feature-allow-phpunit-testsuites Allow …
- 08:57 Changeset [13fc574] by
- masterMerge pull request #73 from bd808/bug-split-deprecated Remove deprecated …
- 08:54 Changeset [2469001] by
- masterMerge pull request #74 from bd808/bug-XSL_SECPREF_WRITE_FILE-undefined …
01/20/12:
- 22:26 Changeset [2eb9b25] by
- masterGuard against undefined XSL_SECPREF_WRITE_FILE. Related to #800 at …
- 22:17 Changeset [0483922] by
- masterRemove deprecated split() usage. PHP 5.3 has deprecated the split() …
- 21:56 Changeset [2f5dd85] by
- masterAllow PHPUnit_Framework_TestSuite subclasses. PHPUnit expects …
01/19/12:
- 10:13 Ticket #844 (symlink task - overwrite not working) created by
- Hi Phing team, first of all, let me thank you for your work! We just …
01/18/12:
- 08:34 Ticket #843 ("verbose" option should print fileset/filelist filenames before execution, ...) created by
- The "verbose" option prints the filenames of processed files in filesets …
01/10/12:
- 16:25 Ticket #842 (Add fileset support for arg in Exec tasks) created by
- It would be nice to be abble to give a fileset as an arg to an exec task, …
01/09/12:
- 15:47 Changeset [f3e60a4] by
- masterMake cli/web stubs optional
01/05/12:
- 21:04 Changeset [f05d3e3] by
- masterRevert past superfluous commit for HttpRequestTask (it already allows …
- 20:53 Changeset [8bea7a4] by
- masterMerge pull request #71 from Polzme/patch-1
- 18:14 Ticket #841 (Propertyprompt cannot be overloaded with propertyfile value) created by
- Problem: When using a propertyfile in combination with propertyprompt the …
- 17:08 Ticket #840 (Prevent weird bugs: raise warning when a target tag contains no ending tag) created by
- If you use […] Instead of […] You may encounter weird errors …
- 15:55 Changeset [008aa2e] by
- masterAs the method is not taken in account, add an empty parameter for the …
- 11:37 Changeset [8f2c6c5] by
- masterRefs pull request #70 - add proxy attribute to http get and request tasks
- 11:33 Changeset [2d6c03b] by
- masterUpdate copyright
- 10:06 Users/Documentation edited by
- (diff)
- 10:05 Users/Documentation edited by
- (diff)
Note: See TracTimeline
for information about the timeline view.
