Walter Cruz
ee5c730f44
Ading a sort by number of tasks option
2008-09-23 17:06:14 -03:00
Walter Cruz
0673d67b62
Adding sort by number of open tasks on each project
2008-09-23 11:53:11 -03:00
Eric Allen
ba9a9370cc
Merge branch 'timezones' of git://github.com/epall/tracks into master.
...
Re-wrote all Date-related code to use Datetimes, created a migration to get rid of all date columns in the database, and got rid of Time.now calls that were not time zone-aware. Lots of time zone goodness!
2008-09-21 18:24:12 -07:00
Eric Allen
3647d79587
Overhaul of Time.now stuff because Time.now is unaware of time zones. Need to use Time.zone.now (Time.now.utc works fine when dealing with the database, since it is *always* in UTC)
2008-09-21 18:13:21 -07:00
Eric Allen
383328fab6
Merge branch 'defer_buttons' of git://github.com/epall/tracks into master
2008-09-21 11:59:35 -07:00
Eric Allen
ca4255332f
Rename to MessageGateway since it's really not SMS-specific.
2008-09-20 19:15:12 -07:00
Eric Allen
1b179e10c6
Only show defer buttons for uncompleted todos.
2008-09-07 06:58:08 -07:00
Eric Allen
ab28b22cbf
Much prettier defer buttons and sane CSS that doesn't have issues with note divs.
2008-09-07 06:55:17 -07:00
epall
539fda21dc
Preliminary defer buttons
2008-09-06 18:25:24 -07:00
epall
8783beb280
Added SMS and MMS gateway that can handle a variety of messages formats along with a set of testes for it.
...
NOTE: this is the first patch submitted on ticket
2008-09-06 18:08:34 -07:00
Reinier Balt
1d64ca0f34
move nifty js calls to respective pages to reduce js execution a bit (on every page)
2008-09-05 18:01:22 +02:00
Reinier Balt
3a56d2bdd2
clean up export controller a bit. also some cleanups in the view
2008-09-05 17:53:18 +02:00
Reinier Balt
1239a2cd61
Merge branch 'master' of git://github.com/gorn/tracks
2008-09-05 17:07:53 +02:00
Jakub A.Tesinsky
229a114441
mport feature added. Everything gets imported except updated_at fields.
...
IDs of objects are not copied, but created as new so there could be no conflict with existing objects.
2008-09-05 03:25:56 +02:00
Reinier Balt
9d09a4d47a
fix #763 where all tags were shown twice
...
thanks Marcin for the report
2008-08-27 20:54:56 +02:00
Reinier Balt
11f9114ad5
polish the clear date buttons in edit form
...
* placed them besides the text field
* replaces red x with grey x. the red x draws to much attention. also adds tool tip to x
2008-08-26 17:31:34 +02:00
Reinier Balt
4d11e156f4
fix moving todos from one context to another on tag view
...
also fix ordening on the collections on the tag view page
2008-08-26 16:07:35 +02:00
Reinier Balt
4e12cfafb2
Merge branch 'master' of git@github.com:bsag/tracks
2008-08-25 16:45:57 +02:00
root
0e70d27093
fix page to handle empty database without errors. Fixes #757
...
Thanks lburton for the report
2008-08-25 16:43:43 +02:00
Reinier Balt
fceb5a7503
also add # as access key to mobile form for new todo
...
forgot this when I added access key to mobile edit form
2008-08-25 15:43:05 +02:00
Reinier Balt
c2624840e7
update Tracks RESTapi documentation page
...
when using xml as content type, you should send xml
2008-08-25 15:38:50 +02:00
Reinier Balt
6e8ea419f9
add accesskey to submit button in mobile view
...
in mobile view when you edit an action, pressing # will submit changes
2008-08-19 22:24:00 +02:00
Reinier Balt
223cf93597
fix #755 . Restores accesskey for toggling new todo form
...
Thanks marqpdx for finding this fix!
On my windows vista laptop with ff3 alt-shift-p will still start Windows Media Player, but the other accesskeys now seem to work for me
2008-08-18 20:26:28 +02:00
Reinier Balt
b2e82ea6b6
fix for #749
...
This one needs a nice test
2008-08-18 16:02:13 +02:00
Reinier Balt
a4cb8fb113
fix scrolling of projects over menu
2008-08-05 16:48:14 +02:00
Reinier Balt
3004d06c40
fix corner case for check-complete
2008-08-05 11:00:04 +02:00
Reinier Balt
db86df5497
fixes for mobile view and for recurring todos
...
* fixed redirect to last page instead of /mobile after adding a new todo using mobile interface
* fixed adding new todo to tickler instead of home after marking a todo belonging an active recurring todo complete
2008-08-04 16:13:51 +02:00
Reinier Balt
c6dc3fcd5b
forgot to add new migration in last commit
2008-08-04 09:16:01 +02:00
Reinier Balt
4316912e86
fix error where completed todos were not added to the completed container
...
error was introduced because of renaming of the id of the completed container in a previous commit
2008-08-01 17:16:11 +02:00
Reinier Balt
566cdf8049
fix autocompletion for editing of recurring todos
2008-08-01 16:46:57 +02:00
Reinier Balt
dcac7611ed
fix some whitespace issues with text feed
2008-08-01 15:01:42 +02:00
Reinier Balt
8ede8030d3
fix mobile feed page and speed up mobile home page
2008-08-01 14:49:51 +02:00
Reinier Balt
db0f00c9a4
change labels of setting for recurrence period
...
as discussed on mailinglist
2008-08-01 14:32:25 +02:00
Reinier Balt
545b4e5c50
add title to recurring todos page and fix for #737
2008-08-01 14:19:37 +02:00
Reinier Balt
87b383f209
restored keypad navigation in mobile view.
...
Parts of [832] were lost in the rails2 merge last april
2008-07-31 21:02:37 +02:00
Reinier Balt
6b0a235275
attempt to fix creation of new recurring todo where selector attributes are posted later than other attributes
...
also fixes some issues when editing an existing rec todo wich handling nil values
2008-07-28 14:06:39 +02:00
Reinier Balt
36648e81e3
Merge branch 'master' of git@github.com:bsag/tracks
2008-07-27 22:16:30 +02:00
Reinier Balt
ed4ee1cc3f
fix several issues with recurring todos
...
* fix case where some fields were not saved
* fix several fields that were not filled with the saved value when editing
* hide storage details of recurring_todo by adding public getters and refactoring view to use them in stead of database fields
2008-07-27 22:13:54 +02:00
Piotr Jakubowski
141ec5b028
Ticket 409 - simple way to clear the due date input field
2008-07-27 17:26:20 +01:00
Reinier Balt
726832880f
Merge branch 'master' of git://github.com/lrbalt/tracks
2008-07-25 20:57:35 +02:00
Reinier Balt
ac38a06355
add a break after the last context chart to put the top 5 contexts lists on the next line
...
look better on wide screens
2008-07-25 20:56:48 +02:00
Reinier Balt
a981595bce
fix error where editing start date or end date for a recurring todo does not show the calendar
2008-07-25 20:39:22 +02:00
Reinier Balt
186fd5694d
fix editing a todo from tag view
...
saving worked, but the edit form did not disappear and the updated todo did not show up in the right place
2008-07-24 23:22:16 +02:00
Reinier Balt
49aac48616
add a txt ans rss feed for starred actions
2008-07-24 21:06:10 +02:00
Reinier Balt
e3f444575d
change feed page to dynamically select feed for project/context
...
when you have a long list of projects and/or contexts, the page got really crowded
2008-07-24 20:51:50 +02:00
Reinier Balt
c3fa86fc36
reformat code in view for feedlist
2008-07-24 17:20:53 +02:00
Reinier Balt
3dc6b02c17
fixed error where completed container could not be selected because of naming inconsistency
2008-07-23 23:49:10 +02:00
Reinier Balt
8bc41e2cb0
add recurring todos to tracks
2008-07-19 20:27:45 +02:00
MHarris
ed76cf55d2
Changed UsersController#index to use will_paginate plugin instead of classic_pagination
...
Made corresponding change in view.
Added User.per_page method to provide number of users per page to User.paginate button. I can remove and just pass the param to the method in the controller if that is more desirable.
Added 2 controller tests for pagination. No view tests have been added.
2008-07-14 13:10:55 -04:00
Reinier Balt
2f1b15fed3
Merge branch 'master' of git://github.com/bsag/tracks
2008-07-04 18:28:28 +02:00