Redmine/app/models
Jean-Philippe Lang 52547466f0 Fixed: 10342 Creation of Schema in Oracle
Comment is a reserved keyword for Oracle. The five 'Comment' columns are renamed to 'Commments'.
Migration scripts were modified to let oracle users create the database. For the others, migration 41 will rename the columns (only if columns have the 'old' name).
Fixed also a few oracle specific issues.

Note: currently (in Rails 1.2.3), there's bug in Rails oracle adapter. See: http://dev.rubyonrails.org/ticket/7344
Attached patch is required for redMine to work properly.


git-svn-id: http://redmine.rubyforge.org/svn/trunk@479 e93f8b46-1217-0410-a6f0-8f06a7374b81
2007-04-25 15:06:20 +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 Fixed: 10342 Creation of Schema in Oracle 2007-04-25 15:06:20 +00:00
comment.rb Fixed: 10342 Creation of Schema in Oracle 2007-04-25 15:06:20 +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 Fixed: 10342 Creation of Schema in Oracle 2007-04-25 15:06:20 +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 Commit messages are now scanned for referenced or fixed issue IDs. 2007-04-24 13:57:27 +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_status.rb Fixed: default status not showing in new issue 2007-04-24 15:19:49 +00:00
journal.rb added rss/atom feeds at project levels for: 2007-03-17 15:18:50 +00:00
journal_detail.rb Journal details truncated only if values are strings 2007-04-24 18:26:42 +00:00
mailer.rb Added "Watch" functionality on issues. It allows users to receive mail notifications about issue changes. 2007-04-21 12:08:31 +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 Various code cleaning, mainly on User, Permission and IssueStatus models. 2007-04-04 17:26:05 +00:00
project.rb Projects menu item now shows the list of public projects and projects for which the user is a member (marked with a star). 2007-04-21 16:40:56 +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 Custom fields for issues can now be used as filters on issue list. 2007-04-17 10:53:20 +00:00
repository.rb Fixed: 10342 Creation of Schema in Oracle 2007-04-25 15:06:20 +00:00
role.rb Various changes on views. On project summary, members are now grouped by role and subprojects are listed inline. 2007-04-08 17:44:54 +00:00
setting.rb * fixed a variable name error in Setting 2007-02-02 14:28:54 +00:00
svn_repos.rb patch #9627 Add Side by Side in Diff view (Cyril Mougel) 2007-03-29 18:14:59 +00:00
time_entry.rb Fixed: 10342 Creation of Schema in Oracle 2007-04-25 15:06:20 +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 User#<=> modified to sort on firstname if same lastname 2007-04-12 16:49:02 +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 Fixed: 10342 Creation of Schema in Oracle 2007-04-25 15:06:20 +00:00
version.rb Added versions due dates on gantt chart. 2007-04-07 12:09:01 +00:00
watcher.rb Added "Watch" functionality on issues. It allows users to receive mail notifications about issue changes. 2007-04-21 12:08:31 +00:00
wiki.rb Fixed 10211 Wiki names can't have periods in them. 2007-04-22 09:50:16 +00:00
wiki_content.rb wiki branch merged into trunk 2007-03-10 15:09:49 +00:00
wiki_page.rb Fixed 10211 Wiki names can't have periods in them. 2007-04-22 09:50:16 +00:00
workflow.rb added svn:eol-style native property on /app files 2007-03-12 17:59:02 +00:00