Demian Gemperli
|
c45b11dc70
|
Have a Star option on task entry screens #928
|
2011-07-30 18:52:11 +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
|
a58e832945
|
get the done view on a context and a project
|
2011-07-09 17:21:34 +02:00 |
|
Reinier Balt
|
01057af684
|
start modifying done view and do some refactoring
|
2011-07-09 17:19:11 +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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
74a2b2a49f
|
fix some small issues
|
2011-03-28 11:38:33 +02:00 |
|
Reinier Balt
|
00f3a25807
|
fix #1128 for 2.0
|
2011-03-12 00:58:32 +01:00 |
|
Reinier Balt
|
e60c2c9038
|
fix #1121 and add tests for this
|
2011-03-10 16:50:49 +01:00 |
|
Reinier Balt
|
90d3211a4d
|
Fix bug where editing the project of a todo from project view would not remove the todo from that project
|
2011-03-09 12:13:49 +01:00 |
|
Reinier Balt
|
6a9b3e28d5
|
fix tests for dependencies and fix minor issues
|
2011-03-08 23:55:23 +01:00 |
|
Michael Witrant
|
ea4b8e23f4
|
only load one datepicker translation when the locale is not 'en'
|
2011-03-07 06:10:46 +08:00 |
|
Reinier Balt
|
e9d92438d6
|
fix #1109 and do some small optimizations on home page
|
2011-02-25 23:54:53 +01:00 |
|
Reinier Balt
|
da93b82b2b
|
fix #1115. The datapicker is now passed the current locale to localize the datepicker
|
2011-02-25 17:10:33 +01:00 |
|
Reinier Balt
|
6214c9f670
|
enable edit form to show list of predecessors
|
2011-02-25 14:52:02 +01:00 |
|
Reinier Balt
|
59556a0a4a
|
get styling done for new todo
|
2011-02-25 14:52:02 +01:00 |
|
Reinier Balt
|
1f67d2a603
|
get dependency add/remove from new_action_form running
|
2011-02-25 14:51:05 +01:00 |
|
Reinier Balt
|
e278e3d5ce
|
fix #1104 together with previous commit (thanks 02strich) to escape single quotes in i18n strings
|
2011-02-12 22:58:58 +01:00 |
|
Stefan Richter
|
0207b3b949
|
fix javascript generation
|
2011-02-13 05:44:32 +08:00 |
|
Reinier Balt
|
f2760ed7de
|
fix #1101. Most strings were pushed into html attributes. The remaining are generated from the layout into an array
|
2011-02-09 20:41:34 +01:00 |
|
Reinier Balt
|
564f209800
|
fix #1062. I did not test is, so please reopen ticket if it does not work :-)
|
2011-02-08 23:03:05 +01:00 |
|
Reinier Balt
|
83b5717460
|
fix #1098 where adding a todo to a hidden context in that hidden context page would not show the todo
|
2011-02-08 17:37:14 +01:00 |
|
Reinier Balt
|
632c0e7255
|
fix all tests
|
2011-02-03 19:30:48 +01:00 |
|
Reinier Balt
|
f0ec5647d4
|
migrate user js
|
2011-02-03 18:19:30 +01:00 |
|
Reinier Balt
|
a02f1d2584
|
migrate dependencies
without functional changes
|
2011-02-03 18:19:29 +01:00 |
|
Reinier Balt
|
d81e82a135
|
get some corner cases on toggle complete and empty messages working
|
2011-02-03 18:19:22 +01:00 |
|
Reinier Balt
|
05ba6060fc
|
replace small partials with helper to improve performance
|
2011-02-03 18:19:20 +01:00 |
|
Reinier Balt
|
8cbe077784
|
get some further scenarios for adding todos to several pages
one is still failing, will get to that
|
2011-02-03 18:19:19 +01:00 |
|
Reinier Balt
|
ab2e51a51a
|
get selenium scenarios running again and add some scenarios for adding todos started
|
2011-02-03 18:19:19 +01:00 |
|
Reinier Balt
|
a832417c59
|
migrate toggle_check and destroy and defer and get the functional tests running again
|
2011-02-03 18:19:17 +01:00 |
|
Reinier Balt
|
7a893980c2
|
cleanup debug messages
|
2011-02-03 18:18:42 +01:00 |
|
Reinier Balt
|
f923a40a40
|
get tag view working for updating todos. Refactored update a lot
|
2011-02-03 18:18:41 +01:00 |
|
Reinier Balt
|
c64e1bcd80
|
migrate update for context, project, tickler and calendar
|
2011-02-03 18:18:40 +01:00 |
|
Reinier Balt
|
33f68df154
|
get destroying of actions working
|
2011-02-03 18:18:39 +01:00 |
|
Reinier Balt
|
e13e946295
|
migrate adding to actions on all pages
|
2011-02-03 18:18:38 +01:00 |
|
Reinier Balt
|
25c6e2cc9c
|
refactor search results page
|
2011-02-03 18:18:36 +01:00 |
|
Reinier Balt
|
ffd4ae1fcd
|
get features running for recurring todos
|
2011-02-03 18:18:36 +01:00 |
|