Reinier Balt
710e447e1c
Fix #1036 . We remove all autocomplete DIVs after updates.
2010-08-03 23:16:43 +02:00
Reinier Balt
110d3daf95
Fix #969 by implementing a new mobile view for notes.
...
Did not create tests for it
2010-08-03 22:27:54 +02:00
Reinier Balt
65ecb7b019
migrated flashobject_helper to swf_fu because the first is not maintained anymore. Fixes #796
2010-07-29 21:41:36 +02:00
Reinier Balt
4400c42d7c
modify todo controller to store multiple next actions
2010-07-28 15:53:18 +02:00
Reinier Balt
26cd345cbe
add form for multiple actions
2010-07-28 15:50:25 +02:00
Eric Allen
1cd748d7a2
Fix #1041
2010-07-05 09:58:25 -07:00
Eric Allen
e764a75986
Case-sensitive compare screwed up source_view
...
Fixes #1043
2010-07-04 20:13:47 -07:00
Eric Allen
ac96c5c738
Fix small IE8 bug
2010-05-18 09:54:46 -04: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
86d7724b75
Revert "Move dependency drop target into image"
...
We decided that the small drop target was harder to hit, and the
justifcation for the change wasn't worth it.
This reverts commit ec68e04f27 .
Conflicts:
app/helpers/todos_helper.rb
public/javascripts/application.js
public/stylesheets/standard.css
2010-05-09 18:57:56 -04:00
Reinier Balt
06ac3067d3
fix validations for daily pattern and fix disappearing target fields for recurring todos
2010-04-23 17:13:03 +02:00
Eric Allen
67df223488
Drag todos between contexts
...
Closes #1020
2010-04-10 16:08:09 -04:00
Eric Allen
fdba48c769
AJAX loading of context names
...
To make askIfNewContextProvided work again, allowing people to add actions again
2010-04-04 22:30:29 -04:00
Eric Allen
f67dd416d1
Longer timeout for hover in superfish
...
Fixes #898 by keeping the popup there for 400ms before hiding it
Thanks, Orlando!
2010-04-02 20:21:57 -04:00
Eric Allen
9ccd6d11d8
Don't use project default context when in context view
...
Closes #934
2010-04-02 13:30:10 -04:00
Eric Allen
9ab69adb38
Dynamically load autocompletes
...
This cuts something like 100ms off of page load times!
Closes #1011
2010-04-02 13:24:21 -04:00
Eric Allen
205c4e7ed4
Much smarter project note truncation
...
Fixes #780
2010-04-02 09:46:19 -04:00
Eric Allen
4f66e463bd
Move integrations JS into application.js
...
Closes #1016
2010-03-25 07:53:34 -04:00
tim madden
238bf97a27
add z-index value for the popup datepicker
...
to put it on top of the rest of the elements
Fixes #1013
2010-03-20 13:44:42 -04:00
Eric Allen
25f0f3dfd9
JavaScript working for subdir
2010-03-14 16:39:11 -04:00
Eric Allen
42c4c199a9
Move edit button out of dropdown menu
...
Closes #976
2010-03-07 16:54:17 -05:00
Eric Allen
ec68e04f27
Move dependency drop target into image
...
In preparation for #937 and other potential uses of drag&drop
2010-03-07 16:21:52 -05:00
Eric Allen
0778284afe
Cleaner form clearing for new recurring todos
...
Just replace the entire HTML to make sure it works right
Fixes #1003 , Fixes #1004
2010-03-06 15:42:20 -05:00
Eric Allen
3f14a7a8bb
Respect user's week start preference
...
Fixes #1005
2010-03-04 16:42:23 -05:00
Eric Allen
f602ffc1a4
Icon for prommote to project button
...
Had to change the text to fit. I like this better, anyway.
Closes #64 (open a new ticket for changes)
2010-02-21 13:12:12 -05:00
Eric Allen
ae9e13bec0
Somehow I forgot this little piece of jQuery
...
Fixes #989
2010-02-21 13:05:55 -05:00
Reinier Balt
d945d974a7
remove the last rspec story and migrate it to cucumber. Also remove equivalent selenium script
2010-02-09 10:27:59 +01:00
Reinier Balt
8f349d3b6b
set configurations for using cucumber and selenium
...
if you want to run it, update your database.yml to include cucumber and selenium environments (like in the .tmpl) and run
RAILS_ENV=selenium cucumber -p selenium
2010-02-02 22:52:32 +01:00
Eric Allen
66e9c42033
Smart auto-refresh logic
...
No longer destroys ongoing edits
Fixes #907
2010-01-17 11:07:21 -08:00
Eric Allen
f39108d2e7
Better autocomplete updating from RJS
...
Fixes #981
2010-01-17 10:49:27 -08:00
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
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
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
Henrik Bohre
93a914fdb3
#300 : Disambiguation of predecessors by using project and context names
2009-11-10 22:15:47 -05:00
Henrik Bohre
08d24a1b8f
#300 : Added some visual feedback when hovering over drop target
2009-11-10 22:06:47 -05:00
Henrik Bohre
00e063a0a2
#300 : Implemented basic drag and drop dependency support.
...
Dragging an action onto another action creates a dependency to that action.
2009-11-10 22:06:42 -05:00
Henrik Bohre
fe066e3bcb
#300 : Added infrastructure for drag and drop dependency creation
2009-11-10 22:06:36 -05:00
Eric Allen
6d97bca57f
Bug #300 : Displays pending state and successor information
...
Pending state is displayed in the date_span. Successor information is displayed in the tooltip of a successor icon placed after the action description.
Conflicts:
app/helpers/todos_helper.rb
public/javascripts/application.js
2009-11-04 22:45:02 -05:00
Eric Allen
2bf48a15cb
Bug #300 : Added infrastructure for collapsible dependency block, similar to todo notes.
...
Conflicts:
app/views/layouts/standard.html.erb
public/javascripts/application.js
2009-11-04 22:43:21 -05:00
Eric Allen
686086dcdf
Initial attempt to resolve dateFormat issue
...
Translating from strftime format to jQuery UI's format on the fly on every
page render. That kind of sucks, but it works. I think I have enough
translations here to cover everybody, but possibly not.
2009-10-30 15:37:40 -04:00
Eric Allen
93c6151ca7
Focus on first text input to skip hidden inputs
2009-10-30 15:02:42 -04:00
Eric Allen
424d26a84c
A bunch of code cleanup.
2009-10-18 18:40:48 -04:00
Eric Allen
2bfd6a9870
Fixed major bug with recurring todos
2009-10-18 18:23:42 -04:00
Eric Allen
bb0b602b6c
Minor refactoring to fix login
2009-10-18 18:23:33 -04:00
Eric Allen
f9d37d1d90
Simplify some stuff thanks to live()
2009-10-17 00:03:12 -04:00