Search
Results (12716)
- Defect #19580 (Closed): "Required" and "Read- ... "Fields Permissions" screen are not colored
- "Required" and "Read-only" rules on "Fields P ... uot;required"]"> </code></pre> This issue can be fixed by the attached patch: attachme ... *actual (current trunk):* !without-fix.png!
- Defect #19578 (Closed): Issues reports table header overlaping
- Hi, After migrating from Redmine 1.2.1 to 3.0.1, the Issues > Summary > Reports details page does not h ... table header overflow. We use around 20 "Issues statuses" in our Redmine instance and with ... y about it in Changelogs. Thanks, Antoine
- Defect #19577 (Closed): Open redirect vulnerability with back_url param
- h2. Summary The valid_back_url? method use ... as a basic auth user. h2. Credits This issue was discovered by Yassine ABOUKIR of http: ... mine versions (including 2.5, 2.6, and 3.0)
- Defect #19576 (Closed): Ticket subject.strip in recent version not in an old one
- Hi, I finally upgraded Redmine from 1.3.1 ... n of mail_handler.rb of each versions around issue.subject. * Redmine 1.3.1 + Ruby 1.8.7 + Rails 3.2.8 [Problem NOT happened] <pre> issue.subject = email.subject.to_s.chomp[0,255] < ... + Rails 3.2.21 [Problem happens] <pre> issue.subject = cleaned_up_subject def cleane ... hing, please tell me. Thanks in advance.
- Patch #19570 (Closed): Spanish translation updated
- Details: <pre> label_add_projects: Add ... : Edit attached files setting_link_copied_issue: Link issues on copy label_link_copied_issue: Link copied issue label_ask: Ask label_search_attachment ... Search attachments only label_search_open_issues_only: Open issues only field_address: Correo electrónico ... label_blank_value: blank permission_copy_issues: Copy issues </pre> <pre> label_add_projects: Añadi ... tar archivos adjuntos setting_link_copied_issue: Enlazar petición cuando se copia label_link_copied_issue: Enlazar petición copiada label_ask: Preg ... y: Sólo Buscar adjuntos label_search_open_issues_only: Sólo Abrir Peticiones field_addres ... label_blank_value: blanco permission_copy_...
- Defect #19569 (Closed): Field permissions not working properly with inherited memberships
- I have a tree of projects, were groups and pe ... fields when filtering by role "all". This issue is quite important as we depend on giving permissions to that structure.
- Defect #19565 (Closed): problem with the ticket situation copied, the situation this resetting
- Feature #19564 (Resolved): Hide custom field during pdf export
- Hi everyone, I would like to know if you ... he pdf without them. Thanks for your help.
- Feature #19563 (Closed): Filter Issues based on selected issues only.
- Under the issues tab, please add the capability to select any subset of issues listed, and then apply filter to only display those issues. This will greatly help in sharing overview of selected issues with external parties we don't want to give ... , and help users easily focus in on selected Issues.
- Feature #19561 (Closed): Projects sort by creation date
- Hello, i'm new to redmine and i wonder how to sort projects by creation date ? I have seen this issue http://www.redmine.org/issues/6836 and i can't figure how to sort by date.
- Feature #19560 (Closed): Add some option to export only selected issues
- When I need to export the issues, sometimes I only want to pick out some of the issues to export. I know the filter can do this but could I just simply check the issues in the list then export?
- Defect #19558 (Closed): Mail handler should not ignore emails with x-auto-response-suppress header
- I can see from the code that certain values w ... ceive the header for mail sent via that list.
- Defect #19553 (Closed): When create by copying the issue, status can not be changed to default
- If create a issue in the following procedure, the status is not correctly registered. * Copy an issue. (At this point, the status is "Assigned") ... e to "New") * Pressed to the Create button. Issue is created. * Created issue status is registered in the pre-changed status. (Registered status is "Assigned")
- Defect #19550 (Closed): Issue query: crash when processing saved query(filters) with cyrillic after upgrade to 3.0 from 2.*
- After updrading from 2 to 3 version I've foun ... ustom query at 3.0 version in works properly.
- Patch #19548 (Closed): Add link to reported issues on users's profile page
- In user's profile page, we can know the user's activity and numbers of reported issues. I think it would be great if we can know not only the number of reported issues but also a list of reported issues. This patch adds a link to reported issues on user's profile page. In addition, this patch provides a means to get a list of issues reported by non-members. Because they are not listed in drop-down in issues filter, there is no means to get a list of issues reported by non-member. With this patch, we ... in some clicks. !link_on_profile_page.png!
- Defect #19547 (Closed): bulk update issues error
- When i update my issues in bulk,I receive the following error: Pro ... r could not handle the request POST /redmine/issues/bulk_update. Reason: Error reading from remote server
- Patch #19546 (Closed): Change default display mode for PDF Export to OneColumn
- Currently redmine sets no display-mode when e ... lay mode to "OneColumn" instead, fixing both issues. See attached patch.
- Feature #19545 (Closed): unknown_user=accept - put email address of sender in description
- I'm using the imap-task to receive emails and create issues on a specific project: <pre> rake -f /var ... e. Setting @unknown_user=accept@ creates the issues under the anonymous-account but any informa ... he description so it's not completly lost.
- Defect #19544 (Closed): Malformed SQL query with SQLServer when grouping issues
- Environment: CentOS, Redmine 3.0.1, using Rai ... erver-adapter-4.2.4) On a project, filter issues and group them by category. When trying th ... n the order by list must be unique. SELECT [issues].[id] AS t0_r0 (...) ORDER BY issue_categories.name ASC, (CASE WHEN versions.eff ... me, versions.id, enumerations.position DESC, issue_categories.name OFFSET 0 ROWS FETCH NEXT 100 ... rder from app/models/query.rb adds the first issue_categories.name ASC, but issue_categories.name is also contained in the order_by options when merged in app/models/issue_query.rb: def issues(options={}) order_option = [group_by_s ... tion.delete_at(dup_index) end in the issues() function after merging order options, but ... sent in options[:order] in the first place?).
- Defect #19542 (Closed): [Email Notifications] Email are not sent according to user settings
- Hi _Redmine_ team, I just migrated from 2.6.0 to 3.0.1 version, and I am facing to an issue related to _email notifications_. Indeed, ... ve, let me know ! Best regards, Nicolas
- Defect #19538 (Closed): Keywords in commit me ... tries are created even if nothing was changed
- Regarding [[RedmineSettings#Referencing-issues-in-commit-messages|Referencing issues in commit messages]]: Assume I have configured the keyword "@feedback@" to set an issue status to @feedback@. Further, issue @#42@ is already set to @feedback@. Now I c ... ge "@feedback #42@". *Actual result:* The issue is updated with the journal entry "@Applied ... nce in fact nothing changes/was applied, the issue should not get an additional journal entry.
- Defect #19537 (Closed): Broken HTML sanitizer refence breaks email receiving
- HTML emails fail silently when receiving emai ... Redmine: 3.0.1 Rails: 4.2.0 Ruby: 2.2.0
- Defect #19532 (Closed): duplicate update entries in activity list
- since I moved to redmine 3.0, I'm getting str ... !activitylist.PNG! journals table for issue 2333 !journals_unique.PNG! journal_detai ... mine_image_clipboard_paste 1.0.0 </pre>
- Feature #19531 (Closed): Enable REST API on www.redmine.org
- Please enable REST API on www.redmine.org. I would like to see issues on this site with mobile apps such as "RedminePM":http://redminepm.com/.
- Defect #19523 (Closed): problem in exporting Arabic text to csv
- We have problem in exporting arabic text to e ... " in en.yml config file. Please help on this.