Search
Results (12675)
- Defect #19368 (Closed): Creating an issue without tracker_id attribute ignores custom field values
- this is a regression in 3.0.0 from 2.6.x: when creating new issues via REST API (specifically, I am using Redm ... Redmine 2.6.x is not accepted anymore: {"issue": {"subject":"test for custom multi field ... ter/src/test/java/com/taskadapter/redmineapi/IssueManagerTest.java
- Defect #19365 (Closed): Cannot select from appropriate statuses when copying ticket
- I'm copying ticket in my custom Tracker. Whe ... d then select from complete list of statuses.
- Feature #19364 (Closed): Images and Thumbnail are not interpreted in table while exporting PDF
- When using {width } attributes and thumbnail ... |image with width|!{width:60px}redmine.jpeg!|
- Defect #19354 (Closed): Unexpected milliseconds in JSON time attributes
- our original request #5901 was about exposing ... s is what the library actually cares about.
- Feature #19350 (Closed): Add version date in issue detail and Gantt
- When we look inside an issue, it will be sweet to have the version date c ... on, but the real need is "when can i have my issue..." For my projects, we added it in the ... we saw the roadmap. Option : Gantt diagram
- Defect #19344 (Closed): MySQL 5.6: IssueNestedSetConcurrencyTest#test_concurrency : always fails
- Hello, When I run rake test:units I alway ... n you please correct this. 1) Failure: IssueNestedSetConcurrencyTest#test_concurrency [E:/REDMINE/DEV3.0/redmine/test/unit/issue_nested_set_concurrency_test.rb:45]: Expecte ... et lock; try restarting transaction: SELECT `issues`.`id` FROM `issues` WHERE (root_id IN (SEL ECT root_id FROM issues WHERE id IN (390,388))) ORDER BY `issues`.`id` ASC FOR UPDATE" to be nil. Redmine : 3.0.0 MySql : 5.6.14 Thanks.
- Feature #19343 (New): Custom enumerations as format for custom fields
- Currently (as per Redmine 3.0.0) it is possib ... "Customer" field can be part of Project and Issue object), too duplicate lists have to be defi ... re #9235 request seems similar, but not sure.
- Defect #19336 (Closed): SCM url cannot change if repository is not empty
- svn url error target Redmine 2.6.0 Feign ... s: projects_treeview 0.0.3-78
- Defect #19325 (Closed): ActionController::UnknownFormat: error for PDF request and unknown user
- Hi, I just got the following error for my Red ... ActionController::UnknownFormat WHERE: issues#show app/controllers/application_control ... oller.rb:266 URL: https://<our-server>/issues/353.pdf BROWSER: 100.0% Googlebot 2. ... ed in* tries to retrive the PDF export of an issue, which is not allowed in our configuration. ... ler.rb@ is missing a case for the PDF format.
- Defect #19323 (Closed): Incorrect links gener ... ls if host setup uses other port (":" symbol)
- We were using 2.4.1 Bitnami installation for ... ail, link is the following: "http://10.0.0.1/issues/2460" while it should be "http://10.0.0.1:81/redmine/issues/2460" we have double checked, and we have f ... " the hyptrlink was "http://10.0.0.1/redmine/issues/2460" the only missing thing was the port. ... with port, we got the link "http://10.0.0.1/issues/2460" again. So it seems redmine ignores the rest of the host address string after ":" symbol.
- 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.