summaryrefslogtreecommitdiffstats
path: root/app/controllers/issues_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* Merged r1307 to r1369 from trunk.Jean-Philippe Lang2008-04-281-4/+14
* Fixed: when bulk editing, setting "Assigned to" to "nobody" causes an sql err...Jean-Philippe Lang2008-03-261-5/+5
* Redirect to issue page after creating a new issueJohn Goerzen2008-03-131-1/+1
* Add a user preference to choose how comments/replies are displayed: in chrono...Jean-Philippe Lang2008-03-051-0/+2
* Display links to Atom feeds (closes #496, #750).Jean-Philippe Lang2008-03-051-2/+9
* Let the user choose when deleting issues with reported hours (closes #734, #71):Jean-Philippe Lang2008-02-291-0/+20
* Fixed: Multiple "new" statuses in filing new ticket (closes #751).Jean-Philippe Lang2008-02-281-1/+1
* Removed fragment caching on gantt and calendar.Jean-Philippe Lang2008-02-161-2/+0
* Fixed: wiki and changeset links not displayed when previewing issue descripti...Jean-Philippe Lang2008-02-121-2/+2
* Issue list now supports bulk edit/move/delete (#563, #607). For now, issues f...Jean-Philippe Lang2008-02-101-22/+120
* Merged IssuesController #edit and #update into a single actions.Jean-Philippe Lang2008-02-091-39/+26
* Fixed an error on issue feeds.Jean-Philippe Lang2008-02-021-1/+1
* Administrators can edit issue notes.Jean-Philippe Lang2008-02-021-0/+1
* Added preview for issue notes.Jean-Philippe Lang2008-01-231-1/+1
* Added a 'New issue' link in the main menu (accesskey 7).Jean-Philippe Lang2008-01-201-0/+2
* ProjectsController#add_issue moved to IssuesController#new.Jean-Philippe Lang2008-01-201-3/+61
* Merged IssuesController change_status and add_note actions.Jean-Philippe Lang2008-01-061-39/+35
* Do not store query object in session but id or filters only. This allows to u...Jean-Philippe Lang2007-12-301-4/+5
* New setting added to specify how many objects should be displayed on most pag...Jean-Philippe Lang2007-12-291-1/+1
* Add email notification to IssuesController#edit.Jean-Philippe Lang2007-12-191-1/+2
* Added ApplicationController#attach_files as a common method to attach files i...Jean-Philippe Lang2007-12-141-16/+4
* Fixed: 500 error when validation fails on issue edition with no custom fields.Jean-Philippe Lang2007-12-121-0/+1
* 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