Project

General

Profile

Search

Results (12716)

Feature #18969 (Closed): Get available statuses through API
Currently it is impossible to get available s ... id. Something like: projects/:project_name/issues/new.json Or /issues_statuses.json?tracker_id=1 2015-01-28 15:40
Defect #18965 (Closed): Error on upgrade
Hi, After ugrade to latest version e get t ... rails:6:in `<main>' Any idea how to fix? 2015-01-28 12:26
Defect #18960 (Closed): Impossible to install Redmine on Debian Wheezy + MySQL
Hi there, I try during 5 days, to get Redm ... e to finish it. Here I'm today. Need help. 2015-01-28 00:13
Defect #18953 (New): Bulk edit issues does not update Status drop down
When trying to bulk edit issues, I'm seeing that the Status drop down is no ... hange the project. The project & tracker my issues start out in only has three statuses avaial ... gets updated correctly if I updated the same issues individually. <pre> Environment: Red ... redmine_drafts 0.2.0 </pre> 2015-01-26 22:24
Defect #18951 (Closed): 'Add' related issues link on issue detail view do nothing
My server setup: sh: 1: darcs: not found ... n: By clicking on 'Add' link in the 'Related issues' section on issue detail page nothing happened. No error in log was found. The link pointed to issue itself. For example 'https://[server]/issues/3035#' is the link which will called by cli ... o maybe the defect is related to this update. 2015-01-26 10:35
Defect #18945 (Closed): new user page showing 500 error
500 internal server error for both "new user ... ews_my_account_html_erb__35267432_49329300' 2015-01-24 07:58
Defect #18943 (Closed): REST API does not return spent_hours when listing issues
When you query the REST API for a specific it ... y the REST API to list all items, it doesn't. 2015-01-23 21:53
Defect #18936 (Closed): ActionView::Template: ... ed method `name' for nil:NilClass) rendering issue pages after upgrade to 2.6.1 stable
<pre> ActionView::Template::Error (undefin ... signed_to_id, principals_options_for_select(@issue.a ssignable_users, @issue.assigned_to), :include_blank => true, :requi ... 19: <% end %> 20: 21: <% if @issue.safe_attribute?('category_id') && @issue.project.issue_cat egories.any? %> 22: <p><%= f.select :category_id, (@issue.project.issue_categories.collect {|c| [c.name, c.id]}), :include_blank => true, :required => @issue.required_att ribute?('category_id') %> ... middle;'), 24: new_project_issue_category_path(@issue.project), app/views/issues/_attributes.html.erb:21:in `block in _app_views_issues__attr ibutes_html_erb___118180166665841730 ... b:1063:in `labelled_fields_for' app/views/... 2015-01-22 23:47
Feature #18935 (Closed): Add status to the roadmap, for each issue
Add status to the roadmap , for each issue. 2015-01-22 21:21
Feature #18934 (Closed): Support LDAP Password Changing
It would be swell if Redmine supported changi ... hich I can attach as a patch if it's helpful. 2015-01-22 20:51
Patch #18931 (Closed): Bulgarian translation (r13857, 13877, 13887)
Added * label_search_attachments_yes: Search ... Search attachments only * label_search_open_issues_only: Open issues only * field_address: Email * setting_max ... isable_notifications: Disable notifications 2015-01-22 07:41
Defect #18930 (Closed): session_expiration fails to find active user to set localization for
Redmine 2.6.1, mysql, amazon linux. When a ... to_i end end end </pre> 2015-01-22 01:07
Defect #18929 (Closed): MailHandler Error: "\xF5" from ASCII-8BIT to UTF-8
I have recently updated/upgraded our server a ... Because of this we are unable to track our issues that are reported by our customers and i ha ... at has gone wrong. Help much appreciated. 2015-01-21 21:55
Defect #18926 (Closed): issue_categories in REST API is not working - page not found
When I try to call http://server.domain/redmine/projects/1/issue_categories.json?key=my_key the answer is Pag ... (No route matches [GET] "/service/projects/1/issue_categories.json"): actionpack (3.2.19) li ... mple http://server.domain/redmine/projects/1/issues.json?key=my_key returns with all issues from project id=1 I have tried the users ... re ruby instead project_issue_categories GET /projects/:project_id/issue_categories(.:format) issue_categories#index POST /projects/:project_id/issue_categories(.:format) issue_categories#create new_project_issue_category GET /projects/:project_id/issue... 2015-01-21 13:00
Defect #18924 (Closed): Workflow's not seeming to be applied
Hi, Applogies if I missed some information ... "the user is stupid and just doesn't get it" issue. For that I appologies in advance. But I am ... .0 Redmine: no plugins installed Remine 2015-01-21 11:59
Defect #18917 (Closed): Cannot reorder root issues
I would like to order root issues relative to each other. I can do the following for children nodes: <pre><code class="ruby"> issue_a.move_to_right_of(issue_b) </code></pre> However, the same code does not work for root issues, because they have different scopes (@root_id@). <pre><code class="ruby"> # app/models/issue.rb 47: acts_as_nested_set :scope => 'root_ ... pre> (_initially posted as message#45150_) 2015-01-21 01:03
Defect #18916 (Closed): Adding Multiple Watchers - Doesn't add when you re-search users.
When adding watchings by clicking "add" in th ... need for the system to "remember" anything. 2015-01-20 23:20
Patch #18911 (Closed): check Setting.protocol when determining gravatar protocol
proposed change is in line 1235 of app/helper ... after Setting.protocol is changed to 'https') 2015-01-20 14:27
Feature #18909 (Closed): Redmine timelog and user API
1. I have problem accessing the timelog date ... associated particular users (using Users API) 2015-01-20 10:52
Patch #18898 (Closed): Back migration for 20141029181824_remove_issue_statuses_is_default doesn't work
Back migration for 20141029181824_remove_issue_statuses_is_default doesn't work. Here is a patch to correct this. 2015-01-19 11:18
Defect #18896 (Closed): Grouping of Boolean f ... "No" value if the group is in first position
When I submit the query with "Group results b ... is displayed. OK. I'd appreciate if this issue is picked up and will be examined/fixed. ... see #18894 ) when this ticket is created). 2015-01-19 08:30
Defect #18894 (Closed): Grouping of Boolean f ... "blank" tickets are grouped in "none" groups
Boolean custom field can have three values; " ... s not specified as "required". * Ref. ** Issue #17003-6 ** Wiki ""Boolean: checkbox (enab ... ase adapter PostgreSQL </pre> 2015-01-19 06:32
Feature #18880 (Closed): Query filters for TimeEntry
Hi, we have adapted the Issues Queries for TimeEntries. This allows us to ... basically shows what has changed: - Added issues_queries_helper - Generalized queries_controller to work and forked issues_queries_controller and time_entry_queries_c ... and introduced time_entry_queries_helper and issue_queries_helper - Added sidebar queries to timelog_helper - Refactored query, issue_query and time_entry_query to have more code in common - Build views for issue_queries and time_entry_queries - Inserted q ... menu - Added routes for time_entry queries 2015-01-18 16:17
Defect #18875 (New): [Rest API][custom field] ... xml" required the System manager's privilege?
Dear developers Why Getting "Custom_field' ... able to get Possible values. Best Regards. 2015-01-17 10:46
Patch #18868 (Closed): Add support for queries with 'next week' filter
I started using due dates quite heavily and the functionality I missed was "show me next week's issues". Therefore I made a filter which I would l ... feature/query-next-week?expand=1 Possible issues: * only english translation exists now, I ... quired for inclusion, please let me know. 2015-01-16 13:57
(4826-4850/12716)