summaryrefslogtreecommitdiffstats
path: root/app/views/issues
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixes bottom links placement in issue with associated changesets (#4883).Jean-Philippe Lang2010-02-281-1/+2
* Refactor: Start to extract IssuesController#edit into #update (REST).Eric Davis2010-02-241-1/+2
* Reduces spacing on the bulk edit form.Jean-Philippe Lang2010-02-231-1/+1
* Bulk edit refactoring.Jean-Philippe Lang2010-02-231-10/+10
* Move hardcoded calendar images to css classes.Jean-Philippe Lang2010-02-231-3/+5
* Fixed view_issues_move_bottom hook arguments (#4893).Jean-Philippe Lang2010-02-231-1/+1
* Adds a hook on issue move form (#4850).Jean-Philippe Lang2010-02-191-0/+2
* Makes use of format_version_name.Jean-Philippe Lang2010-02-101-2/+1
* Fixed: Duplicated project name for subproject version on gantt chart (#4775).Jean-Philippe Lang2010-02-101-1/+0
* Removes overflow:auto on #content which broke the fix in r2118 (#4724).Jean-Philippe Lang2010-02-061-0/+2
* Allow commits to reference issues of parent projects and subprojects (#4674).Jean-Philippe Lang2010-01-311-1/+1
* Move ids in XML views.Jean-Philippe Lang2010-01-172-2/+4
* Cleaned up the IssueController redirects to use the back_url like the other a...Eric Davis2010-01-141-10/+10
* XML REST API for issues that provides CRUD operations for Issues (#1214).Jean-Philippe Lang2010-01-132-0/+85
* Avatars added in news (#3941) and forums (#4468) + cleanup.Jean-Philippe Lang2010-01-072-2/+3
* Bulk edit view cleanup.Jean-Philippe Lang2010-01-031-28/+44
* Allow bulk edit custom fields of any type (#461).Jean-Philippe Lang2010-01-031-3/+1
* Fixed: bulk edit doesn't include global custom fields (#4505).Jean-Philippe Lang2010-01-031-2/+2
* Issue sidebar cleanup.Jean-Philippe Lang2009-12-181-8/+6
* Removes changelog view.Jean-Philippe Lang2009-12-121-1/+0
* Adds a Setting to control how an Issue's done_ratio is calculated:Eric Davis2009-12-114-1/+8
* Makes target version field on update form use the grouped combo.Jean-Philippe Lang2009-12-101-1/+1
* Fix target version field on issue update form.Jean-Philippe Lang2009-12-101-1/+1
* Removes the 'Copy' checkbox on the copy/move form.Jean-Philippe Lang2009-12-063-12/+14
* Ability to add a new version from the issue form (#4315).Jean-Philippe Lang2009-12-061-1/+8