summaryrefslogtreecommitdiffstats
path: root/app/views
Commit message (Expand)AuthorAgeFilesLines
* 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
* Moves project attributes default assignments from ProjectsController#new to t...Jean-Philippe Lang2010-12-031-0/+2
* Converts IssuesController to use the new API template system and makes xml/js...Jean-Philippe Lang2010-12-034-95/+93
* Converts ProjectsController to use the new API template system.Jean-Philippe Lang2010-12-034-42/+40
* Adds xml/json REST API for Users (#6260).Jean-Philippe Lang2010-12-032-0/+47
* Fixed: Layout problem in workflow overview (#6990).Jean-Philippe Lang2010-11-271-0/+2
* Replaced hardcoded strings (KB) with i18n equivalent (number.human.storage_un...Azamat Hackimov2010-11-251-2/+2
* Fixed: links to edit/delete a news broken by r4214 (#6944).Jean-Philippe Lang2010-11-201-6/+10
* Fixed: Log Time link broken in issue context menu (#6904).Jean-Philippe Lang2010-11-161-1/+1
* Raised maximum length of project names and identifiers to 255 and 100 respect...Jean-Philippe Lang2010-11-141-3/+3
* Fixed: unchecking status filter on the issue list has no effect (#6844).Jean-Philippe Lang2010-11-071-0/+1
* Fixed: User list not sorted on category form (#6760).Jean-Philippe Lang2010-11-071-1/+1
* Adds a "visible" option on User and Project custom fields (#1738).Jean-Philippe Lang2010-11-075-4/+6
* Removed hardcoded links in my/page_layout (#6839).Jean-Philippe Lang2010-11-071-3/+3
* Adds a combo to select parent on wiki page rename (#5136).Jean-Philippe Lang2010-11-061-1/+1
* Disable button to prevent accidental double click on project members (#6826).Jean-Philippe Lang2010-11-061-2/+4
* Add a Email Header setting. Useful for adding delimiters to every email.Eric Davis2010-11-023-0/+6
* Add a label for user and group search fields. #6521Jean-Baptiste Barth2010-10-302-2/+2
* Added ability to create issue directly as a subtask of another one. #5484Jean-Baptiste Barth2010-10-302-3/+3
* Fix wikilinks in project > settings > versions and version view. #6435 #4416Jean-Baptiste Barth2010-10-292-3/+3
* Fixed: disabling autologin not persisted. #6438Jean-Baptiste Barth2010-10-291-1/+1
* Refactor: convert WikiController to a REST resourceEric Davis2010-10-285-10/+10
* Fixed potential nil method errors when trying to access /issues/context_menu ...Jean-Baptiste Barth2010-10-271-2/+2
* Refactor: use :id instead of :page when linking to Wiki PagesEric Davis2010-10-2714-35/+35
* Refactor: convert WikiController#destroy to use HTTP DELETEEric Davis2010-10-262-2/+2
* Allow adding notes when moving issuesEric Davis2010-10-251-0/+5
* Allow changing the Priority when moving issues.Eric Davis2010-10-251-0/+5
* Refactor: Rename WikiController#page_index to #indexEric Davis2010-10-252-1/+1
* Refactor: merged error rendering methods.Jean-Philippe Lang2010-10-233-12/+6