summaryrefslogtreecommitdiffstats
path: root/app/views
Commit message (Expand)AuthorAgeFilesLines
* scm: in repository tree, use find_changeset_by_name instead of changesets.fin...Toshi MARUYAMA2011-02-161-1/+1
* Added 'retro' style for gravatars. #7608Jean-Baptiste Barth2011-02-121-1/+1
* Reverted r4780 that broke gantt tests (#7280).Jean-Philippe Lang2011-01-301-1/+1
* Removed issue subjects wrapping in gantt (#7280).Jean-Philippe Lang2011-01-301-1/+1
* Moves relations fetching from views to the controller and skip invalid relati...Jean-Philippe Lang2011-01-222-4/+4
* Removed extraneous hidden_field on wiki history (#7379).Jean-Philippe Lang2011-01-221-1/+0
* scm: use format_revision() for history, view and annotate (#3724).Toshi MARUYAMA2011-01-211-1/+1
* Load csshover.htc for IE6 only as later versions support hover on non-link el...Jean-Philippe Lang2011-01-161-1/+1
* Do not show "for only project I select" notification option on application se...Jean-Philippe Lang2011-01-161-1/+1
* Enable ability for administrators to delete users (#7296).Jean-Philippe Lang2011-01-162-1/+5
* Adds colon after label.Jean-Philippe Lang2011-01-151-1/+1
* Fixed: "Loading..." icon does not disappear after adding a project member whe...Jean-Philippe Lang2011-01-151-2/+2
* scm: changing two revision diff text at SCM adapter level (#3724).Toshi MARUYAMA2011-01-111-1/+1
* Fix associated revisions label on issue page.Toshi MARUYAMA2011-01-081-2/+2
* Removed hard-coded style on wiki history view.Jean-Philippe Lang2011-01-061-6/+6
* Do not show trackers and issue custom fields on project form when issue track...Jean-Philippe Lang2011-01-062-14/+17
* Changes ProjectsController#modules param name and add tests.Jean-Philippe Lang2011-01-061-1/+1
* Moves enabled_module_names param to project attribute so that it can be set t...Jean-Philippe Lang2011-01-061-2/+2
* Updated footer to 2011.Jean-Philippe Lang2011-01-021-1/+1
* Changing revision label and identifier at SCM adapter level (#3724, #6092)Toshi MARUYAMA2011-01-025-12/+12
* Strip non utf8 content when displaying diff (ruby1.9 compatibility).Jean-Philippe Lang2011-01-011-2/+2
* Makes issue move form similar to bulk edit form.Jean-Philippe Lang2010-12-291-7/+16
* Makes /projects API accept same pagination parameters as other API collection...Jean-Philippe Lang2010-12-231-1/+1
* Support for Javascript in Themes (#2803).Jean-Philippe Lang2010-12-221-0/+1
* Broken links on wiki diff view.Jean-Philippe Lang2010-12-201-2/+2
* Sort versions drop down on the bulk edit form.Jean-Philippe Lang2010-12-181-1/+1
* Fixed: issue description Quote button lost by r3941 (#7122).Jean-Philippe Lang2010-12-181-1/+1
* Adds a css class for gantt subjects.Jean-Philippe Lang2010-12-171-0/+2
* Adds an application setting to limit the number of items that can be displaye...Jean-Philippe Lang2010-12-152-0/+7
* Adds journal created_on attribute to issue API (#7111).Jean-Philippe Lang2010-12-141-0/+1
* Fixed bad html generated in users/memberships partial (multiple </tbody> tags)Jean-Baptiste Barth2010-12-121-1/+1
* Restores the issue description label (#6677).Jean-Philippe Lang2010-12-121-8/+10
* Refactor and add tests for News #index API (#7072).Jean-Philippe Lang2010-12-121-0/+14
* Autocomplete issue relations on subject (#3170).Jean-Philippe Lang2010-12-121-1/+3
* Code cleanup.Jean-Philippe Lang2010-12-121-1/+1
* Moves mail_notification param to user hash param so that it can be set using ...Jean-Philippe Lang2010-12-121-3/+3
* Removed no longer needed to_sym.Jean-Philippe Lang2010-12-121-1/+1
* Moves password param to user hash param so that it can be set using the User ...Jean-Philippe Lang2010-12-121-4/+2
* Restores object count and adds offset/limit attributes to API responses for p...Jean-Philippe Lang2010-12-112-2/+2
* Fixes indentation.Jean-Philippe Lang2010-12-112-48/+46
* Makes some attributes optional in API response to get faster/lightweight resp...Jean-Philippe Lang2010-12-113-6/+6
* Changes the representation of journal details in issue API.Jean-Philippe Lang2010-12-101-1/+4
* Fixed: error when serializing back objects with custom fields using ActiveRes...Jean-Philippe Lang2010-12-106-30/+8
* Gantt: Avoid unnecessary queries before rendering.Jean-Philippe Lang2010-12-071-2/+4
* Gantt: view cleanup.Jean-Philippe Lang2010-12-071-4/+1
* Gantt: iterate over all objects only once for html and pdf rendering (#6348).Jean-Philippe Lang2010-12-071-2/+4
* Automatic spent time logging from commit messages (#4155).Jean-Philippe Lang2010-12-051-0/+7
* Adds a pseudo format to api template names and overrides ActionController#def...Jean-Philippe Lang2010-12-048-0/+0
* Adds subtasks to GET /issues/:id API (#5338).Jean-Philippe Lang2010-12-041-0/+2
* Adds REST API for TimeEntries (#6823).Jean-Philippe Lang2010-12-042-0/+28