Dan Rice
|
1e4f7c9f30
|
Update CSRF helper usage
Renamed back in Rails 3.1.0
|
2014-07-07 21:38:49 -04:00 |
|
Dan Rice
|
9125355313
|
Sync boilerplate with Rails 4.1.4
|
2014-07-07 21:25:24 -04:00 |
|
Reinier Balt
|
0902269bfd
|
fix setting default tags on editing a project of a todo
somehow the js for setting the default tags stopped working. jquery update?
|
2014-07-03 20:48:54 +02:00 |
|
Reinier Balt
|
cb8aba80ca
|
fix #1462
I do not understand why this works for daily but not for weekly repeating todos
|
2014-07-01 22:38:23 +02:00 |
|
Reinier Balt
|
76bd5ade8d
|
remove duplication in tracks.js
|
2014-06-26 15:20:38 +02:00 |
|
Reinier Balt
|
e251bfc935
|
fix lint warnings for tracks.js - fourth pass
found on codeclimate. this is the fourth pass
|
2014-06-26 15:09:05 +02:00 |
|
Reinier Balt
|
9d96b372c0
|
fix lint warnings for tracks.js - third pass
found on codeclimate. this is the third pass
|
2014-06-26 15:03:39 +02:00 |
|
Reinier Balt
|
bb44fbb2f9
|
fix lint warnings for tracks.js - first pass
found on codeclimate. this is the first pass
|
2014-06-26 14:56:20 +02:00 |
|
Reinier Balt
|
8955480e62
|
fix lint warnings for tracks.js - first pass
found on codeclimate. this is the first pass
|
2014-06-26 14:49:25 +02:00 |
|
Reinier Balt
|
5ed2de3ab0
|
remove custom solution to visually show that you are running in development
environment and replace with rack-dev-mark gem
|
2014-06-26 10:05:22 +02:00 |
|
Dan Rice
|
aa8f5b7599
|
Switch from Assembla to GitHub issues
|
2014-06-25 13:32:11 -04:00 |
|
Dan Rice
|
9b92306252
|
Return a valid RecurringTodo after creation error
Fixes #1463
|
2014-06-19 01:17:15 -04:00 |
|
Dan Rice
|
622291d98d
|
Purge UserTime from app/*
|
2014-06-12 21:24:31 -04:00 |
|
Dan Rice
|
4ee8c2e7fd
|
Remove executable bit from files in app/
|
2014-06-10 17:50:47 -04:00 |
|
Dan Rice
|
38387c844d
|
Speed up feature tests by disabling jQuery effects
|
2014-06-10 14:59:28 -04:00 |
|
Dan Rice
|
50b09811fc
|
Fix check for whether todo changed containers
|
2014-06-10 12:07:30 -04:00 |
|
Dan Rice
|
7d7e47deff
|
Add Spring and spring-aware binstubs
Also remove /script, which is no longer used in Rails 4
|
2014-05-16 12:21:40 -04:00 |
|
Reinier Balt
|
8194ab9d7f
|
fix #1432.
|
2014-05-16 16:35:05 +02:00 |
|
Reinier Balt
|
0f5a11882e
|
fix deleting dependencies
|
2014-05-16 16:14:50 +02:00 |
|
Reinier Balt
|
595806be87
|
add parameter to REST api for todos to limit result to active todos. Fixes #1388
|
2014-05-16 15:33:45 +02:00 |
|
Reinier Balt
|
098f57e0f1
|
add missing images
these were never there. used in mobile project view
|
2014-05-16 14:33:18 +02:00 |
|
Reinier Balt
|
49a09f36e8
|
activerecord associations do not act like a collection anymore, so convert to array first
before using map, collect, etc.
|
2014-05-16 14:33:18 +02:00 |
|
Reinier Balt
|
2430fcb906
|
fix failing tests
not sure if the to_a fixes to get collections from activerecord is the right way
|
2014-05-16 14:33:18 +02:00 |
|
Reinier Balt
|
128da07fc2
|
remove Digest deprecation warning
|
2014-05-16 14:33:18 +02:00 |
|
Dan Rice
|
1b3543c5de
|
Add stub for NullProject.persisted?
|
2014-05-06 21:51:39 -04:00 |
|
Dan Rice
|
3c2c0fe065
|
Add mobile calendar view
|
2014-04-21 12:55:13 -04:00 |
|
Dan Rice
|
03fa8d6091
|
Move mobile full-site link to footer
Also remove the Tracks project links from the mobile footer
|
2014-04-21 12:55:03 -04:00 |
|
Dan Rice
|
87ede1efce
|
Remove obsolete calendar views under TodosController
|
2014-04-21 12:22:14 -04:00 |
|
Reinier Balt
|
0839765e7b
|
smaal refactoring and improvement of date handling in test
|
2014-03-31 11:22:23 +02:00 |
|
Reinier Balt
|
ed039d4c4a
|
small refactorings and add some tests
|
2014-03-31 11:09:00 +02:00 |
|
Reinier Balt
|
3cb18cd875
|
move tests from recurring_todo_test to respective repeat_pattern_tests
|
2014-03-31 09:43:39 +02:00 |
|
Reinier Balt
|
0c153ef28c
|
improve test of daily repeat pattern
|
2014-03-31 09:43:39 +02:00 |
|
Reinier Balt
|
b84adfc172
|
move recurrence text helpers into patterns. move next_date calculation into
respective models
|
2014-03-31 09:43:39 +02:00 |
|
Reinier Balt
|
d8507bf8b7
|
move as_text helpers to respective pattern
|
2014-03-31 09:43:39 +02:00 |
|
Reinier Balt
|
cbdbb792a5
|
add basis tests for patterns and remove doubles from recurring_todo_test.rb
|
2014-03-31 09:43:39 +02:00 |
|
Reinier Balt
|
a7807a4b66
|
dry form_helper using meta programming.
not sure if this improves readability, but codeclimate should be happier...
|
2014-03-31 09:43:39 +02:00 |
|
Reinier Balt
|
5de96d7eda
|
add some more tests
|
2014-03-31 09:43:39 +02:00 |
|
Reinier Balt
|
b23338eaa2
|
fix updating of recurring todo and create a form helper for filling the recurring todo edit
form
|
2014-03-31 09:43:39 +02:00 |
|
Reinier Balt
|
59a29c664a
|
move form specific accessors out of model
|
2014-03-31 09:43:39 +02:00 |
|
Reinier Balt
|
bad91e8d10
|
make validations a bit more dry
|
2014-03-31 09:43:39 +02:00 |
|
Reinier Balt
|
29b815e998
|
move model validation into pattern classes and link from recurring_todo model
|
2014-03-31 09:43:39 +02:00 |
|
Reinier Balt
|
776a046465
|
move mapping of form attributes to model attributes from pattern to builder to make
pattern independent of form
|
2014-03-31 09:43:39 +02:00 |
|
Reinier Balt
|
1f36c27af8
|
small cleanups
|
2014-03-31 09:43:39 +02:00 |
|
Reinier Balt
|
c2c67f1640
|
use new model to handle updating of recurring todos
|
2014-03-31 09:43:39 +02:00 |
|
Reinier Balt
|
00af159be7
|
remove unused code and refactor builder to remove duplication
|
2014-03-31 09:43:39 +02:00 |
|
Reinier Balt
|
78c07d52b7
|
Start major refactoring of recurring_todos. Started with creating new recurring todos.
All current and new tests pass
|
2014-03-31 09:43:39 +02:00 |
|
Dan Rice
|
8e13059df1
|
Further improve time comparison in Project model
|
2014-03-30 21:49:12 -04:00 |
|
Dan Rice
|
ece69b8540
|
Use Date class to assist with date math in Project model
Fixes an intermittent failure in ProjectTest#test_age_in_days
|
2014-03-30 17:26:31 -04:00 |
|
maqiv
|
35d48ea4c4
|
Added possibility to add tracks as webapp on chrome mobile.
|
2014-02-17 13:38:49 +01:00 |
|
Reinier Balt
|
63af3bbcfa
|
make todo_from_rich_message time zone aware. test was failing.
|
2014-01-26 15:05:27 +01:00 |
|