Project

General

Profile

Search

Results (12635)

Feature #30346 (Closed): Add "Target Version" to the list of "Available columns" in "Spent time" Tab
I am evaluating last Redmine version (v4.0.0) ... lable columns") can avoid any unclearness. 2019-01-06 18:51
Defect #30332 (Closed): API Post new Issue, Custom Fields mandatory
Hi - Sorry if this bug has alread been submit ... s for defects with keyword "API". Also this issue might be already solved because I have an ol ... fault Tracker of the project. If I add an issue via the API for Tracker Y I cannot, because ... y and without changing the XML I can add the issue with POST. 2019-01-04 18:41
Defect #30325 (Closed): Redmine Version number not updated
I made the update from 3.4.6 to 3.4.7. /adm ... ine/wiki/RedmineUpgrade update script Thnx 2019-01-04 13:10
Defect #30312 (Closed): Cannot know whether a wiki page is locked unless clicking the drop-down menu
The change r17678 moved some action links on ... 1px solid #ccc; width: 696px;}.after@2x.png! 2019-01-04 06:11
Patch #30294 (Closed): Move the links (View all issues, Summary, Import) from the Issues section of the issues list sidebar under a dropdown
!{width:50%;border: 1px solid grey!}move_link ... sion, I think that we can drop the "View all issues" link because it doesn't add to much value ... "Clear" button). Any feedback is welcomed. 2018-12-30 08:47
Defect #30288 (Closed): Groups are incorrect when grouping by date without user timezone set
The following problems may occur when groupin ... {width: 70%; border: 1px solid #ccc}grouping_issues.png! <pre> pry(main)> Issue.find(3).created_on Wed, 19 Jul 2006 19:07:27 UTC +00:00 pry(main)> Issue.find(2).created_on Wed, 19 Jul 2006 19:04:21 UTC +00:00 </pre> <pre> pry(main)> Issue.find(2).created_on.localtime.to_date # JST Thu, 20 Jul 2006 pry(main)> Issue.find(2).created_on.to_date # UTC Wed, 19 Ju ... ere the above conditions apply, the test of "IssuesControllerTest#test_index_grouped_by_created_on [test/functional/issues_controller_test.rb:365]" fails. related: #13803 2018-12-28 07:22
Defect #30287 (Closed): The tooltip layout of the calendar is broken
The layout of the assignee icon in the toolti ... Actual output| |!expected.png!|!actual.png!| 2018-12-28 03:08
Defect #30285 (Closed): Microsoft SQL server support is broken
Redmine 4.0.0 does not work with Microsoft SQ ... ils-sqlserver/activerecord-sqlserver-adapter/issues/636 2018-12-28 01:34
Defect #30284 (Closed): Internal Server Error When Deleting a User
When deleting a user an Internal Server Error ... redmine_agile 1.4.7 </pre> 2018-12-27 15:14
Patch #30276 (Closed): Add missing fixtures to several tests
Even with the same test, sometimes it may fai ... rferences | I made a patch, and attach it. 2018-12-26 05:21
Defect #30259 (Closed): URLs end with "-" are rendered incorrectly in Textile
Last character "-" makes wrong link please ... 最終文字が "-" となることがあり、修正してほしいです 画像も参照してください 2018-12-21 08:33
Defect #30257 (Closed): include/child_pages macro documentation typo
At the "Textile formatting":https://www.redmi ... {{include(RedmineTextFormattingTextile)}} }} 2018-12-20 14:11
Defect #30255 (Closed): This site can’t provi ... protocol. ERR_SSL_VERSION_OR_CIPHER_MISMATCH
I'm using chrome with option --ssl-version-mi ... bs.com/ssltest/analyze.html?d=www.redmine.org 2018-12-20 09:41
Patch #30249 (Closed): Performance improvement when rendering news or calendar block on My page
The following patch improves the performance ... ent_language, :week) calendar.events = Issue.visible. - where(:project_id => User.c ... ark.ips do |x| x.report('before') do Issue.visible. where(:project_id => Project ... ed_to) end x.report('after') do Issue.visible. where(:project => Project.al ... efore: 68.8 i/s - 9.49x slower </pre> 2018-12-19 04:03
Defect #30236 (Closed): Accidentally clicking next to the checkbox breaks issue selection
Expected behavior would be that issues don't get unchecked when clicking outside checkbox, and that clicked issue gets added to selection !selection.gif! 2018-12-17 14:51
Defect #30234 (Closed): Redmine 4.0 - ActionView::Template::Error
Dear members. upgraded to 4.0 I get the ... sers.html.erb (22.6ms) Rendered settings/_issues.html.erb (2.8ms) Rendered common/_tabs.h ... te::Error (undefined method `close_duplicate_issues' for #<Class:0x0000000815d02f10>): 7: ... 0: <p><%= setting_check_box :close_duplicate_issues %></p> 11: 12: <p><%= setting_check_box :issue_group_assignment %></p> 13: app/help ... :in `setting_check_box' app/views/settings/_issues.html.erb:10:in `block in _app_views_settings__issues_html_erb__1315581152634796430_17378251020' app/views/settings/_issues.html.erb:1:in `_app_views_settings__issues_html_erb__1315581152634796430_17378251020' ... ' lib/redmine/sudo_mode.rb:63:in `sudo_mode' 2018-12-17 10:51
Patch #30231 (Closed): Operation: "Unwraping The Mine" or conerns about how elements are wrapped
Here are some things that look suspicious to ... instead wrapped into a <span> or just an <a>. 2018-12-16 09:45
Feature #30229 (Closed): Optimization: all UI icons collapsed into a single sprite
I don't have a CSS mapped yet, but I did coll ... . Also if current layout of the sprite is ok. 2018-12-16 01:22
Defect #30211 (Closed): Crash with the messag ... ain'" when connecting to Microsoft SQL Server
The problem has been reported in #30209#note- ... dmine.org/users/374936. > I ran into this issue as well. I made the following changes in the ... server/activerecord-sqlserver-adapter.git", 2018-12-14 02:24
Defect #30210 (Closed): Application crash when deleting an issue from issue list with SQLServer
When viewing the list of issues, right-click the issue to be deleted, and then click delete. Redmin ... @0 int, @1 nvarchar(30)', @0 = 13895, @1 = N'Issue'):` </pre> <pre> Environment: Redmin ... edmine_agile 1.4.7 </pre> 2018-12-13 23:59
Defect #30209 (Closed): undefined method `ali ... n' for ActionView::Base:Class (NoMethodError)
After upgrading from 3.4.6 to 4.0.0, redmine ... edmine_latex_mathjax 0.3.0 </pre> 2018-12-13 23:29
Feature #30208 (Closed): Custom assignee list per project
Is it possible to have specific users show in ... cket is created in? It seems that if the "Issues can be assigned to this role" is checked of ... ng something or is that the default behavior? 2018-12-13 17:59
Feature #30207 (Closed): Hide menu item in th ... u if the module is not enabled in any project
A tab in the cross-project menu is always dis ... see the tab or have any interest in the tab. 2018-12-13 16:22
Patch #30203 (Closed): Add links to administration pages in project settings
The attached patch adds links to administrati ... | | Members | above the table | /users | | Issue tracking | in the "Trackers" box | /trackers | | Issue tracking | in the "Custom fields" box | /cus ... ! !{width: 966px; border:1px solid #ccc;}.issue-tracking-tab@2x.png! !{width: 966px; border:1px solid #ccc;}.time-tracking-tab@2x.png! 2018-12-13 11:29
Defect #30182 (Closed): Inconsistent classification of "ID" class containers for issues
In the issue view table on /projects/<your project>/issues, the top bar with column descriptions, has ... data-method="post" href="/my/page?settings%5Bissuesassignedtome%5D%5Bsort%5D=id%3Adesc%2Cpriori ... desc">#</a> </th> </pre> however on the issues view on "/my/page" the <a> child of <th cla ... have a class "sort desc" assigned anywhere. (Issues assigned to me, reported issues, watched issues blocks to be exact). 2018-12-11 23:47
(2501-2525/12635)