Show
Ignore:
Timestamp:
06/20/07 16:05:14 (1 year ago)
Author:
gerd
Message:

Clean up gode from last revision :-(
Support for placeholders in default attributes

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/package-config.php

    r462 r464  
    3131 * build version appendix 
    3232 */ 
    33 $versionBuild = 'a2'; 
     33$versionBuild = 'a3'; 
    3434 
    3535/** 
     
    5353$notes = <<<EOT 
    5454Changes since 3.1.x: 
     55 - allow variable - default values to have placeholders, added template attribute: "attributeplaceholder" 
    5556 - added __onchange condition (schst) 
    5657 - template functions support both, runtime and on-read-time processing 
     
    105106        'role'      => 'developer', 
    106107        'handle'    => 'gerd', 
    107         'name'      => 'gERD Schaufelberger', 
     108        'name'      => 'gERD Schaufelberger', 
    108109        'email'     => 'gerd@php-tools.net', 
    109110        'active'    => 'yes' 
     
    111112$maintainer[]   =   array( 
    112113        'role'      => 'contributor', 
    113         'handle'    => 'gerd', 
     114        'handle'    => 'argh', 
    114115        'name'      => 'Sebastian Mordziol', 
    115116        'email'     => 'argh@php-tools.net',