Search
Results (12715)
- Defect #20943 (Resolved): migrate_from_trac.rake dont work
- Hello, I have encountered several issues with the migrate_from_trac.rake script, try ... e Patches from #19173-6 and overcomming that issue, I also applied the patch from #14567 to overcome the timestamp conversion issue. However I now encountered a new Issue: <pre> rake redmine:migrate_from_trac RA ... rogramming, but (after reading throught this issue, which really ha nothing to do with the migr ... ithub.com/arkhitech/redmine_timesheet_plugin/issues/49) I assume that the Problem are those two ... from_trac.rake with all the patches included.
- Feature #20928 (New): Query permission by project
- I need to create a query on issues and then set on which projects/subprojects ... t to filter "public to which project". Bye
- Feature #20927 (Closed): Group_by due_date on issue filter
- It would be nice tu group by due date the output of a filter on issues. Tks
- Defect #20926 (Closed): Changing Version Data ... rver to another server with different Version
- Hi, I have installed version 2.3 from one s ... no error but it is not working. Thanks
- Defect #20925 (Needs feedback): Tracker selection combo is not visible
- Environment: Redmine version ... Redmine plugins: redmine_archive_issue_categories 0.1.1 redmine_custom_values_pr ... kers defined ( Requirements, Clarifications, Issues, etc) 2. There are multiple roles defined ... > a. Requirments > b. Clarifications > c. Issues 5. All trackers are added in a project. ... all the above trackers. Try to create a new issue with developer role Actual: Only "Status ... particular role should be visible in the new issue report page. in this case the "clarification ... ss of roles defined in "Workflow" admin page.
- Defect #20912 (Closed): First email notification isn't send to user
- Hi, We have a strange issue with Redmine. Hope you guys can help us or g ... the first reaction assigned to a user in an issue isn't send by email to the person. When you ... s visible at the project * User B opens the issue and adds a reaction and at the same time he assigns the issue back to user A * User B stores the update ; ... d with the option "mail notification for all issues assigned to me". User A does not receive th ... ounts in Redmine, some account have the same issue. Others work like a sunshine... Do you ha ... gs are the same. Thanks for your reaction!
- Defect #20910 (Closed): Hierarchy in TOC is not preserved when Wiki index is exported to HTML
- When exporting HTM from Wiki (from index page ... Full path to images is expected to see them.
- Defect #20904 (Closed): does not work issue statuses
- Hello friends! Мy problem: 1.) I create a new issue statuses "my_status" - ОК 2.) I create a ... edmine_create_wiki_page 0.1 redmine_issues_tree 0.0.3 redmine_people 1.0.0 unread_issues 1.5.0
- Defect #20900 (Closed): Email not truncated when use deleted
- I have some user deleted before. Try to creat ... e ID is already deleted from the users table.
- Feature #20895 (New): Gantt: configurable start and end date
- For example, I have 10 issues created around 2015.9.25, and be expected t ... d n months after the current months? Thanks.
- Patch #20888 (New): Add a button in the texti ... oolbar to convert tabulated text into a table
- When pasting from Google sheets or Microsoft ... ce ODS into the Description or Notes area of issues, the values are automatically converted to ... leButton-1.png! !TextileTableButton-2.png!
- Defect #20884 (Closed): can't see redmine system log
- Hello I already check this link ( https:/ ... mine_ckeditor 1.1.2 redmine_issue_checklist 2.0.5 redmine_issue_templates 0.1.0
- Defect #20882 (Closed): % done: progress bar blocked at 80 in the issue list
- It's because of a css right padding in /publi ... padding-right:0px; } </code></pre>
- Defect #20879 (Closed): Database slowdowns without indexes
- We're using Redmine for our internal issue tracking system. Yesterday the site start ... abled_modules (name(255));</pre> and on 'issue_reads' <pre>create index ir_issues_users on issue_reads (issue_id,user_id);</pre> Now the same query tha ... noticed that the query joins the same table (issue_reads) twice, once with a LEFT OUTER JOIN an ... edhat-linux-gnu (x86_64) using readline 5.1
- Defect #20874 (Closed): I had set "only for t ... ifications , why i still receivec the email ?
- Hi, I installed the Redmine 3.0.3. I ha ... been updated? Can any help me? Thanks.
- Defect #20871 (New): CHROME, Using Scroll Whe ... elect List Custom Fields is not User-Friendly
- h2. General Background: I have created sev ... ctions for them and so when I use them in an issue, they look like a scroll-able box with a lis ... for mouse wheel) as expected, which is Okay.
- Feature #20866 (New): Remove alternating row colors or make it optional
- It is not user friendly when you use coloring of issues by priority and at the same time alternating rows colors.
- Defect #20859 (Closed): bundle install fails on redmine 3.1.1 on Amazon EC2 linux
- So I was trying to install redmine on a AMazo ... sudo gem install io-console@ to resolve the issue. ANd everything was fine afterwards. Firs ... the Gemfile if it is a pre-requisite, right?
- Defect #20841 (Closed): Bare URLs in Markdown don't have "external" class
- *expected:* @http://www.redmine.org/@ => @< ... versions that support Markdown are affected.
- Defect #20831 (Closed): journal_details table ... back to String on update from 2.6.0 to 3.1.1
- I recently upgraded our redmine installation ... and read into the mariadb without problems.
- Feature #20830 (New): Project specific default value
- For now if +Custom field for Issue+ is used in several +Projects+ only one +Def ... unity to specify +defaults+ for each Project.
- Feature #20828 (Closed): Cancel button on wiki edit view
- Please add button/link cancel to wiki edit form (at the side of preview link). Same idea as issue #18051
- Feature #20822 (Closed): No private issue notifications
- Email notifications of private issues shouldn't be sent to all project members
- Feature #20820 (Closed): Time of day (not only date) as a deadline for a task.
- Would be great if it was possible to ad time of day (not only date) as a deadline for a task.
- Feature #20812 (New): Highlight overdue issues and private issues in issue list
- Although CSS class 'overdue' on issues was implemented by #2337, default application.css does not highlight overdue issues yet except for gantt. This patch makes overdue issues and private issues clearly distinguishable in issue list. !issues-list.png! !issue-detail.png!