Search
Results (12601)
- Defect #12775 (Closed): Non-dictionary type custom field values lost when copying multiple issues
- If copying multiple issues via the right click context menu, and there ... the custom fields is lost in the destination issues. Instead, I would have expected that the ... nitial display, and then properly copied per-issue. Thank you. !{width:800px}bulk_copy_screen.png!
- Defect #12774 (Closed): Deprecation Warning in Paginator.rb
- See log: @Started GET "/projects/testprojekt/issues" for 79.193.104.178 at Tue Jan 08 19:56:42 +0100 2013 Processing by IssuesController#index as HTML Parameters: {"pr ... ueries/_columns.html.erb (4.3ms) Rendered issues/_list.html.erb (26.4ms) Rendered issues/_sidebar.html.erb (6.0ms) Rendered issues/index.html.erb within layouts/base (160.4ms ... 390ms (Views: 181.1ms | ActiveRecord: 6.7ms)@
- Defect #12773 (Closed): Undocumented Feature: Create Description for file attachments.
- I noticed in http://www.redmine.org/projects/ ... files that in the example xml <pre> POST /issues.xml <issue> <project_id>1</project_id> <subject>Creating an issue with a uploaded file</subject> <uploads t ... ontent_type> </upload> </uploads> </issue> </pre> no "description" tag is given. ... Can the documentation be added in the wiki?
- Feature #12766 (Closed): Enable arrays and watcher in query column_content
- This gives the ability to extend the custom queries, to display multi-values in the issues tab columns. Like watchers for example, issues relations etc. The patch proposed is for ... s/query.rb : QueryColumn.new(:watchers)
- Feature #12763 (Closed): Add filtering capability to time entries REST API
- Hello! I am developing a small reports bui ... tch time entries by the given range, like in issues (GET /issues.xml?created_on=><2012-03-01|2012-03-07).
- Feature #12762 (New): Add option to calculate done ratio with the data from time tracking
- For example: if an issue has 20 hours assigned and 10 hours are done ... l a customizable value (for example 80%).
- Defect #12760 (Closed): I can not create more than 6 kinds of status
- I installed BitNami Redmine Stack on Windows ... kinds of status, but only 6 status available.
- Defect #12759 (Closed): createIssue API call return 404 and not error response
- I am mulking multiple API calls in Java. One ... 013 4:46:01 PM redmine.RedmineAPICalls createIssue SEVERE: null com.taskadapter.redmineapi.No ... .taskadapter.redmineapi.RedmineManager.createIssue(RedmineManager.java:156) at redmine.RedmineAPICalls.createIssue(RedmineAPICalls.java:82) at redmine.RedmineAPICalls.main(RedmineAPICalls.java:34)
- Defect #12755 (Closed): Rack SECURITY WARNING: No secret option provided to Rack::Session::Cookie.
- /home/user/.rvm/rubies/jruby-1.7.0/bin/jruby ... -option-provided-to-racksessioncookie-warning
- Defect #12752 (Closed): custom field is 'user', and 'multiple values' is checked, then view issue will crash
- the log: <pre> Started GET "/issues/1524" for 111.120.15.194 at Sun Jan 06 17:04:14 +0800 2013 Processing by IssuesController#show as HTML Parameters: {"id" ... urrent user: huanglijuan (id=10) Rendered issues/_action_menu.html.erb (25.7ms) Rendered issues/show.html.erb within layouts/base (121.9ms) ... 64: rows.right l(:label_spent_time), (@issue.total_spent_hours > 0 ? (link_to l_hours(@issue.total_spent_hours), {:controller => 'timelog', :action => 'index', :project_id => @project, :issue_id => @issue}) : "-"), :class => 'spent-time' 65: ... d %> 67: <%= render_custom_fields_rows(@issue) %> 68: <%= call_hook(:view_issues_show_details_bottom, :issue...
- Defect #12751 (Closed): The Preview link on the bottom doesn't work in the issue's Update page.
- Defect #12750 (Closed): Start date set to '20 ... :00' instead of '2013-01-05' when editing an issue
- Defect #12749 (Closed): Plugins cannot route wiki page sub-path
- I've got "Graphviz Wiki-macro Plugin" (https ... way by projects/:id/wiki/:id?version=:version
- Patch #12746 (New): Add include=journals support to issues REST api
- To see what has changed on an issue it seems necessary to obtain the history of journal objects that are associated with the issue. I was trying to do this through the REST A ... d that I could get the journals for a SINGLE issue by adding "include=journals" as a query argu ... t it appeared to be ignored when used on the issues index. I coded my way around this client side by requesting each issue individually to get around this, but it seem ... will add this functionality into @app/views/issues/index.api.rsb@. This was made against sv ... ls - I'm open to polite coaching if required!
- Defect #12744 (Closed): Unable to call a macro with a name that contains uppercase letters
- I recently upgraded from 2.0 to 2.2 and found ... , it will never be found when it is called...
- Patch #12730 (New): Fix sorting and PDF outpu ... diagram & start date calculation and grouping
- This patch does several things: # Fixes the sorting of issues so that the oldest one are on top and the n ... no start date is given the date of the first issue in the query is used and the month count is set to include all issues (max. 48) # Keeps the query from other vie ... provide more screenshots if there's interest)
- Defect #12727 (Closed): CVE-2012-5664
- Rails-3.2.9 needs to be updated to 3.2.10 in Gemfile.
- Feature #12726 (Closed): Display the associated revisions with a given issue even if the project doesn't have a dedicated repository
- Is it possible to display the associated revisions with a specific issue even if it belongs to sub-project without re ... ding the commit is the changeset information.
- Patch #12721 (Closed): Optimize MenuManager a bit
- In a project without the modules repository, ... D (is_default = 1) LIMIT 1 In cases where issue tracking and file modules are not enabled, t ... needed: (0.7ms) SELECT COUNT(DISTINCT `issues`.`id`) AS count_id, tracker_id AS tracker_id FROM `issues` LEFT OUTER JOIN `projects` ON `projects`.`id` = `issues`.`project_id` LEFT OUTER JOIN `issue_statuses` ON `issue_statuses`.`id` = `issues`.`status_id` LEFT OUTER JOIN `trackers` ON `trackers`.`id` = `issues`.`tracker_id` WHERE (projects.status=1 A ... ct_id FROM enabled_modules em WHERE em.name='issue_tracking')) AND ((projects.id = 1 OR (pr ... ions. A win of 1.5-3ms per call on my system.
- Defect #12718 (Closed): User with role without any worflow right for tracker can create issues
- I created a role which has no status checked ... The user has the possibility to create a new issue on the tracker he has no right to do such tr ... worflow transition in notz allowed to create issues. Better would be even if the user don't has the tracker in issue form dropdown, so you you don't let him fill ... message "forbidden" if he tries to save the issue. Maybe the status "nowhere to new" is not ... e also. Why shall i allow any user to create issue on a tracker i only wanna allow special roles to create issues for
- Defect #12717 (Closed): can't delete group
- Hi there, When i try to delete group, i ca ... ' script/server:3 Best regards, Mr.Lee
- Defect #12716 (Closed): Attachment description lost when issue validation fails
- Hi, it's me again, Todays Bug: Collegue c ... nks a lot for the great tool and the support.
- Feature #12713 (Closed): Microsoft SQLServer support
- Defect #12710 (Closed): Ticket selection removes text
- Hi there, the JavaScript for marking a tic ... This occurs on IE 9. Best regards, Daniel
- Feature #12706 (Closed): Ability to change the private flag when editing a note
- When updating a note I can't change the visib ... kbox also on update mode ? It's possible on issue visibility. Although set notes private permission is checked. Happy new year !