summaryrefslogtreecommitdiffstats
path: root/app/views/issues
Commit message (Expand)AuthorAgeFilesLines
* 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
* Roadmap: more accurate completion percentage calculation (done ratio of open ...Jean-Philippe Lang2007-11-171-1/+1
* Fixed: adding an attachment is not possible when changing the status of an is...Jean-Philippe Lang2007-11-121-2/+0
* Added wiki macros support. 2 builtin macros are defined: hello_world (sample ...Jean-Philippe Lang2007-11-121-1/+1
* Trac importer: user can now choose between sqlite and sqlite3 adapter for Tra...Jean-Philippe Lang2007-11-091-1/+2
* ProjectsController#list_issues, #export_issues_csv and #export_issues_pdf mer...Jean-Philippe Lang2007-11-055-24/+141
* Added the hability to copy an issue.Jean-Philippe Lang2007-10-282-0/+3
* Added AJAX based context menu on the project issue list that provide shortcut...Jean-Philippe Lang2007-10-282-1/+39
* Fixed: error when bulk editing with PostgresqlJean-Philippe Lang2007-10-231-1/+1
* Added status and priority related classes for each row on the issue list so t...Jean-Philippe Lang2007-10-202-2/+2
* Added the ability to unassign issues with bulk edit.Jean-Philippe Lang2007-10-181-1/+3