Commit graph

3587 commits

Author SHA1 Message Date
Reinier Balt
10b6a9ea69 fix ordering of completed todos in context view 2012-08-12 11:27:37 +02:00
Matt Rogers
306d501e20 remove duplication in mobile cookie handling 2012-08-15 22:14:00 -05:00
Matt Rogers
580cad7ad8 convert README to markdown 2012-08-14 20:01:56 -05:00
Matt Rogers
80d24d4edf Add the Code Climate badge to the README 2012-08-14 20:01:16 -05:00
Matt Rogers
b01c7878d1 Push conversion of a todo to a project down.
Refactor the conversion of a todo to a project and move it from the
TodosController to the Project model.
2012-08-14 19:33:54 -05:00
Matt Rogers
2911036ff7 ignore files with a .db suffix 2012-08-14 19:33:54 -05:00
Reinier Balt
69ead6d254 fix #1323 so Tracks works with rails 3.2.8. Update all dependencies 2012-08-11 23:54:05 +02:00
Reinier Balt
3ad632ff86 Merge pull request #95 from piglop/recurring_todo_tag_autocomplete
Recurring todo tag autocomplete
2012-07-22 05:57:34 -07:00
Reinier Balt
08ee58c303 Merge pull request #94 from piglop/fixed_indentation_in_menu
Fixed indentation in menu
2012-07-22 05:49:48 -07:00
Reinier Balt
339794cd2e Merge pull request #93 from piglop/english_selenium
English selenium
2012-07-22 05:48:46 -07:00
Michael Witrant
50bc80d49a fixed broken tag autocomplete on recurring todo edition 2012-07-22 11:09:54 +02:00
Michael Witrant
7bcd539c3b force english prefered language in firefox test profile 2012-07-22 10:45:02 +02:00
Michael Witrant
424028f09e fixed indentation when todo sub menu text is too long 2012-07-22 10:43:13 +02:00
Hans de Graaff
66f0859e63 Merge branch 'master' of git://github.com/TracksApp/tracks into upstream 2012-07-21 11:25:14 +02:00
Reinier Balt
702c89e754 add tolk to Tracks for easy management of translations. Limited to development
environment only. Need migration.


Signed-off-by: Reinier Balt <lrbalt@gmail.com>
2012-07-18 14:58:24 +02:00
Reinier Balt
a37d10f57a fix #1314. Fixed security issue too 2012-07-18 12:26:46 +02:00
Reinier Balt
881c83292b reorder tests 2012-07-18 11:59:17 +02:00
Reinier Balt
4e29bf69f7 fix failing tests and small refactorings 2012-07-18 11:42:26 +02:00
Reinier Balt
e8c3ba2e28 fix #1313 by checking on NullProject too 2012-07-18 10:39:15 +02:00
Reinier Balt
3a3a1ac22e production needs extension of swf 2012-07-16 17:47:30 +02:00
Reinier Balt
22e166c370 add swf to asset pipeline. Fixes #1311 2012-07-16 17:38:44 +02:00
Reinier Balt
7c1cd2a144 fix #1310. Add test for this
Found that I had a lot of tests commented out. They have some regressions I will fix later
2012-07-15 21:28:42 +02:00
Reinier Balt
5a24644aad fix #1307 and add basic test 2012-07-15 20:45:37 +02:00
Reinier Balt
6e1ad5e200 fix small timing issue 2012-07-15 20:11:07 +02:00
Reinier Balt
0d854efbbb fix #1288. Drag and drop should work on touch screens. Also upgrade jquery-ui 2012-07-13 01:53:30 +02:00
Reinier Balt
885ee7d1d1 refactorings for recurring todo model 2012-07-13 00:31:11 +02:00
Reinier Balt
80e47b94b0 fix timezone issue
try testing at 00:30
2012-07-13 00:28:06 +02:00
Reinier Balt
e03c521314 fix regressions in cucumber tests. Add basis test for notes page 2012-07-12 23:33:36 +02:00
Reinier Balt
82bb67f518 small refactorings 2012-07-12 13:14:21 +02:00
Matt Rogers
7d0c716366 Fix a few typos in the comment 2012-07-13 20:55:53 -05:00
Reinier Balt
9af3dee277 remove backup files from rails2 - rails3 migration 2012-07-12 11:17:08 +02:00
Reinier Balt
f9dc8c6969 fix #1296 by adding translate functions to mobile view of todo 2012-07-11 16:46:18 +02:00
Reinier Balt
48cc8740cb fix #1303. Adding test for it. 2012-07-11 16:25:24 +02:00
Reinier Balt
23b92d853a Merge pull request #84 from sukima/fix_projects_api_crash
Fix projects api crash
2012-07-11 06:36:51 -07:00
Reinier Balt
d6e66fa517 fix failing cucumber tests
fix data export view
fix mentions of tag on tag page 
fix autocomplete for tags
2012-07-11 15:35:21 +02:00
Matt Rogers
4227aede6c Merge pull request #92 from novalis111/master
German translations updated

Lots of fixes and updates.
2012-07-09 12:07:01 -07:00
Ingo Weseloh
2ac62e0569 Fixes for german locale 2012-07-09 18:47:48 +02:00
Devin Weaver
fefc0594c4 Removes unneeded comment
An erroneous commented line was inserted into
test/functional/projects_controller_test.rb
this patch removes it.
2012-07-09 08:00:41 -04:00
Matt Rogers
824fe3c6cf Merge pull request #87 from piglop/fix_rendered_notes_migration
Fix rendered notes migration.

Rails 3.1+ doesn't support `save(bool)` anymore
2012-07-08 19:04:36 -07:00
Matt Rogers
6093ca5aa0 Merge pull request #90 from piglop/fixed_escaped_inputs
Fixed escaped inputs.
2012-07-08 19:03:23 -07:00
Matt Rogers
d333c177c4 Merge pull request #89 from piglop/rewrite_locales_utf8
Remove binary data in locales
2012-07-08 19:00:49 -07:00
Michael Witrant
0572a89a4d removed support for Rails < 3.0 2012-07-08 21:10:54 +02:00
Matt Rogers
b8f00fbcea Merge pull request #88 from piglop/disabled_autocomplete_on_new_password_field
Disabled autocomplete on new password field
2012-07-08 10:49:36 -07:00
Michael Witrant
883daa5168 fixed escaped inputs in new recurring todo form 2012-07-07 22:21:03 +02:00
Michael Witrant
6f5612e98d rewritten locales in utf8 2012-07-07 11:35:10 +02:00
Michael Witrant
017e1761ca added script to rewrite locales utf8 2012-07-07 11:35:10 +02:00
Michael Witrant
0e2634526d disabled autocomplete on new password field 2012-07-07 10:40:39 +02:00
Michael Witrant
6fd369b91e fixed AddRenderedNotes migration on Rails > 3.1 2012-07-07 10:27:59 +02:00
Reinier Balt
bd8498f39c fix #1287. Fix various small bugs and some small improvements 2012-06-29 16:48:30 +02:00
Reinier Balt
88729f57ce quick fix #1295. Limit the dependency tree depth shown to prevent stack overflow
TODO: eliminate recusive algoritm
2012-06-29 14:08:58 +02:00