| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged r16116 (#22034). | Jean-Philippe Lang | 2017-01-04 | 1 | -1/+1 |
* | Merged r15431 to r15435 (#22924, #22925, #22926). | Jean-Philippe Lang | 2016-06-04 | 1 | -1/+1 |
* | Don't display table headers if there's no trackers (#20413). | Jean-Philippe Lang | 2015-11-07 | 1 | -0/+2 |
* | Hide empty ul on project overview (#21159). | Jean-Philippe Lang | 2015-11-07 | 1 | -0/+2 |
* | Default target version for new issues (#1828). | Jean-Philippe Lang | 2015-11-01 | 1 | -0/+4 |
* | Adds link to open issues on tracker name (#20413). | Jean-Philippe Lang | 2015-10-24 | 1 | -1/+1 |
* | Use a table instead of an unordered list in "Issue tracking" box (#20413). | Jean-Philippe Lang | 2015-10-04 | 1 | -8/+28 |
* | Removed unused view. | Jean-Philippe Lang | 2015-06-21 | 1 | -13/+0 |
* | Deprecates Project#member_principals. | Jean-Philippe Lang | 2015-06-18 | 1 | -1/+1 |
* | Ability to limit member management to certain roles (#19707). | Jean-Philippe Lang | 2015-05-31 | 1 | -3/+1 |
* | Adds a role setting that viewing all or own time entries (#8929). | Jean-Philippe Lang | 2015-05-30 | 1 | -2/+4 |
* | Include custom fields description in project settings and issue view (#19296). | Jean-Philippe Lang | 2015-03-21 | 1 | -1/+1 |
* | Removed unneeded #h calls in views. | Jean-Philippe Lang | 2015-02-23 | 10 | -16/+16 |
* | Fixed: Custom field is rendered, even if its value is empty (for multiple) (#... | Jean-Philippe Lang | 2015-01-10 | 1 | -4/+2 |
* | HTML improvements on project landing page (#18565). | Jean-Philippe Lang | 2014-12-13 | 2 | -6/+6 |
* | Removed duplicate element ids. | Jean-Philippe Lang | 2014-11-23 | 2 | -8/+8 |
* | Moved new project member to its own action MemberController#new. | Jean-Philippe Lang | 2014-11-15 | 1 | -30/+2 |
* | Prevents one query per tracker. | Jean-Philippe Lang | 2014-11-02 | 1 | -1/+1 |
* | Merged rails-4.1 branch (#14534). | Jean-Philippe Lang | 2014-10-22 | 1 | -1/+1 |
* | Backport r13313 from rails-4.1 to trunk. | Toshi MARUYAMA | 2014-09-14 | 1 | -1/+1 |
* | Moves project sidebar content to a partial (#17380). | Jean-Philippe Lang | 2014-09-13 | 2 | -11/+13 |
* | Include enabled modules in projects API (#17602). | Jean-Baptiste Barth | 2014-09-06 | 2 | -12/+2 |
* | Add project is_public to GET /projects/:id and /projects API response (#17628). | Jean-Baptiste Barth | 2014-08-15 | 2 | -0/+2 |
* | Extract code to render project context links to helper (#16381). | Jean-Philippe Lang | 2014-03-21 | 1 | -6/+1 |
* | code format clean up app/views/projects/settings/_members.html.erb | Toshi MARUYAMA | 2014-02-04 | 1 | -6/+8 |
* | Focus first text field automatically (#13134). | Jean-Philippe Lang | 2014-01-19 | 1 | -1/+0 |
* | Removes duplicate ids (#15485). | Jean-Philippe Lang | 2014-01-11 | 3 | -4/+7 |
* | Adds project status to GET /projects/:id and GET /projects API response (#158... | Jean-Philippe Lang | 2014-01-11 | 2 | -0/+2 |
* | Removed deprecated align and width html attributes (#15307). | Jean-Philippe Lang | 2013-11-11 | 5 | -11/+11 |
* | Adds a CSS class for reorder links (#15307). | Jean-Philippe Lang | 2013-11-10 | 1 | -1/+1 |
* | Hide issue custom fields when disabling issue tracking on new project. | Jean-Philippe Lang | 2013-10-05 | 1 | -1/+12 |
* | code format cleanup app/views/projects/settings/_members.html.erb | Toshi MARUYAMA | 2013-08-09 | 1 | -27/+41 |
* | remove unneeded h() from app/views/projects/settings/_members.html.erb | Toshi MARUYAMA | 2013-08-09 | 1 | -3/+3 |
* | change member save button from :button_change to :button_save (#13745) | Toshi MARUYAMA | 2013-08-09 | 1 | -1/+1 |
* | code format cleanup app/views/projects/index.html.erb | Toshi MARUYAMA | 2013-08-07 | 1 | -2/+2 |
* | Adds missing html titles (#14517). | Jean-Philippe Lang | 2013-07-28 | 2 | -2/+3 |
* | Fixed one query per member on project settings. | Jean-Philippe Lang | 2013-07-11 | 1 | -1/+1 |
* | Add a "Cancel" button to the "Delete" project page when deleting a project (#... | Jean-Philippe Lang | 2013-03-19 | 1 | -0/+1 |
* | replace tabs to spaces at app/views/projects/settings/_issue_categories.html.erb | Toshi MARUYAMA | 2013-03-15 | 1 | -2/+2 |
* | replace tabs to spaces at app/views/projects/settings/_boards.html.erb | Toshi MARUYAMA | 2013-03-15 | 1 | -1/+1 |
* | Don't display the warning to administrators (#5605). | Jean-Philippe Lang | 2013-02-03 | 1 | -1/+1 |
* | Adds a warning for when a user with inherited permissions disables inheritanc... | Jean-Philippe Lang | 2013-02-03 | 1 | -0/+14 |
* | Removed div around fieldset on project modules. | Jean-Philippe Lang | 2013-02-02 | 1 | -4/+2 |
* | Raises project description height. | Jean-Philippe Lang | 2013-02-02 | 1 | -1/+1 |
* | Typo that makes the checkbox not visible (#5605). | Jean-Philippe Lang | 2013-02-02 | 1 | -1/+1 |
* | Optionaly inherit members from parent project (#5605). | Jean-Philippe Lang | 2013-02-02 | 1 | -4/+9 |
* | Adds pagination to users list when adding project or group members (#9549). | Jean-Philippe Lang | 2013-01-18 | 1 | -6/+4 |
* | Generate project identifier automatically with JavaScript (#9225). | Jean-Philippe Lang | 2013-01-06 | 1 | -1/+7 |
* | Code cleanup, use named routes. | Jean-Philippe Lang | 2012-12-23 | 1 | -9/+7 |
* | Replaces find(:all) calls. | Jean-Philippe Lang | 2012-12-02 | 1 | -1/+1 |