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 |
|
Hans de Graaff
|
57d2187aa8
|
Fix broken merge.
|
2009-12-06 09:45:22 +01:00 |
|
Hans de Graaff
|
18146fbbca
|
Merge branch 'master' of github.com:graaff/tracks
Conflicts:
app/views/todos/_todo.html.erb
|
2009-12-06 09:41:20 +01:00 |
|
Hans de Graaff
|
28de00791f
|
Merge branch 'bsag'
Conflicts:
app/views/todos/_todo.html.erb
|
2009-12-06 09:40:16 +01: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 |
|
Henrik Bohre
|
061e20bf7d
|
#300: Ajax gui updates when removing dependency
|
2009-11-10 22:15:43 -05:00 |
|
Henrik Bohre
|
1eb6f0f8dd
|
#300: Added tooltip and improved look on remove dependency button
|
2009-11-10 22:15:38 -05:00 |
|
Henrik Bohre
|
375a132a1d
|
#300: Updated todo fsm behavior to prioritize pending state over deferred
|
2009-11-10 22:15:34 -05:00 |
|
Henrik Bohre
|
496321b209
|
#300: Improved visual feedback when pending actions are activated
|
2009-11-10 22:15:29 -05:00 |
|
Henrik Bohre
|
ad953fe80b
|
#300: Updated todo fsm with guards that prevent activation if uncompleted predecessors exists
|
2009-11-10 22:15:25 -05:00 |
|
Eric Allen
|
0276dce8e2
|
Ticket #923: Added Reinier's patch for removing dependencies from successor block.
Conflicts:
app/helpers/todos_helper.rb
|
2009-11-10 22:15:16 -05:00 |
|
Henrik Bohre
|
54dc1ad047
|
#923: Applied Reinier's patch for reducing DB access on predecessor autocomplete.
|
2009-11-10 22:13:57 -05:00 |
|
Henrik Bohre
|
1f9b77faf4
|
#300: Displays pending todos in tickler
|
2009-11-10 22:13:53 -05:00 |
|
Eric Allen
|
8e57b4670a
|
Ticket #300: Improved GUI updates.
Conflicts:
app/views/todos/create.js.rjs
app/views/todos/update.js.rjs
|
2009-11-10 22:13:43 -05:00 |
|
Henrik Bohre
|
0664761a8f
|
#300: Fixed bug that broke validation on create
|
2009-11-10 22:13:03 -05:00 |
|
Henrik Bohre
|
50a47c5874
|
Ticket #923: Fixed broken dependency information when completing todos.
|
2009-11-10 22:11:50 -05:00 |
|
Eric Allen
|
cb76ecd866
|
Ticket #300: Correctly activates/blocks dependent todos from mobile view also.
Conflicts:
app/views/todos/toggle_check.js.rjs
|
2009-11-10 22:10:52 -05:00 |
|
Henrik Bohre
|
c5df6b66b1
|
#300: Improved display of tickler items after DnD action
|
2009-11-10 22:09:52 -05:00 |
|
Henrik Bohre
|
406ce7ff2c
|
#923: Applied make-toggle-work-after-drag-and-drop.diff patch from Reinier.
|
2009-11-10 22:09:46 -05:00 |
|
Henrik Bohre
|
dc08cbe76f
|
#923: Fix for crash when adding todo from mobile view.
|
2009-11-10 22:09:40 -05:00 |
|
Eric Allen
|
1f45497a52
|
Ticket #923: Filtering on active or pending todos in pred. auto completer.
Conflicts:
app/controllers/todos_controller.rb
|
2009-11-10 22:08:28 -05:00 |
|