summaryrefslogtreecommitdiffstats
path: root/app/views/issues
Commit message (Expand)AuthorAgeFilesLines
* Splits private/public issue queries in the sidebar (#1067).Jean-Philippe Lang2011-02-211-7/+1
* Moves relations fetching from views to the controller and skip invalid relati...Jean-Philippe Lang2011-01-222-4/+4
* Fix associated revisions label on issue page.Toshi MARUYAMA2011-01-081-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 journal created_on attribute to issue API (#7111).Jean-Philippe Lang2010-12-141-0/+1
* Restores the issue description label (#6677).Jean-Philippe Lang2010-12-121-8/+10
* Restores object count and adds offset/limit attributes to API responses for p...Jean-Philippe Lang2010-12-111-1/+1
* 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-111-4/+4
* 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-102-10/+2
* Adds a pseudo format to api template names and overrides ActionController#def...Jean-Philippe Lang2010-12-042-0/+0
* Adds subtasks to GET /issues/:id API (#5338).Jean-Philippe Lang2010-12-041-0/+2
* Converts IssuesController to use the new API template system and makes xml/js...Jean-Philippe Lang2010-12-034-95/+93
* Added ability to create issue directly as a subtask of another one. #5484Jean-Baptiste Barth2010-10-302-3/+3
* Add ids to some sections of the issue formEric Davis2010-10-221-2/+2
* Remove the Description label from the issue view and omit the block if empty ...Jean-Philippe Lang2010-10-191-3/+4
* Revert part of r3936.Eric Davis2010-10-151-2/+2
* Fix the Log Time link on an issue pageEric Davis2010-10-081-1/+1
* Added ability to edit issues from different project through contextual menu (...Jean-Baptiste Barth2010-10-081-2/+7
* Refactor: rename TimelogController#details to #indexEric Davis2010-10-061-1/+1
* Add view_issues_form_details_top hookEric Davis2010-09-201-0/+2
* Updated issue delete confirmation when it has child issues. #6191Eric Davis2010-09-201-1/+1
* Fixed: pressing enter in filters should result to an 'apply', not a 'save'. #...Jean-Baptiste Barth2010-09-161-0/+1
* Refactor: split VersionsController#new into #new and #createEric Davis2010-09-161-1/+1
* Use the full path to the partialsEric Davis2010-09-152-2/+2
* Refocus the related issue field after submitting an issue. #6275Eric Davis2010-09-061-0/+1
* Refactor: move method to model. (references r4057)Eric Davis2010-09-051-1/+1
* Add css classes to journals display to facilitate themingJean-Baptiste Barth2010-09-031-1/+1
* Hide checkboxes in issues list when printingJean-Baptiste Barth2010-09-031-2/+2
* Refactor: extract #bulk_update method from IssuesController#bulk_edit.Eric Davis2010-08-241-1/+1
* Refactor: move IssuesController#changes to JournalsController#index.Eric Davis2010-08-232-31/+1
* Add RTL support to the context menu. #6012Eric Davis2010-08-221-0/+1
* Fix the calendar link in the Issues sidebar. #5591Eric Davis2010-08-221-1/+1
* Refactor: merge IssuesController#update_form into IssuesController#newEric Davis2010-08-201-1/+1
* Refactor: move IssuesController#context_menu to a new controller.Eric Davis2010-08-193-115/+2
* Refactor: move IssuesController#preview to a new controller.Eric Davis2010-08-183-13/+2
* Refactor: move IssuesController#auto_complete to a new controller. #4382Eric Davis2010-08-172-13/+1
* Refactor: Extract a new IssueMovesController from IssuesController.Eric Davis2010-08-113-61/+4
* Refactor: added link_to_project helper to handle links to projectsJean-Baptiste Barth2010-08-081-1/+1
* Refactor: start to split IssuesController#move into two separate actions.Eric Davis2010-08-061-1/+1
* Focus on the input when adding a related issue on issues/show page. #4656Jean-Baptiste Barth2010-08-041-1/+1
* RTL theme for reference (thanks to Orgad Shaneh, #5972)Azamat Hackimov2010-07-292-2/+4
* Fixes context menu broken by r3869 (#5925).Jean-Philippe Lang2010-07-251-2/+2
* Fixes broken status change in context menu (#5892).Jean-Philippe Lang2010-07-251-1/+1
* Disable priority (#5925) and progress in context menu for parent issues.Jean-Philippe Lang2010-07-251-2/+2
* Add :view_issues_index_bottom hook. #5169Eric Davis2010-07-161-0/+1
* Add a css class to hide content when printing. #5508Eric Davis2010-06-191-2/+2
* Convert the file attachment's description to a label.Eric Davis2010-05-251-1/+1