##// END OF EJS Templates
Make --command option usable on Windows....
Make --command option usable on Windows. git-svn-id: http://redmine.rubyforge.org/svn/trunk@1877 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r1445:0c8105277070
r1875:9e7bce6a9462
Show More
issues.yml
93 lines | 2.5 KiB | text/x-yaml | YamlLexer
Jean-Philippe Lang
0.3 unstable...
r10 ---
issues_001:
Jean-Philippe Lang
Added issues status changes on the activity view (initial patch by Cyril Mougel)....
r879 created_on: <%= 3.days.ago.to_date.to_s(:db) %>
Jean-Philippe Lang
0.3 unstable...
r10 project_id: 1
Jean-Philippe Lang
Added issues status changes on the activity view (initial patch by Cyril Mougel)....
r879 updated_on: <%= 1.day.ago.to_date.to_s(:db) %>
Jean-Philippe Lang
0.3 unstable...
r10 priority_id: 4
subject: Can't print recipes
id: 1
fixed_version_id:
category_id: 1
description: Unable to print recipes
tracker_id: 1
assigned_to_id:
author_id: 2
status_id: 1
Jean-Philippe Lang
Gantt chart: display issues that don't have a due date if they are assigned to a version with a date (#184)....
r1441 start_date: <%= 1.day.ago.to_date.to_s(:db) %>
due_date: <%= 10.day.from_now.to_date.to_s(:db) %>
Jean-Philippe Lang
0.3 unstable...
r10 issues_002:
created_on: 2006-07-19 21:04:21 +02:00
project_id: 1
updated_on: 2006-07-19 21:09:50 +02:00
priority_id: 5
subject: Add ingredients categories
id: 2
Jean-Philippe Lang
Gantt chart: display issues that don't have a due date if they are assigned to a version with a date (#184)....
r1441 fixed_version_id: 2
Jean-Philippe Lang
0.3 unstable...
r10 category_id:
Jean-Philippe Lang
Fixed search with all words (broken in r994)....
r1078 description: Ingredients of the recipe should be classified by categories
Jean-Philippe Lang
0.3 unstable...
r10 tracker_id: 2
assigned_to_id: 3
author_id: 2
status_id: 2
Jean-Philippe Lang
Gantt chart: display issues that don't have a due date if they are assigned to a version with a date (#184)....
r1441 start_date: <%= 2.day.ago.to_date.to_s(:db) %>
due_date:
Jean-Philippe Lang
0.3 unstable...
r10 issues_003:
created_on: 2006-07-19 21:07:27 +02:00
project_id: 1
updated_on: 2006-07-19 21:07:27 +02:00
priority_id: 4
subject: Error 281 when updating a recipe
id: 3
fixed_version_id:
category_id:
description: Error 281 is encountered when saving a recipe
tracker_id: 1
Jean-Philippe Lang
Adds a rake task to send reminders. An email is sent to each user with a list of the issues due in the next days, if any....
r1445 assigned_to_id: 3
Jean-Philippe Lang
0.3 unstable...
r10 author_id: 2
status_id: 1
Jean-Philippe Lang
Added some tests for projects controller and helper....
r976 start_date: <%= 1.day.from_now.to_date.to_s(:db) %>
due_date: <%= 40.day.ago.to_date.to_s(:db) %>
Jean-Philippe Lang
Commit messages are now scanned for referenced or fixed issue IDs....
r470 issues_004:
Jean-Philippe Lang
Activity enhancements:...
r1213 created_on: <%= 5.days.ago.to_date.to_s(:db) %>
Jean-Philippe Lang
Commit messages are now scanned for referenced or fixed issue IDs....
r470 project_id: 2
Jean-Philippe Lang
Activity enhancements:...
r1213 updated_on: <%= 2.days.ago.to_date.to_s(:db) %>
Jean-Philippe Lang
Commit messages are now scanned for referenced or fixed issue IDs....
r470 priority_id: 4
subject: Issue on project 2
id: 4
fixed_version_id:
category_id:
description: Issue on project 2
tracker_id: 1
assigned_to_id:
author_id: 2
status_id: 1
Jean-Philippe Lang
Activity enhancements:...
r1213 issues_005:
created_on: <%= 5.days.ago.to_date.to_s(:db) %>
project_id: 3
updated_on: <%= 2.days.ago.to_date.to_s(:db) %>
priority_id: 4
subject: Subproject issue
id: 5
fixed_version_id:
category_id:
description: This is an issue on a cookbook subproject
tracker_id: 1
assigned_to_id:
author_id: 2
status_id: 1
Jean-Philippe Lang
Fixed: Calendar and Gantt show private subprojects even if current user is not a member of them (#1217)....
r1416 issues_006:
created_on: <%= 1.minute.ago.to_date.to_s(:db) %>
project_id: 5
updated_on: <%= 1.minute.ago.to_date.to_s(:db) %>
priority_id: 4
subject: Issue of a private subproject
id: 6
fixed_version_id:
category_id:
description: This is an issue of a private subproject of cookbook
tracker_id: 1
assigned_to_id:
author_id: 2
status_id: 1
start_date: <%= Date.today.to_s(:db) %>
due_date: <%= 1.days.from_now.to_date.to_s(:db) %>