Search
Results (12605)
- Feature #17889 (New): Searches should be twice faster
- When we run a search, we can see in the debug log that for each category to look into ( issues, forums, wiki...) there are 2 queries which ... EXEC sp_executesql N'SELECT COUNT(DISTINCT [issues].[id]) FROM ... )))))) and [1m[36mS ... 0m [1mEXEC sp_executesql N'SELECT TOP (11) [issues].id FROM ... )))))) GROUP BY [issues].id, issues.id ORDER BY issues.id DESC'[0m We would have only one query ... 0m [1mEXEC sp_executesql N'SELECT TOP (11) [issues].id, total=COUNT(*) OVER() FROM ... )))))) GROUP BY [issues].id, issues.id ORDER BY issues.id DESC'[0m And that would make searches twice faster.
- Defect #17888 (Closed): Redmine API :: uploadAttachment issue
- Hi, I am trying to use upload attachment A ... attach the same file in redmine without any issues as my attachment file limit is 20MB. Can ... e version is: 2.3.1.stable Thanks Nissar
- Defect #17887 (Closed): NoMethodError (undefined method `downcase' for nil:NilClass):
- When I follow the instructions at http://www. ... app/models/changeset.rb:100:in `scan_for_issues' app/models/repository/git.rb:218:in `sa ... ers/repositories_controller.rb:114:in `show'@
- Defect #17885 (Closed): Need to send email to watchers when a new issue created
- Need to send email to watchers when a new issue created
- Defect #17881 (Closed): Javascript error when ... ed filters omitted from the available_filters
- Attached to this issue, there is a fix for an issue that can occur if a users defines a query in ... le filters. The attached patch fixes this issue. It ensures that only those filters are atte ... rrent scope. This fixes the Javascript error.
- Patch #17880 (Closed): Performance issues on Issue model
- Issue safe_attribute 'is_private' cause a author l ... d, cuz is not prevent loading if not changed.
- Feature #17879 (Closed): support deleting attachments
- I see page http://www.redmine.org/projects/re ... ps://github.com/taskadapter/redmine-java-api/issues/106)
- Defect #17852 (Closed): Issue journals should be ordered by created_on, not id
- After migration to Redmine form another system, I noticed issue journals were not in the right order. Our m ... or occur in most Redmine installations, this issue could also occur under certain circumstances ... umn -------------------------------- --- issues_controller.rb.ori Sun Jul 6 14:44:08 2014 +++ issues_controller.rb Fri Sep 12 08:05:33 2014 @@ -104,7 +104,7 @@ class IssuesController < ApplicationController end def show - @journals = @issue.journals.includes(:user, :details).reorder("#{Journal.table_name}.id ASC").all + @journals = @issue.journals.includes(:user, :details).reorder(" ... er.current.allowed_to?(:view_private_notes, @issue.project) Journal.preload_journals_deta ... as the migration diff to add the index.
- Defect #17845 (Closed): Assigning parent task fails when a related issue is yet a sub issue of the new parent task
- We're working with parent issues a lot and we're facing an odd bug: Let's imagine the following situation: * Issue @#1@ is the main issue for a feature * Issue @#2@ and @#3@ shall be sub-issues of issue @#1@ * Issue @#2@ and @#3@ shall have a relation to each other (don't question that ;-) Open up issue @#2@ and assign issue @#1@ as parent task. Then add ticket @#3@ a ... Then open up ticket @#3@ and try to assign issue @#1@ as parent task. *This won't work unless I remove the relation between issues @#2@ and @#3@* *Action fails with error _" ... id"_* After removing the relation between issues @#2@ and @#3@ I can assign issue @#1@ as parent task to @#3@. *I would expec ... et has a relation to @#2@ which is yet a sub ...
- Defect #17843 (Closed): Possible to delete issue even it is disabled in permissions
- I disabled delete persmissions in Redmine Per ... still able to delete them Permissions > Issue tracking > Delete issues - unmarked I tested with Developer and M ... single_auth 1.0 </pre>
- Feature #17842 (Closed): Automatically open issues on project creation
- Hello, is there any solution for our probl ... would save us a lot of time. Thanks a lot!
- Feature #17840 (Closed): Option to send email notification on "Target version updated"
- I have a request to add an option to send email notification of Issues Target Version changes. It may be possible ... Thanking you in advance. regards Rakesh
- Defect #17835 (New): Issue Properties revert to previously set value when submitting ticket update
- At times, when an Issue is updated and the Issue Properties (e.g. Priority, % Done, etc.) are ... hen I am able to replicate it, I can see the Issue Properties set to the old value and refreshi ... n I back out of the page then return to that issue it updates properly. I suspect a browser/cache issue but I am uncertain of what changes to adjust ... avoid this. Has anyone else experienced this issues? My environment details is below: <p ... : AgileDwarf 0.0.3 issue_repo_history_merge 0.0.2 redmine_au ... mine_banner 0.0.9 redmine_issue_checklist 2.0.5 redmine_issue_templates 0.0.5 redmine_landing_pa ... redmine_wiki_sql 0.0.1 </pre>
- Defect #17830 (New): User creation: clear/plaintext password sent via unencrypted email
- <pre> henk | I just received an unencrypte ... fying a pgp-key and send the mail encrypted
- Feature #17829 (New): Filter issues for "Target version changed"
- Hello All, I am new to using redmine and I am trying to understand if I filter out how many issues whose "Target Version" has changed after in ... Objective is to understand variance for the issues Targeted Versions and to check how many issues were completed based on initial target Version and how many issues Target Versions were changed and by how muc ... nderstand that there is a log created in the issue - "Target version changed from" in case of ... e-assignment But i am not sure how to filter issues based on this log. Thanking you in advance. Best regards Rakesh
- Defect #17828 (Closed): Could not find gem 'mocha (~> 1.0.0) ruby'
- Hi everybody, I have a fresh copy of the 2 ... dmine plugins: no plugin installed </pre>
- Defect #17826 (Closed): PDF export fails if there is U+FFFD in issue data or journals
- When users add special characters to issues (often by copy/pasting text from terminals to issue journals), they cannot export these issues to PDF and get an error (invalid byte seque ... rror should occur when we try to export this issue to PDF. Archivage automatique D�sa ... ournal en ligne S�quence de journal courante
- Defect #17823 (Closed): Internal Error - An error occurred on the page you were trying to access
- When i am on http://10.10.20.51/users, and i ... y/account it also ends in "Internal Error".
- Feature #17821 (Closed): As a user, I will like to show all items that I tracked.
- So far, redmine only allows to show tracked issues. I would also check from a summary page ... ons and any other information that I tracked.
- Defect #17809 (Closed): wrong syntax highlighting "---" header and "--" footer of git diff
- Rendering of patches adds an additional "dele ... should be no highlighting for "---" and "-- "
- Defect #17808 (Closed): Internal error when creating projects having a List format custom field
- Here is the relevant section from the log fil ... # Clicking on Create raises the above error.
- Feature #17801 (New): When adding watchers to an issue, you should have the possibility to notify the watchers that they have been added to the issue
- Sometimes it happens that I want to take 2 actions on an existing issue: Add a watcher + add a note to the issue (or change some other issue-property) I would like the new watcher to get notified for the changes I make on the issue. Now, if I forgot to add the watcher, before I make the issue change, then (of course) the watcher does no ... watchers, you could decide to send them the issue-information by mail. (so that they know that they are now involved in this issue)
- Defect #17800 (Closed): Redmine redirection issue
- When we try to apply filters for the issues under "Issues" tab in redmine, some security exception is ... ending to the url when we apply filter from "issues" page. Can anyone help on this please?
- Defect #17795 (Closed): No notification when failing to create issue from email
- When sending an Issue to redmine from email without project for ex ... ld send an email notifying the user that the issue was not created.
- Feature #17792 (New): Incoming and outgoing mails settings in redmine
- These two were really difficult to config via ... e, play with rake/ruby/gems and cronjobs.