Reinier Balt
a32f928fc8
add tag_name to cache invariant
2012-12-16 17:03:23 +01:00
Tim Madden
8cef2b41c1
Creating new todo link for context headers
2012-11-26 10:14:55 -06:00
Dan Rice
bdbb1dd29d
Render collapse/expand buttons using CSS instead of JS
...
Fix #1354
Also clean up some dependent JS unused since c64e1bc
2012-11-14 22:01:43 -05:00
Reinier Balt
b3059cf53a
fix caching for #1328 and #1329
2012-09-19 17:13:29 +02:00
Reinier Balt
ff06f418e8
Make sure that changing tags (i.e. toggle star) touches the taggable (todo) to invalidate cache. Make sure _context is cached different for _context of active todos and _context of tagged todos and _context in tickler
2012-09-02 15:13:29 +02:00
Reinier Balt
8a8dc47ab8
Try the cache_digests gem for Tracks
...
cache_digests will be part of Rails 4
2012-09-02 15:13:28 +02:00
Reinier Balt
fc69c6cfbf
get shared_add_new_todo feature to pass
2012-05-12 18:04:56 +02:00
Reinier Balt
005723cb4f
get login, mobile and notes features passing
2012-05-12 13:37:36 +02:00
Reinier Balt
7bce774daa
get context list scenario passing
2012-05-01 09:39:53 +02:00
Reinier Balt
63175c115b
all non-cucumber tests are passing
2012-04-30 13:56:41 +02:00
Reinier Balt
59a4d5ede0
make functional tests for context controller run
2012-04-30 13:56:39 +02:00
Reinier Balt
76340b780c
Getting functional tests running.
2012-04-30 13:56:38 +02:00
Reinier Balt
fd433d76d8
fix all upgrade warnings from the rails_upgrade plugin
2012-04-30 13:56:38 +02:00
Reinier Balt
e964769553
home page is restored, so is context view
2012-04-30 13:56:37 +02:00
Reinier Balt
4605b17d3c
home page renders... sort of
2012-04-30 13:56:35 +02:00
Reinier Balt
e74f8842ae
Get more i18n fixed in for he locale. Include fallback to en locale and include pluralization mechanism
2012-04-16 13:19:04 +02:00
Reinier Balt
f32e5b256b
further i18n changes for Hebrew, impacting other locales too
2012-04-11 21:10:19 +02:00
Reinier Balt
ac270884ed
add more translations for he locale. Contributed by Darian Shalev
2012-04-11 20:22:05 +02:00
Reinier Balt
dd957f0feb
fix #1255 . Context view now has seperate container for pending and deferred todos
2012-03-23 14:04:55 +01:00
Reinier Balt
dea8734498
fix #1256 by changing the layout of the context view to match the project view
2012-03-21 18:09:20 +01:00
Tim Madden
eaa4a46359
theming mobile layout to mirror standard layout styling
...
the span with class m_t and m_t_d and its styling are no longer needed
mobile todo lists need to be wrapped in ul element. fixing up missing or unclosed
2011-12-19 21:14:38 -06: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
d16fd9d304
fix failing scenario for calendar
2011-04-01 21:50:00 +02: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
09830d044d
fix the deprecation warnings that were shown during the tests
2011-02-03 18:19:18 +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
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
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
d1b35090ab
get all non-wip scenarios running again for context and project
2011-02-03 18:17:14 +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
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
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
Marcus ilgner
13d24b6508
Corrected variable reference for context feed generation
2010-11-01 16:30:51 +08:00
Reinier Balt
1e7611307a
update warning when deleting context
2010-08-19 11:29:32 +02:00
Reinier Balt
bb23a4acba
forgot to cleanup the last patch
2010-07-29 18:08:41 +02:00
Reinier Balt
c9be43b2c8
add tests for #886 .
2010-07-29 18:06:30 +02:00
tim madden
f200739bb5
Making context name a link to the context view
2010-07-27 14:46:14 +08:00
Reinier Balt
ceb4529a7c
Add warning that deleting a context will also delete all actions within it. Fixes #1049 . Thanks edgimar for reporting this.
2010-07-26 21:36:48 +02:00
Eric Allen
d9d08fac35
Various improvements to context drag&drop
...
-Don't botch other fields on context change
-Better status message
-Flash context title on drop
-Drop target close to context name
-Bolder drop target border
Closes #1033
2010-05-17 11:36:41 -04:00
Eric Allen
67df223488
Drag todos between contexts
...
Closes #1020
2010-04-10 16:08:09 -04:00
Eric Allen
6e65435895
Fix failing tests of context deletion
...
The notice causes the test to think the context name is still displayed.
Fixed by looking for the name plus an opening parenthesis, which doesn't
occur in the notice.
2010-04-10 15:14:56 -04:00
Eric Allen
35e15d6608
Get rid of in_place_editing plugin
...
Using jQuery jeditable plugin
2010-03-14 16:50:24 -04:00
Eric Allen
cb612feb5e
Fix regression in context listing that broke edit
...
Not sure how I missed this...Thanks Reinier for finding it!
Closes #996
2010-02-21 12:49:30 -05:00
Reinier Balt
25204f5efa
migrate deleting from selenium to cucumber
...
please note there is still a bug in context_steps for editing the name of a context from the context page. But I want to get these change in for a bug report
2010-02-09 23:26:38 +01:00
Reinier Balt
c3e731e0a3
fix sort order for text feeds. From discussion at http://www.getontracks.org/forums/viewthread/442/
2010-01-19 11:03:46 +01:00
Eric Allen
18dfe4dbfb
Missed some formatted_ helpers not covered by tests
...
Selenium tests now passing completely
2009-12-07 23:16:21 -05:00