Eric Allen
649ea6bf63
Only apply autocomplete to fields not yet enabled
...
In some cases, double-applying it caused weird behavior. Filtering out fields
that have already been autocomplete-enabled fixes #971 and probably other edge
cases, too.
2009-12-20 13:19:17 -05:00
Eric Allen
9ddd5c5d2a
Correct context hiding behavior in tag view
...
Fixes #952
2009-12-20 13:05:42 -05:00
Eric Allen
0eec884428
More options for date format
...
Fixes #966
2009-12-16 17:54:29 -05:00
Eric Allen
e17b495b95
Fix annoying test
...
Waiting for the flash to hide just wastes seconds
2009-12-16 17:43:57 -05:00
Eric Allen
21de49c87a
Show context on un-hidden successor. Fixes #964
...
Added another todo fixture, which broke some assertions that I had to fix
2009-12-16 17:42:42 -05:00
Eric Allen
93b83e8682
Dependency testing at Selenium level
2009-12-16 17:04:49 -05:00
Eric Allen
40074c71ad
Upgrade Selenium on Rails to r140
2009-12-16 16:44:49 -05:00
Eric Allen
156862200b
Vendoring Rack
...
Joyent hasn't upgraded their gem yet, and for many users this could be a
major installation pitfall. Rails is vendored, so why can't it boot?
Rack? What's that?
2009-12-14 11:40:57 -05:00
Eric Allen
a256388323
Need to stub out destroyed? method in Rails 2.3.5
2009-12-08 13:36:57 -05:00
Eric Allen
6d3770c5fb
Eliminated use of scenarios plugin
...
It doesn't work on Rails 2.3.5
2009-12-08 13:34:06 -05:00
Eric Allen
d1fc119e2d
We no longer need this fix
...
In fact, it breaks things now
All tests passing.
2009-12-08 12:56:00 -05:00
Eric Allen
3e177c7b81
Remove some tests we can no longer run
...
See #965 for rationale and updates
2009-12-08 12:36:00 -05: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
828201dfe0
Fix some failing tests
2009-12-07 22:43:00 -05:00
Eric Allen
b3a77270da
Get rid of calls to formatted_ helpers
...
Rails deprecated them to save on memory
2009-12-07 19:11:30 -05:00
Eric Allen
0e7c2a344c
Normalize token, not URL
...
OpenID 2.0 supports tokens that aren't valid URLs
2009-12-07 18:43:34 -05:00
Eric Allen
0dfb1aafda
The syntax of assert_difference has changed
...
You pass it a string now, instead of an object and a method
2009-12-07 18:41:23 -05:00
Eric Allen
c459461aa3
Get rid of a deprecation warning
2009-12-07 18:36:10 -05:00
Eric Allen
e41ed7424f
No need for these session calls now
...
Sessions are lazy loaded, so if you don't use them they're effectively off.
2009-12-07 18:30:13 -05:00
Eric Allen
6181d42072
A few tweaks to get tests running
2009-12-07 18:29:57 -05:00
Eric Allen
ac0ff3feaf
Update open_id_authentication to 079b91f70602814c98d4345e198f743bb56b76b5
2009-12-07 18:21:49 -05:00
Eric Allen
144e74682b
Update has_many_polymorphs to 421dd0bd60b246652bbbafd64724ebf1efa27607
2009-12-07 18:20:17 -05:00
Eric Allen
804d59c542
Install ActionWebService ported to Rails 2.3
2009-12-07 18:07:09 -05:00
Eric Allen
3c94609583
Ran rake rails:update
2009-12-07 12:43:42 -05:00
Eric Allen
f8779795ce
Vendoring Rails 2.3.5
2009-12-07 12:42:42 -05:00
Eric Allen
3e83d19299
Merge branch 'master' of github.com:epall/tracks
2009-12-05 11:10:35 -05:00
eriko
8aac20fe5d
fix stylesheet so that image links do not start at / as this breaks suburi installs of tracks like http://rails.example.com/tracks .
2009-12-04 13:00:35 -05:00
Erik Ordway
d24d44da13
fix quotes for postgresql. tested on sqlite but untested on mysql
2009-12-03 16:11:38 +08:00
Eric Allen
31624d5f9c
Blanking out the "blank" DB
2009-12-02 22:22:31 -05:00
Eric Allen
9fa5ead8de
Fixed another edge case that Luis caught
...
Thanks for testing!
2009-12-01 23:39:07 -05:00
Eric Allen
c4ef04af4d
Forgot to put back rich interaction there
2009-11-29 21:12:00 -05:00
Eric Allen
71b0e188c1
Autocompletion for predecessors working
2009-11-29 20:34:38 -05:00
Eric Allen
d0a5f6b731
Fix rendering of successors, drag and drop
2009-11-29 20:00:54 -05:00
Eric Allen
34aeb83891
Merge branch 'deps'
2009-11-26 02:04:54 -05:00
Eric Allen
7883145bdb
Fixed recurring todo input form behavior
...
The form for new recurring todos has different id's, causing it to not
get the awesome JavaScript. Duplicated to make it work.
2009-11-26 02:04:39 -05:00
Eric Allen
1cf9373bfe
Search within names for autocomplete
...
Closes #958
2009-11-26 02:04:39 -05:00
Eric Allen
868706646b
Fix backwards logic
...
All tests passing now. Test::Unit, RSpec, and Selenium all green.
2009-11-25 16:13:52 -05:00
Eric Allen
c6249bad0c
Fixed some failing Selenium selectors
2009-11-25 15:48:00 -05:00
Michaël Witrant
686bc5a7c4
added missing ending tags
2009-11-24 19:06:14 +08:00
Michaël Witrant
c679593d1e
fixed url parsing when they contain a slash in query string
2009-11-24 19:06:13 +08:00
Henrik Bohre
6d7f10d912
#300 : Fixed bug when project or context names included non word characters. Thanks Miguel for finding this!
...
Requires that project and context names don't include double quotes.
2009-11-10 22:17:07 -05:00
Eric Allen
d14d09559e
Ticket #300 : Improved ajax behavior
...
Conflicts:
app/views/todos/create.js.rjs
app/views/todos/update.js.rjs
2009-11-10 22:17:00 -05:00
Henrik Bohre
a91547265d
#300 : Removed project from join - fixes problem with null projects.
2009-11-10 22:16:20 -05:00
Henrik Bohre
358f1abba2
#300 : Prevents " characters in action descriptions
2009-11-10 22:16:15 -05:00
Henrik Bohre
85127c8b11
#300 : All characters except " allowed in descriptions
2009-11-10 22:16:09 -05:00
Henrik Bohre
db4c848512
#300 : Fixed bug where description containing dots were not possible to add as predecessors.
2009-11-10 22:16:05 -05:00
Henrik Bohre
4ac3632fb9
#300 : Renamed to todo_from_specification
2009-11-10 22:16:01 -05:00
Henrik Bohre
29cf633f05
#300 : Switched order to <context, project> in specification.
2009-11-10 22:15:57 -05:00
Henrik Bohre
b0a18a4a2e
#300 : Updated add_predecessor to use specification instead of only description
2009-11-10 22:15:52 -05:00
Henrik Bohre
93a914fdb3
#300 : Disambiguation of predecessors by using project and context names
2009-11-10 22:15:47 -05:00