Ignore:
Timestamp:
Nov 28, 2009, 2:17:34 PM (14 years ago)
Author:
gav
Message:

Upgrade quartz plugin to 0.4.1 propper.
Refactor and enable quartz scheduling for recurring tasks.
Adjust svn ignores to ignore all log files.
Create a pseudo system person for automated insertions.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

    • Property svn:ignore
      •  

        old new  
        1 stacktrace.log
         1*.log
        22*.war
  • trunk/grails-app/views/taskRecurringScheduleDetailed/list.gsp

    r178 r199  
    2929                                <g:sortableColumn property="recurPeriod" title="Recur Period" />
    3030                               
    31                                 <g:sortableColumn property="isEnabled" title="Is Enabled" />
     31                                <g:sortableColumn property="enabled" title="Enabled" />
    3232
    3333                            <th></th>
     
    4848                            <td>${fieldValue(bean:taskRecurringScheduleInstance, field:'recurPeriod')}</td>
    4949                       
    50                             <td>${fieldValue(bean:taskRecurringScheduleInstance, field:'isEnabled')}</td>
     50                            <td>${fieldValue(bean:taskRecurringScheduleInstance, field:'enabled')}</td>
    5151
    5252                            <td>
Note: See TracChangeset for help on using the changeset viewer.