summaryrefslogtreecommitdiffstats
path: root/app/views/issues
Commit message (Expand)AuthorAgeFilesLines
* 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
* Slight style changes on issue associated changesets list.Jean-Philippe Lang2008-02-031-6/+6
* Administrators can edit issue notes.Jean-Philippe Lang2008-02-021-1/+1
* Issue properties below the description textarea.Jean-Philippe Lang2008-01-233-10/+13
* Added preview for issue notes.Jean-Philippe Lang2008-01-232-2/+13
* Fixed: custom fields empty on issue/edit (broken by r1086).Jean-Philippe Lang2008-01-201-3/+5
* Added tabindex property on wiki toolbar buttons and 'new category' link.Jean-Philippe Lang2008-01-201-1/+1
* Display custom fields in two columns on the issue form.Jean-Philippe Lang2008-01-202-3/+11
* Added related changesets messages on issue details view.Jean-Philippe Lang2008-01-203-8/+33
* Added a 'New issue' link in the main menu (accesskey 7).Jean-Philippe Lang2008-01-201-5/+0
* ProjectsController#add_issue moved to IssuesController#new.Jean-Philippe Lang2008-01-205-3/+27
* Merged IssuesController change_status and add_note actions.Jean-Philippe Lang2008-01-066-68/+60
* Fixed: table of content not rendered properly when used in an issue or docume...Jean-Philippe Lang2008-01-041-0/+2
* Slight improvements to the browser views.Jean-Philippe Lang2008-01-022-4/+4
* New setting added to specify how many objects should be displayed on most pag...Jean-Philippe Lang2007-12-291-2/+1
* Change status select box default to current status (Rocco Stanzione).Jean-Philippe Lang2007-12-191-1/+1
* Project name format limitation removed (name can now contain any character).Jean-Philippe Lang2007-12-031-1/+1
* Fixed: 'View all issues' link doesn't work on issues/show.Jean-Philippe Lang2007-11-291-1/+1
* Issue context menu now also available on 'My page'.Jean-Philippe Lang2007-11-241-5/+5
* Added per-project tracker selection. Trackers can be selected on project sett...Jean-Philippe Lang2007-11-202-2/+2
* Added an alternate theme which provides issue list colorization based on issu...Jean-Philippe Lang2007-11-181-1/+1
* Fixed: Update of time entry fails when the issue has been moved to an other p...Jean-Philippe Lang2007-11-171-1/+1