summaryrefslogtreecommitdiffstats
path: root/app/views/issues
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use present? instead of any?. Handles nil case.Eric Davis2010-05-141-5/+5
* Refactor: move Project Calendar to it's own controller.Eric Davis2010-05-031-54/+0
* Adds issue relations to individual issue XML (#5305).Jean-Philippe Lang2010-05-011-0/+6
* Refactor: Move gantts to a separate controller.Eric Davis2010-04-282-253/+1
* Refactor: Split IssuesController#new to #new and #create to match REST pattern.Eric Davis2010-04-221-1/+1
* Fixes error on subtask XML format (#5336).Jean-Philippe Lang2010-04-171-1/+1
* Adds parent issue id in issue REST API (#5304).Jean-Philippe Lang2010-04-132-0/+2
* Fixed: empty ul tag for issue updates with notes only (#5281).Jean-Philippe Lang2010-04-111-3/+5
* Merge issue and time entry validation error messages.Jean-Philippe Lang2010-04-111-2/+1
* Removed count from issues.xml. It causes a typecast error in ActiveResource. ...Eric Davis2010-04-101-1/+1
* Adds a css class to issue id tds (#5204).Jean-Philippe Lang2010-03-291-1/+1
* Preview description if it was edited while updating an issue (#741).Jean-Philippe Lang2010-03-281-0/+11
* Issue list improvements for subtasking (#5196):Jean-Philippe Lang2010-03-271-2/+2
* Inlines some code to speed up large ticket history rendering.Jean-Philippe Lang2010-03-162-2/+2
* Move issue watchers to the sidebar.Jean-Philippe Lang2010-03-131-9/+8
* Slight UI changes to the subtasks tree.Jean-Philippe Lang2010-03-132-2/+2
* Adds subtasking (#443) including:Jean-Philippe Lang2010-03-135-12/+52
* Moves ProjectsController#add_issue_category to IssueCategoriesController#new.Jean-Philippe Lang2010-03-061-2/+2
* Moves ProjectsController#add_version to VersionsController#new.Jean-Philippe Lang2010-03-061-2/+2
* Adds an helper for creating the context menu.Jean-Philippe Lang2010-03-041-4/+1
* Filters collapsed by default for saved queries (#4623).Jean-Philippe Lang2010-03-031-2/+2
* Fixes some context menu links broken by r3478.Jean-Philippe Lang2010-03-011-9/+9