| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged r1307 to r1369 from trunk. | Jean-Philippe Lang | 2008-04-28 | 1 | -4/+14 |
* | Fixed: when bulk editing, setting "Assigned to" to "nobody" causes an sql err... | Jean-Philippe Lang | 2008-03-26 | 1 | -5/+5 |
* | Redirect to issue page after creating a new issue | John Goerzen | 2008-03-13 | 1 | -1/+1 |
* | Add a user preference to choose how comments/replies are displayed: in chrono... | Jean-Philippe Lang | 2008-03-05 | 1 | -0/+2 |
* | Display links to Atom feeds (closes #496, #750). | Jean-Philippe Lang | 2008-03-05 | 1 | -2/+9 |
* | Let the user choose when deleting issues with reported hours (closes #734, #71): | Jean-Philippe Lang | 2008-02-29 | 1 | -0/+20 |
* | Fixed: Multiple "new" statuses in filing new ticket (closes #751). | Jean-Philippe Lang | 2008-02-28 | 1 | -1/+1 |
* | Removed fragment caching on gantt and calendar. | Jean-Philippe Lang | 2008-02-16 | 1 | -2/+0 |
* | Fixed: wiki and changeset links not displayed when previewing issue descripti... | Jean-Philippe Lang | 2008-02-12 | 1 | -2/+2 |
* | Issue list now supports bulk edit/move/delete (#563, #607). For now, issues f... | Jean-Philippe Lang | 2008-02-10 | 1 | -22/+120 |
* | Merged IssuesController #edit and #update into a single actions. | Jean-Philippe Lang | 2008-02-09 | 1 | -39/+26 |
* | Fixed an error on issue feeds. | Jean-Philippe Lang | 2008-02-02 | 1 | -1/+1 |
* | Administrators can edit issue notes. | Jean-Philippe Lang | 2008-02-02 | 1 | -0/+1 |
* | Added preview for issue notes. | Jean-Philippe Lang | 2008-01-23 | 1 | -1/+1 |
* | Added a 'New issue' link in the main menu (accesskey 7). | Jean-Philippe Lang | 2008-01-20 | 1 | -0/+2 |
* | ProjectsController#add_issue moved to IssuesController#new. | Jean-Philippe Lang | 2008-01-20 | 1 | -3/+61 |
* | Merged IssuesController change_status and add_note actions. | Jean-Philippe Lang | 2008-01-06 | 1 | -39/+35 |
* | Do not store query object in session but id or filters only. This allows to u... | Jean-Philippe Lang | 2007-12-30 | 1 | -4/+5 |
* | New setting added to specify how many objects should be displayed on most pag... | Jean-Philippe Lang | 2007-12-29 | 1 | -1/+1 |
* | Add email notification to IssuesController#edit. | Jean-Philippe Lang | 2007-12-19 | 1 | -1/+2 |
* | Added ApplicationController#attach_files as a common method to attach files i... | Jean-Philippe Lang | 2007-12-14 | 1 | -16/+4 |
* | Fixed: 500 error when validation fails on issue edition with no custom fields. | Jean-Philippe Lang | 2007-12-12 | 1 | -0/+1 |
* | Added per-project tracker selection. Trackers can be selected on project sett... | Jean-Philippe Lang | 2007-11-20 | 1 | -0/+1 |
* | Anonymous users can now be allowed to create, edit, comment issues, comment n... | Jean-Philippe Lang | 2007-11-20 | 1 | -10/+9 |
* | 'fixed version' field can now be displayed on the issue list. | Jean-Philippe Lang | 2007-11-18 | 1 | -1/+1 |
* | Custom fields can now be reordered. | Jean-Philippe Lang | 2007-11-12 | 1 | -1/+1 |
* | ProjectsController#list_issues, #export_issues_csv and #export_issues_pdf mer... | Jean-Philippe Lang | 2007-11-05 | 1 | -31/+64 |
* | Added the hability to copy an issue. | Jean-Philippe Lang | 2007-10-28 | 1 | -0/+1 |
* | Added AJAX based context menu on the project issue list that provide shortcut... | Jean-Philippe Lang | 2007-10-28 | 1 | -3/+18 |
* | Fixed: unable to add a file to an issue without entering a note. | Jean-Philippe Lang | 2007-10-19 | 1 | -15/+13 |
* | Removed issue assignment validation to avoid validation failure when updating... | Jean-Philippe Lang | 2007-10-18 | 1 | -1/+0 |
* | Added preview on add/edit issue form. | Jean-Philippe Lang | 2007-10-06 | 1 | -1/+8 |
* | Merged IssuesController#export_pdf into IssuesController#show. | Jean-Philippe Lang | 2007-10-05 | 1 | -7/+9 |
* | Custom query columns: checkboxes replaced by two selects that let the user sp... | Jean-Philippe Lang | 2007-10-01 | 1 | -1/+1 |
* | Mail notification options restored (default is: issue_added and issue_updated). | Jean-Philippe Lang | 2007-09-14 | 1 | -2/+2 |
* | Removed @html_title assignments in controllers. | Jean-Philippe Lang | 2007-09-07 | 1 | -1/+0 |
* | Added atom feed on the new cross-project issue list. | Jean-Philippe Lang | 2007-08-31 | 1 | -1/+5 |
* | Added a cross-project issue list. It displays the issues of all the projects ... | Jean-Philippe Lang | 2007-08-31 | 1 | -3/+42 |
* | Merged 0.6 branch into trunk. | Jean-Philippe Lang | 2007-08-29 | 1 | -20/+10 |
* | Issue history is now 'oldest first' sorted. | Jean-Philippe Lang | 2007-08-14 | 1 | -1/+1 |
* | Removed IssuesController#history, all changes are now displayed on issues/sho... | Jean-Philippe Lang | 2007-08-12 | 1 | -6/+0 |
* | Applied the flash notices patch by Matt Jones (slightly edited). | Jean-Philippe Lang | 2007-08-02 | 1 | -2/+2 |
* | Added the ability to log time when changing an issue status. | Jean-Philippe Lang | 2007-07-14 | 1 | -0/+8 |
* | Fixed version field on issue view page now links to the corresponding version... | Jean-Philippe Lang | 2007-06-12 | 1 | -0/+2 |
* | Attachments can now be added to wiki pages (original patch by Pavol Murin). O... | Jean-Philippe Lang | 2007-05-26 | 1 | -8/+2 |
* | Added watchers for message boards (watchers controller modified to support an... | Jean-Philippe Lang | 2007-05-13 | 1 | -0/+2 |
* | Added fragment caching for calendar and gantt views | Jean-Philippe Lang | 2007-05-06 | 1 | -0/+2 |
* | Issue#long_id no more used and removed | Jean-Philippe Lang | 2007-05-05 | 1 | -1/+1 |
* | Issue relations first commit (not thoroughly tested). 4 kinds of relation are... | Jean-Philippe Lang | 2007-05-05 | 1 | -0/+2 |
* | Feature 9867 Allow file upload in comment and add to issue history | Jean-Philippe Lang | 2007-04-05 | 1 | -1/+21 |