Search
Results (12716)
- Defect #20251 (Closed): test/ui/timelog_test_ui.rb always fail on trunk
- On trunk r14391: https://travis-ci.org/marut ... Failed assertion, no message given. </pre>
- Defect #20249 (Closed): After upgrade to Redmine 3 search doesn't work
- Hello, after upgrading from 2.6.1 to 3.0.3 ... 0.1 redmine_contacts_invoices 4.0.0
- Defect #20244 (Needs feedback): Upgrade from ... le) :: Is not a valid date by all Date fields
- Hi all, Today I upgraded from Redmine 2.6 ... 2.8.2.stable Postgresql Server 9.3
- Defect #20234 (Closed): time_entries.json returns error 500, Invalid Argumends
- <pre> Started GET "/time_entries.xml?offset= ... s currently a Blocker for one of our projects
- Feature #20230 (New): issue-dependecies gantt-chart PDF
- When transforming a gantt-chart into pdf, the links (blue arrows) between interdependent issues get lost, although they are displayed in th ... Redmine plugins: no plugin installed
- Feature #20228 (Closed): Assign issues to groups as group level option
- At the moment I understand we can assign issues to groups. It would be good if there was ... the group management screen that would allow issues assigned to groups on a group by group basi ... the project. Although I would like to assign issues to the users individually, I do not want to be able to assign the issues to the entire group.
- Defect #20218 (Closed): Wrong calculation of spent time in issues dashboard if nested tasks
- - Create a Task "Parent task 1", and log some ... t time on parent task 1.1 should be 12 hours
- Defect #20214 (Closed): Can not assign an issue to a user with limitted Issues visibility
- Steps to reproduce: 1. Create a Role "Clerk" with issues visibility "Issues created by or assigned to the user" 2. Add ... " 3. Login as another user which has Create issue capability 4. Create an issue and assign it to the user Vasili Expected result: Can assign the issue to Vasili Actual result: There is no Vasili presented in the Assigne drop-down list P.S. I an issue is created by Vasili then its name appers in Assigne list
- Defect #20210 (Closed): Issue closed_on date is not reset after issue is reopened
- If you set an Issue's status to final, like Done or Canceled, and then decide to reopen the issue (change status to non-final), it will still ... DB, which is going to be irrelevant, as the issue is now open.
- Defect #20206 (Closed): Members w/o view issues permission are able to list issues on public projects if the non member role has the permission
- Direct links return 403. * /issues/<id> * /projects/<id>/issues But issues of project with no "View Issues" role are listed on "View all issues".
- Feature #20197 (Closed): Filter Issue by attribute of the Version
- Hi, In filter Issues, add option for filter by attribute of the ... this idea will be interesting! Thank you!
- Defect #20195 (Closed): Acces to HTTPS with REST API JAVA
- I am developing a Java application to access ... not fetch data from https://myserver/redmine/issues.json : javax.net.ssl.SSLHandshakeException: ... valid certification path to requested target
- Defect #20192 (Needs feedback): IssueLink in email notification contains SUB-URI part twice
- I am using Redmine installed in SUB-URI envir ... ke this http://server.domain/redmine/redmine/issues/1234#change-12345 All of the other URL-s ... me 0.3.0 redmine_xlsx_format_issue_exporter 0.1.2 Thx. for your help
- Defect #20189 (Closed): After upgrading to 3.0, Redmine breaks
- After upgrading from a 2.x version of Redmine ... e necessity of rolling back to Redmine 2.x.
- Feature #20187 (New): Set create date for Issue throw REST API
- For serial migration from another PM system ( ... tion) I suggest add ability to set dates for issues and their logs\journals in the past on the *create/update* issue methods, and in the *issue journal update* through *REST API* What i mean ? For example: <pre><code class="xml"> POST /issues.xml <?xml version="1.0"?> <issue> <project_id>1</project_id> <subject>E ... d> <created_at>2001-01-01</created_at> </issue> </code></pre> Or similar like X-Redmine ... ion-TimeStamp: 2001-06-27T17:18:26Z </pre>
- Patch #20180 (Closed): Make the updateIssueFrom(url) function return the XMLHttpRequest object
- The current javascript function @updateIssueFrom(url)@ does not return anything. If we c ... to chain methods like this: <pre> updateIssueFrom(url).done(function() { $( this ).addC ... ation.js @@ -471,7 +471,7 @@ function updateIssueFrom(url) { $('#all_attributes input, #al ... rl: url, type: 'post', data: $('#issue-form').serialize() </pre> This simple pa ... me to simplify my Redmine plugins. Thank you.
- Defect #20173 (Closed): Issues of private projects show up in the public rss feed.
- Hey, issues within a private project show up in the "al ... for now, but heavily used those features. :(
- Feature #20161 (New): Group Result / Several levels
- It would nice to have the possibility to have several levels to group results in issue list. At least 2 level.
- Defect #20159 (Closed): Disallow users to delete a version referenced by a custom field
- Redmine disallows users to delete a version targeted on an issue. However, verification is not done if the ve ... eld. It results on a crash trying to show an issue that "uses" the deleted target. * Bug see ... d def destroy - if @version.fixed_issues.empty? + if @version.fixed_issues.empty? and !@version.referenced_by_a_custom ... s Version < ActiveRecord::Base @closed_issues_count end + def referenced_by_a_cu ... oject.wiki.find_page(wiki_page_title) </pre>
- Defect #20143 (New): Mailhandler cannot handle 4-byte characters
- When receiving an e-mail containing a 4-byte ... column 'description' at row 1: INSERT INTO `issues` (`project_id`, `author_id`, `priority_id`, ... 21 18:05:05', 0) and no ticket is created.
- Patch #20140 (Closed): Replace tabs with spaces and remove trailing tabs in several files
- Some tab cleanup as stated in the subject. ... lers/mail_handler_controller.rb app/helpers/issues_helper.rb app/helpers/settings_helper.rb app/models/issue.rb doc/COPYING lib/generators/redmine_plug ... Patch is created against source:/trunk@14359.
- Feature #20134 (Closed): Issues from open projects on my page issue list - addition filter on issue list 'my open projects'
- I just wrote a plugin -> https://github.com/efigence/redmine_override_my_issues, which overrides My page view and shows user only issues from open projects and user can choose how many issue want to see in the issue box. This plugin requires few changes in ... work without plugin, as additional filter.
- Feature #20132 (Closed): Can't find defination of "new_project_issue_path", "new_issue_path" and "edit_issue_path"
- Hi everyone, I want to know how it works inside the select tag "status_id" in the "create new issue". However, when I tried to follow it, I couldn't find the defination of "new_project_issue_path", "new_issue_path" and "edit_issue_path". Is there anyone who can help me? T_T Thank you a lot.
- Feature #20129 (New): Filter by subtasks to some level of depth
- With respect to #6118, the only option that seems to be missing under "subtasks" is ability to show issue hierarchy depth to some level. This is usefu ... to do for a project to some level of details.
- Defect #20127 (Closed): The description column in the issues table is too short (MySQL)
- The @description@ column in the +issues+ table has a data type of @TEXT@, which has ... wise, Redmine throws a 500 error on creating issues with long descriptions.