update docs for 2.2RC1 release

This commit is contained in:
Reinier Balt 2013-01-02 13:06:42 +01:00
parent 4b7bd1c414
commit 0d169c4a97
7 changed files with 58 additions and 16 deletions

View file

@ -1,4 +1,6 @@
= Tracks: a GTD(TM) web application, built with Ruby on Rails
# Tracks: a GTD(TM) web application, built with Ruby on Rails
[![Code Climate](https://codeclimate.com/badge.png)](https://codeclimate.com/github/TracksApp/tracks)
* Project homepage: http://getontracks.org/
* Manual: http://getontracks.org/manual/
@ -9,11 +11,47 @@
* Mailing list: http://groups.google.com/group/TracksApp
* Original developer: bsag (http://www.rousette.org.uk/)
* Contributors: https://github.com/TracksApp/tracks/wiki/Contributors
* Version: 2.2devel
* Copyright: (cc) 2004-2012 rousette.org.uk.
* Version: 2.2RC
* Copyright: (cc) 2004-2013 rousette.org.uk.
* License: GNU GPL
== Version 2.2devel
== Version 2.2RC
The main change to this release of Tracks is the migration to Rails 3.2. We had
to remove some features because the code and dependencies were not compatible with
Rails 3.2. This may impact your scripts or mobile apps that integrate with
Tracks using SOAP XML API.
Tracks now includes support for Ruby 1.8.7 and Ruby 1.9. For development, you
need to use Ruby 1.9, version 1.8.7 is not supported by some dependencies for
testing. The next version of Tracks will only support Ruby 1.9. Support for
older versions of Ruby will be droppped.
New and changed features
* Updates to all locales
* Improvements to mobile view
* Drag and drop should work on mobile devices
* The email adres for administrator is now a global setting in site.yml, not an
attribute in the User model. This means you need to set the admin_email in
site.yml when you upgrade. (The email address is shown on the signup page)
Removed features
* The outdated code for login in using OpenID has been removed. Also the login
code for CAS and LDAP has been removed because of compatibility issues with
Rails 3.2. We plan to migrate to Devise and OmniAuth to get these features back.
* Removed the SOAP XML interface. Please use REST.
New and changed features (technical)
* Improvements to the XML and REST API
* Improvements to the MessageGateway to pass email to Tracks. Since the SOAP
interface is removed, this is a good way to import an email as a todo.
Under the hood
* Upgrade to Rails 3.2. This means Tracks makes use of the new asset pipeline
of Rails
* Uses Cache Digest. This speeds up page rendering a lot
* Migrated to Tolk for managing translations
* Upgraded to JQuery 1.8.3 and JQueryUI 1.9.0
== Version 2.1

View file

@ -1,6 +1,6 @@
require 'activeresource'
# WARNING: this is not really maintained or tested...
# WARNING: this is not really maintained or tested anymore...
# Install the ActiveResource gem if you don't already have it:
#