mirror of
https://github.com/TracksApp/tracks.git
synced 2026-03-07 21:22:37 +01:00
* Consolidated toggle_check handling to todo_controller and rjs * Introduced user preference to show/hide hidden projects section in sidebar * Fixed a bug in parse_date_per_user_prefs that was causing due dates to be set in the todo model as Times and not Dates * Upgraded ARTS plugin * This changeset includes migrations, so remember to db:migrate. * Lots of code changes here, so bug reports will be gratefully accepted! git-svn-id: http://www.rousette.org.uk/svn/tracks-repos/trunk@343 a4c988fc-2ded-0310-b66e-134b36920a42
30 lines
797 B
YAML
30 lines
797 B
YAML
# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
|
|
admin_user_prefs:
|
|
id: 1
|
|
user_id: 1
|
|
staleness_starts: 7
|
|
date_format: "%d/%m/%Y"
|
|
show_number_completed: 5
|
|
show_completed_projects_in_sidebar: true
|
|
show_hidden_contexts_in_sidebar: true
|
|
show_hidden_projects_in_sidebar: true
|
|
admin_email: butshesagirl@rousette.org.uk
|
|
week_starts: 1
|
|
due_style: 0
|
|
refresh: 0
|
|
verbose_action_descriptors: true
|
|
|
|
other_user_prefs:
|
|
id: 2
|
|
user_id: 2
|
|
staleness_starts: 7
|
|
date_format: "%d/%m/%Y"
|
|
show_number_completed: 5
|
|
show_completed_projects_in_sidebar: true
|
|
show_hidden_contexts_in_sidebar: true
|
|
show_hidden_projects_in_sidebar: true
|
|
admin_email: butshesagirl@rousette.org.uk
|
|
week_starts: 1
|
|
due_style: 0
|
|
refresh: 0
|
|
verbose_action_descriptors: false
|