Search
Results (12716)
- Defect #19321 (Closed): MinGW thin and puma: non ASCII wiki page causes "Internal server error"
- We were using 2.4.1 Bitnami installation for ... with software that bitnami intaller uses)
- Defect #19316 (Closed): CustomField#possible_ ... raise undefined method `force_encoding' error
- After upgrading to 3.0 Redmine stops working. ... lines from log file: <pre> Started GET "/issues/2598" for 127.0.0.1 at 2015-03-10 01:11:24 +0300 Processing by IssuesController#show as HTML Parameters: {"id" ... in `add_custom_fields_filters' app/models/issue_query.rb:237:in `initialize_available_filter ... ls/query.rb:594:in `statement' app/models/issue_query.rb:362:in `issue_ids' app/controllers/issues_controller.rb:353:in `retrieve_previous_and_next_issue_ids' app/controllers/issues_controller.rb:117:in `block (2 levels) in show' app/controllers/issues_controller.rb:115:in `show' </pre> As y ... rting the line to previous code resolves the issue.
- Defect #19313 (Closed): Attached inline image ... not be seen when text formatting is Markdown
- If you attatch an image with non-ascii name such as "café.jpg" to an issue and make an attempt to display as inline ima ... esc.blank? && alttext.blank? </code></pre>
- Defect #19306 (Closed): /projects/<project_name>/settings 500 error
- After creating a new project I get a 500 erro ... the following in the logs. It looks like an issue with one of the views templates. ==> /var ... tings_html_erb___367270079507833539_50112880'
- Defect #19305 (Closed): settings: incompatibl ... -8 and ASCII-8BIT: yaml generated on ruby 1.8
- regression detected: redmine 2.5.2 works ... mine_contacts 3.4.4 redmine_issue_favicon 0.0.1 redmine_people 0.1.8 </pre>
- Defect #19304 (Closed): <a> tag without attri ... esults in undefined method + for nil:NilClass
- *Observed Behavior* Create new issue with description "<a>link.com</a>" (without ... tion Database adapter Mysql2
- Feature #19300 (New): Projects Dropdown Field for Issues - Sorting/Ordering or Dynamic Searching of Projects
- h1. Project Quick Jump Dropdown List - Sortin ... ike to see the list of projects when editing issues to be sorted, sort-able, or searchable. ... you want to edit the "Project" field for an issue. *Moving the issue to another project or copying an issue to another project is extremely difficult du ... e project that they need to move or copy the issue to. In its current state, moving or copying issues is extremely hard to do due to the number o ... ropdown and the projects quick jump dropdown.
- Feature #19299 (Closed): Project Quick Jump D ... Dynamic Searching of Current User's Projects
- h1. Project Quick Jump Dropdown List - Sortin ... lds sort order for the "add filter" dropdown.
- Feature #19298 (New): "Add Filter" - Sort/Order of Fields
- h1. "Add Filter" Dropdown List Many of our ... ropdown is ordered by: # Standard Fields # Issue Custom Fields # Project Custom Fields # User Custom Fields # Issue Relations or so... And these categories ... have a single dropdown and have the standard issue fields near the top with a separator and the ... ost common complaint from the end-user group.
- Defect #19297 (Closed): Custom fields with hidden/read-only combination displayed in Issue Edit Form
- *Observed Behavior* * _UserA_ has two roles, ... _. * _UserA_ can edit _TrackerA_. * In the Issue Edit form, _CustomFieldA_ is displayed. Howe ... d.) *Desired/Expected Behavior* * In the Issue Edit form, _CustomFieldA_ should not be disp ... Database adapter Mysql2 </pre>
- Patch #19296 (Closed): Include custom fields description in project settings and issue view
- This is additional patch for #15699 and #4637 ... om field description in project settings and issue overview (not only while editing). Tested on trunk@14045. Please include soon.
- Feature #19293 (New): Issue Show - Load 'Edit form' with ajax on click 'Edit' button
- Hi, It's possible to load the issue edit form on issue show (app/views/issues/show.html.erb) only when click on 'Edit' button? In my case, the people see more than edit issues, but then have permission to edit the tasks. Thanks.
- Defect #19276 (Closed): Creating new issues with invalid project_id should return 422 instead of 403 error
- Hi, The following REST request worked fine ... t.xml" -u test:testpass https://example.com/issues.xml </pre> test.xml <pre> <?xml version="1.0" encoding="ISO-8859-1" ?> <issue> <subject>test</subject> <project_id>t ... er_id> <description>test</description> </issue> </pre> Since upgrading to Redmine 3.0.0 ... on't change user's role or other permissions.
- Defect #19274 (Closed): Plugin Model Creation Failure
- After Model plugin creation I tryed to create ... ine plugins: no plugin installed </pre>
- Defect #19273 (Closed): acts_as_searchable.rb only seems to be case insensitive if postgresql
- In acts_as_searchable.rb, I see the following ... }"@. I believe that's what Redmine pre-3 did.
- Defect #19272 (Closed): Internal error if I try to go to settings of a project-Reg
- Hi, We were using bitnami redmine stack 2.6 ... ami stack redmine.Now we face the following issues: If I go to settings page of the project , ... ttings_html_erb__345123016877819471_55981600'
- Defect #19271 (Closed): Configuration of whic ... rsion-format custom fields should not affect issue query filter
- The feature implemented as #8572 is great. It ... to what values custom field can be set when issue is edited, e.g. allow to assign custom field ... are shown for the custom field when building issue search query. This makes it impossible to search issues e.g. for closed or locked versions and makes entire feature a bit useless.
- Defect #19270 (Closed): Creating new journal entries through REST API broken in Redmine 3.0.0
- Hi, The following REST request worked fine in Redmine 2.6.x: <pre> PUT /issues/5558.xml HTTP/1.1 Content-Length: 91 Cont ... rization: Basic httpbasicpassword.....== <issue><id>5558</id><notes>test comment,please ignore</notes></issue> </pre> Since upgrading to Redmine 3.0.0 ... w journal entry is committed to the database.
- Defect #19269 (Closed): ActionView::Template::Error (undefined method `project_activity_path')
- When viewing an issue detail page, the internal error occurred as follows: <pre> Started GET "/redmine/issues/1" for 127.0.0.1 at 2015-03-04 09:17:21 +0000 Processing by IssuesController#show as HTML Parameters: {"id"=>"1"} Current user: admin (id=1) Rendered issues/_action_menu.html.erb (27.3ms) Rendered issues/show.html.erb within layouts/base (66.5ms) ... 0e8>:0x007f81aca69b10>): 27: <%= render_issue_subject_with_tree(@issue) %> 28: </div> 29: <p class="author"> 30: <%= authoring @issue.created_on, @issue.author %>. 31: <% if @issue.created_on != @issue.updated_on %> 32: <%= l(:label_updated_time, time_tag(@...
- Defect #19252 (Closed): 2 IssuesController tests fail with SQLite3 database
- Hi, running the test cases of Redmine 3.0.0 u ... two errors: <pre> $ ruby test/functional/issues_controller_test.rb -n test_index_with_query ... ns/s, 0.6852 assertions/s. 1) Failure: IssuesControllerTest#test_index_with_query_grouped_by_tracker_in_reverse_order [test/functional/issues_controller_test.rb:346]: Expected: [3, 2, ... re> and <pre> $ ruby test/functional/issues_controller_test.rb -n test_index_with_query ... ns/s, 0.8905 assertions/s. 1) Failure: IssuesControllerTest#test_index_with_query_grouped_by_tracker_in_normal_order [test/functional/issues_controller_test.rb:336]: Expected: [1, 2, ... se ask for more information if you need some.
- Defect #19250 (Closed): Payment Getway Veritrans
- Hai, who can help me to cretae plugin payment getways integrate veritrans.co.id
- Defect #19247 (Closed): Close the Issue document or file is created
- Dear all: svn git update can closed Issue,Close the Issue document or file is created? tks! ------ ... Redmine plugins: no plugin installed
- Defect #19234 (Closed): Problem with prefilled issue forms and custom fields
- we have a big problem. we prefill the issue form with this url https://host/projects/name/issues/new?issue[custom_field_values][1]=customfield&issue[assigned_to_id]=1 since redmine 3 this will no longer work.
- Feature #19231 (Closed): Link between "status" and "assigned to" fileds
- Would be great if changing the status of an issue would directly reassign the issue to a group. I.e. change an issue to "close" redirects it directly to a group for closure confirmation.
- Defect #19229 (Reopened): redmine.org plugin page only shows latest version compatibility
- The Redmine plugin page (e.g. http://www.redm ... !redmine_lightbox2_screenshot__mockup.png!