Project

General

Profile

Search

Results (12572)

Feature #31449 (New): Generate issue graphics
I am using Redmine as an issue manager. So, I need some issue graphics like closed vs opened and others li ... is feature will be coded in future version? 2019-05-25 01:38
Feature #31444 (Closed): Add "<< me >>" option to user format issue custom fields
Currently, user format custom fields list mem ... ield for better usability and UI consistency. 2019-05-24 12:37
Patch #31441 (Closed): Show elements titles using jQuery UI tooltips
Browser default title tooltip is quite non fr ... it worth it. !author.png! !date.png! 2019-05-24 11:42
Patch #31439 (Closed): I can not attach a file to a ticket
I can not attach a text file to a ticket. Pl ... edmine_favourite_projects 0.7 redmine_issue_evm 3.5.7 redmine_my_customi ... redmine_work_time 0.3.1 2019-05-24 10:45
Defect #31438 (Closed): Incorrect position of ... are displayed in reverse chronological order
Hi all, I noticed that the associated revi ... e. I've attached a screenshot with shows the issue (this is the Purplemine theme here but it ha ... rder option in /my/account. The same layout issue then happens with the default theme. This is ... fix this. </pre> *He marked the possible issue inside the redmine source code "here":https: ... 22cfd9b905688be010bf16c429bf31718f/app/views/issues/show.html.erb#L130-L139*. !Wrong_location_assisiated_revisions.png! 2019-05-24 09:59
Feature #31436 (Closed): Update raphael.js to 2.3.0
The latest version is 2.2.8 but Redmine uses ... js is used for drawing lines between related issues in gantt and revision graph in the repository browser. 2019-05-24 02:14
Patch #31433 (Closed): Use "icon icon-*" clas ... ollapsible fieldsets and collapsible versions
2019-05-23 19:59
Defect #31432 (Closed): Wiki Plugins broken link Tutorial
Writing Redmine 2.x plugins Tutorial <- page ... content and keep it here for maintenance!!** 2019-05-23 16:10
Defect #31428 (Closed): Gravatar can't be dis ... configration.yml.example to configration.yml
Gravatar can't be displayed when copy config/ ... "Use Gravatar user icons" setting * Display issues/show * Gravatar is not displayed and Actio ... #9112 is related. Affected version: trunk. 2019-05-23 07:44
Feature #31427 (Closed): Insert a link to the ... ibution line when quoting a note or a message
Since pre-tags are omitted when quote, I ofte ... same is true when you quote a forum message. 2019-05-23 04:33
Patch #31424 (Closed): Add issue css classes to issue rows in Roadmap and Version pages
It'll allow easier styling, especially after the change done in #28510. 2019-05-22 18:11
Defect #31420 (Closed): issues-table; closed_on - column should be updated to NULL whenever issue's status is changed to a 'is_closed == 0' status
The column "closed_on" was filled in issues table for some issues that were not closed. It seems as if the column gets filled with the current timestamp if the issue's status is changed to a status that is mark ... == 1 in status table. Thats OK. But if issues get changed back to a status that is not closed ("is_closed" == 0) the issue column "closed_on" still is filled with the ... ed" == 1 status Requested behaviour: If a issue gets a status that is "is_closed" == 0 an issue has "closed_on" != NULL the "closed_on" column should be set to NULL. 2019-05-22 08:14
Feature #31418 (Closed): Stacked bar charts in the issue details report
I propose a feature to visualize the results ... hart, we can intuitively grasp the status of Issues registered in Project. !{width:700px}render-reports-details-in-bar-chart.png! 2019-05-22 04:53
Defect #31413 (New): Copy Groups changes Project of Sub Tasks
I really love the Copy feature to duplicate an issue and even more for a group of issues. h2. Example I have a group of month ... asks. h2. Related Same area, different issue: #29715 2019-05-21 08:40
Patch #31402 (Closed): Add support for customization by block to IssueCustomField.generate!
@generate!@ methods in @test/object_helpers.rb@ supports customizing by block. But @IssueCustomField.generate!@ doesn't support it. ... ame problem as #24864-10 for svn.redmine.org. 2019-05-20 08:29
Feature #31395 (New): Make the footer of the 'Powered by Redmine' line user changeable.
In the case of in-house operation, it may be ... Jean-Philippe Lang </div></div> </pre> 2019-05-19 17:02
Patch #31391 (Closed): Small refactorization of avatar methods
Small refactorization of avatar methods: * ... tch will change 2 existing behaviours: * in issue#show page, the titles for assignee and autho ... nough for now. Any feedback is welcome! 2019-05-18 13:34
Defect #31388 (Closed): ApiTest fails if config.time_zone is set
ApiTest fails if config.time_zone is set. The ... rtions, 2 failures, 0 errors, 0 skips </pre> 2019-05-18 01:42
Defect #31387 (Closed): Don't rescue Exception class
https://stackoverflow.com/questions/10048173/ ... t addition to redmine <pre> def destroy IssueStatus.find(params[:id]).destroy redirect_to issue_statuses_path rescue Exception => e flash[:error] = l(:error_unable_delete_issue_status, ERB::Util.h(e.message)) redirect_to issue_statuses_path end </pre> https://github ... 97e8a83013384b95353e110bd2f8/app/controllers/issue_statuses_controller.rb#L77 please replace ... ndardError is usually more than sufficient. 2019-05-17 20:51
Patch #31385 (New): Formating toolbar : new color tools
This patch provides 2 new tools with a new co ... ion color : * text color * background color 2019-05-17 18:24
Feature #31381 (Closed): Find change status of issues at custom query
I'd like to find change status on issues at custom query add old status in fillte ... たいので 過去に一度でも発生したステータスを抽出できる フィルタを追加してください 2019-05-17 09:39
Defect #31365 (Closed): Issue subject may be broken if the subject field in the receiving email is split into multiple lines
When you create issues via email, the subject of the created issue may be broken if the subject field in the or ... ψω </pre> But the subject of the created issue will be the following: <pre> αβγδεζηθικλ ... lines. mail gem cannot handle such cases. 2019-05-14 05:50
Defect #31363 (Closed): 500 Internal Server Error
The number of users is about 40. So the [Acti ... ut the committing action is taking effect. 2019-05-14 03:33
Feature #31361 (Closed): Include a reason in the error message when an issue status cannot be deleted
The attached patch adds a reason why the issue status cannot be deleted to the error message "Unable to delete issue status". You cannot delete issue statuses if the status in use. Sometimes it ... r message always says only "Unable to delete issue status". After applying this patch, you can see an error message with the reason when an issue status cannot be deleted. !{width: 662px;}.error-message@2x.png! 2019-05-13 16:07
Defect #31358 (Closed): No triangle to open dropdowns in Internet Explorer and Edge
Probably after r18056, a triangle mark for dr ... h: 902px;}.no-triangle-in-ms-browsers@2x.png! 2019-05-13 12:04
(2226-2250/12572)