Reinier Balt
1236b5985c
migrate search and add new todo scenario's
2012-03-19 14:06:34 +01:00
Reinier Balt
d8b5c7d0d2
cleanup old selenium initializer stuff and migrate edit_a_todo
2012-03-19 14:06:33 +01:00
Reinier Balt
d193e21ee0
migrate dependencies and admin feature
2012-03-19 14:06:33 +01:00
Reinier Balt
c8ab797924
finish drag and drop for context list. Works even for webkit :-)
2012-03-19 14:06:32 +01:00
Reinier Balt
4a8fdbabc2
migrate context and context_list features. Drag and drop is still WIP
2012-03-19 14:06:32 +01:00
Reinier Balt
de309c8ee8
migrate calendar feature
2012-03-19 14:06:31 +01:00
Reinier Balt
dc0a141f1c
Merge pull request #63 from Popsch/opt_limits
...
don't execute a query when limit == 0
2012-03-18 12:57:04 -07:00
tim madden
a8a18482c3
more defers
2012-03-01 17:16:14 -06:00
tim madden
6d50992dfb
putting back the date and counter
2012-03-01 17:16:14 -06:00
tim madden
8c18c2888a
updates to mobile layout
...
removing count and date as space is at a premium and not essential
making menu padding larger to provide more space to click
removing duplicated menus to stop wrapping
Increasing the top margin above the content div to reduce fat fingers from clicking links in the content instead of the intended nav links
Cleaning up some unused selectors and consistent spacing, etc...
2012-03-01 17:16:14 -06:00
Sebastian Fischmeister
0f39034986
removed whitespaces and matched the style with the todo_controller.rb (unless)
2012-02-24 16:46:11 -05:00
Sebastian Fischmeister
37ded2a7f8
Fix: the context view doesn't show pending or due todos
2012-02-20 21:56:36 -05:00
Reinier Balt
00ddcbc9fa
upgrade to jquery 1.7.1 and jquery-ui 1.8.17
2012-02-15 21:43:51 +01:00
Sebastian Fischmeister
725ff5e0fa
don't execute a query when limit == 0
2012-02-14 10:16:29 -05:00
Matt Rogers
e7268fbaa2
Remove the double-quote custom validation
...
Rails has had SQL injection prevention since at least 2009 so we don't
need our version of it anymore.
Fixes ticket #1237
2012-02-02 22:28:26 -06:00
Reinier Balt
71cd34a35f
fix #1239 . Context helper was missing in search controller
...
Conflicts:
app/controllers/search_controller.rb
2012-01-31 12:12:58 +01:00
Reinier Balt
e935066c18
fix #1181 . The project listing now had the small drag handle and all the controls to the left.
2012-01-27 10:55:39 +01:00
Reinier Balt
8b13ee88ab
fix #1234 by checking on :review source view
2012-01-23 12:27:49 +01:00
Reinier Balt
1bce9a670d
implement #1030 .
2012-01-21 20:20:24 +01:00
Reinier Balt
bc7bf459db
fix small regressions
2012-01-20 23:50:27 +01:00
Reinier Balt
7af2211479
finalize refactoring
...
finally done, now for ticket 1030 :-)
2012-01-20 23:35:01 +01:00
Reinier Balt
78a2bd7f49
further refactoring of stats controller and views
2012-01-20 23:35:00 +01:00
Reinier Balt
b948cc48b2
further refactoring and more tests
2012-01-20 23:35:00 +01:00
Reinier Balt
2349bee535
further refactorings and tests
...
one test is failing, will fix that next time
2012-01-20 23:34:59 +01:00
Reinier Balt
80d8d2b67a
add tests
2012-01-20 23:34:59 +01:00
Reinier Balt
61624ed455
completed first pass of refactoring
2012-01-20 23:34:58 +01:00
Reinier Balt
f74370aab5
first refactoring of stats controller
2012-01-20 23:34:58 +01:00
tim madden
250e1d8fcc
folding mobile_done method into original toggle_check method
...
the mobile_done method was created to test out a checkbox submit
the mobile interface. In the interests of DRY, this brings the new
mobile code into the original method,
2012-01-16 11:37:29 -06:00
Matt Rogers
1be7dab631
Merge branch 'master' of github.com:TracksApp/tracks
2012-01-10 11:23:52 -06:00
Matt Rogers
1ced030681
properly filter passwords in the users controller
2012-01-10 11:20:01 -06:00
Matt Rogers
bd10e61dbd
Merge pull request #58 from maddentim/defer_options
...
Defer options
2012-01-09 19:49:43 -08:00
tim madden
e9277676b2
updates to tests for changes to mobile interface
...
Updated mobile_add_action.feature with new navigation text
Updated modile_edit_a_todo.feature to not look for removed 'done' checkbox in
the edit form, but to use the previously created "mark complete" button.
Added completed_container to mobile_actions so the test could find the
completed todo that is no longer not visible
2011-12-20 10:35:21 -06:00
Tim Madden
c7cd46ee1d
update to mobile todo edit view
...
removing the done checkout
(with new intermediate mobile todo view with done button, this is
needed)
rearranging fields to put the most important fields first
2011-12-19 21:14:38 -06: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
tim madden
d0e7264661
changes for done checkbox on mobile page
...
adding recent completed todos in case you accidentally tick one by mistake
2011-12-19 21:10:19 -06:00
tim madden
2904bc9532
Adding more options for deferring + shortening the one day so it stops wrapping
2011-12-19 21:07:35 -06:00
Matt Rogers
beb18ac1f4
Hidden projects are not stalled. Update the comment.
2011-12-19 12:30:51 -06:00
Craig Maloney
48de4b1b00
Keep hidden projects from showing up as stalled, since they're likely hidden for a reason.
2011-12-19 12:28:57 -06:00
Matt Rogers
6599b11628
Remove dead code.
...
This code is no longer used in the system.
2011-12-12 21:56:27 -06:00
Matt Rogers
64cf5336c1
Don't allow the project name to be edited in two places at once
...
When showing the project edit form, we disable the ability to edit the
project name in place. When the project edit form is saved or cancelled,
then we reenable the editing of the project name in place.
Fixes #1205
2011-12-12 21:56:27 -06:00
Matt Rogers
b0a559d899
fixup some jslint errors
2011-12-12 21:56:27 -06:00
Reinier Balt
50bc2623d9
fix #1224 . Allow existing and non-existing project/context names in REST API
2011-11-21 15:24:29 +01:00
Reinier Balt
960326efb4
Fix #1223 for the single tag and single dependency case in the REST API
2011-11-20 14:48:49 +01:00
Reinier Balt
eb2f071c80
fix #1114 . also update locales for last merges/commits
2011-11-18 11:43:06 +01:00
Reinier Balt
6aa8b8d2f9
replace new repeating todo form with jquery dialog. And some refactoring
2011-11-17 17:07:55 +01:00
Reinier Balt
4b6aff5502
hopefully fix failing recurring todos test. Timezones are a pain to get right
2011-11-16 22:05:06 +01:00
Reinier Balt
833297b355
fix regression and further cleanups of todo model
2011-11-16 19:36:09 +01:00
Reinier Balt
906ff11633
fix failing test and make sure that you can supply 'starred' tag. Refactor todo model
2011-11-16 16:37:04 +01:00
Stefan Richter
c5dd35de80
remove alias_method for tags= ... tags now broken again, but no longer the whole todo model
2011-11-13 21:12:51 +01:00
Stefan Richter
9eae8a7068
improving todo creation tests and implement context, project and tag setting/creation
2011-11-13 21:12:51 +01:00