Ticket #876 (closed enhancement: fixed)

Opened 6 weeks ago

Last modified 4 weeks ago

Allow for a fallback directory for template resolution in the project configuration system

Reported by: impl Owned by: impl
Priority: high Milestone: 1.0
Component: phing Version: HEAD-1.0
Severity: critical Keywords:
Cc: Patch attached: no

Description

The build system should be able to select any template from a list of possibilities, e.g.:

<agavi.select-template property="action.template">
  <from>/main/src/build/templates</from>
  <from>project/templates</from>
</agavi.select-template>

Attachments

Change History

Changed 6 weeks ago by impl

  • status changed from new to assigned

Changed 5 weeks ago by david

needed for rc1

Changed 5 weeks ago by david

  • priority changed from normal to high
  • severity changed from normal to critical

Changed 4 weeks ago by impl

  • status changed from assigned to closed
  • resolution set to fixed

(In [3070]) Fix #876: Allow for a fallback directory for template resolution in the project configuration system

Changed 4 weeks ago by felix

(In [3073]) Merged revisions 3059-3060,3062,3068-3071 via svnmerge from http://svn.agavi.org/branches/1.0

........

r3059 | david | 2008-10-19 15:43:02 +0200 (Sun, 19 Oct 2008) | 1 line

Added support for new validation configs to build system and introduced best practices, refs #882

........

r3060 | david | 2008-10-19 16:12:28 +0200 (Sun, 19 Oct 2008) | 1 line

release notes about necessity for referencing src/config/defaults/validators.xml in v1.0 validation XMLs, refs #882 and #519

........

r3062 | david | 2008-10-19 17:34:44 +0200 (Sun, 19 Oct 2008) | 1 line

dev version info

........

r3068 | david | 2008-10-20 02:06:40 +0200 (Mon, 20 Oct 2008) | 1 line

merged and ported [3055:3067/branches/0.11]

........

r3069 | david | 2008-10-20 02:11:02 +0200 (Mon, 20 Oct 2008) | 1 line

fixed #888: Validator config handler might produce undefined variable notices and subsequent errors with nested validators

........

r3070 | impl | 2008-10-20 08:07:25 +0200 (Mon, 20 Oct 2008) | 1 line

Fix #876: Allow for a fallback directory for template resolution in the project configuration system

........

r3071 | impl | 2008-10-20 08:08:55 +0200 (Mon, 20 Oct 2008) | 1 line

branches/1.0: Project configuration system: Whitespace fixes

........

Changed 4 weeks ago by david

(In [3097]) removed var_dump() calls left over for debugging purposes, refs #876

Changed 4 weeks ago by felix

(In [3102]) Merged revisions 3093,3095-3097 via svnmerge from http://svn.agavi.org/branches/1.0

........

r3093 | david | 2008-10-20 20:17:58 +0200 (Mon, 20 Oct 2008) | 1 line

merge [3077:3091/branches/0.11]

........

r3095 | david | 2008-10-20 20:25:17 +0200 (Mon, 20 Oct 2008) | 1 line

renamed runtests.php to run-tests.php, refs #380

........

r3096 | david | 2008-10-20 20:30:42 +0200 (Mon, 20 Oct 2008) | 1 line

1.0.0 beta 5 release info

........

r3097 | david | 2008-10-20 20:41:54 +0200 (Mon, 20 Oct 2008) | 1 line

removed var_dump() calls left over for debugging purposes, refs #876

........

Add/Change #876 (Allow for a fallback directory for template resolution in the project configuration system)

Author



Action
as closed
Next status will be 'reopened'
 
Note: See TracTickets for help on using tickets.