| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged r9759 to r9764. | Jean-Philippe Lang | 2012-06-03 | 4 | -8/+8 |
* | Merged r9719, r9726, r9727 from trunk. | Jean-Philippe Lang | 2012-05-27 | 3 | -5/+20 |
* | Merged r9710 from trunk. | Jean-Philippe Lang | 2012-05-26 | 1 | -1/+1 |
* | Merged r9703 from trunk. | Jean-Philippe Lang | 2012-05-21 | 1 | -3/+8 |
* | Restored List-Id header in email notifications (#10888). | Jean-Philippe Lang | 2012-05-13 | 1 | -1/+2 |
* | Adds all/none operators to text custom field filters (#9790). | Jean-Philippe Lang | 2012-05-12 | 1 | -2/+2 |
* | change mailer model method comments to Rails3 style | Toshi MARUYAMA | 2012-05-09 | 1 | -35/+35 |
* | replace Mailer deliver syntax to Rails3 style at reminders method of mailer m... | Toshi MARUYAMA | 2012-05-09 | 1 | -1/+1 |
* | remove redundant code from app/models/mail_handler.rb | Toshi MARUYAMA | 2012-05-06 | 1 | -4/+0 |
* | Trackers should be sorted by position not by name. | Jean-Philippe Lang | 2012-05-05 | 1 | -1/+1 |
* | Adds a deprecation warning to Mailer.deliver_*. | Jean-Philippe Lang | 2012-05-05 | 1 | -0/+1 |
* | replace Mailer deliver syntax to Rails3 style | Toshi MARUYAMA | 2012-05-05 | 8 | -9/+9 |
* | Changes RedMine to Redmine in copyright notices. | Jean-Philippe Lang | 2012-05-05 | 1 | -1/+1 |
* | Copyright update. | Jean-Philippe Lang | 2012-05-05 | 64 | -64/+64 |
* | Code cleanup, reuse the visible scope. | Jean-Philippe Lang | 2012-05-05 | 1 | -3/+1 |
* | Use Mail instead of TMail in MailHandler. | Jean-Philippe Lang | 2012-05-05 | 2 | -32/+41 |
* | model: convert news finder to Rails3 syntax | Toshi MARUYAMA | 2012-05-04 | 1 | -4/+3 |
* | Fixed undefined method `<=>' for nil:NilClass when sorting repositories with ... | Jean-Philippe Lang | 2012-05-04 | 1 | -1/+1 |
* | scm: git: fix creating and updating repository | Toshi MARUYAMA | 2012-05-03 | 1 | -22/+0 |
* | RecordNotFound exception still raised with Rails3. | Jean-Philippe Lang | 2012-04-28 | 1 | -1/+1 |
* | Code cleanup. | Jean-Philippe Lang | 2012-04-28 | 1 | -2/+2 |
* | Fix no longer required with Rails 3. | Jean-Philippe Lang | 2012-04-28 | 1 | -9/+0 |
* | set_table_name and set_locking_column are deprecated. | Jean-Philippe Lang | 2012-04-27 | 2 | -2/+2 |
* | model: replace Rails2 "named_scope" to Rails3 "scope" | Toshi MARUYAMA | 2012-04-26 | 19 | -47/+49 |
* | Merged rails-3.2 branch. | Jean-Philippe Lang | 2012-04-25 | 8 | -197/+169 |
* | Fixed that users with different case logins cannot update their accounts (#10... | Jean-Philippe Lang | 2012-04-19 | 1 | -1/+1 |
* | Fixed that Token.destroy_expired destroys API tokens. | Jean-Philippe Lang | 2012-04-15 | 1 | -1/+1 |
* | Fixed that rss key is generated twice when user is not reloaded (#10668). | Jean-Philippe Lang | 2012-04-15 | 1 | -4/+8 |
* | Adds the ability for users to delete their own account (#10664). Can be disab... | Jean-Philippe Lang | 2012-04-15 | 1 | -0/+6 |
* | Fixed MissingFeatureException: let user choose to copy attachments or not whe... | Jean-Philippe Lang | 2012-04-14 | 1 | -2/+2 |
* | When copying issues, let the status be changed to default or left unchanged. | Jean-Philippe Lang | 2012-04-14 | 1 | -17/+21 |
* | Ignore emails with Auto-Submitted: auto-replied header (#10607). | Jean-Philippe Lang | 2012-04-13 | 1 | -5/+14 |
* | Fixed that rake redmine:send_reminders fails if an issue is assigned to a gro... | Jean-Philippe Lang | 2012-04-09 | 1 | -1/+1 |
* | Fixed that "Default administrator account changed" is always true (#10622). | Jean-Philippe Lang | 2012-04-09 | 1 | -0/+5 |
* | Fixed that improper statuses are proposed when changing status before tracker... | Jean-Philippe Lang | 2012-04-09 | 1 | -4/+12 |
* | Fixed: reminder mails are not sent when delivery_method is :async_smtp (#5058). | Jean-Philippe Lang | 2012-04-06 | 1 | -0/+11 |
* | Makes the mail handler ignore out-of-office emails (#10607). | Jean-Philippe Lang | 2012-04-06 | 1 | -0/+7 |
* | Fixed: Unable to change locked, sticky flags and board when editing a message... | Jean-Philippe Lang | 2012-04-06 | 1 | -2/+1 |
* | Uploading of attachments which filename contains non-ASCII chars fails with R... | Jean-Philippe Lang | 2012-04-06 | 1 | -0/+1 |
* | Force encoding of custom field possible values (#10593). | Jean-Philippe Lang | 2012-04-06 | 1 | -2/+12 |
* | WikiContent::Version#text may return ascii-8bit encoded string (#10590). | Jean-Philippe Lang | 2012-04-06 | 1 | -6/+8 |
* | fix typo "RedMine" at app/models/wiki_content.rb | Toshi MARUYAMA | 2012-04-03 | 1 | -2/+2 |
* | scm: mercurial: git: save parents in creating changesets (#10470) | Toshi MARUYAMA | 2012-04-03 | 2 | -12/+6 |
* | scm: git: use Changeset#create and Changeset#create_change as same with Subve... | Toshi MARUYAMA | 2012-03-29 | 1 | -13/+8 |
* | scm: mercurial: transaction for each imported revisions (#10470) | Toshi MARUYAMA | 2012-03-29 | 1 | -7/+9 |
* | scm: git: add the comment of the reason to scan database in fetching every ti... | Toshi MARUYAMA | 2012-03-29 | 1 | -0/+14 |
* | scm: git: fix typo in fetching revisions comment. | Toshi MARUYAMA | 2012-03-29 | 1 | -1/+1 |
* | scm: git: fix model source indents (#10470) | Toshi MARUYAMA | 2012-03-28 | 1 | -41/+41 |
* | scm: git: process new git revisions all at once rather than per branch (#10470) | Toshi MARUYAMA | 2012-03-28 | 1 | -35/+22 |
* | Fixed that issues can be moved to projects with issue tracking disabled (#104... | Jean-Philippe Lang | 2012-03-25 | 1 | -12/+1 |