| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Adds support for "Magic links" to notes (#2715). | Jean-Philippe Lang | 2012-02-15 | 1 | -0/+7 |
* | Fixed that partial diffs are done against html instead of original code (#9143). | Jean-Philippe Lang | 2012-02-15 | 1 | -0/+23 |
* | Makes user autocompleters work with firstname and lastname. | Jean-Philippe Lang | 2012-02-14 | 1 | -1/+16 |
* | Fixed: {{toc}} uses identical anchors for subsections with the same name (#81... | Jean-Philippe Lang | 2012-02-14 | 1 | -0/+27 |
* | Fixed: error when creating a project with a version format custom field (#102... | Jean-Philippe Lang | 2012-02-13 | 1 | -0/+7 |
* | Prevent ActiveRecord::StaleObjectError in Issue#reschedule_after (#7920). | Jean-Philippe Lang | 2012-02-12 | 1 | -0/+13 |
* | Fixed potential error when sorting members without role (#10053). | Jean-Philippe Lang | 2012-02-12 | 1 | -0/+17 |
* | Updated test against r8860. | Jean-Philippe Lang | 2012-02-12 | 1 | -2/+1 |
* | Allows custom styles in textile formatting using a white list of styles (#2416). | Jean-Philippe Lang | 2012-02-12 | 1 | -0/+44 |
* | scm: git: use default branch from HEAD (#10207) | Toshi MARUYAMA | 2012-02-12 | 1 | -0/+10 |
* | scm: git: update test repository (#10207) | Toshi MARUYAMA | 2012-02-12 | 3 | -9/+14 |
* | Adds a News#commentable? method to easily specific additional rules. | Jean-Philippe Lang | 2012-02-11 | 1 | -0/+9 |
* | Prevent random failures due to params order. | Jean-Philippe Lang | 2012-02-11 | 1 | -9/+9 |
* | Adds a test for changeset/issue relations deletion. | Jean-Philippe Lang | 2012-02-11 | 1 | -0/+9 |
* | Fixed that changesets parents associations are not deleted when deleting a re... | Jean-Philippe Lang | 2012-02-11 | 1 | -0/+9 |
* | Displays the full form when creating a version from the issue form so that re... | Jean-Philippe Lang | 2012-02-11 | 1 | -3/+27 |
* | Only show statuses that can be applied to all issues on the bulk edit form (#... | Jean-Philippe Lang | 2012-02-11 | 1 | -0/+20 |
* | Fixed: wrong section edit links when a heading contains inline code (#10199). | Jean-Philippe Lang | 2012-02-11 | 1 | -0/+45 |
* | scm: git: call "git log" only once instead of per branch in fetching revision... | Toshi MARUYAMA | 2012-02-11 | 1 | -30/+36 |
* | scm: git: raise exception if "git log" is error and block is given in lib rev... | Toshi MARUYAMA | 2012-02-10 | 1 | -11/+19 |
* | scm: git: clarify the purpose of the unit model test to fetch history editing... | Toshi MARUYAMA | 2012-02-10 | 1 | -13/+17 |
* | Bulk-edit custom fields through context menu (#6296). | Jean-Philippe Lang | 2012-02-09 | 1 | -0/+96 |
* | scm: git: add explicit :excludes option to calling revision method in "test_r... | Toshi MARUYAMA | 2012-02-09 | 1 | -1/+2 |
* | scm: git: add test of get revisions from disjointed histories to unit lib tes... | Toshi MARUYAMA | 2012-02-09 | 1 | -0/+17 |
* | scm: git: update test repository (#8857) | Toshi MARUYAMA | 2012-02-09 | 4 | -13/+15 |
* | scm: git: remove redundant comma from test_revisions_includes_master_two_revs... | Toshi MARUYAMA | 2012-02-09 | 1 | -1/+1 |
* | scm: git: code cleanup "test_branches" of unit lib test | Toshi MARUYAMA | 2012-02-09 | 1 | -12/+16 |
* | scm: git: add lib test to get master branch revisions from origin (#8857) | Toshi MARUYAMA | 2012-02-09 | 1 | -0/+12 |
* | scm: git: add model method to get heads from extra_info branches hash (#8857) | Toshi MARUYAMA | 2012-02-09 | 1 | -0/+16 |
* | scm: git: add includes and excludes options to lib revisions method (#8857) | Toshi MARUYAMA | 2012-02-08 | 1 | -0/+56 |
* | scm: git: remove unused "--all" option of "git log" in lib revisions method | Toshi MARUYAMA | 2012-02-08 | 1 | -11/+0 |
* | scm: git: use explicit "master" instead of all for revisions method at unit l... | Toshi MARUYAMA | 2012-02-08 | 1 | -2/+2 |
* | code layout cleanup test/unit/lib/redmine/scm/adapters/git_adapter_test.rb | Toshi MARUYAMA | 2012-02-08 | 1 | -7/+7 |
* | scm: git: use explicit "master" for latest_changesets at unit app test | Toshi MARUYAMA | 2012-02-07 | 1 | -2/+2 |
* | scm: git: remove "test_getting_certain_revisions" from unit lib test | Toshi MARUYAMA | 2012-02-07 | 1 | -4/+0 |
* | Adds membership ids to /users/:id API response. | Jean-Philippe Lang | 2012-02-06 | 1 | -0/+28 |
* | Fixed "can't convert Fixnum into String" error on projects with numerical ide... | Jean-Philippe Lang | 2012-02-06 | 1 | -0/+8 |
* | Typo | Jean-Philippe Lang | 2012-02-06 | 1 | -1/+1 |
* | Adds a simple API for listing roles (#9725). | Jean-Philippe Lang | 2012-02-06 | 2 | -0/+73 |
* | REST API for project memberships (#7420). | Jean-Philippe Lang | 2012-02-06 | 2 | -0/+210 |
* | Resourcified project memberships. | Jean-Philippe Lang | 2012-02-05 | 2 | -19/+19 |
* | Ability to edit a wiki page's parent on the edit page (#6449). | Jean-Philippe Lang | 2012-02-05 | 1 | -4/+52 |
* | Fixed an assertion for ruby1.9. | Jean-Philippe Lang | 2012-02-05 | 1 | -1/+1 |
* | Adds a X-Redmine-Sender header to email notifications (#5643). | Jean-Philippe Lang | 2012-02-05 | 1 | -0/+8 |
* | Removed mocha availability checks in tests. | Jean-Philippe Lang | 2012-02-05 | 2 | -8/+1 |
* | Fixed registration form broken by r8479. | Jean-Philippe Lang | 2012-02-05 | 2 | -6/+13 |
* | Increase username length limit from 30 to 60 (#2719). | Jean-Philippe Lang | 2012-02-05 | 2 | -7/+14 |
* | Adds a "Manage related isses" permission to add/remove commits/issues relatio... | Jean-Philippe Lang | 2012-02-05 | 3 | -0/+59 |
* | Fixes assertion. | Jean-Philippe Lang | 2012-02-04 | 1 | -1/+1 |
* | Better handling of issue update conflicts (#8691). | Jean-Philippe Lang | 2012-02-04 | 3 | -4/+129 |