Search
Results (12716)
- Feature #24198 (New): Setting for subtasks optionally follow the project change of the parent
- Hi, When an issue is moved to another project, it's subtasks a ... the journal for the project move on subtasks
- Defect #24190 (Closed): <a> tag with attribut ... esults in undefined method + for nil:NilClass
- Observed Behavior Create new issue with description "<a href="*tel:*3453454353" ... NilClass): 2: 3: <%= render_email_issue_attributes(issue, users.first, true) %> 4: 5: <%= textilizable(issue, :description, :only_path => false) %> 6: 7: <% if issue.attachments.any? %> 8: <fieldset clas ... per.rb* from last in GIT (it's changes after issue #19304), but it's not help.
- Patch #24189 (Closed): Time entry form - limit issue autocomplete to already selected project
- When creating a new time entry via /time_entries/new (that is, outside the scope of a project), the issue autocompleter always searches across all pro ... selected in the dropdown above. Selecting an issue of another project here will lead to a valid ... should therefore prevented by only offering issues of the selected project. The attached pa ... rs according to the user's project selection.
- Feature #24187 (New): exporting CSV issues in only web page
- *Steps to reproduce:* # Goto http://www.redmine.org/projects/redmine/issues # Download the issues in CSV format. # Now change the page number. # Download the issues of the new pages in CSV format. # Observe ... iately then would you please provide all the issues information in CSV format?
- Feature #24181 (New): Add grand total of overall spent time on queries
- Now we have Total spent time on the issue list made via #11253. It works fine for normal issues, but not for parent tickets, it would be gr ... see attached screenshot as a real an example.
- Feature #24171 (New): Add keyboard shortcuts to common tasks
- Redmine already provides a shortcut to create a new issue (Shift + Alt + 7 on Microsoft Windows + Mozi ... would like to do as much as possible with it.
- Feature #24167 (Closed): Rebuild a single nested set with nested_set plugin
- After updating to Redmine 3.3 we began to encounter broken issue trees quite often. Root and parent ids are o ... values get messed up somehow. We have ~250k issues so using @Issue.rebuild_tree!@ is a rather expensive task wi ... w - just added it to /lib/redmine/nested_set/issue_nested_set.rb <pre><code class="ruby"> def rebuild_single_tree!(root_id) root = Issue.find(root_id) if root.blank? || !root.par ... nodes(root_id) end end </code></pre>
- Defect #24160 (Closed): Gantt diagram returns internal error
- I have an error on /projects/s-org_ipd/issues/gantt system info <pre> Environment: ... e> 30162 Started GET "/projects/s-org_ipd/issues/gantt" for ███.███.███.███ at █████████ ███ ... mine/sudo_mode.rb:63:in `sudo_mode' </pre>
- Defect #24156 (Closed): Redmine might create many AnonymousUser and AnonymousGroup entries
- Under certain conditions (and due to Rails' d ... als of the project # This is e.g. called by IssueQuery#initialize_available_filters project.p ... https://plan.io/redmine who experiences this issue. The problem does also occur in all Redmine ... (Boy, this was no fun to find and fix...)
- Defect #24150 (Closed): Typo in class name and unidentified (left-over) code comment
- Just a drop of some of my observations. Two small issues were introduced in r15917: * a typo: sourc ... t be better to mark/explain it more clearly
- Defect #24136 (Closed): Unable to delete version
- Since we moved to 3.2.3 we can not delete any ... ). Even if the versions: * Don't have any "issue for this version" * Are not shared at all ... t. But well, maybe, a first one has to raise issues?
- Defect #24116 (Closed): Tickets are not created if the email contains some of the special character
- Hey Team, I have Installed the redmine ... /pre> Am using email to task for creating issues, but when the email contains any special sy ... ated, is there any fix or workaround for the issue, as we cannot ask each and every user to change their mail signatures.
- Defect #24111 (New): Moving the parent issue from subproject to another project moves sub issues too
- If an issue with sub tasks is moved to another project ( ... sidebar_hide 0.0.7 </pre>
- Defect #24109 (Closed): Forums tab is missing but link is accessible
- If I enable *Forum* module then Forum tab is ... ine plugins: no plugin installed </pre>
- Defect #24104 (Closed): Filter "in the past days"
- Hi, using the filter "in the past days" to g ... -04-13) [x86_64-linux] Rails version 4.2.6
- Defect #24094 (Closed): Error with non ASCII characters in Wiki
- When creating/saving a Wiki page or an issue description (also wiki format) that contain ... he error. Back " Version: 3.1.1.stable
- Defect #24092 (Closed): bundler error: selenium-webdriver requires Ruby version >= 2.0.
- Error message encountered when running **bund ... ine plugins: no plugin installed </pre>
- Feature #24089 (New): Call to Action (CTA) and improved conversion for registration
- Many users of Redmine allow access to at le ... source projects allow access to their public issue tracker or organizations might allow anonymo ... k asking anonymous users to register on: the issue list, individual issues, news articles, forum topics, as well as on ... hots to illustrate this set of features. !issue_list.png!
- Feature #24078 (Closed): how to resolve We're sorry, but something went wrong.
- when i am running localhost/redmine on browse ... ent wrong. We've been notified about this issue and we'll take a look at it shortly. Info ... is website please help me to resolve this issue. i am using ubuntu 14.04 lts version.
- Patch #24072 (New): Added formatting for email notifications
- This is meant to allow email notifications to show due date, and separate the issues that are past due from the ones that are due in the next (custom amount) of days
- Defect #24066 (Closed): Issue after upgrading to MariaDB 10.1.18
- After upgrading my local MariaDB version i ca ... ier logs for details about the error. </pre>
- Defect #24061 (New): Tickets can be watched by users who are not available in specific tracker
- It's basically the same as solved here: #2317 ... 3.3.1 assignee list is fixed, so now can be issues assigned only to users available in selecte ... only to users available in selected tracker.
- Defect #24052 (Closed): Unable to select columns in Administration, Settings, Issue Tracking, Default columns displayed on the issue list
- I recently installed 3.3.0.stable on Centos 7 on Amazon EC2. Everything seems to work except for 2 issues - selecting the default columns and importi ... oduction.log. Clicking on the arrows in the Issue Tracking screen does not trigger any logging ... : redhopper 1.0.4
- Feature #24050 (New): Allow custom fields are displayed in the overview of tasks
- Currently the custom fields are displayed in ... l projects' is checked. http://...redmine/issues
- Defect #24049 (Closed): Records in table time_entries with null value at field issue_id
- It appears records at the table time_entries with an empty issue_id. I think this is not correct. Generaly it ... y a time imputation for example to change de issue id.