summaryrefslogtreecommitdiffstats
path: root/app/views/issues
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into plugin-hooksEric Davis2008-07-281-0/+13
|\
| * Adds category to the issue context menu (#1684).Jean-Philippe Lang2008-07-281-0/+13
* | Changed Hook API to use a Manager class. #1296Eric Davis2008-07-233-9/+3
* | Added hooks to issue_edit, issue_bulk_edit, and issue_show. #1147Eric Davis2008-07-233-0/+11
|/
* Adds custom fields on time entries (#772).Jean-Philippe Lang2008-07-221-0/+3
* Adds timelog link to the issue context menu (#1645).Jean-Philippe Lang2008-07-161-0/+4
* Javascript fix (#1636).Jean-Philippe Lang2008-07-141-1/+1
* Do not use partial in PDF templates (not supported when using rfpdf with Rail...Jean-Philippe Lang2008-07-102-119/+117
* Makes issue update link work without javascript (#1337).Jean-Philippe Lang2008-06-291-1/+1
* Do not silently ignore timelog validation failure on issue edit.Jean-Philippe Lang2008-06-291-0/+1
* Addq "please select" to activity select box if no activity is set as default ...Jean-Philippe Lang2008-06-291-1/+1
* Custom fields refactoring: most of code moved from controllers to models (usi...Jean-Philippe Lang2008-06-272-9/+10
* Removes spaces before colons on issue detail view (#1512).Jean-Philippe Lang2008-06-211-11/+11
* Add target version to the issue list context menu.Jean-Philippe Lang2008-06-181-0/+13
* Enable syntax highlight on issues, messages and news (#1473, #1466).Jean-Philippe Lang2008-06-181-0/+1
* Fixed: Atom link on saved query does not include query_id (#1390).Jean-Philippe Lang2008-06-061-1/+1
* Adds a Reply link to each issue note (#739). Reply is pre-filled with the quo...Jean-Philippe Lang2008-05-302-1/+8
* Remove edit step from Status context menu (#1197).Jean-Philippe Lang2008-05-251-1/+1
* Fixed: Update issue form: comment field from log time end out of screen (#1227).Jean-Philippe Lang2008-05-131-1/+1
* Add css class for ticket changes (#1032).Jean-Philippe Lang2008-04-131-1/+1
* Fixed: Double dot displayed on ticket view when ticket not updated (closes #8...Jean-Philippe Lang2008-04-121-1/+1
* Fixed: trying to preview a new issue raises an exception with postgresql (clo...Jean-Philippe Lang2008-04-031-1/+1
* Move repetitive calendar include code from views into helper (patch #966 by P...Jean-Philippe Lang2008-03-312-14/+0
* Global queries can be saved from the global issue list (follows r1311 and clo...Jean-Philippe Lang2008-03-302-2/+2
* Queries can be marked as 'For all projects'. Such queries will be available o...Jean-Philippe Lang2008-03-302-6/+7
* Fixed: when bulk editing, setting "Assigned to" to "nobody" causes an sql err...Jean-Philippe Lang2008-03-261-2/+6
* Fix IE6 display bug on the issue list.Jean-Philippe Lang2008-03-211-2/+2
* Add done_ratio to the right-click context menu.Jean-Philippe Lang2008-03-211-0/+9
* Revert "Make an issue's done_ratio field adjustable from the right-click"John Goerzen2008-03-201-9/+0
* Make an issue's done_ratio field adjustable from the right-clickJohn Goerzen2008-03-201-0/+9
* Change the tick image and replace the issue selection pencil with a small tick.Jean-Philippe Lang2008-03-191-1/+2
* Added line under tracker name to make clear what is going on hereJohn Goerzen2008-03-181-0/+1
* Move the filters buttons inside the filters fieldset on the issue list (close...Jean-Philippe Lang2008-03-161-3/+3
* Adds 2 permissions (closes #859):Jean-Philippe Lang2008-03-141-1/+1
* Add a user preference to choose how comments/replies are displayed: in chrono...Jean-Philippe Lang2008-03-051-4/+2
* Fixes #773: Changeset block is smashing the update frame on issues/show.Jean-Philippe Lang2008-03-051-0/+1
* Fixes #765: Date pickers don't work on issues' bulk edit view.Jean-Philippe Lang2008-03-051-0/+7
* Display links to Atom feeds (closes #496, #750).Jean-Philippe Lang2008-03-054-14/+21
* Let the user choose when deleting issues with reported hours (closes #734, #71):Jean-Philippe Lang2008-02-291-0/+15
* Adds an optional description to attachments.Jean-Philippe Lang2008-02-292-9/+5
* Fixed: Adding time when Updating a ticket is gone (closes #701).Jean-Philippe Lang2008-02-211-0/+13
* Added the following permissions (#527, #585, #627):Jean-Philippe Lang2008-02-161-0/+2
* Fixed: empty status list shouldn't be displayed when the user can not change ...Jean-Philippe Lang2008-02-121-1/+1
* Fixed: wiki and changeset links not displayed when previewing issue descripti...Jean-Philippe Lang2008-02-122-2/+2
* Replaced window.hash= by Element.scrollTo()Jean-Philippe Lang2008-02-113-4/+2
* Fixed: 404 error when selecting an other project on issues/move.Jean-Philippe Lang2008-02-111-1/+1
* Fixed: context menu not available if the initial issue list is empty.Jean-Philippe Lang2008-02-112-8/+5
* Issue list now supports bulk edit/move/delete (#563, #607). For now, issues f...Jean-Philippe Lang2008-02-107-54/+83
* Merged IssuesController #edit and #update into a single actions.Jean-Philippe Lang2008-02-099-87/+62
* More appropriate default sort order on sortable columns.Jean-Philippe Lang2008-02-051-1/+1