summaryrefslogtreecommitdiffstats
path: root/app/views/issues
Commit message (Expand)AuthorAgeFilesLines
* Backported r4530 from trunk.Jean-Philippe Lang2010-12-181-1/+1
* Merged r4311 from trunk.Eric Davis2010-10-312-3/+3
* Merged r4275 from trunk.Eric Davis2010-10-311-2/+2
* Merged r4258 from trunk.Eric Davis2010-10-311-2/+2
* Merged r4165 from trunk.Eric Davis2010-09-261-0/+2
* Merged r4105 from trunk.Eric Davis2010-09-201-1/+1
* Merged r4093 from trunk.Eric Davis2010-09-201-0/+1
* Merged r4090 from trunk.Eric Davis2010-09-201-1/+1
* Merged r4089 from trunk.Eric Davis2010-09-202-2/+2
* Merged r4065 from trunk.Eric Davis2010-09-201-0/+1
* Merged r4062 from trunk.Eric Davis2010-09-201-1/+1
* Merged r4057 from trunk.Eric Davis2010-09-201-1/+1
* Merged r4056 from trunk.Eric Davis2010-09-201-2/+2
* Merged r4037 from trunk.Eric Davis2010-09-201-1/+1
* Merged r4034 form trunk.Eric Davis2010-09-202-31/+1
* Merged r4014 from trunk.Eric Davis2010-08-221-0/+1
* Merged r4012 from trunk.Eric Davis2010-08-221-1/+1
* Merged r4011 from trunk.Eric Davis2010-08-221-1/+1
* Merged r4006 from trunk.Eric Davis2010-08-223-115/+2
* Merged r3946 from trunk.Eric Davis2010-08-193-13/+2
* Merged r3945 from trunk.Eric Davis2010-08-192-13/+1
* Merged r3936 from trunk.Eric Davis2010-08-193-61/+4
* Merged r3924 from trunk.Eric Davis2010-08-191-1/+1
* Merged r3918 from trunk.Eric Davis2010-08-191-1/+1
* Merged r3915 from trunk.Eric Davis2010-08-191-1/+1
* Merged r3898 from trunkEric Davis2010-07-302-2/+4
* Merged r3887 from trunk.Jean-Philippe Lang2010-07-251-2/+2
* Merged r3871 from trunk.Jean-Philippe Lang2010-07-251-1/+1
* Merged r3869 from trunk.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