Search
Results (12716)
- Defect #15017 (Closed): Search results show only the last page when using MSSQL
- We have setup Redmine 2.3.3 on CentOS and MS ... )[0m EXEC sp_executesql N'SELECT TOP (11) [issues].id FROM [issues] LEFT OUTER JOIN [projects] ON [projects].[id] = [issues].[project_id] LEFT OUTER JOIN [journals] ON [journals].[journalized_id] = [issues].[id] AND (journals.private_notes = 0 O ... t_id FROM enabled_modules em WHERE em.name=''issue_tracking''))) AND [journals].[journalized_type] = N''Issue'' WHERE (projects.status <> 9 AND projec ... t_id FROM enabled_modules em WHERE em.name=''issue_tracking'')) AND (issues.project_id IN (1)) AND (((LOWER(subject) LIKE N''%mot%'') OR (LOWER(issues.description) LIKE N''%mot%'') OR (LOWER(journals.notes) LIKE N''%mot%''))) GROUP BY [issue...
- Defect #15015 (Closed): Multiple categories for issue creation
- Hi, I've changed the select option as mult ... g multiple categories for creating as single issue. Changed the category_id as string from int ... code as <%= f.select :category_id, (@project.issue_categories.collect {|c| [c.name, c.id]}), {: ... yle => "width:350px;",:size => 4 }%>. In issues_controller, category_ids = [] if params[:issue][:category_id].length > 1 params[:issue][:category_id].each do|category| categ ... y end else category_ids = params[:issue][:category_id] end The values stored in db as, select category_id from issues where id= 18824; +---------------------+ ... d like this. Can anyone help me out?.
- Defect #15012 (Closed): R6034
- I have 64 bit W8, and a new install of QGIS 2 ... d any pluggins and they doesn't work Thanks.
- Feature #15010 (New): Ability to set a list of keywords available for issues
- Is it possible to admin setting a list of keywords available to users when editing an issue (i.e. to be used by the Search Engine)? It ... t when user fills the input field "keywords".
- Feature #14998 (Closed): Exclude some attachment types when receiving issues by email
- Currently, Redmine adds all the attachments of an email reporting/commenting on an issue to that issue. This includes automatic attachments such as ... ic signatures, which are not relevant to the issue. It would be good if the email-reception ... e top of my head; There might be others.)
- Feature #14993 (Closed): allow disconntecing ... utton in substask list like for related tasks
- It woud male things easier instead of having to edit the subtask, remobe the parent issue and save the form, just click "disconnect" directly in parent issue via symbol
- Defect #14991 (Closed): Lots of extra br's before each table
- When creating a table using RedCloth markdown in a redmine issue, lots of br's are inserted before the table. ... to 26 br's in a 4 columns and 3 rows table.
- Feature #14989 (Closed): Drag and drop functionality for redmine 1.3
- Hi, I've tried to implement the drag and drop issues for members allocation in my redmine 1.3.x ... Management plugin?. Please help me out.
- Feature #14983 (New): Default Activity per Issue Tracker
- I couple times figured out that there could b ... o set the default activity customized to the issue tracker. Could also have some relationship of the trackers to its specific activities.
- Defect #14982 (Closed): "Please Reply Above This Line" Included On Reminder E-Mails
- See this feature: http://www.redmine.org/p ... ase reply above this line to respond to this issue --- The problem is that people are replyi ... il should probably detail to not reply to it.
- Defect #14979 (Closed): Delete Issues Relation
- Reproduce Hints: # open a Ticket view, go down to 'Related issues' and [Add] an issue # select 'Related to', type another valid t ... ok! # Now try to [Delete Relation] of that issue in same view # Dialog 'Are you sure?', pres ... elation is still active! see defect #14023
- Defect #14977 (Closed): Internal Server Error while uploading file
- Hello, Sometimes Redmine stops uploading f ... al Server Error when I try to attach file to issue. Application restart fixes it, but after som ... rs/attachments_controller.rb:88:in `upload'
- Defect #14976 (Closed): authentication required configurable
- when authentication required option is checke ... else these image can't be displayed in email
- Patch #14971 (Closed): Plugin rollback migration
- The first migration is not rollback-able wit ... ollback plugins, with a steps parameter
- Defect #14967 (Closed): Search Issues PGSqlError when select multiple ids
- Help me please: Processing IssuesController#index () [POST] Parameters: {"controller"=>"issues", "values"=>{"priority_id"=>["3"], "status_ ... t syntax for integer: "1,9,10" LINE 1: ... "issues".project_id WHERE ((issues.status_id IN ('1,9,10'))... ... ^ : SELECT count(DISTINCT "issues".id) AS count_all FROM "issues" LEFT OUTER JOIN "issue_statuses" ON "issue_statuses".id = "issues".status_id LEFT OUTER JOIN
- Feature #14966 (New): "Spent Time" report: ma ... hard-coded by now, should become configurable
- Sometimes I need to include more than three criteria in report (for example, Project->Issue->Activity->User). I was surprised to know th ... stant somewhere in redmine's configuration.
- Defect #14965 (Closed): QueryColumn::sql_for_field assumes that operators "issue is opened/closed" deal with field named 'status_id' only - not extendable
- While trying to add some custom filters I fou ... hat is written in another operators' code).
- Defect #14964 (Closed): No http(s) support in Subversion in redmine stack
- I have installed Bitname Redmine stack on a C ... 133.1ms | ActiveRecord: 13.6ms)
- Feature #14961 (Reopened): Reconsider moving from svn to git & GitHub
- Project could greatly benefit from ease of contributions from Pull Requests. Issues would be on redmine.org but resolution woul ... some extended description of your decission.
- Defect #14960 (Closed): migrate_from_mantis.r ... import Mantis users, uses too short password
- I installed Redmine using Bitnami Redmine Sta ... user.username u.password = 'mantis'
- Defect #14955 (Closed): undefined method `issue_ids' while trying with Revision 8488
- Hi, I've tried to add the previous & next tabs for the issues tab but im getting the undefined method `issue_ids' for #<Query:0xab9ced0>. Please help me out.
- Feature #14949 (Closed): set "Objects per page options" to "25,50,100"
- 25 issues per page is too less. I would like to see more issues at once.
- Feature #14947 (New): Create test case
- Can we have an option to create test cases and attach to issues ?
- Feature #14943 (Closed): Split the 'Status' search field
- Currently, there is no way to do a disjoint s ... would search on the open/closed flag of the issue's status field. Alternatively, adding suppor ... d would be useful (and more general to boot).
- Defect #14939 (Closed): Wiki link to specific issues failed
- <pre> Environment: Redmine version ... ccessing a wiki pages with links to specific issues. B can always see the pages in # When pa ... or" occurs, I can see a sql error in the log.