Reinier Balt
01a011ee06
improve last path. Thanks Vitaliel!
2009-01-17 14:43:06 +01:00
Reinier Balt
1769c4b4f4
Merge branch 'master' of git://github.com/bsag/tracks
2009-01-15 22:40:13 +01:00
Reinier Balt
8cdae83014
fix case when there are no tags places on todos, the stats page would fail. Fixes #822 .
...
Thanks Walter for finding this one
2009-01-15 22:13:22 +01:00
Vitalie Lazu
5ee939ac47
Fixed exception in preference model when todo xml api is used with show_from attribute
...
Signed-off-by: bsag <butshesagirl@rousette.org.uk>
2009-01-11 23:37:14 +08:00
Reinier Balt
f79c28231b
remove unused and unneccesary user_id from taggings table.
...
this way we can stay closer to the defaults of has_many_polymorphs thus making upgrading easier
2009-01-08 10:18:03 +01:00
bsag
198db7b0a5
Added a fix for a failing functional test which concerned the javascript popup window to warn when a new context added in new action form.
2008-12-26 19:47:13 +00:00
Reinier Balt
1d0ed34cea
Merge branch 'master' of git://github.com/bsag/tracks
2008-12-23 12:11:40 +01:00
Reinier Balt
0e68ded56a
fix tags and fix tests
2008-12-22 23:26:38 +01:00
Reinier Balt
c618d35d3a
first pass at restoring tag functionality
2008-12-22 20:55:32 +01:00
Reinier Balt
155065d819
Merge branch 'master' of git://github.com/bsag/tracks
2008-12-12 15:39:22 +01:00
Eric Allen
611a53e668
No point in changing the name of the OpenID identity column in users table. Use the existing one.
2008-12-08 18:51:33 -05:00
Reinier Balt
cf4ea7c2cd
Merge branch 'master' of git://github.com/bsag/tracks
2008-12-08 20:31:42 +01:00
Eric Allen
930999829b
Re-write OpenID code to use new authentication plugin. Tested to work!
2008-12-08 00:52:57 -05:00
Reinier Balt
bd9b8c8f53
Merge branch 'master' of git://github.com/bsag/tracks
2008-12-05 14:43:43 +01:00
Reinier Balt
cc1c629018
adds test for changing context on a todo in tag view. Resolves #762
2008-12-03 22:16:34 +01:00
Reinier Balt
dce58f41f8
Add testcase where changing the name of a project should be reflected in the default project name. resolves #756
2008-12-03 21:05:16 +01:00
Reinier Balt
539b4f96a1
add testcase for deleting a user. Resolves #734
2008-12-03 20:53:50 +01:00
Reinier Balt
e743dd79c3
Merge branch 'master' of git://github.com/bsag/tracks
2008-12-03 14:07:33 +01:00
Reinier Balt
f3d7fac2a4
fix test where month+1 resulted in an error for december
2008-12-03 10:22:43 +01:00
Reinier Balt
09f0322d45
fix a lot of selenium tests to pass again
2008-12-02 20:58:54 +01:00
Reinier Balt
198f3240b8
fix several deprecation warnings
...
truncate wants explicit :length => number and :omission
calling a partial from a js requires to explicitly pass the variable i.e. :todo => @todo instead of rails doing it implicitly
2008-11-30 20:16:57 +01:00
Luke Melia
35ae5fc431
Next step in upgrading Tracks to Rails 2.2. Some highlights:
...
* Ran rake rails:update
* Added old actionwebservice framework
* Updated RSpec and RSpec-Rails
* Removed asset_packager plugin (not compatible, Scott no longer maintaining), and replaced with bundle_fu. See the bundle_fu README for more info.
* Hacks to UJS and ARTS plugins, which are no longer supported. Probably should move off both UJS and RJS.
* Hack to flashobject_helper plugin (upgrade to Rails 2.2-compatible version if/when it comes out.)
* Hack to skinny-spec plugin, for Rails 2.2 compatibility. Should check for official release.
* Hacks to resource_feeder plugin, for Rails 2.2 compatibility. Should check for official release (not likely) or move off it.
* Addressed some deprecation warnings. More to come.
* My mobile mime type hackery is no longer necessary with new Rails features. Yay!
* Updated environment.rb.tmpl with changes
TODO:
* Restore view specs marked pending
* Fix failing integration tests.
* Try selenium tests.
* Investigate OpenID support.
* Address deprecation warnings.
* Consider moving parts of environment.rb to initializers
* Address annoying config.gem warning about highline gem
2008-11-30 00:34:15 -05:00
Reinier Balt
c838c9ba17
Merge branch 'master' of git://github.com/bsag/tracks
2008-11-28 17:05:24 +01:00
Reinier Balt
4a98ee5669
several fixes to recurring todos and adds some named_scopes
...
fixes case where unmarking a complete todo which belongs to a recurring pattern results in two todos that both keep on recurring. With this fix a new todo will only be created when there are no active todos left belonging to that recurring pattern
fixes tests that failed because of previous commits
adds some named_scopes, inspired by http://railscasts.com/episodes/108
2008-11-28 16:39:50 +01:00
Reinier Balt
009b83abe6
whitespace
2008-11-14 11:49:37 +01:00
Reinier Balt
f21908a2a0
Fixes corner case where checking a monthly recurring todo complete on
...
the same day the todo comes from tickler, a new todo is created and not
put in the tickler for next month, but for today
2008-10-29 16:40:45 +01:00
Reinier Balt
76d72b54bf
Merge branch 'sort_projects_by_todos' of git://github.com/waltercruz/tracks
2008-10-28 20:59:07 +01:00
waltercruz
6d212cc21a
Applying patch suggested by Reinier Balt and fixing the test
2008-10-28 17:44:49 -02:00
waltercruz
e82be2e522
Adding test to the sort by number of todos
2008-10-24 10:25:04 -02:00
Reinier Balt
a3f23c60e4
fixes #786 where timezone handling of RoR screwed the algorithm to find the last sunday of march in 2009
...
Fix is a bit of a hack, see #786 for futher explanation.
2008-10-22 10:16:31 +02:00
Reinier Balt
ce671f23f4
fix bug introduced by last commit and add test for it
...
also refactor check_for_next_todo a bit to depend less on globals
2008-10-14 22:49:17 +02:00
Reinier Balt
c64bbb9e60
fix corner case for yearly repeating todos
...
also adds test for this case
2008-10-14 10:57:12 +02:00
Eric Allen
c6b159b97e
Updated Selenium test suite so that *all tests pass*. Found and fixed one bug in routes that a Selenium test caught.
2008-10-02 21:43:38 -04:00
Eric Allen
397029dfc1
Add Selenium test for bug #776 and bug #775 and resolve both. Also fixed an unreported issue where deferring a todo by editing its show_from wouldn't hide an empty context.
2008-10-02 21:15:05 -04:00
Reinier Balt
eae4d0f6f1
add test to check if a new recurring todo ends up in the tickler
2008-10-02 10:17:40 +02: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
f52a2eafa8
A few fixes after more thorough review.
2008-09-21 18:13:21 -07:00
Eric Allen
3a21739be9
Merge branch 'mailer' of git://github.com/epall/tracks into master
2008-09-21 09:46:31 -07:00
Eric Allen
6e4258cfbc
Use Rich Todo API for Message Gateway
2008-09-21 09:40:01 -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
f34d8a4787
Fix buggy test
2008-09-14 12:29:55 -07:00
Eric Allen
778427405a
Changed all Date objects to Datetimes and migrated everything appropriately. Tests & specs pass, but this still needs a thorough review.
2008-09-13 13:33:48 -07:00
Eric Allen
c85c5fd957
Little fix to make test pass
2008-09-13 13:29:09 -07:00
Reinier Balt
8b5bbd83c4
fix error in test
...
somehow in running the test the image is rendered with an extra dot like blank.png.?123456789
this is not the case when you look at the rendered html in the webbrowser: blank.png?123456789
2008-09-09 22:22:42 +02:00
epall
98136d8ef2
Inconsistency in test. Why didn't I catch that?
2008-09-06 18:08:35 -07:00
epall
6210d3033d
Modified sample_sms.txt to be subbed into in a sane way. Added ability to set context, due date, and show_from date from within an emailed message.
2008-09-06 18:08:35 -07:00
epall
dc0c5bffa4
MMS prepends a 1 that needs to get stripped
2008-09-06 18:08:35 -07:00
epall
920507441d
Didn't handle case of no user found gracefully
2008-09-06 18:08:34 -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