Project

General

Profile

Search

Results (12483)

Defect #24457 (Closed): Progress of version should be calculated the same way as parent tasks
The progress of a version should be calculate ... of parent tasks are calculated in #23511. 2016-11-25 14:59
Defect #24451 (Closed): Migrate multiple trac to a redmine
First of all, sorry for my English. I am usi ... grate the second trac. I can see the second issues but not the first ones. I have noticed that the states of the issues of the first trac are erased and those of t ... rom already thank you very much for your time 2016-11-24 20:16
Patch #24446 (New): Call `view_issues_timelog_form_bottom` hook
I am writing a plugin, that needs to add additional form fields to a time entry. 2016-11-24 11:20
Defect #24440 (Closed): 502 proxy error with exporting
My server is bitnami redmine stack. when export 2000 issues to csv file, 502 proxy error occured. But i ... s the query will occure 502 proxy error . 2016-11-24 02:45
Defect #24439 (Closed): Uable to add module on My Page
Bale to add any module to My Page. When I s ... 9-dev > redmine_zenedit 0.0.2 2016-11-23 23:50
Feature #24438 (Closed): Ability to add issue to a version within the roadmap
So roadmaps is pretty good, but it would be nice to have the ability to add a issue regarding the version on the roadmap page it ... /ey644ee8ksf1ovz/2016-11-23%20at%2019.54.png! 2016-11-23 19:55
Patch #24434 (New): Link Redmine Issues to Mercurial Branch name
In our company we start a new Mercurial branc ... aming looks like "RM1234" where 1234 is the issue concerned. Rather rely on issue numbers embedded in commit messages which re ... lable we made the attached patch to take the issue number directly from the branch name. I h ... Neither in the summary of change sets on the issue page nor even on the changes detail page is ... but am assuming SCM is the correct category? 2016-11-23 05:23
Defect #24433 (Closed): The changeset display is slow when changeset_issues has very many records
In issue page, the changeset display is slow when changeset_issues has very many records. The following que ... ries`.`project_id` INNER JOIN `changesets_issues` ON `changesets`.`id` = `changesets_issues`.`changeset_id` WHERE `changesets_issues`.`issue_id` = 1 ... </code></pre> There is no INDEX in issue_id of changesets_issues table. * db/schema.rb <pre><code class="ruby"> create_table "changesets_issues", id: false, force: :cascade do |t| t.integer "changeset_id", null: false t.integer "issue_id", null: false end add_index "changesets_issues", ["changeset_id", "issue_id"], name: "changesets_... 2016-11-22 14:27
Defect #24429 (Closed): Redmine 500 error
Below Error message is displayed when tried t ... tp://192.168.2.44:8089/redmine/projects/dcms/issues [Fri Nov 11 17:15:16.095320 2016] [proxy:e ... tp://192.168.2.44:8089/redmine/projects/dcms/issues [Mon Nov 14 21:32:47.050187 2016] [mpm_win ... AH00354: Child: Starting 64 worker threads. 2016-11-22 13:07
Defect #24426 (New): sqlserver2014:chang issues parentId success but view is wrong
see as flow image: I use SSMA for mySQL Clie ... few weeks ago ,we find that,if I chang some issues parentId,it works well but the tree view is wrong.like this: I change issuess 218947's parentId is 218972.after I promit ... view show it's parentId is 218937. for help. 2016-11-22 10:15
Patch #24407 (Closed): Dutch (NL) translation enhancements and complete review (major update)
Major review and enhancements for Dutch (NL) ... rb placement: at the end of the action (Edit issues => Issues bewerken) * ... 2016-11-19 18:52
Defect #24402 (Closed): sqlserver2014: db:migrate failed
Installing Redmine-3.3.1、ruby 2.3.1p112、sqlse ... .3.1,db:migrate is success AND It works fine. 2016-11-18 09:14
Patch #24400 (Closed): Bulgarian translation ()
Translated: * error_no_projects_with_tracker_allowed_for_new_issue Changed: * label_font_monospace * label_font_proportional 2016-11-18 07:15
Feature #24399 (New): Enhance referencing and fixing issue in commit message (e.g. no space between words)
Is there any way to enhance referencing issue ID in commit message without comma and space ... or example, I set a keyword "处理了" for fixing issues and a keyword "处理了" for referencing issues Then ther is two commit message like below ... 本次提交处理了 #123 及 #124 。?? ??本次提交完成了 #123 。?? 2016-11-18 04:02
Defect #24397 (Closed): this text in description or note cause an internal server error
tried on http://demo.redmine.org/issues/153401 2016-11-17 15:26
Defect #24396 (Closed): Continuing_a_list_item_after_a_sub-item
How can i solve this issue? [[https://en.wikipedia.org/wiki/Help:List#Continuing_a_list_item_after_a_sub-item]] 2016-11-17 15:09
Feature #24383 (New): REST API for time entries does should support updated_on filter
Pulling differences ("since last update") f ... s, I miss the updated_on filter (as known on issues) very much. 2016-11-16 14:34
Feature #24381 (New): Better means to pull issue relations on Rest API
The Rest API for issue relations lacks means for identifying changed data. The @modified@ timestamp on issues itself is not updated on a relation (which is okay since any old issue referenced by a duplicate would be pushed up the sorted list, otherwise), and issue relations can only be retrieved for (or worse, with) a specific issue. So, if one would like to mirror informat ... ld - always - have to poll relations for all issues, one request per issue. *The ability to pull issue relations as list (with filter mechanisms alike issue lists) would certainly ease the pain.* Ho ... d possibly introduce too much complexity. 2016-11-16 10:58
Feature #24345 (New): Reload issue detail view on modification by other user
It would be great, if the issue detail view would get reloaded automatically, if another user modify´s the issue in any way. Of course only, if you are in a ... e would be useful, if you have a tab with an issue open for a longer time and could miss important updates, because you forget to reload by hand. 2016-11-14 11:05
Defect #24344 (Closed): Cannot upload file on an issue
I got an error message while trying to upload a file into a redmine issue. I had this in the log file: ----------- ... " if @journal.private_notes? -%><%= l(:text_issue_updated, :id => "##{@issue.id}", :author => @journal.user) %> 2: ... ne/hook.rb:167:in `call_hook' app/helpers/issues_helper.rb:403:in `show_detail' app/helpers/issues_helper.rb:321:in `block in details_to_strings' app/helpers/issues_helper.rb:307:in `each' app/helpers/issues_helper.rb:307:in `details_to_strings' app/views/mailer/issue_edit.text.erb:3:in `_app_views_mailer_issue_edit_text_erb__1167367905_73751580' app/m ... 434:in `mail' app/models/mailer.rb:83:in `issue_edit' app/models/mailer.rb:447:in `initia ... mailer.rb:95:in `block (2 levels) in deliver_... 2016-11-14 10:58
Feature #24331 (New): Replace "Issues" with the tracker name on each project when there is only one
It would be very interesting to be able to replace the term "issues" with the name of the tracker associated wi ... ced. Thanks for all your very great work ! 2016-11-12 09:31
Feature #24319 (Closed): Last assigned to option in the Assignee selection list
Very often in the flow of working on an issue you want to assign the issue to the last person which had the ticket. ... lect@ application_helper and a method in the issue model which returns the id of the last assig ... als. and could implement a patch for this. 2016-11-10 17:06
Patch #24313 (Closed): Use the regular "icon icon-*" classes for all elements with icons
Working at #23980 we discovered that some lin ... ch that implements this for admin menu links. 2016-11-09 22:27
Defect #24311 (Closed): Project field disappe ... et project disallows user to edit the project
h1. Issue # Editing the Project Field in an Issue reloads the form # On Reloading / Rendering ... not allowed to *change* the @project_id@ for issues in that project # The field disappears whe ... ging the project field is not allowed # The issue cannot be moved to the other project by that ... rojects is calculated by the right to create issues in that project. This means that there is a ... is: <pre><code class="diff"> # app/views/issues/_form.html.erb - <% if @issue.safe_attribute?('project_id') && (!@issue.new_record? || @project.nil? || @issue.copy?) %> + <% if (@issue.safe_attribute?('project_id') || @issue.allowed_target_projects.include?(@issue.project_id) ) && (!@... 2016-11-09 16:58
Defect #24309 (Closed): Setting page for repository does not scroll horizontally on small screens
Horizontall scroll bar is missed on settings ... . Similar problems: #22336 #21808#note-5 2016-11-09 16:06
(3426-3450/12483)