My patches for Redmine
Go to file
Jean-Philippe Lang 16f9f50f50 SVN commits are now stored in the database, and added to the activity view and the search engine.
New commits are automatically retrieved and stored when consulting the repository in the app. This behaviour can be disabled by unchecking 'Autofecth commits' in configuration settings.
Commits can be fetched offline by running (recommanded at least for the initial import of past commits): 
ruby script/runner "Repository.fetch_changesets"
It will load commits for all of the repositories.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@377 e93f8b46-1217-0410-a6f0-8f06a7374b81
2007-03-25 12:12:15 +00:00
app SVN commits are now stored in the database, and added to the activity view and the search engine. 2007-03-25 12:12:15 +00:00
config SVN commits are now stored in the database, and added to the activity view and the search engine. 2007-03-25 12:12:15 +00:00
db/migrate SVN commits are now stored in the database, and added to the activity view and the search engine. 2007-03-25 12:12:15 +00:00
doc updated INSTALL doc with rake db:migrate instead of the deprecated rake migrate 2007-03-24 20:09:07 +00:00
files trunk moved from /trunk/redmine to /trunk 2006-12-05 20:45:04 +00:00
lang SVN commits are now stored in the database, and added to the activity view and the search engine. 2007-03-25 12:12:15 +00:00
lib Simple time tracking functionality added. Time can be logged at issue or project level. 2007-03-23 12:22:31 +00:00
log trunk moved from /trunk/redmine to /trunk 2006-12-05 20:45:04 +00:00
public removed td padding 2007-03-23 23:50:12 +00:00
script added svn:executable property on the scripts 2007-03-12 17:29:04 +00:00
test added roadmap and activity calls in projects functional tests 2007-03-23 15:58:53 +00:00
vendor/plugins wiki branch merged into trunk 2007-03-10 15:09:49 +00:00
Rakefile trunk moved from /trunk/redmine to /trunk 2006-12-05 20:45:04 +00:00