Project

General

Profile

Search

Results (12716)

Defect #11318 (Closed): cannot browse svn repository
it appears that bug #3929 is again here i ca ... esets in cron and this is also working fine 2012-07-04 10:39
Defect #11317 (Closed): I have installed the ... time giving me the 505 internal server error.
I have installed the redmine application on m ... :10:29 :: 20895] stopping after explicit exit 2012-07-04 10:33
Feature #11316 (Reopened): Automatic update of related issues
I am looking for a solution that would allow to create a relationships between the issues that would update the one of the issues automatically. For example. We have a issue A and issue B. These issues are connected with a proper relationship(bu ... ed by, because it will only close one of the issues). Now if I change any property of a issue A such as progress bar %Done or Priority or Due date or start date or status, issue B will automatically change. And vice versa ... .0.1* I'll be very grateful for Your help. 2012-07-04 08:55
Defect #11315 (Needs feedback): When I copy a project it does not copy the issues custom fields' values
We created a template project, but when we try to copy that project, the issues custom fields' values does not get copied. Why this is happening? I am using Redmine 1.4 2012-07-03 22:39
Feature #11313 (New): Automatic closing of resolved issues
Are there any plans to implement this feature? Would be great to turn on automatic closing of issues, if they have been marked as resolved for X ... nstances of RedMine. What do you think guys? 2012-07-03 16:54
Feature #11312 (Closed): Filter assignable users based on workflow
Now a issue can be assigned to every user that is member ... , that if a workflow is associated with that issue, the issue with a particoular status can be assigned to a person whose role can't make the issue proceed on the flow. The issue then become blocked unless assigned to a new ... I have a suggestion: when a user updates an issue and select the new status, the drop down "as ... permission, for that new status, to make the issue change status again 2012-07-03 16:18
Defect #11311 (Closed): New issue relationship
*I have a problem with linking issues with a proper relationship. For example, issue A lasts from 02/23/2012 to 02/30/2012. Task B is connected with the issue A with a proper relationship, which prohibits issue B to give an end(due)date later(after) than the ending(due)date of the issue A. Task B can take only the date of the task ... thin those sub-projects are carried out some issues(tasks), which can not cross the ending(due) ... ject. Now we have in REDMINE only related issues like: # related to # duplicates # du ... re... I'll be very grateful for Your help. 2012-07-03 13:58
Defect #11308 (Closed): After update to ruby 1.9.2p0 i see only two columns into the issue list
Today i have updated ruby from 1.8.7 to 1.9.2 ... after this i have detected a problem in the issue list, now i have only two columns, and i don't see the the title of the issue in the list . !http://s18.postimage.org/3 ... ) [x86_64-linux] Rails Version : Rails 2.3.5 2012-07-02 22:36
Defect #11307 (Closed): Can't filter for negative numeric custom fields
Trying to filter issues for negative custom field integers (and pos ... n. I have it in 1.4.3, but I see that the issue is in trunk also, on line 177. I fixed it in ... ng the regex with: <pre>/^[+-]?\d+$/</pre> 2012-07-02 17:12
Defect #11304 (Closed): Issue-class: status-1, status-2 etc. refer to status position instead of status id
There are additional classes in the html code for issues, like the one for status. But the number is ... MantisBT style coloring by status */ table.issues tr.status-1 { background: #fcc; } /* new */ table.issues tr.status-2 { background: #cdf; } /* assigned / in progress */ table.issues tr.status-3 { background: #dfd; } /* resolved */ table.issues tr.status-4 { background: #fdf; } /* feedback */ table.issues tr.status-5 { background: #eee; } /* closed */ table.issues tr.status-6 { background: #fd6; } /* reject ... us-1@ and @statusid-3@ or something similar). 2012-07-02 12:41
Defect #11303 (Closed): {{total}} - variable or visible in the website.
why the variables are visible in the below ur ... ow visible.. What i have to do, to fix it? 2012-07-02 12:29
Feature #11302 (Closed): Issue-Details: add additional classes to the list ... tickets and subtasks for better theme support
The current (as in Redmine 1.4.4) detail view of an issues offers a list of *related tickets* and *sub ... sn't allow easy customization of themes. The issue lists miss some classes which other issue lists (like "show all tickets in project") or the main issue in the detail view itself supplies. Theses classes are supplied in the link to the issue so they seem to be available and adding them ... like: <pre><code class="html"> <tr class="issue hascontextmenu" id="relation-133"> <td cl ... myProject - <a href="/path_to_redmine/issues/589" class="issue status-4 priority-2 closed">Feature #589</a>: Title of the Issue </td> <td class="status">Closed</td> ... t line <pre><code class="html"> <tr class="... 2012-07-02 12:24
Feature #11301 (Closed): Add "byte order mark" to the export CSV file
I would like to suggest adding a possibility ... 24:58 2012 +0000 diff: --- a/app/helpers/issues_helper.rb Tue Jun 19 02:11:16 2012 +0000 +++ b/app/helpers/issues_helper.rb Mon Jul 02 12:53:55 2012 +04 ... , encoding)] : []) Thank you Alexey 2012-07-02 11:02
Feature #11300 (Closed): Update issue - form position
I personally use "Reverse chronological order ... ttom, while latest update in top. Is this issue but or feature? 2012-07-01 23:30
Defect #11298 (Closed): Issue API may not work on Ruby 1.9 in Redmine 1.4
When you query the issue api in redmine running on Rails 1.9.3 it produces the following error: <pre> Processing IssuesController#index to xml (for 127.0.0.1 at 20 ... d"=>["1"]}, "per_page"=>"10", "controller"=>"issues", "action"=>"index", "project _id"=>"pycroft", "format"=>"xml"} Rendering issues/index ActionView::TemplateError (uniniti ... Builders::Xml::Time) on line #1 of app/views/issues/index.api.rsb: 1: require 'time' 2: logger.fatal(api) 3: api.array :issues, api_meta(:total_count => @issue_count, :offset => @offset, :limit => @limit) do 4: @issues.each do |issue| /usr/lib/ruby/vendor_ruby/active_sup ... views/builders.rb:23:in `for' app/views/issue... 2012-07-01 20:43
Patch #11295 (Closed): Add class-attributes to custom fields on issue show page
On the issues show page custom fields are currently rende ... eady done for the default Redmine fields for issues on that page. This feature should allo ... was generated against redmine trunk at r9903. 2012-06-29 22:17
Feature #11294 (New): Option to choose the Issues owner on copy project
We use some projects like a template to start ... ew project. The problem is the owner of the issues, until Redmine 1.3 the owner of the issues of the template was copied to the new proje ... user can choose who will be the owner of the issues and etc... of the new project. 2012-06-29 17:14
Feature #11293 (New): Order/Group tasks by users on Gantt
At current version Redmine we have standart sorting issues in Gantt chart by Issue ID. Also we have a plugin provides order ... http://www.redmine.org/plugins/redmine_smart_issues_sort But i think sorting/grouping must b ... but it is not usefull, i need to see all map. 2012-06-29 13:12
Defect #11292 (Closed): I can not paste the screen shot.
I can not paste the screen shot. What I do no ... ния/Снимок экрана от 2012-06-29 12:56:39.png! 2012-06-29 11:07
Defect #11290 (Closed): ParseDate missing in Ruby 1.9x
I'm running Redmine on a Ruby 1.9x interprete ... se( data[:data][i] ).to_time </pre></code> 2012-06-28 19:31
Defect #11289 (Closed): LDAP authentication with group filter issue
Hi guys is LDAP group authentication pos ... =ldap,dc=ihk,dc=com)) Thanks you John 2012-06-28 13:55
Defect #11288 (Closed): acts_as_watchable - cannot reassign task to group
*To reproduce:* # Create new task assign to ... mine/hook.rb:58:in `call_hook' app/models/issue.rb:708:in `save_issue_with_child_records' app/models/issue.rb:696:in `save_issue_with_child_records' app/controllers/issues_controller.rb:182:in `update'@ I use the 2.0.2 Redmine version so set in affected version. 2012-06-28 13:02
Defect #11285 (Closed): Problem with PDF export if a custom field is used to group issues
If a custom field is used to group issues - I have a row with a group name for every issue (see attachment). Environment: Redmine ... atabase adapter MySQL 2012-06-28 11:59
Defect #11283 (Closed): Adding time to an issue where a custom field regexp doesn't match adds the time spent twice
Adding time to an new issue where a custom field regexp (emailadress) do ... data in the "custom field" and resubmit the issue. 2012-06-28 08:45
Defect #11277 (Closed): Production log not re ... assed X_Real_IP and/or X-Forwarded-For Header
When Redmine 2.0.3 (r9873) is setup behind a ... in logs with Redmine 1.4.4 (r9893) 2012-06-27 15:59
(7026-7050/12716)