Project

General

Profile

Search

Results (12477)

Feature #1159 (Closed): Allow issue description to be searchable as a filter
Currently, we can add one or many filters to search issues, including Subject. I would love to see the ability to search the Description field of an issue in the same way we can search the Subject field. 2008-05-01 20:29
Feature #1158 (New): Polls
I think it will be very useful to have polls ... d maybe to have a link between a poll and an issue(and vice-versa). Or it could be an attribute of an issue. Of course, what would be a poll without ... e chart with the poll result is necessary. 2008-05-01 15:37
Feature #1157 (Reopened): Gantt chart for a user across all projects
Hi, first off can I say what a great tool you ... view across would be good. Thanks Nick 2008-05-01 15:24
Feature #1151 (New): Open Links in New-Window
actualy each detetected link in ticet-descrip ... ll if this behavior will be added to redmine. 2008-05-01 11:14
Feature #1149 (Closed): file size display with Bazaar repositories
Currently, the file size is shown as "?" when ... tory. The attached patch (partly) fixes that issue. Please note that this patch is far from ... en and determine the byte count in Ruby then. 2008-04-30 16:12
Defect #1147 (Closed): Updating tickets add a time log with zero hours
Updating a ticket but leaving the "spent time ... on the spent time details and reports. This issue has only started occuring recently on trunk, ... sion I was at before this started happening). 2008-04-30 07:41
Patch #1146 (Closed): Patch for protecting wiki pages (#851)
I submitted this a while ago but I believe it ... dn't submit it as a separate ticket from the issue I was fixing. I've cleaned it up so that it works on latest trunk 2008-04-29 22:00
Defect #1145 (Closed): https - not all links use https but http
I have set up redmine 0.7.0 behind an SSL ena ... t some links go to http: Home, Logout, Login. 2008-04-29 20:34
Feature #1144 (Closed): Time tracking activities on a per project basis
Today, we are able to define only global time ... ng activities on a per project basis as well. 2008-04-29 19:46
Feature #1143 (Closed): Hooks for plugins
This feature is just an idea, I don't have an ... he code directly. For example, with a pre-issue-change hook I could implement issue reassignment based on the current state of the issue, so that new issues always went to the same person for triage, ... in writer to redefine for their own purposes. 2008-04-29 14:04
Feature #1142 (New): CC list for issues
It would be nice to have a CC: list of people to notify when the issue gets modified/commented. The people in the ... might cover #1133 in a more general fashion. 2008-04-29 13:57
Feature #1141 (Closed): PDF customization
Is there a way to customize the display of th ... splay the target version in the pdf as wewll. 2008-04-29 13:45
Feature #1140 (New): Filtering using more than one instance of each field
I would like to filter issues using more than one instance of each field. Example: issues with subject containing "email" but not containing "server"... 2008-04-29 13:21
Feature #1139 (Closed): Being able to sort the issue list by custom fields
Issue list is sortable only by standard fields. It should be useful being able to sort the issue list by custom fields. 2008-04-29 13:09
Feature #1138 (Closed): Issue templates
It would be cool to allow "pre-filled issues" where some fields are already set to their ... parameters in the URL (http://myredmine.com/issues/new/tracker/feature/status/new etc.) or by defining "issue templates" in the admin. (first issue btw, feel free to correct things that I did wrong, or if I'm unclear). 2008-04-29 13:02
Patch #1135 (Closed): Traditional Chinese language file zh.yml updated to r1378
* *added & relocated tag*: text_subprojects_d ... *changed tags*: setting_display_subprojects_issues 2008-04-29 03:12
Defect #1134 (Closed): Search for target version of "none" fails
Searching issues for a target version of "none" produces the ... r on Postgresql 8.3. This is due to the *...issues.fixed_version_id = '' ...* clause even though it is an integer. bq. <pre> Processing IssuesController#index (for 192.168.1.114 at 2008- ... "cf_1"=>"="}, "controller"=>"issues", "values"=>{"cf_2"=>[""], "start_date"=>[" ... L54 Rpg_atoi: SELECT count(DISTINCT issues.id) AS count_all FROM issues LEFT OUTER JOIN issue_statuses ON issue_statuses.id = issues.status_id LEFT OUTER JOIN projects ON projects.id = issues.project_id WHERE (issues.project_id = 1 AND (issue... 2008-04-29 02:06
Feature #1133 (New): Email to individuals not registered in Redmine
One of our projects is used to track hotl ... bers of the project, being able to route the issue to the best, or available, person to fix the issue. We have already customized a field on the t ... able to email the original requester of the issue when the issue is closed. I can think of two ways to do this. # is to allow us, when we close the issue, to specify an email address to send to, in ... fied in redmine. # to be able to submit the issue in behalf of the original requester, not the ... Thanks for your hard work on a valuable tool. 2008-04-28 18:51
Defect #1132 (Closed): Error when creating a new issue
I'm not able to reproduce that issue constantly, but I got it several times while creating new issues with one or more files attached to them. M ... reveal the cause of the error: Processing IssuesController#new (for 84.149.133.45 at 2008-04 ... id"=>"mlab", "action"=>"new", "controller"=>"issues"} NoMethodError (undefined method `[]' for nil:NilClass): /app/controllers/issues_controller.rb:140:in `new' C:/Programm ... public/500.html (500 Internal Server Error) 2008-04-28 17:29
Feature #1130 (New): Work Breakdown Structure / EVM
I favor the addition of "Work breakdown struc ... way a WBS could be seen as a "feature" of an issue. But we here we lack the hierarchical view o ... It would be great to also be able to link issues to WBS items (bug, support, feature). I ... d be too limited to be of help. Merci! 2008-04-28 17:10
Patch #1127 (Closed): Issue closed not strikethru'ed (with patch)
I was thinking closed issues should be stikethru'ed, so I went to implem ... em is simply the default application.css has issue.closed instead of issue-closed; patch below. 2008-04-28 15:31
Defect #1126 (Closed): Unable to display Bazaar repository
Hi, I couldn't succeed in setup a Bazaar r ... database backend, I'm using PostgreSQL 8.3.1. 2008-04-28 15:16
Feature #1125 (Closed): Template projects - Or copy as new feature
In my compnay we offen have the exact same pr ... but very nice-to-have feature. BR. Anders 2008-04-28 09:30
Patch #1124 (Closed): Spanish translation
Spanish translation up to revision r1366 2008-04-28 08:57
Patch #1121 (Closed): Unable to edit issue descriptions. (Patched.)
Refers to #519 The merging of Edit / Update issue has also removed the ability for anyone to modify the Issue description. Administrators and Project m ... iding a patch which allows users with delete issue privileges to edit the description, but I'd ... for a better way to do this. (using the edit issue permission map properly perhaps?) 2008-04-27 15:19
(11851-11875/12477)