| Commit message (Expand) | Author | Age | Files | Lines |
* | Keep track of issue description changes (#746). | Jean-Philippe Lang | 2011-02-27 | 5 | -20/+47 |
* | Fixes wiki diff rendering. | Jean-Philippe Lang | 2011-02-27 | 1 | -1/+1 |
* | Extracts a diff helper from the WikiDiff class. | Jean-Philippe Lang | 2011-02-27 | 3 | -50/+9 |
* | Fixes syntax for time logging in commit messages (#7630, #7718). | Jean-Philippe Lang | 2011-02-26 | 1 | -2/+4 |
* | Adds support for SCM/LDAP passwords encryption in the database (#7411). | Jean-Philippe Lang | 2011-02-26 | 3 | -2/+23 |
* | Do not responde with javascript on regular requests. | Jean-Philippe Lang | 2011-02-24 | 1 | -0/+8 |
* | scm: filesystem: fix mistake of respository select box on r4943 (#2274). | Toshi MARUYAMA | 2011-02-24 | 1 | -1/+1 |
* | scm: filesystem: add path encoding select item (#2274). | Toshi MARUYAMA | 2011-02-24 | 1 | -0/+2 |
* | scm: code clean up repositories_helper.rb. | Toshi MARUYAMA | 2011-02-24 | 1 | -11/+24 |
* | scm: update adapter initialize() to use path encoding (#2664, #2274). | Toshi MARUYAMA | 2011-02-24 | 1 | -5/+6 |
* | Adds random salt to user passwords (#7410). | Jean-Philippe Lang | 2011-02-23 | 1 | -3/+33 |
* | scm: for log in Ruby 1.9, replace invalid UTF-8 to '?' instead of removing. | Toshi MARUYAMA | 2011-02-22 | 1 | -6/+14 |
* | scm: Ruby 1.9 compatibility for log. | Toshi MARUYAMA | 2011-02-22 | 1 | -7/+0 |
* | scm: Ruby 1.9 compatibility for diff, cat and blame (#2664). | Toshi MARUYAMA | 2011-02-22 | 1 | -2/+4 |
* | scm: Ruby 1.9 compatibility for browsing repository tree (#2664, #2274). | Toshi MARUYAMA | 2011-02-22 | 2 | -9/+18 |
* | Prevent text wrap in gantt subjects (#7280). | Jean-Philippe Lang | 2011-02-21 | 1 | -1/+1 |
* | scm: prevent diff shows trace if UTF-8 is invalid in Ruby 1.9. | Toshi MARUYAMA | 2011-02-21 | 1 | -0/+4 |
* | Makes filters behaviour consistent with the issue list. | Jean-Philippe Lang | 2011-02-21 | 2 | -6/+6 |
* | Makes title/filters consistent with the issue list. | Jean-Philippe Lang | 2011-02-21 | 2 | -6/+6 |
* | Preserve Issues/Gantt/Calendar tab when displaying a saved query (#7605). | Jean-Philippe Lang | 2011-02-21 | 1 | -1/+4 |
* | Splits private/public issue queries in the sidebar (#1067). | Jean-Philippe Lang | 2011-02-21 | 2 | -8/+18 |
* | Warning on leaving a page with unsaved content in textarea (#2910). | Jean-Philippe Lang | 2011-02-21 | 4 | -1/+14 |
* | scm: add CP932 at Setting::ENCODINGS (#2664, #2274). | Toshi MARUYAMA | 2011-02-21 | 1 | -0/+1 |
* | Allow additional workflow transitions for issue author and assignee (#2732). | Jean-Philippe Lang | 2011-02-20 | 5 | -64/+98 |
* | Use #custom_field_values to display issue custom fields in email, just like o... | Jean-Philippe Lang | 2011-02-20 | 2 | -2/+2 |
* | Fixed: Workflow summary shows X icon for workflow with exactly 1 status trans... | Jean-Philippe Lang | 2011-02-20 | 1 | -1/+1 |
* | Fixed: Syntax highlighting unavailable from board new topic or topic edit pre... | Jean-Philippe Lang | 2011-02-20 | 2 | -0/+5 |
* | Fixed: SQL error when filtering issues with an empty group or role (#7656). | Jean-Philippe Lang | 2011-02-20 | 1 | -2/+12 |
* | scm: git: change select label to 'Path to repository'. | Toshi MARUYAMA | 2011-02-19 | 1 | -1/+3 |
* | scm: catch exception of getting command and version in model (#4273). | Toshi MARUYAMA | 2011-02-19 | 1 | -6/+24 |
* | scm: mercurial: temporary disable tags and branches at model (#1981, #7246, #... | Toshi MARUYAMA | 2011-02-18 | 1 | -0/+8 |
* | scm: mercurial: improvement latest_changesets without supporting tags and nam... | Toshi MARUYAMA | 2011-02-18 | 1 | -4/+7 |
* | scm: fix diff revision param validation. | Toshi MARUYAMA | 2011-02-17 | 1 | -1/+1 |
* | scm: in repository tree, use find_changeset_by_name instead of changesets.fin... | Toshi MARUYAMA | 2011-02-16 | 1 | -1/+1 |
* | scm: mercurial: rewrite MercurialAdapter#entries to show per-file change log ... | Toshi MARUYAMA | 2011-02-16 | 1 | -23/+0 |
* | scm: git: implement find_changeset_by_name (#7047). | Toshi MARUYAMA | 2011-02-16 | 1 | -0/+7 |
* | scm: mercurial: refactor Repository::Mercurial#fetch_changesets (#4455). | Toshi MARUYAMA | 2011-02-16 | 1 | -30/+18 |
* | scm: mercurial: change identifier to revision in fetching revisions. | Toshi MARUYAMA | 2011-02-16 | 1 | -1/+1 |
* | scm: catch CommandFailed during bulk Repository.fetch_changesets (#4455). | Toshi MARUYAMA | 2011-02-15 | 1 | -1/+5 |
* | scm: add scm command and version methods at repository models (#4273). | Toshi MARUYAMA | 2011-02-14 | 8 | -19/+39 |
* | Introduced MailHandler#dispatch_to_default method to make MailHandler more ex... | Jean-Baptiste Barth | 2011-02-12 | 1 | -1/+5 |
* | scm: space and tab cleanup of app/controllers/repositories_controller.rb. | Toshi MARUYAMA | 2011-02-12 | 1 | -17/+18 |
* | scm: fix non ASCII filename downloaded from repo is broken on Internet Explor... | Toshi MARUYAMA | 2011-02-12 | 1 | -1/+1 |
* | Added 'retro' style for gravatars. #7608 | Jean-Baptiste Barth | 2011-02-12 | 1 | -1/+1 |
* | scm: cvs: generate pseudo scmid for auto issue close text (#6706). | Toshi MARUYAMA | 2011-02-07 | 1 | -3/+8 |
* | scm: cvs: change temporary revision number from "_N" to "tmpN" (#996, #3761, ... | Toshi MARUYAMA | 2011-02-07 | 1 | -3/+6 |
* | scm: cvs: code clean up. | Toshi MARUYAMA | 2011-02-02 | 1 | -4/+5 |
* | Reverted r4780 that broke gantt tests (#7280). | Jean-Philippe Lang | 2011-01-30 | 1 | -1/+1 |
* | Removed issue subjects wrapping in gantt (#7280). | Jean-Philippe Lang | 2011-01-30 | 1 | -1/+1 |
* | Fixed: Relations are not displayed after adding/removing an issue relation (#... | Jean-Philippe Lang | 2011-01-27 | 1 | -1/+5 |