| Commit message (Expand) | Author | Age | Files | Lines |
* | Changed the way the visibility SQL statement is built. | Jean-Philippe Lang | 2011-03-15 | 2 | -12/+36 |
* | scm: mercurial: branches and tags are enable in model (#1981, #7246). | Toshi MARUYAMA | 2011-03-14 | 1 | -8/+0 |
* | scm: mercurial: latest changesets support named branch (#7246). | Toshi MARUYAMA | 2011-03-14 | 1 | -2/+11 |
* | scm: mercurial: latest changesets improvement and supporting tag (#1981). | Toshi MARUYAMA | 2011-03-14 | 1 | -11/+23 |
* | Check for a valid time entry if comments have been entered when updating an i... | Jean-Philippe Lang | 2011-03-13 | 1 | -1/+1 |
* | Fixed: mail handler keywords are not removed when updating issues (#7785). | Jean-Philippe Lang | 2011-03-13 | 1 | -1/+2 |
* | Prevent SystemStackError on Issue#all_dependent_issues with mutiple circular ... | Jean-Philippe Lang | 2011-03-13 | 1 | -3/+3 |
* | Moved wiki page updated_on eager load to a scope and fixed timestamp titles o... | Jean-Philippe Lang | 2011-03-12 | 1 | -0/+18 |
* | Fixed: wiki page with backslash in title can not be found (#7589). | Jean-Philippe Lang | 2011-03-12 | 1 | -2/+2 |
* | scm: cvs: fix missing author, revision and comment in tree view (#4270). | Toshi MARUYAMA | 2011-03-11 | 1 | -3/+3 |
* | scm: mercurial: add :order => 'id DESC' explicitly for MySQL test fails. | Toshi MARUYAMA | 2011-03-11 | 1 | -2/+9 |
* | scm: cvs: code clean up model. | Toshi MARUYAMA | 2011-03-11 | 1 | -5/+7 |
* | Code cleanup. | Jean-Philippe Lang | 2011-03-10 | 1 | -5/+0 |
* | scm: git: insert revisions to database with reverse commit order (#7821, #5357). | Toshi MARUYAMA | 2011-03-10 | 1 | -1/+1 |
* | Adds email notifications support for news comments (#2074). | Jean-Philippe Lang | 2011-03-04 | 3 | -3/+54 |
* | scm: add feature of per project repository log encoding setting (#1735). | Toshi MARUYAMA | 2011-03-01 | 4 | -4/+7 |
* | scm: add scm specific human_attribute_name for input validation. | Toshi MARUYAMA | 2011-03-01 | 6 | -0/+43 |
* | scm: git: use --encoding=UTF-8 in "git log" (#3396). | Toshi MARUYAMA | 2011-02-28 | 1 | -0/+4 |
* | scm: ignore log encoding setting in Subversion and Mercurial (#7597). | Toshi MARUYAMA | 2011-02-28 | 5 | -20/+31 |
* | scm: return if str.blank? in to_utf8(str). | Toshi MARUYAMA | 2011-02-28 | 1 | -0/+1 |
* | scm: git: move saving changesets from adapter to model (#3396). | Toshi MARUYAMA | 2011-02-28 | 1 | -1/+22 |
* | Keep track of issue description changes (#746). | Jean-Philippe Lang | 2011-02-27 | 2 | -10/+5 |
* | Extracts a diff helper from the WikiDiff class. | Jean-Philippe Lang | 2011-02-27 | 1 | -8/+4 |
* | 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 |
* | 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 |
* | Warning on leaving a page with unsaved content in textarea (#2910). | Jean-Philippe Lang | 2011-02-21 | 1 | -0/+3 |
* | 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 | 2 | -14/+20 |
* | Fixed: SQL error when filtering issues with an empty group or role (#7656). | Jean-Philippe Lang | 2011-02-20 | 1 | -2/+12 |
* | 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: 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: 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 |
* | Fixed: no email sent with 'Notifiy for any event on the selected projects onl... | Jean-Philippe Lang | 2011-01-24 | 1 | -1/+6 |
* | Adds visible scope to redmine links queries. | Jean-Philippe Lang | 2011-01-23 | 2 | -0/+6 |
* | Makes the folder for attachments storage configurable in config/configuration... | Jean-Philippe Lang | 2011-01-23 | 1 | -1/+1 |
* | Adds an application configuration file: config/configuration.yml (#7408). | Jean-Philippe Lang | 2011-01-23 | 1 | -1/+1 |