Project

General

Profile

Search

Results (12716)

Defect #16451 (Closed): Incomprehensible number of issues returned from REST API (issues.json)
I am looking at a public Redmine project at h ... currently lists 2 versions and 59 + 77 = 156 issues. When I query issues at http://www.hostedredmine.com/projects/hosted-redmine/issues.json I get only 32 (i.e. total_count with l ... a feature or a bug? How can one retrieve all issues in a project with multiple versions? 2014-03-28 06:17
Defect #16449 (Closed): Random error when I set the parent task
Sometimes, when I tell a parent task to a issue, the system displays the error: "Invalid parent task', as the attached image. 2014-03-28 00:04
Feature #16445 (New): All Project Custom Queries
Hello, As we click on "All issues" on projects page (New project | View all issues | Overall spent time | Overall activity ) URL seen is : http://myURL/redmine/issues I save a query with filters as (Issue is Open and Project = All my projects) with name as "Open Issues from all my projects" The URL is seen as http://myURL/redmine/issues?query_Id= 1; I see an issue list from all my projects (Pr1, Pr2 etc) But as I open one of the issue from Pr1, the query turns specific to Pr1, clicking on the Custom query, shows open issues from Pr1 only. This happens because, ?qu ... The URL is now http://myURL/redmine/pr1/issues?query_Id= 1; and not the one I created as http://myURL/redmine/issues?query_Id= 1; This goes against my thinking when I created the query, as I am not viewing ... 2014-03-27 13:19
Defect #16441 (Closed): update issue custom field multiple ,not show all detail in journalized
Environment: Redmine version ... # diff /root/soft/redmine-2.5.0/app/helpers/issues_helper.rb fixed/app/helpers/issues_helper.rb@ @284,285c284,285@ @< s ... show_detail(detail, no_html, options)@ 2014-03-27 10:16
Patch #16437 (Closed): Parent task is not wrapped in the Issues list
Parent task is not wrapped. * Redmine 2.5.0 !issues_before.png! * after patch !issues_after.png! h3. patch for Redmine 2.5.0 ... nt-9 td.name {padding-left: 12.5em;} tr.issue { text-align: center; white-space: nowrap; } -tr.issue td.subject, tr.issue td.category, td.assigned_to, tr.issue td.string, tr.issue td.text, tr.issue td.relations { white-space: normal; } +tr.issue td.subject, tr.issue td.parent, tr.issue td.category, td.assigned_to, tr.issue td.string, tr.issue td.text, tr.issue td.relations { white-space: normal; } tr.issue td.relations { text-align: left; } tr.issue... 2014-03-27 00:02
Feature #16434 (New): Automatically change the assignee when a user replies
Dear all, I would need the following : 1) When a user U1 create an issue in the project P1, I would like to avoid him to select an assignee. It's OK, issues will have no assignee but we'll find them. The best would be that the issue is automatically assigned to a king of proje ... gnee) any chance to do that ? thank you 2014-03-26 11:39
Defect #16422 (Closed): In attachment.rb thumbnail function could not return target correct
In the lines from 200 to 207 <pre><code clas ... ..." return nil end </code></pre> 2014-03-25 03:39
Defect #16415 (Closed): Users get e-mail noti ... are watchers and assignees at the same time.
I think they should get only one notification ... lipboard_image_paste 1.8 redmine_issue_checklist 2.0.5 redmine_theme_changer 0.1.0 </pre> 2014-03-24 10:32
Feature #16412 (Needs feedback): Update redmine.org theme
The redmine.org theme is pretty old-fashioned ... o the further widespread adoption of Redmine. 2014-03-24 04:19
Feature #16410 (Closed): Bulk delete wiki attachments
I have a bunch of image attachments that inse ... So that it is easy to update my wiki docs. 2014-03-24 03:38
Patch #16399 (Closed): German Translation for r12977
These are the german translations for r12977. @ label_issue_assigned_to_updated: Bearbeiter aktualisiert @ 2014-03-20 10:42
Defect #16397 (Closed): Simple Principal.join ... oins(:memberships) throws sql error (mysql 2)
Hello, I am running Redmine 2.3.4 on Rails 3. ... , :order => "#{Project.table_name}.name"@ 2014-03-20 08:14
Feature #16396 (Closed): Default columns setting for subtasks list
I recently changed the default columns list in Administration -> Settings -> Issue Tracking tab, which works when looking at the list of issues, but has no effect on the list of Subtasks displayed on an Issue details page. (See attached images.) Env ... ne_dmsf 1.4.8 devel redmine_time_tracker 0.4 2014-03-20 07:25
Defect #16395 (New): Subproject filter is not saved in query if "For all project" is checked
When looking at the list of issues in a project that contains sub-projects, I ... "none" which filters out all the sub-project issues, leaving just the issues that are directly in the parent project. T ... devel redmine_time_tracker 0.4 2014-03-20 06:02
Patch #16385 (Closed): Bulgarian translation (12977)
Translated * label_issue_assigned_to_updated 2014-03-19 13:21
Feature #16383 (Closed): Custom field // a LIST with values by projects
Dear all, is it possible to define a custo ... oject or make the field a text.. a nightmare) 2014-03-19 12:11
Defect #16382 (New): RTL issues when Arabic and Latin Characters are mixed
When displaying fields containing mixed latin ... ht To Left language. This is a well known issue: http://www.w3.org/TR/WCAG20-TECHS/H34 h ... /International/articles/inline-bidi-markup/ 2014-03-19 11:51
Patch #16380 (Closed): Traditional Chinese translation (to r12982)
* added: label_issue_assigned_to_updated * changed: all 指派 was changed to 分派 for uniform translation 2014-03-19 05:02
Defect #16379 (Closed): Undefined method `each' for nil:NilClass on search for watchers to add
Not selecting an user, when 'Searching for users to add' on a New Issue, and clicking on *Add* instead of *Cancel* r ... no user is selected. That seems to be cause. 2014-03-18 20:28
Defect #16377 (New): GANTT issues export to PDF
In tab GANTT when export gantt chart to PDF, subject of issues write subject(issue.subject) but not id(issue_id). I solved this by changing /lib/redmine/helpers/gantt.rb, in def subject_for_issue and then change: pdf_subject(options,"#{issue.id} #{issue.subject}") But i had to do this allways aft ... s good for all users. Thanks, João Mendes 2014-03-18 15:17
Patch #16375 (Closed): Enhanced helper method (project_tree_options_for_select)
Developing new plugins, I would like to use t ... cted' tag, but the 'disabled' tag is missing. 2014-03-18 11:00
Feature #16373 (Closed): TextFormatting help for Markdown formatting
Just recently became a Redmine user/administr ... sql2 Redmine plugins: no plugin installed 2014-03-18 07:15
Defect #16369 (Closed): Problem running on Tomcat
We have used Redmine for several years now wi ... th time (just a few hours use) and accessing issues results randomly in Internal error 500. Th ... password: "***" encoding: utf8 </pre> 2014-03-17 17:39
Defect #16366 (Closed): Issue ends up in an invalid state of a specified tracker
When using two trackers (default 'bug' and ex ... ) assume the following scenario: - create 'issue1' in tracker 'bug2' - set state of 'bug2' to 'waitForConfirmation' - set 'issue1' tracker to 'bug' and save it - 'issue1'is now using the 'bug' tracker and in the ' ... anymore in order to restore this, revert 'issue1'to 'bug2', set state to a supported state a ... tion Database adapter Mysql2 2014-03-17 09:51
Patch #16364 (New): Issue workflow doesn't force status transition though workflow is defined so
Please refer the recent discussion on #13560 also. 2014-03-17 06:29
(5351-5375/12716)