Initial Redmine tooling and local plugin forks

This commit is contained in:
Jason Thistlethwaite
2026-04-24 22:01:18 +00:00
commit 9f682af0eb
683 changed files with 56878 additions and 0 deletions
@@ -0,0 +1,34 @@
# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
new:
id: 1
name: Pending
color: 11184810
is_default: true
status_type: 0
position: 1
won:
id: 2
name: Won
color: 32768
is_default: false
status_type: 1
lost:
id: 3
name: Lost
color: 16711680
is_default: false
status_type: 2
intermediate1:
id: 4
name: Intermediate 1
color: 0
is_default: false
status_type: 0
position: 2
intermediate2:
id: 5
name: Intermediate 2
color: 0
is_default: false
status_type: 0
position: 3