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 |
|
Reinier Balt
|
f05826d07a
|
fix #1169 and also improve i18n on repeating todos
|
2011-05-08 20:37:47 +02:00 |
|
Reinier Balt
|
d444d80f93
|
fix #1168 by using a new helper to increate the tab_index automatically
Signed-off-by: Reinier Balt <lrbalt@gmail.com>
|
2011-05-08 16:40:31 +02:00 |
|
Reinier Balt
|
4d46750f05
|
fix #1167
|
2011-05-08 15:03:55 +02:00 |
|
Reinier Balt
|
b3d92b9779
|
fix #1160 (again) by changing the long fadeout of the flash message into a fadein.delay.fadeout sequence for better readability.
|
2011-05-03 13:47:53 +02:00 |
|
Reinier Balt
|
99f1b9b6df
|
fix #1165. forgot one i18n change in due_date
|
2011-05-03 12:30:33 +02:00 |
|
Reinier Balt
|
7d5ca16044
|
fix #1164 and fix #1159 whre a localization was wrong and adding brackets at NOT sql statements for older MySQL versions
|
2011-05-03 11:43:02 +02:00 |
|
Reinier Balt
|
58641a2fd0
|
fix bug in previous commit
|
2011-05-01 19:08:35 +02:00 |
|
Reinier Balt
|
dff0ace1a1
|
fix #1160 by increasing the fadeout from 5 to 8 seconds which is more consistent with other flash messages
|
2011-05-01 15:13:25 +02:00 |
|
Reinier Balt
|
efa12e6695
|
fix small corner case where empty message was not shown when deleting last deferred todo from a project page
|
2011-05-01 15:07:41 +02:00 |
|
Reinier Balt
|
1a9b84701b
|
fix i18n for due_date on todos
|
2011-05-01 14:44:24 +02:00 |
|
Reinier Balt
|
d1b3811009
|
fox some problems with de locale
|
2011-05-01 13:44:23 +02:00 |
|
Reinier Balt
|
007d29e302
|
bump version number for master tree
|
2011-05-01 01:30:45 +02:00 |
|
Reinier Balt
|
ee5ecdb0e4
|
update docs
|
2011-04-30 22:58:08 +02:00 |
|
Reinier Balt
|
79cb34e105
|
fix #1149 where submitting a dependency that does not exist will show a warning that it will be ignored
|
2011-04-30 20:47:37 +02:00 |
|
Reinier Balt
|
7f27a6e2bd
|
fix corner case that were failing the cucumber tests. On the calendar page at the end of the month, a todo may occur twice on the page. This was not taken into account for update an destroy
|
2011-04-30 17:57:36 +02:00 |
|
Reinier Balt
|
0ccf42d08c
|
fix #1157 and fix #1158 by changing the way empty projects are included in the sorting and by fixing the dutch translation for sorting titles
|
2011-04-29 23:17:17 +02:00 |
|
Reinier Balt
|
2675be8f4c
|
fix #1156 where todos with ' in the name were not rendered correctly in title of pending annotation
|
2011-04-29 18:40:04 +02:00 |
|
Reinier Balt
|
106f966965
|
fix #1155 where editing a note on the notes page submits the wrong form
|
2011-04-29 18:27:06 +02:00 |
|
Reinier Balt
|
3d3747cb45
|
remove debug alert from last commit
|
2011-04-29 18:07:19 +02:00 |
|
Reinier Balt
|
12c02b1a87
|
fix #1152 where in IE8 the checkboxes did not work
|
2011-04-29 18:04:52 +02:00 |
|
Reinier Balt
|
57ad48d7d7
|
closing #1148 by removing the transparent background from the spinner. Does not solve the margin of the spinner on the buttons, but that is low prio for now
|
2011-04-27 19:03:37 +02:00 |
|
Reinier Balt
|
31118d8c8c
|
add some more cucumber scenarios
|
2011-04-21 16:55:09 +02:00 |
|
Hans de Graaff
|
0a889177b9
|
Merge branch 'master' of git://github.com/bsag/tracks into bsag
|
2011-04-20 13:03:16 +02:00 |
|
Reinier Balt
|
423926337d
|
add completed actions to the top of the completed-items container instead of bottom. From #1148
|
2011-04-20 11:39:30 +02:00 |
|
Reinier Balt
|
4658ca8655
|
fix #1146
|
2011-04-19 17:22:23 +02:00 |
|
Reinier Balt
|
cb58318858
|
another attempt at #1150 and fix some failing cucumber scenarios
|
2011-04-19 16:40:55 +02:00 |
|
Reinier Balt
|
539e18d87e
|
fix #1150 by nog using ruby1.8.7 Array.count but Array.length for 1.8.6 compat
|
2011-04-19 13:42:05 +02:00 |
|
Reinier Balt
|
c0115eacd7
|
get some wip cucumber tests running
|
2011-04-14 16:26:16 +02:00 |
|
Reinier Balt
|
1372bb110e
|
upgrade jquery to 1.5.2
|
2011-04-14 14:44:46 +02:00 |
|
Reinier Balt
|
52acf17270
|
fix #1138 where openid login was broken because of csrf changes in rails
|
2011-04-14 12:53:31 +02:00 |
|
Reinier Balt
|
c6e1760278
|
fix #1142 where an action unmarked as complete will not show the [C] or context name. Also fix contexts with " or ' in the name in the multi todos form
|
2011-04-14 12:28:30 +02:00 |
|
Reinier Balt
|
e5b4797a86
|
fix preferences edit form where some fields were to wide
|
2011-04-14 12:00:42 +02:00 |
|