Search
Results (12675)
- Defect #20071 (Closed): User can't update issue status after upgrade
- After a migration to 3.0.3 a user can't update issue status. Workflow is ok.
- Feature #20069 (New): Report for identify time per days consumed in each status
- i want a report to track the total time of the issue divided to time per each phase/status to mea ... ke some improvement in the bottle nick phase
- Defect #20068 (Closed): [Gemfile] Wrong bundl ... in platforms declaration for tzinfo-data gem
- source:/trunk/Gemfile@14300#L18 declares the ... P authentication </code></pre> would fix issues like for example mentioned in message#47553 ... 1.9/man/gemfile.5.html#PLATFORMS-platforms-
- Defect #20064 (Closed): Cannot create or edit users
- Hi, I have just installed redmine on a fre ... Any help would be appreciated please. Thanks
- Patch #20063 (New): Add "issue#<number>" syntax for issue links
- For most Redmine items (news, documents, wiki ... ews#<number>, document#<number>, etc. For issues, the only syntax is simply #<number>, and shows the issue number as the link's text. This patch adds the syntax issue#<number>, and will display the bug title fol ... remove anything, it only adds a new syntax.
- Feature #20057 (Closed): Why Group can't be used as a Watcher in Issue?
- Hi, is it correct, that "groups" functionalit ... ports * group can be defined as Assignee in issue All mentioned functionality I get from ch ... ot possible to use group as a *Watcher*? (in Issue)? Thanks in advance, Rostislav
- Defect #20042 (Closed): A test fail when running it with PostgreSQL
- When running the test suite with PostgreSQL, ... Bug #16: Special chars: Öö" not found in "[#<Issue id: 15, tracker_id: 1, project_id: 1, subjec ... tive_with_accented_characters' </code></pre>
- Defect #20041 (Closed): User with no access to page /users can see other users.
- So, for ex. my page: https://redmine.org/use ... ne.org/users/3 https://redmine.org/users/...
- Defect #20040 (Closed): Create issue by email
- Hi I need to create issue by email. So I run command line as a belo ... (See full trace by running task with --trace)
- Patch #20035 (Closed): Italian translation update
- In the roles view, there is a missing italian translation in "tracking issues". The missing translation is for "Copy issues". The right translation is "Copia segnalazioni"
- 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.