Changeset 481


Ignore:
Timestamp:
Apr 12, 2010, 5:20:55 PM (14 years ago)
Author:
gav
Message:

Turn off SQL logging and update messages to suite adjusted task quick search.

Location:
trunk/grails-app
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/conf/Config.groovy

    r480 r481  
    107107                additivity = true
    108108            }
    109             debug "org.hibernate.SQL"
     109            //debug "org.hibernate.SQL"
    110110            debug "grails.app.service"
    111111            debug "grails.app.controller"
  • trunk/grails-app/i18n/messages.properties

    r476 r481  
    274274task.search.text.tomorrows=Tomorrow's tasks.
    275275task.search.text.tomorrows.none.found=No tasks found for tomorrow.
    276 task.search.text.past.week=Tasks with 'Target Start Date' in the past week.
    277 task.search.text.past.week.none.found=No tasks found with 'Target Start Date' in the past week.
    278 task.search.text.my.past.week=Tasks with ''Target Start Date'' in the past week for {0}.
    279 task.search.text.my.past.week.none.found=No tasks found with ''Target Start Date'' in the past week for {0}.
    280 task.search.text.budget.unplanned=Tasks with budget status of 'unplanned', in the past week.
    281 task.search.text.budget.unplanned.none.found=No tasks found with budget status of 'unplanned', in the past week.
    282 task.search.text.budget.planned=Tasks with budget status of 'planned', in the past week.
    283 task.search.text.budget.planned.none.found=No tasks found with budget status of 'planned', in the past week.
     276task.search.text.past.week=Tasks in the past week.
     277task.search.text.past.week.none.found=No tasks found in the past week.
     278task.search.text.my.past.week=Tasks in the past week for {0}.
     279task.search.text.my.past.week.none.found=No tasks found in the past week for {0}.
     280task.search.text.budget.unplanned=Tasks with budget status of 'Unplanned', in the past week.
     281task.search.text.budget.unplanned.none.found=No tasks found with budget status of 'Unplanned', in the past week.
     282task.search.text.budget.planned=Tasks with budget status of 'Planned', in the past week.
     283task.search.text.budget.planned.none.found=No tasks found with budget status of 'Planned', in the past week.
    284284task.search.text.planners.range=Planners Range - Tasks in the past week and two weeks ahead.
    285285task.search.text.planners.range.none.found=No tasks found in the past week or two weeks ahead.
Note: See TracChangeset for help on using the changeset viewer.