obsolete.ChilliProject/app/models
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
..
attachment.rb added svn:eol-style native property on /app files 2007-03-12 17:59:02 +00:00
auth_source.rb trunk moved from /trunk/redmine to /trunk 2006-12-05 20:45:04 +00:00
auth_source_ldap.rb added svn:eol-style native property on /app files 2007-03-12 17:59:02 +00:00
change.rb 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
changeset.rb 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
comment.rb replaced deprecated ":dependent => true" statements 2006-12-26 17:11:44 +00:00
custom_field.rb added svn:eol-style native property on /app files 2007-03-12 17:59:02 +00:00
custom_value.rb added svn:eol-style native property on /app files 2007-03-12 17:59:02 +00:00
document.rb added svn:eol-style native property on /app files 2007-03-12 17:59:02 +00:00
enumeration.rb Simple time tracking functionality added. Time can be logged at issue or project level. 2007-03-23 12:22:31 +00:00
issue.rb Simple time tracking functionality added. Time can be logged at issue or project level. 2007-03-23 12:22:31 +00:00
issue_category.rb added svn:eol-style native property on /app files 2007-03-12 17:59:02 +00:00
issue_custom_field.rb fixed #9308 table_name pre/suffix support 2007-03-15 22:11:02 +00:00
issue_history.rb added svn:eol-style native property on /app files 2007-03-12 17:59:02 +00:00
issue_status.rb added svn:eol-style native property on /app files 2007-03-12 17:59:02 +00:00
journal.rb added rss/atom feeds at project levels for: 2007-03-17 15:18:50 +00:00
journal_detail.rb trunk moved from /trunk/redmine to /trunk 2006-12-05 20:45:04 +00:00
mailer.rb added svn:eol-style native property on /app files 2007-03-12 17:59:02 +00:00
member.rb added svn:eol-style native property on /app files 2007-03-12 17:59:02 +00:00
news.rb fixed #9308 table_name pre/suffix support 2007-03-15 22:11:02 +00:00
permission.rb Simple time tracking functionality added. Time can be logged at issue or project level. 2007-03-23 12:22:31 +00:00
project.rb Simple time tracking functionality added. Time can be logged at issue or project level. 2007-03-23 12:22:31 +00:00
project_custom_field.rb added svn:eol-style native property on /app files 2007-03-12 17:59:02 +00:00
query.rb added back "subproject" filter on issue list 2007-03-19 20:31:02 +00:00
repository.rb 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
role.rb added svn:eol-style native property on /app files 2007-03-12 17:59:02 +00:00
setting.rb * fixed a variable name error in Setting 2007-02-02 14:28:54 +00:00
svn_repos.rb 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
time_entry.rb added 999 as a maximum for time entry hours 2007-03-23 13:11:47 +00:00
token.rb added rss/atom feeds at project levels for: 2007-03-17 15:18:50 +00:00
tracker.rb fixed #9308 table_name pre/suffix support 2007-03-15 22:11:02 +00:00
user.rb added rss/atom feeds at project levels for: 2007-03-17 15:18:50 +00:00
user_custom_field.rb added svn:eol-style native property on /app files 2007-03-12 17:59:02 +00:00
user_preference.rb removed serialize class_name option in user_preference 2007-01-25 18:25:57 +00:00
version.rb added svn:eol-style native property on /app files 2007-03-12 17:59:02 +00:00
wiki.rb removed project_id presence validation on wiki model which was failing when creating a project with a wiki 2007-03-14 17:23:38 +00:00
wiki_content.rb wiki branch merged into trunk 2007-03-10 15:09:49 +00:00
wiki_page.rb patch #9429 Display Wiki edits in activity log (Nick Read) 2007-03-23 15:58:02 +00:00
workflow.rb added svn:eol-style native property on /app files 2007-03-12 17:59:02 +00:00