Search
Results (12572)
- Defect #24910 (New): Issue processing UTF7 mails
- Hello, we have an issue with processing UTF7 mails: exception: co ... _utf8'" Are there any ideas to solve this issue? Thx Falk
- Defect #24908 (Closed): Reply to email with signature picture problems
- I've configured the reply to email feature an ... signature in plain text it works without any issue. I'm checking the production.log and this ... m Redmine: <pre> Started PATCH "/redmine/issues/1961" for 192.168.200.100 at 2017-01-23 12:30:25 +0100 Processing by IssuesController#update as HTML Parameters: {"u ... ob/LSuw==", "form_update_triggered_by"=>"", "issue"=>{"is_private"=>"0", "project_id"=>"2", "tr ... urnal_id"=>"7074", "commit"=>"Submit", "prev_issue_id"=>"1629", "next_issue_id"=>"1627", "issue_position"=>"4", "issue_count"=>"20", "id"=>"1961"} Current user: esteve.n (id=5) Rendered mailer/_...
- Defect #24907 (Closed): Issue queries: "Default columns" option conflicts with "Show description"
- When editing an issue query, it is impossible to activate the _Sho ... s toggled by the _Default columns_ checkbox?
- Defect #24906 (New): Session expiration not visible when editing issues
- h2. Session expiration not visible when editing issues As some tickets already address redmine' ... *still click on edit* for a currently shown issue and editing is still possible. However if y ... ost. h3. How to test Log in Select an issue (viewing mode) open redmine in a second tab and logout on this Return to the issue tab Select edit (editing is possible) Sele ... mine_extended_watchers 1.0.5 redmine_issues_tree 0.0.8 redmine_lightbox2 ... 1.6.5 sidebar_hide 0.0.7
- Defect #24904 (Closed): Internal error occurs on view all issues
- Hi. After upgrading RM from 2.6 to 3.3.2, I'm ... r in the browser after clicking on "View all issues" link (https://redmine-test-upg.mydom.com/issues): > Internal error > > An error occurre ... from_params' App 20453 stderr: app/models/issue_query.rb:124:in `build_from_params' App 204 ... _query' App 20453 stderr: app/controllers/issues_controller.rb:45:in `index' App 20453 stde ... Mysql is 5.7. No troubles when listing issues of a specific project (https://redmine-test-upg.mydom.com/projects/myproject/issues). Please, help to fix this.
- Defect #24898 (Closed): Internal Error while create new project
- while I am going to login the system , create ... ruby 1.9.3p550 Rails 3.2.19 redmine 2.5.2
- Patch #24886 (Closed): Japanese translation for 3.2-stable
- From #24751. <pre><code class="diff"> === ( ... == @@ -1195,5 +1195,4 @@ label_any_open_issues: 未完了のチケット label_no_open_issues: なし または完了したチケット label_default_values_fo ... - error_cannot_reassign_time_entries_to_an_issue_about_to_be_deleted: Spent time cannot - be reassigned to an issue that is about to be deleted + error_cannot_reassign_time_entries_to_an_issue_about_to_be_deleted: 削除対象チケットへの作業時間の再割り当てはできません </code></pre>
- Patch #24885 (Closed): Japanese translation for 3.3-stable
- From #24512. <pre><code class="diff"> === ... @@ -1217,7 +1217,6 @@ label_new_project_issue_tab_enabled: '"新しいチケット" タブを表示' setting_n ... ror_no_projects_with_tracker_allowed_for_new_issue: There are no projects with trackers - for which you can create an issue + error_no_projects_with_tracker_allowed_for_new_issue: チケットを追加できるプロジェクトがありません error_cannot_reassign_time_entries_to_an_issue_about_to_be_deleted: Spent time cannot be reassigned to an issue that is about to be deleted </code></pre>
- Feature #24884 (New): Allow to set which fields should be visible for child issue on their's parent issue
- Very usefull, for example we have trackers _C ... phone and email custom fields on the parent issue view. Currenty, don't have idea, where is t ... lds, not the build-in ones)? Any other place?
- Feature #24883 (Closed): Subscribe to a version / Watch a version
- It would be nice if we could watch a version ... es in big OpenSource projects (like Redmine).
- Defect #24882 (New): Email notifications possibly sent out before whole transaction is complete
- In some cases email notifications might be se ... . The case we observed was with 2 related issues. The update was to close the primary issue, which caused the related issue to be closed too. The primary update failed because of a stale object error (the primary issue had been updated by another user between when the first user opened the issue page and he tried saving it), this also rolled back closing the related issue. Unfortunately the email notifications for the closing of the related issue had already been sent out, and users were co ... ived a notification about the closing of the issue, but not seeing the issue closed nor seeing the change in the journals.
- Patch #24877 (Closed): Filter parent task issues in auto complete by open/closed status depending on the subtask status
- This patch is related to #10989 and adds the ... opose in parent task auto complete only open issues if the issue is open # propose in parent task auto complete only closed issues if the issue is closed In this way we'll reduce the changes to choose an invalid parent issue.
- Defect #24866 (Closed): SQLServer: Visibility not included in list
- I have an empty, just installed Redmine. While try to have a look at issue list i get a message "visibility ist not included in list". Having some google i found some issues with table queries und some sql to fix NUL ... dmine plugins: no plugin installed </pre>
- Defect #24864 (Closed): svn.redmine.org: "The certificate is not issued by a trusted authority"
- Your certificate is expired. Error validat ... redmine.org:443': - The certificate is not issued by a trusted authority. Use the fingerp ... 2017 GMT until Jan 8 23:59:59 2020 GMT - Issuer: Gandi, Paris, Paris, FR - Fingerprint: A ... 6:99:BD:20:C1:59:A4:5F:60:9E:27:2D:81:82:B7
- Patch #24860 (Closed): Traditional Chinese translation (to r16217)
- * New ** label_attribute_of_object * Changed ** label_attribute_of_project, label_attribute_of_issue, label_attribute_of_author, label_attribute_ ... e_of_user, label_attribute_of_fixed_version
- Defect #24840 (Closed): LDAP: Users who didn' ... n't available as well) to assign to a project
- Hello, we are using Redmine for our organi ... isting (open or close) ticket regarding this issue - sorry if I didn't look at the right place. ... provide that yourself? Thanks a lot, JT
- Patch #24839 (Closed): Minor performance improvement - Replace count by exists?
- When checking to see if a query returns any r ... end %> <div id="status_by"> -<%= render_issue_status_by(@version, params[:status_by]) if @version.fixed_issues.count > 0 %> +<%= render_issue_status_by(@version, params[:status_by]) if @version.fixed_issues.exists? %> </div> </div> </code></pre> ... <code class="sql">SELECT 1 AS one FROM "issues" WHERE "issues"."fixed_version_id" = ??? LIMIT 1;</code> ... han <code class="sql">SELECT COUNT(*) FROM "issues" WHERE "issues"."fixed_version_id" = ???;</code></pre>
- Patch #24837 (Needs feedback): Bulk update issues with author
- It would be nice, to add option to bulk update many different issues with option 'assigned to author'. Below is my diff with this feature.
- Defect #24829 (Closed): Dropdown Mobile view menu partially unreadable
- Wanted to report an issue that seems to be occurring using Edge (lates ... th white text. !capture16.png! Thanks.
- Patch #24827 (New): Project roadmap each version now wrapped with "box" class
- Now it looks smoother with only one additiona ... ld be nice, if someone can attach screenshot.
- Patch #24824 (Closed): Traditional Chinese translation (to r16179)
- * New ** error_cannot_reassign_time_entries_to_an_issue_about_to_be_deleted, setting_timelog_required_fields
- Defect #24822 (Closed): Start Date, Due Date, percent complete
- <pre> Environment: Redmine version ... d. That research led me to believe that the issue has been reported and listed as fixed in Ver ... hat when I have a Tracker that is the parent issue with a set Start Date I can edit said start ... m the edit screen. Thank you. Mark
- Defect #24819 (Closed): Redmine is very slow during peak hours
- Hi, We use redmine services for ticketing ... s when multiple users logged in and multiple issues are logged. Can you please advise on the s ... the reason behind this? Regards, Koushik
- Feature #24817 (Closed): Files download log
- I want to view download log of uploaded files ... st be contains user, file and download time.
- Feature #24813 (Closed): Autocomplete to issue field on time logging form
- When creating [spent time] for an issue, the issue number has to be provided. There's no possibility to lookup the issues. Please provide a select field with the subjects of the issues and after selecting a subject, the issue number will be populated automatically.