summaryrefslogtreecommitdiffstats
path: root/app/controllers/issues_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* Added per-project tracker selection. Trackers can be selected on project sett...Jean-Philippe Lang2007-11-201-0/+1
* Anonymous users can now be allowed to create, edit, comment issues, comment n...Jean-Philippe Lang2007-11-201-10/+9
* 'fixed version' field can now be displayed on the issue list.Jean-Philippe Lang2007-11-181-1/+1
* Custom fields can now be reordered.Jean-Philippe Lang2007-11-121-1/+1
* ProjectsController#list_issues, #export_issues_csv and #export_issues_pdf mer...Jean-Philippe Lang2007-11-051-31/+64
* Added the hability to copy an issue.Jean-Philippe Lang2007-10-281-0/+1
* Added AJAX based context menu on the project issue list that provide shortcut...Jean-Philippe Lang2007-10-281-3/+18
* Fixed: unable to add a file to an issue without entering a note.Jean-Philippe Lang2007-10-191-15/+13
* Removed issue assignment validation to avoid validation failure when updating...Jean-Philippe Lang2007-10-181-1/+0
* Added preview on add/edit issue form.Jean-Philippe Lang2007-10-061-1/+8
* Merged IssuesController#export_pdf into IssuesController#show.Jean-Philippe Lang2007-10-051-7/+9
* Custom query columns: checkboxes replaced by two selects that let the user sp...Jean-Philippe Lang2007-10-011-1/+1
* Mail notification options restored (default is: issue_added and issue_updated).Jean-Philippe Lang2007-09-141-2/+2
* Removed @html_title assignments in controllers.Jean-Philippe Lang2007-09-071-1/+0
* Added atom feed on the new cross-project issue list.Jean-Philippe Lang2007-08-311-1/+5
* Added a cross-project issue list. It displays the issues of all the projects ...Jean-Philippe Lang2007-08-311-3/+42
* Merged 0.6 branch into trunk.Jean-Philippe Lang2007-08-291-20/+10
* Issue history is now 'oldest first' sorted.Jean-Philippe Lang2007-08-141-1/+1
* Removed IssuesController#history, all changes are now displayed on issues/sho...Jean-Philippe Lang2007-08-121-6/+0
* Applied the flash notices patch by Matt Jones (slightly edited).Jean-Philippe Lang2007-08-021-2/+2
* Added the ability to log time when changing an issue status.Jean-Philippe Lang2007-07-141-0/+8
* Fixed version field on issue view page now links to the corresponding version...Jean-Philippe Lang2007-06-121-0/+2
* Attachments can now be added to wiki pages (original patch by Pavol Murin). O...Jean-Philippe Lang2007-05-261-8/+2
* Added watchers for message boards (watchers controller modified to support an...Jean-Philippe Lang2007-05-131-0/+2
* Added fragment caching for calendar and gantt viewsJean-Philippe Lang2007-05-061-0/+2
* Issue#long_id no more used and removedJean-Philippe Lang2007-05-051-1/+1
* Issue relations first commit (not thoroughly tested). 4 kinds of relation are...Jean-Philippe Lang2007-05-051-0/+2
* Feature 9867 Allow file upload in comment and add to issue historyJean-Philippe Lang2007-04-051-1/+21
* Various code cleaning, mainly on User, Permission and IssueStatus models.Jean-Philippe Lang2007-04-041-12/+2
* Feature #9808 Allow user to "change" issue status to the same statusJean-Philippe Lang2007-04-041-2/+2
* fixed #9308 table_name pre/suffix supportJean-Philippe Lang2007-03-151-2/+2
* added svn:eol-style native property on /app filesJean-Philippe Lang2007-03-121-135/+135
* added the ability to set the sort order for issue statusesJean-Philippe Lang2007-01-311-2/+2
* mail notifications added when:Jean-Philippe Lang2007-01-271-4/+7
* ActiveRecord::RecordNotFound exceptions handled more gracefullyJean-Philippe Lang2007-01-021-2/+3
* replaced deprecated controller instance variables: @params, @session, @requestJean-Philippe Lang2006-12-261-2/+2
* trunk moved from /trunk/redmine to /trunkJean-Philippe Lang2006-12-051-0/+145