Search
Results (12716)
- Defect #20034 (Needs feedback): Custom queries cannot be edit after creation
- I created a custom query in a project with a ... ld 2.5.1 redmine version all worked fine.
- Defect #20027 (Closed): SVN - Repository access / loading broken
- I have updated redmine from 3.0.1 to 3.0.3 an ... Filesystem
- Defect #20019 (Closed): Setting the default columns for the issue list does not work
- The arrow Buttons to move available columns to selected and vice versive do not work. Any idea?
- Defect #20018 (Closed): Duplicate activities ... y report when project-specific activies exist
- When using the report tool by Activity, it ap ... 6 2 Z 7 </pre>
- Feature #20008 (Closed): Files upload Restriction by files extensions
- Hi, We are using redmine 2.5.1 with below ... mine_cas 1.2.1 redmine_issue_templates 0.1.0 redmine_ldap_sync ... (.exe,zip,msi,....etc). I searched in entire issues and google but no luck. Please let me know, ... solution for this and treated this as a bug.
- Defect #20000 (Needs feedback): Visible to Role and Required is not shown during ticket update.
- Hello, Create a custom field visible to ro ... t one ) Now in the project, Create a new issue, with the role as assigned above. Check tha ... me know if you need additional info. Thanks.
- Feature #19999 (New): Provide "Request Access" link when page not authorized to view.
- When a user tries to access a issue which he is not authorized to view. A Unaut ... ho have manage members option). Thank You.
- Patch #19994 (Closed): Traditional Chinese translation (to r14294)
- * New ** error_password_expired, field_time_ ... d, label_parent_task_attributes_independent
- Patch #19993 (Closed): Change csv separators of Spanish/Panama
- Updated Spanish (es, es-PA) translation for entries added on r14276
- Defect #19992 (Closed): Problem with sorting by and grouping by 'priority'
- Hi, I recently upgraded my debian from 6.0 to 8.0. Redmine stopped sorting and grouping my issues by 'priority'. See attachment please. My ... uction.log file. Thanks for your help, SP
- Patch #19991 (Closed): Japanese translation change
- Translated 6 strings which introduced in r14276 and changed 2 related strings(setting_issue_done_ratio_issue_field, setting_issue_done_ratio_issue_status).
- Defect #19976 (Needs feedback): Redmine can't work with 3000 projects
- I using redmine with 3000 projects. If I trying to enter Issues redmine query database this query. Its tak ... ronet_projects_test].[691_daronet_projects].[issues] INNER JOIN [691_daronet_projects_test].[691_daronet_projects].[issue_statuses] ON [issue_statuses].[id] = [issues].[status_id] INNER JOIN [691_daronet_projec ... t_projects].[projects] ON [projects].[id] = [issues].[project_id] WHERE (((projects.status <> ... _projects].enabled_modules em WHERE em.name='issue_tracking')) AND ((projects.is_public = 1 AND ((issues.author_id = 10 OR issues.assigned_to_id IN (10,24,27)))) OR (project ... 60,3461,3462,3463,3464,3467,3468,3470) AND ((issues.author_id = 10 OR issues.assigned_to_id IN (10,24,27)))) OR (project ... 56,3457,3458,3459,3460,3461,3462,3463) AND ((...
- Feature #19974 (Closed): Issues PDF export looses picture formating
- The picture at issue description with format such as !{width:400p ... thout format {width:400px}. Related to #69
- Feature #19970 (Closed): More reasonable issue subject truncation for subtasks and related issues
- I found it very annoying for subjects to be c ... to 100 chars: <pre> diff --git a/app/views/issues/_relations.html.erb b/app/views/issues/_relations.html.erb --- a/app/views/issues/_relations.html.erb +++ b/app/views/issues/_relations.html.erb @@ -17,7 +17,7 @@ <%= l(relation.label_for(@issue)) %> <%= "(#{l('datetime.distance_in_w ... && relation.delay != 0 %> <%= h(other_issue.project) + ' - ' if Setting.cross_project_issue_relations? %> - <%= link_to_issue(other_issue, :truncate => 60) %> + <%= link_to_issue(other_issue, :truncate => 100) %> </td> <td class="status"><%=h other_issue.status.name %></td> <td class="start_date"><%= format_date(other_...
- Feature #19967 (New): Make Projects to be Workflow enabled
- We have been using redmine for a while and th ... orkflow to Project Status just as we can for issues. Use case: # A specific role has the pe ... aging multiple projects in their own process.
- Feature #19966 (New): Related issues displayed on "issues" page should be prefixed by project name
- Feature #19965 (Closed): values of custom fil ... d be prefixed with or grouped by project name
- *Steps to reproduce* * create projects hiera ... ct tree * create a custom field attached to issues, type version, attached to a tracker of one of the above project * create a new issue *Actual result* * whereas shared version ... project name; just like for "target version"
- Defect #19960 (New): receive_imap rake task does not connect to Office 365
- Hello, I configured mail receiving with my ... lem. Does this change imply some security issue? Could this be made default, or perhaps exp ... nal info: running Bitnami stack on Windows 7.
- Feature #19955 (New): Propose to close an issue that duplicates another one when the later is already closed
- *Steps to reproduce* # create an issue A # mark it "fixed" (or any "closed" status) # create another issue B # add relation "B duplicates A" (so that ... lready closed + a proposal to close B as well
- Defect #19952 (Closed): Redmine is in error with Fedora 22
- Hi, I just switched to the latest Fedodra ... Environment variables SSL_TLS_SNI = issues.osgiliath.net UNIQUE_ID = VWTbaKhEs2V- ... 127.0.0.1 SHLVL = 0 SERVER_NAME = issues.osgiliath.net HOME = /var/www RAI ... ib/action_mailer/gem_version.rb /usr/sha
- Defect #19947 (New): Browse repository in sub projects
- It is currently (3.0.2) impossible to browse ... to changesets in subprojects (in wiki pages, issues, etc). Example : # setup project "A" wi ... an refer to a changeset of the repository "R"
- Feature #19939 (Closed): New X-Redmine-Issue-Priority header, and modification of X-Redmine-Issue-Assignee
- Hello, Here's the context, quickly: We w ... lly edited our Redmine 3.0.1 to add <pre> 'Issue-Priority' => issue.priority.name, </pre> in mailer.rb so _X-Redmine-Issue-Priority_ was added fine. *I believe this w ... * However, there was already a _X-Redmine-Issue-Assignee_, as <pre> redmine_headers 'Issue-Assignee' => issue.assigned_to.login if issue.assigned_to </pre> but as there is no "log ... I changed it for <pre> redmine_headers 'Issue-Assignee' => issue.assigned_to.name if issue.assigned_to </pre> because, in my case, tha ... that, please feel free to express yourself =)
- Feature #19934 (New): Hide log time entry block available in issue edit form when status is 'New'
- Please kindly provide feature to hide log time entry block available in issue edit form when status is 'New' or depending upon status selection.
- Defect #19933 (Closed): Watcher not notified upon issue creation
- Hi, I use Redmine 2.6.2.stable When I c ... tified by mail for the creation. Subsequent issue updates are notified though. "Added Issue" is checked in Administration > Config > Email Notification. The issue is public as is the project. I don't use bcc ... the code and found that email recipient for issue creation are @issue.notified_users@ and @issue.notified_watchers@ whereas for issue update it's @journal.notified_users@ and @jo ... <pre> Started POST "/projects/myProject/issues" for 10.196.160.44 at Fri May 22 17:57:33 +0200 2015 Processing by IssuesController#create as HTML Parameters: {"c ... nticity_token"=>"XXX", "new_checklist"=>"", "issue_template"=>"", "issue...
- Defect #19925 (Closed): Arabic settings page - Icons are not aligned correctly
- Icons in the Setting Page in the Arabic inter ... nd text. It looks like the it is a .css file issue.