| Commit message (Expand) | Author | Age | Files | Lines |
* | Only show allowed statuses in context menu (#10181). | Jean-Philippe Lang | 2012-02-09 | 1 | -2/+2 |
* | Bulk-edit custom fields through context menu (#6296). | Jean-Philippe Lang | 2012-02-09 | 1 | -0/+14 |
* | Adds membership ids to /users/:id API response. | Jean-Philippe Lang | 2012-02-06 | 1 | -2/+7 |
* | Adds a simple API for listing roles (#9725). | Jean-Philippe Lang | 2012-02-06 | 1 | -0/+8 |
* | REST API for project memberships (#7420). | Jean-Philippe Lang | 2012-02-06 | 2 | -0/+32 |
* | code layout cleanup app/views/repositories/_related_issues.html.erb | Toshi MARUYAMA | 2012-02-05 | 1 | -2/+6 |
* | code layout cleanup app/views/wiki/edit.html.erb | Toshi MARUYAMA | 2012-02-05 | 1 | -2/+4 |
* | replace tabs to spaces at app/views/wiki/edit.html.erb | Toshi MARUYAMA | 2012-02-05 | 1 | -3/+3 |
* | replace tabs to spaces at app/views/issues/_conflict.html.erb | Toshi MARUYAMA | 2012-02-05 | 1 | -13/+13 |
* | replace tabs to spaces at app/views/issues/_edit.html.erb | Toshi MARUYAMA | 2012-02-05 | 1 | -3/+3 |
* | Resourcified project memberships. | Jean-Philippe Lang | 2012-02-05 | 3 | -13/+12 |
* | Ability to edit a wiki page's parent on the edit page (#6449). | Jean-Philippe Lang | 2012-02-05 | 1 | -2/+7 |
* | scm: rename JavaScript "branchGraph" function name to "revisionGraph" | Toshi MARUYAMA | 2012-02-05 | 1 | -1/+1 |
* | Adds a "Manage related isses" permission to add/remove commits/issues relatio... | Jean-Philippe Lang | 2012-02-05 | 2 | -7/+36 |
* | Better handling of issue update conflicts (#8691). | Jean-Philippe Lang | 2012-02-04 | 2 | -0/+28 |
* | Revision graph code cleanup. | Etienne Massip | 2012-02-04 | 2 | -18/+17 |
* | Permissions report: display role names on each permission group (#10119). | Jean-Philippe Lang | 2012-02-02 | 1 | -2/+5 |
* | Adds specific css class for information in forms. | Jean-Philippe Lang | 2012-02-02 | 12 | -26/+25 |
* | Adds a setting that allows to reference/fix issues of all projects (#3087). | Jean-Philippe Lang | 2012-02-02 | 1 | -0/+2 |
* | Adds custom field in TimeEntry API responses (#10131). | Jean-Philippe Lang | 2012-02-01 | 2 | -0/+4 |
* | replace tabs to spaces at app/views/wiki/index.html.erb | Toshi MARUYAMA | 2012-01-31 | 1 | -2/+2 |
* | Adds export of all wiki pages to a PDF file (#3463). | Jean-Philippe Lang | 2012-01-30 | 2 | -4/+8 |
* | Check parent wiki page by default. | Jean-Philippe Lang | 2012-01-30 | 1 | -1/+1 |
* | remove trailing tabs from app/views/news/_form.html.erb | Toshi MARUYAMA | 2012-01-30 | 1 | -1/+1 |
* | Enable attached images to be displayed inline on the news list. | Jean-Philippe Lang | 2012-01-29 | 1 | -1/+1 |
* | Allows attachments on news (#1972). | Jean-Philippe Lang | 2012-01-29 | 5 | -6/+8 |
* | Display of multi custom fields. | Jean-Philippe Lang | 2012-01-29 | 1 | -1/+1 |
* | Display custom_field_values instead of custom_values. | Jean-Philippe Lang | 2012-01-29 | 1 | -2/+2 |
* | Allow existing single value custom fields to be changed to multiselect. | Jean-Philippe Lang | 2012-01-29 | 1 | -1/+1 |
* | Adds support for multiselect custom fields (#1189). | Jean-Philippe Lang | 2012-01-29 | 5 | -8/+16 |
* | replace tabs to spaces at app/views/projects/settings/_repositories.html.erb | Toshi MARUYAMA | 2012-01-26 | 1 | -11/+11 |
* | code layout cleanup app/views/repositories/revisions.html.erb | Toshi MARUYAMA | 2012-01-26 | 1 | -1/+4 |
* | code layout cleanup app/views/repositories/_revisions.html.erb | Toshi MARUYAMA | 2012-01-26 | 1 | -1/+5 |
* | Fixed javascript error when changing time period on time report. | Jean-Philippe Lang | 2012-01-24 | 1 | -1/+1 |
* | Fixed links to versions anchors on the roadmap. | Jean-Philippe Lang | 2012-01-24 | 1 | -1/+1 |
* | Provide a direct access to completed versions form the roadmap. | Jean-Philippe Lang | 2012-01-24 | 1 | -0/+10 |
* | Moved javascript filters functions to application.js. | Jean-Philippe Lang | 2012-01-24 | 1 | -103/+1 |
* | Allows bulk change issue private flag (#10042). | Jean-Philippe Lang | 2012-01-23 | 1 | -0/+8 |
* | Enable global time logging at /time_entries/new (#10020). | Jean-Philippe Lang | 2012-01-21 | 3 | -2/+11 |
* | Adds a <<me>> option for assignee in the context menu (#1102). | Jean-Philippe Lang | 2012-01-21 | 1 | -0/+4 |
* | Adds a 'Create and continue' button on the spent time form (#9995). | Jean-Philippe Lang | 2012-01-21 | 1 | -1/+2 |
* | Resizes the attachment description field and moves the label to a placeholder... | Jean-Philippe Lang | 2012-01-21 | 1 | -1/+1 |
* | Updated footer. | Jean-Philippe Lang | 2012-01-20 | 1 | -1/+1 |
* | Localized string for issue position in results. | Jean-Philippe Lang | 2012-01-20 | 1 | -1/+1 |
* | Fixed: Git: Mercurial: Branch dropdown broken on repositories page (#10026). | Jean-Philippe Lang | 2012-01-20 | 1 | -1/+1 |
* | Adds an option of the copy form to enable/disable attachments copy (#3055). | Jean-Philippe Lang | 2012-01-20 | 1 | -0/+7 |
* | add newline at end of app/views/repositories/edit.html.erb | Toshi MARUYAMA | 2012-01-20 | 1 | -1/+1 |
* | add newline at end of app/views/repositories/_form.html.erb | Toshi MARUYAMA | 2012-01-20 | 1 | -1/+1 |
* | Sort repositories in settings (#779). | Jean-Philippe Lang | 2012-01-17 | 1 | -1/+1 |
* | Moved the "Main repository" checkbox before the identifier (#779). | Jean-Philippe Lang | 2012-01-17 | 1 | -1/+1 |