redmine/app/models
Toshi MARUYAMA 114e3f3b82 scm: git: use the model value of whether reporting last commit in repository tree (#7047).
And remove entries_git() and the flag in adapter.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@5657 e93f8b46-1217-0410-a6f0-8f06a7374b81
2011-05-05 11:43:29 +00:00
..
repository scm: git: use the model value of whether reporting last commit in repository tree (#7047). 2011-05-05 11:43:29 +00:00
attachment.rb Makes the folder for attachments storage configurable in config/configuration.yml (#1236). 2011-01-23 10:41:43 +00:00
auth_source_ldap.rb Adds support for SCM/LDAP passwords encryption in the database (#7411). 2011-02-26 13:09:25 +00:00
auth_source.rb Adds support for SCM/LDAP passwords encryption in the database (#7411). 2011-02-26 13:09:25 +00:00
board.rb Fixed: messages attachments/watchers are not deleted when deleting a project or forum (#6966). 2010-11-27 12:42:11 +00:00
change.rb scm: prevent PostgreSQL or Ruby 1.9 errors if paths is invalid UTF-8. 2011-04-16 06:44:35 +00:00
changeset.rb scm: cvs: fix parsing revisions if author is not ASCII. 2011-04-14 15:01:55 +00:00
comment_observer.rb Adds email notifications support for news comments (#2074). 2011-03-04 14:32:58 +00:00
comment.rb
custom_field.rb Fixed: empty list for user/version custom fields on bulk edit form (#2096). 2011-04-07 16:34:58 +00:00
custom_value.rb Adds a "visible" option on User and Project custom fields (#1738). 2010-11-07 14:15:01 +00:00
document_category_custom_field.rb
document_category.rb
document_observer.rb
document.rb Makes visible scopes accept projects option and deprecate Project.visible_by. 2011-04-05 12:50:19 +00:00
enabled_module.rb
enumeration.rb
group_custom_field.rb
group.rb Prevents validation error when adding a user to a group (#6457). 2010-11-27 14:46:51 +00:00
issue_category.rb
issue_custom_field.rb
issue_observer.rb
issue_priority_custom_field.rb
issue_priority.rb
issue_relation.rb Safer code in IssueRelation (#7018). 2010-12-04 18:10:02 +00:00
issue_status.rb Allow additional workflow transitions for issue author and assignee (#2732). 2011-02-20 15:38:07 +00:00
issue.rb Fixed: notes are lost when copying issue(s) (#6901, #8239). 2011-04-29 13:27:50 +00:00
journal_detail.rb Private issues (#7414). 2011-04-15 13:23:13 +00:00
journal_observer.rb Fixed: notes are lost when copying issue(s) (#6901, #8239). 2011-04-29 13:27:50 +00:00
journal.rb Fixed: notes are lost when copying issue(s) (#6901, #8239). 2011-04-29 13:27:50 +00:00
mail_handler.rb Fixed: mail handler keywords are not removed when updating issues (#7785). 2011-03-13 13:24:56 +00:00
mailer.rb Fixed links in new file notification broken by r4051 (#6590). 2011-03-27 16:38:08 +00:00
member_role.rb
member.rb
message_observer.rb
message.rb Makes visible scopes accept projects option and deprecate Project.visible_by. 2011-04-05 12:50:19 +00:00
news_observer.rb
news.rb Makes visible scopes accept projects option and deprecate Project.visible_by. 2011-04-05 12:50:19 +00:00
principal.rb Define Principal#name so all subclasses will have some sort of name when printed. 2010-09-10 18:46:23 +00:00
project_custom_field.rb
project.rb Code cleanup. 2011-04-14 17:49:20 +00:00
query.rb Makes 'This week' filter work with any starting day of week (#7097). 2011-04-29 11:28:27 +00:00
repository.rb scm: code clean up repository model. 2011-05-05 07:30:22 +00:00
role.rb Private issues (#7414). 2011-04-15 13:23:13 +00:00
setting.rb scm: add CP932 at Setting::ENCODINGS (#2664, #2274). 2011-02-21 09:41:34 +00:00
time_entry_activity_custom_field.rb
time_entry_activity.rb
time_entry_custom_field.rb
time_entry.rb Makes visible scopes accept projects option and deprecate Project.visible_by. 2011-04-05 12:50:19 +00:00
token.rb
tracker.rb Remove the limitation on characters that can be used in custom_field, issue_status, role, tracker, user names (#5152). 2010-12-31 15:30:50 +00:00
user_custom_field.rb
user_preference.rb Warning on leaving a page with unsaved content in textarea (#2910). 2011-02-21 09:53:29 +00:00
user.rb Adds an issues visibility level on roles (#7412). 2011-04-11 17:53:15 +00:00
version_custom_field.rb
version.rb Makes Version#start_date return the minimum start_date of its issues. 2010-12-23 14:58:52 +00:00
watcher.rb
wiki_content_observer.rb
wiki_content.rb Refactor: use :id instead of :page when linking to Wiki Pages 2010-10-27 16:27:06 +00:00
wiki_page.rb Add permission option to wiki page activity provider. 2011-04-05 12:52:57 +00:00
wiki_redirect.rb
wiki.rb Do a redirect when accessing a renamed wiki page. 2011-04-11 19:21:57 +00:00
workflow.rb