##// END OF EJS Templates
LDAP authentication: only ask for the user's DN if on-the-fly registration is disabled...
LDAP authentication: only ask for the user's DN if on-the-fly registration is disabled git-svn-id: http://redmine.rubyforge.org/svn/trunk@882 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r618:64d805b009cd
r869:308118ce9724
Show More
UPGRADING
33 lines | 1015 B | text/plain | TextLexer
Jean-Philippe Lang
0.4.0 release...
r140 == redMine upgrade procedure
redMine - project management software
Copyright (C) 2006-2007 Jean-Philippe Lang
http://redmine.rubyforge.org/
Jean-Philippe Lang
settings are now stored in the database (config_custom.rb no more used) and editable through the application in: Admin -> Settings...
r164
Jean-Philippe Lang
updated changelog and doc files...
r195 == Upgrading from 0.3.0 and above
Jean-Philippe Lang
0.4.0 release...
r140
1. Uncompress program archive in a new directory:
tar zxvf <filename>
Jean-Philippe Lang
Updated UPGRADING documentation...
r618 3. Copy your database settings (RAILS_ROOT/config/database.yml)
into the new config directory
Jean-Philippe Lang
0.4.0 release...
r140
4. Migrate your database:
Jean-Philippe Lang
Slight documentation update....
r586 rake db:migrate RAILS_ENV="production"
Jean-Philippe Lang
Updated UPGRADING documentation...
r618 5. Copy the RAILS_ROOT/files directory content into your new installation
Jean-Philippe Lang
Slight documentation update....
r586 Note 1: Rails 1.2.2 is required for version 0.4.2 and later.
Note 2: when upgrading your code with svn update, don't forget to clear
the application cache (RAILS_ROOT/tmp/cache) before restarting.
Note 3: settings previously defined in custom_config.rb are now stored
Jean-Philippe Lang
updated UPGRADING doc file...
r251 in database, as of version 0.4.2. Go to "Admin -> Settings" to edit them.
Jean-Philippe Lang
0.4.0 release...
r140
Jean-Philippe Lang
settings are now stored in the database (config_custom.rb no more used) and editable through the application in: Admin -> Settings...
r164 == From 0.2.x and below
Jean-Philippe Lang
0.4.0 release...
r140
Due to major database changes since 0.2.x, there is no migration support
from 0.2.x and previous versions.