| Commit message (Expand) | Author | Age | Files | Lines |
* | Wiki page versions routes cleanup. | Jean-Philippe Lang | 2012-10-21 | 1 | -3/+3 |
* | Makes enumerations available through the REST API. | Jean-Philippe Lang | 2012-10-17 | 1 | -1/+2 |
* | Expose roles details via REST API (#11502). | Jean-Philippe Lang | 2012-10-12 | 1 | -1/+1 |
* | Adds a view for editing all trackers fields. | Jean-Philippe Lang | 2012-09-02 | 1 | -1/+5 |
* | Adds a macro for inserting thumbnails in formatted text (#3510). | Jean-Philippe Lang | 2012-07-16 | 1 | -1/+1 |
* | Use named routes. | Jean-Philippe Lang | 2012-07-15 | 1 | -1/+1 |
* | Workflow enhancement: editable and required fields configurable by role, trac... | Jean-Philippe Lang | 2012-07-15 | 1 | -0/+1 |
* | Use named routes. | Jean-Philippe Lang | 2012-07-07 | 1 | -2/+2 |
* | Displays thumbnails of attached images of the issue view (#1006). | Jean-Philippe Lang | 2012-07-07 | 1 | -0/+1 |
* | Fixed: unified diff link broken on specific file/revision diff (#11325). | Jean-Philippe Lang | 2012-07-04 | 1 | -0/+2 |
* | Ability to close projects (read-only) (#3640). | Jean-Philippe Lang | 2012-06-25 | 1 | -0/+2 |
* | route: scm: fix diff of two revisions | Toshi MARUYAMA | 2012-05-05 | 1 | -2/+2 |
* | route: scm: split entry and raw actions | Toshi MARUYAMA | 2012-05-05 | 1 | -18/+8 |
* | route: scm: fix git and mercurial changes action | Toshi MARUYAMA | 2012-05-03 | 1 | -2/+8 |
* | route: remove duplicate repository committers | Toshi MARUYAMA | 2012-05-01 | 1 | -2/+0 |
* | Reverts r9547 that breaks 2 tests. | Jean-Philippe Lang | 2012-04-27 | 1 | -20/+4 |
* | remove trailing white-spaces from config/routes.rb | Toshi MARUYAMA | 2012-04-27 | 1 | -5/+5 |
* | route: use constraints for repositories ":format => 'raw'" and :action | Toshi MARUYAMA | 2012-04-27 | 1 | -4/+20 |
* | route: add constraints to repositories which are lost in Rails3 route | Toshi MARUYAMA | 2012-04-27 | 1 | -4/+24 |
* | Merged rails-3.2 branch. | Jean-Philippe Lang | 2012-04-25 | 1 | -374/+296 |
* | Adds the ability for users to delete their own account (#10664). Can be disab... | Jean-Philippe Lang | 2012-04-15 | 1 | -0/+2 |
* | Adds missing route to project search. | Jean-Philippe Lang | 2012-04-08 | 1 | -0/+1 |
* | scm: fix revisions page "OK" button always returns 404 error (#10567) | Toshi MARUYAMA | 2012-04-02 | 1 | -4/+6 |
* | Ability to add non-member watchers on issue creation (#5159). | Jean-Philippe Lang | 2012-03-24 | 1 | -0/+2 |
* | Resourcified auth_sources. | Jean-Philippe Lang | 2012-03-11 | 1 | -16/+1 |
* | Merged LdapAuthSourceController into AuthSourceController. | Jean-Philippe Lang | 2012-03-11 | 1 | -15/+0 |
* | Fixed routing failure with jruby 1.6. | Jean-Philippe Lang | 2012-02-27 | 1 | -1/+3 |
* | Adds support for adding attachments to issues through the REST API (#8171). | Jean-Philippe Lang | 2012-02-23 | 1 | -0/+2 |
* | route: split issue preview route to adding and editing | Toshi MARUYAMA | 2012-02-15 | 1 | -2/+4 |
* | REST API for project memberships (#7420). | Jean-Philippe Lang | 2012-02-06 | 1 | -1/+1 |
* | Resourcified project memberships. | Jean-Philippe Lang | 2012-02-05 | 1 | -9/+3 |
* | Adds a "Manage related isses" permission to add/remove commits/issues relatio... | Jean-Philippe Lang | 2012-02-05 | 1 | -0/+8 |
* | route: repository: move :repository_id routes before non :repository_id routes | Toshi MARUYAMA | 2012-01-29 | 1 | -23/+26 |
* | route: scm: fix indents of repository revision requirement | Toshi MARUYAMA | 2012-01-21 | 1 | -2/+2 |
* | route: scm: add revision requirements for git/mercurial branches (#10026) | Toshi MARUYAMA | 2012-01-21 | 1 | -2/+8 |
* | Adds support for multiple repositories per project (#779). | Jean-Philippe Lang | 2012-01-15 | 1 | -18/+30 |
* | Resourcified repositories for CRUD operations to prepare for multiple SCM per... | Jean-Philippe Lang | 2012-01-15 | 1 | -10/+2 |
* | Ability to add non-member users as watchers (#5159). | Jean-Philippe Lang | 2012-01-09 | 1 | -1/+5 |
* | route: use ":controller" instead of ":as" for project_enumerations | Toshi MARUYAMA | 2012-01-09 | 1 | -1/+1 |
* | route: remove redundant :path_prefix from time entries route scoped under pro... | Toshi MARUYAMA | 2012-01-08 | 1 | -1/+0 |
* | route: move news after project scope | Toshi MARUYAMA | 2012-01-08 | 1 | -2/+3 |
* | Copy issues via bulk update action. | Jean-Philippe Lang | 2012-01-07 | 1 | -3/+0 |
* | Allows project to be changed from the bulk edit form. | Jean-Philippe Lang | 2012-01-07 | 1 | -1/+1 |
* | Makes /projects/:project_id/issues/new accept PUT requests for when serializi... | Jean-Philippe Lang | 2012-01-06 | 1 | -1/+1 |
* | route: code layout clean up timelog route | Toshi MARUYAMA | 2012-01-05 | 1 | -2/+5 |
* | route: fix messages quote action method defined at r8162 | Toshi MARUYAMA | 2012-01-04 | 1 | -1/+1 |
* | route: simplify repositories route | Toshi MARUYAMA | 2012-01-04 | 1 | -3/+1 |
* | route: code layout clean up repositories route | Toshi MARUYAMA | 2012-01-02 | 1 | -5/+10 |
* | route: code layout clean up repositories route | Toshi MARUYAMA | 2012-01-02 | 1 | -18/+35 |
* | route: move time entries matchings and resources after /issues matchings | Toshi MARUYAMA | 2011-12-31 | 1 | -9/+9 |