Commit graph

1877 commits

Author SHA1 Message Date
Reinier Balt
17ee2b6c70 Merge pull request #3 from u2ix/master
Did ticket #928 Have a Star option on task entry screens
2011-07-30 11:41:03 -07:00
Demian Gemperli
c45b11dc70 Have a Star option on task entry screens #928 2011-07-30 18:52:11 +02:00
Reinier Balt
f4a07110ff change urls to their new location in documentation 2011-07-27 15:39:47 +02:00
Reinier Balt
6576984f76 fix #1184 by adding the fr locale contributed by olivierrochvilato. Thanks. Also adds the es locale for datepicker 2011-07-27 15:24:10 +02:00
bsag
ed26ebdfb6 Added information about the move to the TracksApp Organization. 2011-07-16 11:58:32 +01:00
Reinier Balt
5c015fea16 fix #999 by adding a menu to the mobile interface where you can choose the action you want to take on a todo, including deferring 2011-07-10 21:48:43 +02:00
Reinier Balt
174becee81 fix #1078 and document it on the REST_API page 2011-07-09 18:47:30 +02:00
Reinier Balt
ed2154b94b fix #953 by adding tags to the xml returned by the REST API 2011-07-09 17:46:52 +02:00
Reinier Balt
02d5abd5b8 Merge branches 'done_view' and 'master' 2011-07-09 17:27:13 +02:00
Reinier Balt
8109391f89 fix cucumber stories including test for i18n 2011-07-09 17:21:36 +02:00
Reinier Balt
601736de2d add done view to tag pages and add more tests 2011-07-09 17:21:36 +02:00
Reinier Balt
6e97541ab3 make sure toggle_check and deleting of todos, recurring_todos and projects work in the new done views 2011-07-09 17:21:36 +02:00
Reinier Balt
35f947ec57 add done views to projects and recurring todos 2011-07-09 17:21:35 +02:00
Reinier Balt
5496b84642 add cucumber scenarios for the new done pages 2011-07-09 17:21:35 +02:00
Reinier Balt
e531907521 restore tests for cached not_done counts 2011-07-09 17:21:35 +02:00
Reinier Balt
f2d581d5a4 revert refactoring that created a big performance regression 2011-07-09 17:21:35 +02:00
Reinier Balt
a58e832945 get the done view on a context and a project 2011-07-09 17:21:34 +02:00
Reinier Balt
35fe362b93 fix #857 and further refactoring for better done view 2011-07-09 17:21:34 +02:00
Reinier Balt
c61238933c add recurring_todos to done_overview and fix routes 2011-07-09 17:19:13 +02:00
Reinier Balt
aa3fbf0d1e restore stats route 2011-07-09 17:19:13 +02:00
Reinier Balt
8546ae5dfa fix test failures after the changes and refactorings 2011-07-09 17:19:12 +02:00
Reinier Balt
559a02d6f1 start on done overview page 2011-07-09 17:19:12 +02:00
Reinier Balt
01057af684 start modifying done view and do some refactoring 2011-07-09 17:19:11 +02:00
Reinier Balt
de7b8e329d the notes icon of todos was shown even if there was no note. fixed 8c168538b7 2011-06-14 09:01:08 +02:00
Reinier Balt
11d894e712 fix cucumber scenarios where show_from was set too early
need to figure out how to restore this...
2011-06-12 04:42:39 +02:00
Reinier Balt
d1212d6d27 fix aasm error. Fixes #1089 2011-06-12 00:11:29 +02:00
Reinier Balt
626edb478d Merge branches 'aasm_update' and 'master' 2011-06-11 23:36:23 +02:00
Reinier Balt
a797b83f86 fix #1173 and fix #1175 where renaming a project or context to an existing name using REST will fail with status 406 2011-06-10 23:30:51 +02:00
Reinier Balt
8c168538b7 check on notes.nil? instead of notes? 2011-06-10 23:22:32 +02:00
Reinier Balt
c2be07c6c3 update migration to make the default nil instead of empty string to maintain backward compatibility
running 2.0 (old aasm) tests on migrated db gives a lot of errors because of the empty string
2011-06-10 23:17:23 +02:00
Reinier Balt
056dbf08a7 remove vendored gem and fix state model. Some old hacks did not work anymore on the newer aasm. reverted the hacks and fixed some tests 2011-06-10 23:17:22 +02:00
Stefan Richter
1cf5967eb5 adding missing table 2011-06-10 23:17:21 +02:00
Stefan Richter
fdbd2a6391 fixing issue with wrong initial value of state column 2011-06-10 23:17:20 +02:00
Stefan Richter
00819ce27b migrating to aasm - code part 2011-06-10 23:17:19 +02:00
Reinier Balt
65e3a8ff30 do not save if previous save had validation problems.
this prevents test failures if you use it on a db that has been used after the aasm upgrade (forward compatible)
2011-06-10 23:13:52 +02:00
Reinier Balt
9f8e55c672 forgot to update workaround to get selenium working again 2011-06-09 19:42:10 +02:00
Reinier Balt
e81b617a09 Merge branches 'railsupdate2314' and 'master' 2011-06-09 17:09:19 +02:00
Reinier Balt
ba4217c6ed forgot converting one returning 2011-06-09 17:08:20 +02:00
Reinier Balt
ceda51b5bf upgrade to rails 2.3.12 and fix deprecation warning and fix some version numbers of gems used for testing 2011-06-09 17:04:00 +02:00
Reinier Balt
a3c5920a2b Merge branches 'ruby1.9' and 'master' 2011-06-09 14:49:58 +02:00
Reinier Balt
91eeb0c6aa update require statements to fix path issue 2011-06-09 14:49:36 +02:00
Reinier Balt
6b1cf674a8 fix version number for RedCloth since the latest versions fail on compiling extentions 2011-06-06 19:55:01 +02:00
Reinier Balt
2757451395 Merge pull request #25 from wingfire/master
aviod RedCloth load error
2011-06-06 10:51:03 -07:00
Christof Spies
6a1576c39a rake gems undefined method `name' for "RedCloth":String 2011-06-06 16:15:08 +02:00
Reinier Balt
4aa0e63e85 update tree with missing 2.3.11 files or files that were not updated
this has no real impact on tracks as an app
2011-05-31 19:30:35 +02:00
Reinier Balt
0a04db3aa5 Merge pull request #24 from iox/master
Spanish translation
2011-05-31 03:21:45 -07:00
Ignacio Huerta
11d1c326ee Add spanish translation ((incomplete) and i18n a couple of string in action editor 2011-05-31 08:59:22 +02:00
Reinier Balt
c5c4c65f3c fix tab index counter. In case of a server restart the global var does not exist anymore causing an error 2011-05-23 14:44:16 +02:00
Reinier Balt
63f389158b update jquery and jquery-ui 2011-05-19 12:20:36 +02:00
Reinier Balt
3faac2514d fix failing test and finish all wip scenarios
Signed-off-by: Reinier Balt <lrbalt@gmail.com>
2011-05-08 22:09:27 +02:00