Reinier Balt
bb6269f81c
fix tests for dependencies and fix minor issues
2011-03-08 23:28:48 +01:00
Eric Allen
0bfb64d0e2
Fix bug in mobile projects view
2011-02-26 22:26:35 +01:00
Reinier Balt
36f007a087
clean ups
2011-02-26 14:20:51 +01:00
Reinier Balt
e9d92438d6
fix #1109 and do some small optimizations on home page
2011-02-25 23:54:53 +01:00
Reinier Balt
4cca813bc7
hopefully fix #1109 where I think the csrf change in rails 2.3.11 messes up our expiry checking
2011-02-25 22:43:18 +01:00
Reinier Balt
1f67d2a603
get dependency add/remove from new_action_form running
2011-02-25 14:51:05 +01:00
Reinier Balt
c79cb5dfde
fix #1107
2011-02-14 22:18:30 +01:00
Reinier Balt
0d28115d18
fix csrf which changed with rails 2.3.11
2011-02-12 16:26:16 +01:00
Reinier Balt
6d66406d8c
fix #1103 . The xml output contained an unintended empty context
2011-02-11 16:18:59 +01:00
Reinier Balt
33d73eef62
fix #1094 where due_id was not determined when updating todo from calendar view
2011-02-06 22:48:59 +01:00
Reinier Balt
514045e8cb
fix failing tests
2011-02-03 22:44:26 +01:00
Reinier Balt
a02f1d2584
migrate dependencies
...
without functional changes
2011-02-03 18:19:29 +01:00
Reinier Balt
bf5e378301
fix error where empty line causes server error
2011-02-03 18:19:27 +01:00
Reinier Balt
30983b6658
rewrite add_predecessor.js
2011-02-03 18:19:27 +01:00
Reinier Balt
97e8602ef9
rebase to master to include i18n changes and fix merge conflicts
2011-02-03 18:19:26 +01:00
Reinier Balt
7a74025253
get autocomplete working for tags
2011-02-03 18:19:24 +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
1a821a228f
let autocomplete fail gracefully when param is not set
2011-02-03 18:19:21 +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
cafa774b4c
refactor application.rb further and migrate recurring todos
...
next: get tests for recurring todos
2011-02-03 18:17:29 +01:00
Reinier Balt
484356fe07
small improvements
...
render :partial => filename, :object => @object can be written shorter since rails 2.0 like
render :partial => @object or render :partial => @collection
Also form_for is smart bout put and post for update and creation.
it helps watching older railcasts episodes :-)
2011-02-03 18:17:28 +01:00
Reinier Balt
2fa431ef54
finish migration of the feeds page
2011-02-03 18:17:27 +01:00
Reinier Balt
879fbc99e2
major restructuring/refactoring of application.js. finally scratched that itch. Some tests are failing to be fixed later.
2011-02-03 18:17:24 +01:00
Reinier Balt
ea1ca130f1
refactor sidebar and finish migration of notes
2011-02-03 18:17:22 +01:00
Reinier Balt
94b5aa2346
fix editing a note from the notes page
2011-02-03 18:17:21 +01:00
Reinier Balt
145c9105dd
migrate deleting a note from notes page to jqeury
2011-02-03 18:17:18 +01:00
Reinier Balt
7b3c07a754
add a cucumber test to simulate expiration of a session
...
Signed-off-by: Reinier Balt <lrbalt@gmail.com>
2011-02-03 18:17:17 +01:00
Reinier Balt
0e81706fee
fix last functional and integration tests after merge and jquery changes
2011-02-03 18:17:13 +01:00
Reinier Balt
f2d977e12a
fix merge errors and some tests
2011-02-03 18:17:11 +01:00
Reinier Balt
fb39d841a7
migrate editing a context and refactor project with it
2011-02-03 18:17:08 +01:00
Reinier Balt
e52a8609c7
migrate deleting of contexts
2011-02-03 18:17:06 +01:00
Reinier Balt
15fdb1e572
migrate creating a new context and refactor some project js to share with context js
2011-02-03 18:17:05 +01:00
Reinier Balt
d7a780ef0c
upgrade last of the project functions
2011-02-03 18:17:03 +01:00
Reinier Balt
4413cabbba
migrate project creation
2011-02-03 18:17:00 +01:00
Reinier Balt
35453acd57
migrate edit update and destroy to jQuery and refactor it
...
test for changing state is wip, forgot to mark it with @wip
2011-02-03 18:16:55 +01:00
Reinier Balt
6416ff112e
migrate editing project settings from project page from jrails to jquery
2011-02-03 18:16:52 +01:00
Reinier Balt
c834403340
replace old prototype/jrails code for periodic checks and start work on autocomplete and edit projects
...
Signed-off-by: Reinier Balt <lrbalt@gmail.com>
2011-02-03 18:16:51 +01:00
Marcus Ilgner
a7998ba40a
Fixes for failed tests
2011-01-16 18:26:00 +01:00
Marcus Ilgner
338d4bb5a6
Added locale selection to preferences
...
Mostly completed transition to full i18n
Incorporated german translations by Ulf Klose <ulf.klose@gmail.com>
2011-01-16 18:14:07 +01:00
Reinier Balt
6b36d6eb8f
fix failing tests
2010-11-09 10:47:09 +01:00
Marcus Ilgner
fd3f69d927
Changed code to support basic i18n.
...
Added RubyMine configuration and rvm setup to .gitignore.
2010-11-09 16:31:26 +08:00
Reinier Balt
bf15175c7b
fix #895 by clearing the repeat pattern from todos before the pattern is deleted
...
cherry-picked from 1.7branch
2010-08-19 11:28:34 +02:00
Reinier Balt
e329e97cba
Small performance enhancements to the tickler. This speeds the loading of the tickler page by 65% (\!)
2010-08-06 16:33:02 +02:00