Ignore:
Timestamp:
Sep 1, 2009, 10:10:43 PM (15 years ago)
Author:
gav
Message:

Update to grails-1.1.1 release.
Fix WorkDone? and Fault entries not showing after update, now using criteria.
Work on TaskRecurringSchedule, add DateUtilService class, regenerate views to suite.
Finally have correct rollback behaviour on TaskRecurringSchedule? domain object updates by using transactions.
Added name to copyright since the license has no meaning without it.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/web-app/WEB-INF/tld/grails.tld

    r56 r137  
    1010    <uri>http://grails.codehaus.org/tags</uri>
    1111
    12     <tag>
    13         <description>
    14                 Includes a javascript src file, library or inline script
    15                 if the tag has no src or library attributes its assumed to be an inline script
    16         </description>
    17         <name>javascript</name>
    18         <tag-class>org.codehaus.groovy.grails.plugins.web.taglib.JavascriptTagLib</tag-class>
    19         <body-content>JSP</body-content>
    20         <attribute>
    21             <description>A predefined JavaScript or AJAX library to load</description>
    22             <name>library</name>
    23             <required>false</required>
    24             <rtexprvalue>true</rtexprvalue>
    25         </attribute>
    26         <attribute>
    27             <description>A custom (or unknown to Grails) JavaScript source file</description>
    28             <name>src</name>
    29             <required>false</required>
    30             <rtexprvalue>true</rtexprvalue>
    31         </attribute>
    32         <attribute>
    33             <description>Since 0.6 Specifies the full base url to prepend to the library name</description>
    34             <name>base</name>
    35             <required>false</required>
    36             <rtexprvalue>true</rtexprvalue>
    37         </attribute>
    38         <dynamic-attributes>false</dynamic-attributes>
    39     </tag>
    40    
    41     <!-- 
    42     <tag>
    43         <description>
    44         </description>
    45         <name></name>
    46         <tag-class></tag-class>
    47         <body-content></body-content>
    48         <attribute>
    49                 <description></description>
    50                 <name></name>
    51                 <required></required>
    52                 <rtexprvalue></rtexprvalue>
    53         </attribute>
    54     </tag>
    55     -->
    56     <tag>
    57         <description>Escapes a javasacript string replacing single/double quotes and new lines
    58         </description>
    59         <name>escapeJavascript</name>
    60         <tag-class>org.codehaus.groovy.grails.plugins.web.taglib.JavascriptTagLib</tag-class>
    61         <body-content>JSP</body-content>
    62     </tag>
    63    
    64     <tag>
    65         <description>Creates a form submit button that submits the current form to a remote ajax call
    66         </description>
    67         <name>submitToRemote</name>
    68         <tag-class>org.codehaus.groovy.grails.plugins.web.taglib.JavascriptTagLib</tag-class>
    69         <body-content>JSP</body-content>
    70         <attribute>
    71             <name>name</name>
    72             <required>true</required>
    73             <rtexprvalue>true</rtexprvalue>
    74         </attribute>
    75         <attribute>
    76             <name>value</name>
    77             <required>false</required>
    78             <rtexprvalue>true</rtexprvalue>
    79         </attribute>
    80         <attribute>
    81             <name>id</name>
    82             <required>false</required>
    83             <rtexprvalue>true</rtexprvalue>
    84         </attribute>
    85         <attribute>
    86             <name>class</name>
    87             <required>false</required>
    88             <rtexprvalue>true</rtexprvalue>
    89         </attribute>
    90     </tag>
    91    
    92     <tag>
    93         <description>A field that sends its value to a remote link
    94         </description>
    95         <name>remoteField</name>
    96         <tag-class>org.codehaus.groovy.grails.plugins.web.taglib.JavascriptTagLib</tag-class>
    97         <body-content>JSP</body-content>
    98         <attribute>
    99             <name>name</name>
    100             <required>true</required>
    101             <rtexprvalue>true</rtexprvalue>
    102         </attribute>
    103         <attribute>
    104             <name>value</name>
    105             <required>false</required>
    106             <rtexprvalue>true</rtexprvalue>
    107         </attribute>
    108         <attribute>
    109             <name>paramName</name>
    110             <required>false</required>
    111             <rtexprvalue>true</rtexprvalue>
    112         </attribute>
    113         <attribute>
    114             <name>before</name>
    115             <required>false</required>
    116             <rtexprvalue>true</rtexprvalue>
    117         </attribute>
    118         <attribute>
    119             <name>after</name>
    120             <required>false</required>
    121             <rtexprvalue>true</rtexprvalue>
    122         </attribute>
    123         <attribute>
    124             <name>action</name>
    125             <required>false</required>
    126             <rtexprvalue>true</rtexprvalue>
    127         </attribute>
    128         <attribute>
    129             <name>controller</name>
    130             <required>false</required>
    131             <rtexprvalue>true</rtexprvalue>
    132         </attribute>
    133         <attribute>
    134             <name>id</name>
    135             <required>false</required>
    136             <rtexprvalue>true</rtexprvalue>
    137         </attribute>
    138         <attribute>
    139             <name>params</name>
    140             <required>false</required>
    141             <rtexprvalue>true</rtexprvalue>
    142         </attribute>
    143         <attribute>
    144             <name>asynchronous</name>
    145             <required>false</required>
    146             <rtexprvalue>true</rtexprvalue>
    147         </attribute>
    148         <attribute>
    149             <name>method</name>
    150             <required>false</required>
    151             <rtexprvalue>true</rtexprvalue>
    152         </attribute>
    153         <attribute>
    154             <name>update</name>
    155             <required>false</required>
    156             <rtexprvalue>true</rtexprvalue>
    157         </attribute>
    158         <attribute>
    159             <name>onSuccess</name>
    160             <required>false</required>
    161             <rtexprvalue>true</rtexprvalue>
    162         </attribute>
    163         <attribute>
    164             <name>onFailure</name>
    165             <required>false</required>
    166             <rtexprvalue>true</rtexprvalue>
    167         </attribute>
    168         <attribute>
    169             <name>onComplete</name>
    170             <required>false</required>
    171             <rtexprvalue>true</rtexprvalue>
    172         </attribute>
    173         <attribute>
    174             <name>onLoading</name>
    175             <required>false</required>
    176             <rtexprvalue>true</rtexprvalue>
    177         </attribute>
    178         <attribute>
    179             <name>onLoaded</name>
    180             <required>false</required>
    181             <rtexprvalue>true</rtexprvalue>
    182         </attribute>
    183         <attribute>
    184             <name>onUninitialized</name>
    185             <required>false</required>
    186             <rtexprvalue>true</rtexprvalue>
    187         </attribute>
    188         <attribute>
    189             <name>on_ERROR_CODE</name>
    190             <required>false</required>
    191             <rtexprvalue>true</rtexprvalue>
    192         </attribute>
    193         <dynamic-attributes>true</dynamic-attributes>
    194     </tag>
    195     <tag>
    196         <description>
    197                 Enables the storing of a value into the given ${var}
    198         </description>
    199         <name>set</name>
    200         <tag-class>org.codehaus.groovy.grails.web.taglib.GroovySetTag</tag-class>
    201         <body-content>JSP</body-content>
    202         <attribute>
    203             <description>The value to store</description>
    204             <name>value</name>
    205             <required>true</required>
    206             <rtexprvalue>true</rtexprvalue>
    207         </attribute>
    208         <attribute>
    209             <description>The name of the variable to store the value in</description>
    210             <name>var</name>
    211             <required>true</required>
    212             <rtexprvalue>true</rtexprvalue>
    213         </attribute>
    214         <dynamic-attributes>false</dynamic-attributes>
    215     </tag>
    216 
    217     <tag>
    218         <description>
    219                 Enables the storing of a value into the given ${var} into the page context
    220         </description>
    221         <name>def</name>
    222         <tag-class>org.codehaus.groovy.grails.web.taglib.GroovyDefTag</tag-class>
    223         <body-content>JSP</body-content>
    224         <attribute>
    225             <description>The value to store</description>
    226             <name>value</name>
    227             <required>true</required>
    228             <rtexprvalue>true</rtexprvalue>
    229         </attribute>
    230         <attribute>
    231             <description>The name of the variable to store the value in</description>
    232             <name>var</name>
    233             <required>true</required>
    234             <rtexprvalue>true</rtexprvalue>
    235         </attribute>
    236         <dynamic-attributes>false</dynamic-attributes>
    237     </tag>
    238 
    239     <tag>
    240         <description>
    241                 Logical if tag to test whether the given condition is true
    242         </description>
    243         <name>if</name>
    244         <tag-class>org.codehaus.groovy.grails.web.taglib.GroovyIfTag</tag-class>
    245         <body-content>JSP</body-content>
    246         <attribute>
    247             <description>The condition to test</description>
    248             <name>test</name>
    249             <required>true</required>
    250             <rtexprvalue>true</rtexprvalue>
    251         </attribute>
    252         <dynamic-attributes>false</dynamic-attributes>
    253     </tag>
    254 
    255     <tag>
    256         <description>
    257                 Logical else tag as fallback if the if condition fails
    258         </description>
    259         <name>else</name>
    260         <tag-class>org.codehaus.groovy.grails.web.taglib.GroovyElseTag</tag-class>
    261         <body-content>JSP</body-content>
    262         <dynamic-attributes>false</dynamic-attributes>
    263     </tag>
    264 
    265     <tag>
    266         <description>
    267                 Logical elseif tag to test whether the given condition is true
    268         </description>
    269         <name>elseif</name>
    270         <tag-class>org.codehaus.groovy.grails.web.taglib.GroovyElseIfTag</tag-class>
    271         <body-content>JSP</body-content>
    272         <attribute>
    273             <description>The condition to test</description>
    274             <name>test</name>
    275             <required>true</required>
    276             <rtexprvalue>true</rtexprvalue>
    277         </attribute>
    278         <dynamic-attributes>false</dynamic-attributes>
    279     </tag>
    280 
    281         <tag>
    282         <description>
    283                 Tag to loop over a collection while the test expression returns true
    284         </description>
    285         <name>while</name>
    286         <tag-class>org.codehaus.groovy.grails.web.taglib.GroovyWhileTag</tag-class>
    287         <body-content>JSP</body-content>
    288         <attribute>
    289             <description>The condition to test</description>
    290             <name>test</name>
    291             <required>true</required>
    292             <rtexprvalue>true</rtexprvalue>
    293         </attribute>
    294         <dynamic-attributes>false</dynamic-attributes>
    295     </tag>
    296 
    297     <tag>
    298         <description>Iterates over the given collection</description>
    299         <name>each</name>
    300         <tag-class>org.codehaus.groovy.grails.web.taglib.GroovyEachTag</tag-class>
    301         <body-content>JSP</body-content>
    302         <attribute>
    303                 <description>The collection to iterate over</description>
    304             <name>in</name>
    305             <required>true</required>
    306             <rtexprvalue>true</rtexprvalue>
    307         </attribute>
    308         <attribute>
    309                 <description>An optional var-name to reference onto the elements</description>
    310             <name>var</name>
    311             <required>false</required>
    312             <rtexprvalue>true</rtexprvalue>
    313         </attribute>
    314         <attribute>
    315             <name>status</name>
    316             <required>false</required>
    317             <rtexprvalue>true</rtexprvalue>
    318         </attribute>
    319         <dynamic-attributes>true</dynamic-attributes>
    320     </tag>
    321 
    322     <tag>
    323         <description>Iterates over the given collection</description>
    324         <name>findAll</name>
    325         <tag-class>org.codehaus.groovy.grails.web.taglib.GroovyFindAllTag</tag-class>
    326         <body-content>JSP</body-content>
    327         <attribute>
    328                 <description>The collection to iterate over</description>
    329             <name>in</name>
    330             <required>true</required>
    331             <rtexprvalue>true</rtexprvalue>
    332         </attribute>
    333         <attribute>
    334                 <description>An optional var-name to reference onto the elements</description>
    335             <name>var</name>
    336             <required>false</required>
    337             <rtexprvalue>true</rtexprvalue>
    338         </attribute>
    339         <attribute>
    340                 <description>The expression to filter the elements to iterate over</description>
    341             <name>expr</name>
    342             <required>true</required>
    343             <rtexprvalue>true</rtexprvalue>
    344         </attribute>
    345         <attribute>
    346             <name>status</name>
    347             <required>false</required>
    348             <rtexprvalue>true</rtexprvalue>
    349         </attribute>
    350         <dynamic-attributes>true</dynamic-attributes>
    351     </tag>
    352 
    353         <tag>
    354         <description>Iterates over the given collection and collects the elements
    355                 you want to work with</description>
    356         <name>collect</name>
    357         <tag-class>org.codehaus.groovy.grails.web.taglib.GroovyCollectTag</tag-class>
    358         <body-content>JSP</body-content>
    359         <attribute>
    360                 <description>The collection to iterate over</description>
    361             <name>in</name>
    362             <required>true</required>
    363             <rtexprvalue>true</rtexprvalue>
    364         </attribute>
    365         <attribute>
    366                 <description>An optional var-name to reference onto the elements</description>
    367             <name>var</name>
    368             <required>false</required>
    369             <rtexprvalue>true</rtexprvalue>
    370         </attribute>
    371         <attribute>
    372                 <description>The expression to use to collect the elements. The
    373                 expression must retur true to add the element to the
    374                 collection</description>
    375             <name>expr</name>
    376             <required>true</required>
    377             <rtexprvalue>true</rtexprvalue>
    378         </attribute>
    379         <attribute>
    380             <name>status</name>
    381             <required>false</required>
    382             <rtexprvalue>true</rtexprvalue>
    383         </attribute>
    384         <dynamic-attributes>false</dynamic-attributes>
    385     </tag>
    386 
    387     <tag>
    388         <description>Iterates over the given collection and filters the elements
    389         with a regular expression</description>
    390         <name>grep</name>
    391         <tag-class>org.codehaus.groovy.grails.web.taglib.GroovyGrepTag</tag-class>
    392         <body-content>JSP</body-content>
    393         <attribute>
    394                 <description>The collection to iterate over</description>
    395             <name>in</name>
    396             <required>true</required>
    397             <rtexprvalue>true</rtexprvalue>
    398         </attribute>
    399         <attribute>
    400                 <description>An optional var-name to reference onto the elements</description>
    401             <name>var</name>
    402             <required>false</required>
    403             <rtexprvalue>true</rtexprvalue>
    404         </attribute>
    405         <attribute>
    406                 <description>The regular expression to filter the element with. The
    407                 filter is a simple Groovy Regex</description>
    408             <name>filter</name>
    409             <required>true</required>
    410             <rtexprvalue>true</rtexprvalue>
    411         </attribute>
    412         <attribute>
    413             <name>status</name>
    414             <required>false</required>
    415             <rtexprvalue>true</rtexprvalue>
    416         </attribute>
    417         <dynamic-attributes>false</dynamic-attributes>
    418     </tag>
    419 
    42012
    42113    <tag>
Note: See TracChangeset for help on using the changeset viewer.