summaryrefslogtreecommitdiffstats
path: root/app/models
Commit message (Expand)AuthorAgeFilesLines
* Copyright update.Jean-Philippe Lang2012-05-0564-64/+64
* Code cleanup, reuse the visible scope.Jean-Philippe Lang2012-05-051-3/+1
* Use Mail instead of TMail in MailHandler.Jean-Philippe Lang2012-05-052-32/+41
* model: convert news finder to Rails3 syntaxToshi MARUYAMA2012-05-041-4/+3
* Fixed undefined method `<=>' for nil:NilClass when sorting repositories with ...Jean-Philippe Lang2012-05-041-1/+1
* scm: git: fix creating and updating repositoryToshi MARUYAMA2012-05-031-22/+0
* RecordNotFound exception still raised with Rails3.Jean-Philippe Lang2012-04-281-1/+1
* Code cleanup.Jean-Philippe Lang2012-04-281-2/+2
* Fix no longer required with Rails 3.Jean-Philippe Lang2012-04-281-9/+0
* set_table_name and set_locking_column are deprecated.Jean-Philippe Lang2012-04-272-2/+2
* model: replace Rails2 "named_scope" to Rails3 "scope"Toshi MARUYAMA2012-04-2619-47/+49
* Merged rails-3.2 branch.Jean-Philippe Lang2012-04-258-197/+169
* Fixed that users with different case logins cannot update their accounts (#10...Jean-Philippe Lang2012-04-191-1/+1
* Fixed that Token.destroy_expired destroys API tokens.Jean-Philippe Lang2012-04-151-1/+1
* Fixed that rss key is generated twice when user is not reloaded (#10668).Jean-Philippe Lang2012-04-151-4/+8
* Adds the ability for users to delete their own account (#10664). Can be disab...Jean-Philippe Lang2012-04-151-0/+6
* Fixed MissingFeatureException: let user choose to copy attachments or not whe...Jean-Philippe Lang2012-04-141-2/+2
* When copying issues, let the status be changed to default or left unchanged.Jean-Philippe Lang2012-04-141-17/+21
* Ignore emails with Auto-Submitted: auto-replied header (#10607).Jean-Philippe Lang2012-04-131-5/+14
* Fixed that rake redmine:send_reminders fails if an issue is assigned to a gro...Jean-Philippe Lang2012-04-091-1/+1
* Fixed that "Default administrator account changed" is always true (#10622).Jean-Philippe Lang2012-04-091-0/+5
* Fixed that improper statuses are proposed when changing status before tracker...Jean-Philippe Lang2012-04-091-4/+12
* Fixed: reminder mails are not sent when delivery_method is :async_smtp (#5058).Jean-Philippe Lang2012-04-061-0/+11
* Makes the mail handler ignore out-of-office emails (#10607).Jean-Philippe Lang2012-04-061-0/+7
* Fixed: Unable to change locked, sticky flags and board when editing a message...Jean-Philippe Lang2012-04-061-2/+1
* Uploading of attachments which filename contains non-ASCII chars fails with R...Jean-Philippe Lang2012-04-061-0/+1
* Force encoding of custom field possible values (#10593).Jean-Philippe Lang2012-04-061-2/+12
* WikiContent::Version#text may return ascii-8bit encoded string (#10590).Jean-Philippe Lang2012-04-061-6/+8
* fix typo "RedMine" at app/models/wiki_content.rbToshi MARUYAMA2012-04-031-2/+2
* scm: mercurial: git: save parents in creating changesets (#10470)Toshi MARUYAMA2012-04-032-12/+6
* scm: git: use Changeset#create and Changeset#create_change as same with Subve...Toshi MARUYAMA2012-03-291-13/+8
* scm: mercurial: transaction for each imported revisions (#10470)Toshi MARUYAMA2012-03-291-7/+9
* scm: git: add the comment of the reason to scan database in fetching every ti...Toshi MARUYAMA2012-03-291-0/+14
* scm: git: fix typo in fetching revisions comment.Toshi MARUYAMA2012-03-291-1/+1
* scm: git: fix model source indents (#10470)Toshi MARUYAMA2012-03-281-41/+41
* scm: git: process new git revisions all at once rather than per branch (#10470)Toshi MARUYAMA2012-03-281-35/+22
* Fixed that issues can be moved to projects with issue tracking disabled (#104...Jean-Philippe Lang2012-03-251-12/+1
* Fixes error message for LDAP filter (#1060).Jean-Philippe Lang2012-03-241-0/+8
* Adds the repository identifier in the activity and search results (#779).Jean-Philippe Lang2012-03-241-1/+8
* Adds the repository identifier to Changeset#text_tag (#779).Jean-Philippe Lang2012-03-241-0/+3
* Typo (#1913).Jean-Philippe Lang2012-03-171-1/+1
* LDAP: adds the ability to bind with user's account (#1913).Jean-Philippe Lang2012-03-171-3/+9
* Don't use #delete on String in Mailer.Jean-Philippe Lang2012-03-121-6/+16
* Fixed that LDAP error is not displayed when testing connection.Jean-Philippe Lang2012-03-111-2/+2
* Merged LdapAuthSourceController into AuthSourceController.Jean-Philippe Lang2012-03-111-0/+1
* Removed dead code.Jean-Philippe Lang2012-03-101-11/+0
* remove trailing white-space from app/models/repository/git.rbToshi MARUYAMA2012-03-071-2/+2
* scm: git: performance improvements in fetching revisions (#8857, #9472)Toshi MARUYAMA2012-03-071-29/+61
* scm: git: reduce saving heads times in fetching revisions (#8857, #9472)Toshi MARUYAMA2012-03-071-3/+15
* scm: git: backout r8839 (#8857)Toshi MARUYAMA2012-03-071-39/+28