Eric Allen
47873fb323
Get rid of UJS plugin (finally)!
2009-09-07 16:12:53 -04:00
Eric Allen
35c9f55553
Forgot one bit of prototype stuff to clean up
2009-09-05 15:23:51 -04:00
Reinier Balt
bf6b873d7c
allows onenote urls as links in notes field. Fixes #901 . One can add other protocols that are filtered too
2009-08-04 13:09:08 +02:00
Reinier Balt
9b2757d8b0
The gadget does not need authorization.
2009-08-04 10:27:20 +02:00
Reinier Balt
7a7862221d
get tests running again with zentest >= 4.0.0
2009-06-02 21:22:50 +02:00
Reinier Balt
2073f84cd8
update cucumber and refactor some of the stories
...
inspired by the railscasts about cucumber. Also fix a problem with ZenTest on case sensitive platforms
2009-05-22 23:14:40 +02:00
Reinier Balt
0a23405d4b
fix #897 . The dependency on rspec added to environment.rb. Rake always loads the rspec task from /lib/tasks, so the gem is required for all environments.
...
this is ugly :-(
2009-05-13 22:10:15 +02:00
Reinier Balt
b990f8a015
make project settings editable from the project page
...
We're using the edit form instead of several separate fields to edit settings
2009-04-18 23:50:12 +02:00
Reinier Balt
43440eaf33
add cucumber for integration testing and add a feature for statistics
...
refactor some stuff to support testing statistisc
2009-04-13 22:26:20 +02:00
Reinier Balt
058079a0a7
remove rspec rspec-rails and webrat frozen gem and add them using config.gem
2009-04-13 22:23:32 +02:00
Reinier Balt
015dc84f3b
add config.gem lines for test so rake gems works for setting up test environment
2009-04-10 16:39:59 +02:00
Reinier Balt
c6b6bd97b9
set logger for openid to default logger. The openid gem defaults logging to STDERR which could lead to write errors on some restricted hosting providers
...
see discussion at http://www.getontracks.org/forums/viewthread/367/
2009-04-08 09:23:28 +02:00
Reinier Balt
f4f2573f98
manually applied patch from Chris Erway to enable open signups for people hosting Tracks
2009-03-31 22:32:29 +02:00
Taybin Rutkin
b1256ab6e9
add site.yml support to deploy.rb-example
...
Signed-off-by: Reinier Balt <lrbalt@gmail.com>
2009-04-01 03:57:39 +08:00
Eric Allen
dbeb793214
Support dispatching emailed-in todos based on To: field as well as From: field. Setting configured in site.yml.
2009-03-29 19:44:43 -04:00
Reinier Balt
eb9fc5391c
remove old redcloth lib. We now depend on the RedCloth gem which is a lot faster
...
makes the homepage load a bit faster (10%). Could not freeze the gem because it is platform dependent
2009-03-27 17:41:39 +01:00
Reinier Balt
68522d11fb
set version number for development tree
2009-03-01 17:10:46 +01:00
Reinier Balt
157c13d4c4
bump version numbers to 1.7
2009-02-26 20:45:21 +01:00
Reinier Balt
a1547531eb
bump version to 1.7rc2
2009-02-05 19:40:48 +01:00
Eric Allen
2ee84b8162
Move site-specific configuration out of environment.rb into a YAML file. This allows us to ship environment.rb with Tracks. Fixes #813 .
2009-02-01 14:47:05 -05:00
Eric Allen
b97fc2d958
Fixed failing integration tests by using MemoryStore instead of CookieStore for tests. See http://groups.google.com/group/rubyonrails-talk/browse_thread/thread/5519ca7fd4dde3c1 . Wohooo passing tests!
2009-01-26 12:36:12 -05:00
bsag
3d6789ceb9
Merge branch 'master' into 1.7_branch
...
* master:
Corrected the information about setting up the doc/manual submodule.
Added an example of capistrano deployment recipes for deploying to a remote web host running Phusion Passenger (aka mod_rails), which is probably the easiest Rails deployment environment to configure.
Update footer links for new website location
Change mobile login form to post to proper URL for OpenID login. Resolves #810 .
Fix failing specs
Don't re-generate remember token if we already have one. This should allow you to stay logged in on two devices at the same time. Closes #812 .
2009-01-05 18:52:09 +00:00
Luke Melia
a1a8260f10
Added an example of capistrano deployment recipes for deploying to a remote web host running Phusion Passenger (aka mod_rails), which is probably the easiest Rails deployment environment to configure.
2009-01-04 17:14:03 -05:00
bsag
e54f296dfe
Merge branch 'master' into 1.7_branch
...
* master:
Changed Tracks version in environment.rb.tmpl to 1.7. Fixes #808 .
2008-12-26 15:32:05 +00:00
bsag
94cd8dc077
Changed Tracks version in environment.rb.tmpl to 1.7. Fixes #808 .
2008-12-26 14:15:37 +00:00
Reinier Balt
1ac810d149
sorry, misspelled extensions
2008-12-23 11:48:57 +01:00
Reinier Balt
d5b35a0fed
sorry, misspelled extensions
2008-12-23 11:46:14 +01:00
Reinier Balt
3f3ee31bb0
update environment.rb.tmpl with last update of has_many_polymorphs for tagging
2008-12-22 23:30:18 +01:00
Reinier Balt
44e371b118
add has_many_polymorphs to config.gem in environment.rb.tmpl
2008-12-22 16:53:24 +01:00
Reinier Balt
0604cb187f
fix annoying warning about the spec for highline.
...
seems that rake gems:refresh_specs only works for gems in /vendor/gems that are mentioned in config.gem in environment.rb. Therefore I've updated environment.rb.tmpl.
2008-12-21 21:53:42 +01:00
Reinier Balt
03d6f4aa07
update version in template
2008-12-11 16:50:14 +01:00
Reinier Balt
c1d0e8d7cc
Merge git://github.com/graaff/tracks into opensearch
2008-12-11 08:30:18 +01:00
Hans de Graaff
307e85287c
OpenSearch support.
...
This implements #804 .
2008-12-10 21:34:36 +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
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
76d72b54bf
Merge branch 'sort_projects_by_todos' of git://github.com/waltercruz/tracks
2008-10-28 20:59:07 +01:00
Reinier Balt
541d6f5b69
add calendar to menu and implement ical
...
tested ical with outlook 2007
2008-10-03 22:44:58 +02:00
Reinier Balt
fcaea3ce20
first pass at adding calendar view
2008-10-03 14:16:43 +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
0a39e1ea7e
Fix routes to re-enable Selenium tests
2008-10-02 20:25:58 -04:00
Walter Cruz
ee5c730f44
Ading a sort by number of tasks option
2008-09-23 17:06:14 -03:00
Hans de Graaff
ce3bed564a
Remove spurious + at end of line.
2008-08-30 11:12:48 +02:00
Reinier Balt
955b751791
update template to remove warning about already initialized constant as reported in #758
...
Thanks Claus
2008-08-25 16:21:39 +02:00
Reinier Balt
779dbe849f
add date of latest git commit to footer for better version reporting
...
this will only work if you recreate your environment.rb from the tmpl
2008-08-18 16:32:49 +02:00
Reinier Balt
2a6b8f1cd9
fixes #753 by adding a global option to enable secure cookies
...
you need to recreate your environment.rb from the tmpl for this change
2008-08-18 14:11:27 +02:00
Reinier Balt
feb6699a33
fixes bugs where IE7 bailed out on an error resulting from the use of an optimized $$ function of lowpro
...
upgraded to lowpro 0.2. Version 0.4 did not work and caused behaviours to not work
disabled optimized $$ since it still caused errors in ie7
2008-07-23 23:52:08 +02:00
Reinier Balt
8bc41e2cb0
add recurring todos to tracks
2008-07-19 20:27:45 +02:00
Reinier Balt
4e890524f0
Merge branch 'master' of git://github.com/bsag/tracks
2008-06-19 10:13:14 +02:00
Reinier Balt
12d3b8eeee
update version information.
...
Small change to see if I can push to the main repository
2008-06-19 08:50:11 +02:00
Reinier Balt
79775b1483
fixes routes.rb
2008-06-18 10:33:06 +02:00