Reinier Balt
5a674b1126
fix #1292 . Make the sort order in project view the same as context view
2012-06-27 14:07:57 +02:00
Reinier Balt
b95523fe56
fix #1286 . The sidebar now updates correctly after update of project settings
2012-04-18 16:51:17 +02:00
Reinier Balt
dca610de59
merge latest changes for the he locale. Thanks Darian.
2012-04-17 15:33:02 +02:00
tim madden
c424cdf0f9
mobile tuning
...
change to make nav links even and consistent
looking to make text bigger for fat fingers
change to project nav
adding images for arrows
2012-04-17 15:22:18 +02:00
Tim Madden
49c0ca6809
fixing extra argument on mobile projects page
2012-04-17 15:22:09 +02:00
Reinier Balt
72dbc169ab
Get more i18n fixed in for he locale. Include fallback to en locale and include pluralization mechanism
2012-04-16 13:17:59 +02:00
Reinier Balt
8ea90504c6
fix migration. Thanks Christian for fixing this
2012-04-12 20:05:57 +02:00
Reinier Balt
f3e6da0998
add i18n to last stats graph and update locales (google translate)
2012-04-12 14:17:35 +02:00
Reinier Balt
a2be938618
Get all non-cucumber tests passing
2012-04-12 13:38:23 +02:00
Reinier Balt
1eea06052e
store rendered notes of todos in database to avoid costly rendering when you load a page
2012-04-12 13:38:17 +02:00
Reinier Balt
f52f0e89d0
make cucumber scenarios pass
2012-04-12 13:37:36 +02:00
Reinier Balt
6ec41600ab
further i18n changes for Hebrew, impacting other locales too
2012-04-11 21:09:46 +02:00
Reinier Balt
ea158d8aab
add more translations for he locale. Contributed by Darian Shalev
2012-04-11 20:21:28 +02:00
Reinier Balt
8af27fb7fd
add some missing translations for #1276
2012-04-10 20:28:58 +02:00
Reinier Balt
0e22d91804
fix #1195 . Update all autocompleters for more sane order of returned items
2012-04-09 13:07:23 +02:00
Reinier Balt
b0ac6dd85d
cleanup and hopefully fix #1222
2012-04-08 16:02:14 +02:00
Reinier Balt
6cf3aeb1a8
fix #1271 . Don't block an already blocked todo. Create tests for this case
2012-04-08 14:52:44 +02:00
tim madden
7e3d0bdbb3
Fix for days calculation being shown as rational number in ruby 1.9.2
2012-04-05 22:22:53 +02:00
Reinier Balt
2a5008e686
fix regressions
2012-04-04 20:03:40 +02:00
Reinier Balt
d20c4cbd01
fix #1268 . The default context in the new todo form on the home page is now the first active context
...
Instead of the first context that could be hidden and thus appear random. Also fix setting the default context based on the project you select.
2012-04-03 20:29:58 +02:00
Reinier Balt
2aef2b5622
fix regression for editing project settings from project page
2012-04-03 13:41:09 +02:00
Reinier Balt
0012a56ecb
fix #1266 . Please test and reopen if necessary. I think I prefixed all queries with the right table
2012-03-29 21:51:33 +02:00
Reinier Balt
bb998ba3fa
fix #1265 . The validations were not checked when making a project out of a todo. Thanks popsch for spotting this one!
2012-03-29 21:48:34 +02:00
Reinier Balt
ff4a376ee9
fix #1245 by managing pages with more than one project in a list
...
Update still looks ugly. I'd like to see things more seperated for project list page and review page. Todo!
2012-03-29 21:14:48 +02:00
Reinier Balt
af10e74017
fix #1242 by fixing all the routing from the review button
2012-03-29 16:05:17 +02:00
Reinier Balt
b911e3010b
fix #1252 by updating the todo ical feed and adding comment that todo ical is not for calendars. Also fix layout of feeds page
2012-03-24 10:52:44 +01:00
Reinier Balt
7435b1ba93
Update and add scenario's for testing interaction with new deferred container on context page and fix regressions
2012-03-23 20:39:04 +01:00
Reinier Balt
dd957f0feb
fix #1255 . Context view now has seperate container for pending and deferred todos
2012-03-23 14:04:55 +01:00
Reinier Balt
e1c0ff0683
fix timing issue in cucumber step and fix regression in adding multiple todos
2012-03-22 16:10:37 +01:00
Reinier Balt
dea8734498
fix #1256 by changing the layout of the context view to match the project view
2012-03-21 18:09:20 +01:00
Reinier Balt
c7e68aa8b6
fix #1229 . Thanks popsch for the testscript and the initial pull request
2012-03-19 20:04:56 +01:00
Reinier Balt
b90e34bd53
Fix #1258 and fix #1259
2012-03-19 14:40:08 +01:00
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