Feature - new field 'priority_long'

- The new 'priority_long' field can be shown in custom reports, and will
  display 'High' rather than the abbreviated 'H'.
- Unit tests.
This commit is contained in:
Paul Beckingham 2009-12-31 12:57:03 -05:00
parent dca4772f33
commit db707d5e15
4 changed files with 99 additions and 3 deletions

View file

@ -181,9 +181,10 @@ void Config::createDefaultRC (const std::string& rc, const std::string& data)
<< "\n"
<< "alias.rm=delete\n"
<< "\n"
<< "# Fields: id,uuid,project,priority,entry,entry_time,start,entry_time,due,\n"
<< "# recur,recurrence_indicator,age,age_compact,active,tags,tag_indicator,\n"
<< "# description,description_only,end,end_time\n"
<< "# Fields: id,uuid,project,priority,priority_long,entry,entry_time,\n"
<< "# start,entry_time,due,recur,recurrence_indicator,age,\n"
<< "# age_compact,active,tags,tag_indicator,description,\n"
<< "# description_only,end,end_time\n"
<< "# Description: This report is ...\n"
<< "# Sort: due+,priority-,project+\n"
<< "# Filter: pro:x pri:H +bug limit:10\n"