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
Eric Allen
93c6151ca7
Focus on first text input to skip hidden inputs
2009-10-30 15:02:42 -04:00
Eric Allen
67e88acacc
Cleaning up Prototype remnants and refactoring
...
Moved some stuff, like Nifty Corners, into application.js to speed things up.
2009-10-16 23:52:52 -04:00
Eric Allen
d9108abe92
Context create working
2009-10-09 20:46:48 -04:00
Eric Allen
86de0a1290
A whole bunch more Selenium tests working
2009-10-07 16:32:34 -04:00
Eric Allen
c5bb41db82
Context delete working
2009-10-07 11:36:43 -04:00
Eric Allen
550a0e4955
Fix context state change
2009-10-07 11:33:48 -04:00
Eric Allen
acad0596be
WIP: contexts page mostly working
2009-10-02 19:45:49 -04:00
Eric Allen
83b17d2231
Edit-in-place for context name
2009-09-27 22:38:21 -04:00
Eric Allen
59b367a711
Todo editing and deletion working beautifully.
...
Removing UJS caused the home page to stop rendering due to references to
apply_behavior. I had to take care of that before I could proceed at all.
Some Autocomplete stuff has been yanked out and needs to go back in at some point.
Had to replace Protoload with jQuery.blockUI. It's a bit bigger, but oh well.
2009-09-07 16:58:26 -04:00
Eric Allen
6b7e5d0eed
Re-wrote todo-items.js and got todo uncheck working.
...
I also discovered that application.js was getting included twice, causing a few issues. Small fix in standard.html.erb took care of it.
2009-09-06 19:41:27 -04:00
Eric Allen
f9e6540ed2
Star toggling and todo checking working
...
Todo unchecking is still buggy, but needs a bunch more work to make it happen.
Also added some useful globals to the standard layout for later access by application.js.
2009-09-05 15:24:03 -04:00
Eric Allen
fac5e7ca83
No more CookieManager since it's dependent on Prototype
2009-09-05 15:23:33 -04:00
Reinier Balt
5e859f6b78
fix #900 where a spurious line from a merge problem causes unintended artifacts in mobile view. Thanks Henrik for spotting this
2009-05-11 20:57:21 +02:00
Reinier Balt
2f8b454ac0
fix some failing tests
2009-04-19 00:18:12 +02:00
Reinier Balt
3d3b658763
fix #877 where showing the context on mobile was not the same as listing a context in other pages
2009-04-14 21:59:52 +02:00
Reinier Balt
183523f45a
fix #603 . Group context by hidden state in context view
2009-04-07 21:18:23 +02:00
Reinier Balt
7f4929808c
fix crlf issue
2009-03-31 22:11:37 +02:00
chris erway
f415886190
make text feed a little neater
...
Signed-off-by: Reinier Balt <lrbalt@gmail.com>
2009-04-01 03:59:12 +08:00
Reinier Balt
8612c1a677
tidy up the templates and the js in them
2009-03-27 17:03:18 +01:00
Reinier Balt
1dca4747f3
fix suppressing some edit actions on certain views that were enables incorrectly
2009-03-24 21:06:53 +01:00
Vitalie Lazu
496741c972
Fixed sidebar rendering, was not working on some pages after rails 2.2 upgrade
...
Signed-off-by: Reinier Balt <lrbalt@gmail.com>
2009-01-17 15:17:16 +01:00