Search
Results (12572)
- Patch #24400 (Closed): Bulgarian translation ()
- Translated: * error_no_projects_with_tracker_allowed_for_new_issue Changed: * label_font_monospace * label_font_proportional
- 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 。??
- Defect #24397 (Closed): this text in description or note cause an internal server error
- tried on http://demo.redmine.org/issues/153401
- 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]]
- 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.
- 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.
- 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.
- 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_...
- 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 !
- 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.
- 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.
- 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) ) && (!@...
- 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
- Defect #24303 (Needs feedback): Not able to move few issues to another project
- I have a redmine installation and it is working fine except of few issues which i am not able to move to another project. When i click on edit issue and select the project from drop down menu a ... em Redmine plugins: issue_charts 1.3.0 periodicta ... ine_helpdesk 0.0.15 redmine_issue_history 1.0.0 redmine_omniauth_g ... simple_author_change 0.1.2 </pre>
- Defect #24300 (Closed): Calendar date selector disappears
- When opening a new issue and changing trackers, the icon to select da ... stuff_to_do_plugin 0.4.1 ```
- Patch #24296 (Closed): Add tablename to siblings query to prevent AmbiguousColumn errors
- h3. Problem I creating a plugin that show siblings for issue. And when I try to get "visible" siblings for issue I get the next error: <pre> ActionView:: ... d" is ambiguous LINE 1: ...ot_id" = $1 AND "issues"."parent_id" IS NULL AND (id <> 2) A... ... ^ : SELECT "issues".* FROM "issues" INNER JOIN "projects" ON "projects"."id" = "issues"."project_id" WHERE "issues"."root_id" = $1 AND "issues"."parent_id" IS NULL AND (id <> 2) AND (pro ... ct_id FROM enabled_modules em WHERE em.name='issue_tracking')) ORDER BY "issues"."lft" ASC): </pre> This error can be reproduced in console by typing: <pre> ...
- Feature #24292 (Closed): is there any way to get the status change date?
- Hi! I currently have about 2000 Tickets on ... ed the date of Change of the Status for each issue. thanks. Rafael
- Defect #24288 (Closed): Internal Error with Subtask
- Hey i try to create a subtask, but unfortunal ... cannot be inside moved tree.): app/models/issue.rb:1315:in `update_nested_set_attributes' app/models/issue.rb:174:in `create_or_update' app/controllers/issues_controller.rb:152:in `create' _ Has anybody a clue, what this i about? Regards Christian
- Feature #24286 (Closed): Multiple Asignee ticket
- Currently Redmine can assign to user or group ... and we creating groups on the fly when some issue are submited. We dont want to create bunc ... mented into the core without use of a plugin.
- Patch #24283 (Closed): Validate length of string fields
- Databases throw errors when trying to save da ... hat is a string (i.e. ist a VARCHAR in MySQL)
- Feature #24282 (New): Add inheritance of the class from the parent projects
- Hello, I actually work on a project wher ... okers-redmine-theme *project-rip* controller-issues action-index"> The problem is that we ... *project-bugtrack* *project-rip* controller-issues action-index"> I think this feature (i ... ities of custom theme for particular projects
- Patch #24281 (Closed): Workflow editing shows statuses of irrelevant roles
- When 'Only display statuses that are used by ... ting a role with workflow transitions but no issue add/edit permissions, second patch adds proper filtering for the status array.
- Defect #24279 (Closed): Redmine is not working in ubuntu14.04
- When I am running localhost/redmine, It revea ... ng screenshot, please help me to resolve the issue.
- Feature #24277 (New): Introducing Remaining T ... d to track the remaining time to complete an issue
- Currently, Redmine offers the possibility to estimate an issue and track the time spent on that issue using the log time module. Regarding the progress made on an issue, the only possibility is to use the "Done ra ... time. Having the following scenario: ** Issue with estimated time set to 4h ** During the ... et the remaining time to 0h when closing the issue. !{width:60%; border: 1px solid grey;}remaining_time_field.png! *2. update_issue_remaining_time.patch:* the user can decide in the log time form to update or not the issue remaining hours. There are 3 options available: - [default] adjust automatically: issue remaining time will be decreased with the lo ... ng_time_in_time_log.png! In this way, the issue remaining time can be tracked easily. Als ... s in the version page. There are multiple issue...
- Defect #24274 (Closed): Query totals and query buttons overlaps on small screens
- Steps to reproduce: # Go to issues tab # Tick the checkboxes for totals # Re ... red to align the elements on left properly.