Project

General

Profile

Search

Results (12675)

Defect #19547 (Closed): bulk update issues error
When i update my issues in bulk,I receive the following error: Pro ... r could not handle the request POST /redmine/issues/bulk_update. Reason: Error reading from remote server 2015-04-02 04:08
Patch #19546 (Closed): Change default display mode for PDF Export to OneColumn
Currently redmine sets no display-mode when e ... lay mode to "OneColumn" instead, fixing both issues. See attached patch. 2015-04-01 23:40
Feature #19545 (Closed): unknown_user=accept - put email address of sender in description
I'm using the imap-task to receive emails and create issues on a specific project: <pre> rake -f /var ... e. Setting @unknown_user=accept@ creates the issues under the anonymous-account but any informa ... he description so it's not completly lost. 2015-04-01 23:22
Defect #19544 (Closed): Malformed SQL query with SQLServer when grouping issues
Environment: CentOS, Redmine 3.0.1, using Rai ... erver-adapter-4.2.4) On a project, filter issues and group them by category. When trying th ... n the order by list must be unique. SELECT [issues].[id] AS t0_r0 (...) ORDER BY issue_categories.name ASC, (CASE WHEN versions.eff ... me, versions.id, enumerations.position DESC, issue_categories.name OFFSET 0 ROWS FETCH NEXT 100 ... rder from app/models/query.rb adds the first issue_categories.name ASC, but issue_categories.name is also contained in the order_by options when merged in app/models/issue_query.rb: def issues(options={}) order_option = [group_by_s ... tion.delete_at(dup_index) end in the issues() function after merging order options, but ... sent in options[:order] in the first place?). 2015-04-01 17:26
Defect #19542 (Closed): [Email Notifications] Email are not sent according to user settings
Hi _Redmine_ team, I just migrated from 2.6.0 to 3.0.1 version, and I am facing to an issue related to _email notifications_. Indeed, ... ve, let me know ! Best regards, Nicolas 2015-04-01 11:12
Defect #19538 (Closed): Keywords in commit me ... tries are created even if nothing was changed
Regarding [[RedmineSettings#Referencing-issues-in-commit-messages|Referencing issues in commit messages]]: Assume I have configured the keyword "@feedback@" to set an issue status to @feedback@. Further, issue @#42@ is already set to @feedback@. Now I c ... ge "@feedback #42@". *Actual result:* The issue is updated with the journal entry "@Applied ... nce in fact nothing changes/was applied, the issue should not get an additional journal entry. 2015-03-31 20:30
Defect #19537 (Closed): Broken HTML sanitizer refence breaks email receiving
HTML emails fail silently when receiving emai ... Redmine: 3.0.1 Rails: 4.2.0 Ruby: 2.2.0 2015-03-31 17:58
Defect #19532 (Closed): duplicate update entries in activity list
since I moved to redmine 3.0, I'm getting str ... !activitylist.PNG! journals table for issue 2333 !journals_unique.PNG! journal_detai ... mine_image_clipboard_paste 1.0.0 </pre> 2015-03-31 08:45
Feature #19531 (Closed): Enable REST API on www.redmine.org
Please enable REST API on www.redmine.org. I would like to see issues on this site with mobile apps such as "RedminePM":http://redminepm.com/. 2015-03-31 07:56
Defect #19523 (Closed): problem in exporting Arabic text to csv
We have problem in exporting arabic text to e ... " in en.yml config file. Please help on this. 2015-03-30 11:29
Defect #19517 (Closed): Copy issue with new project
When an issue is copied from another one (using the copy o ... served except categorie that is reset to New. 2015-03-30 01:01
Defect #19516 (Closed): Issue "preceeds" error: If B follows A, B starting date !=< ending date of A, should be Bs !< Ae
It is perfectly logical and reasonable to plan to start issue B the same day issue A is resolved. There's no reason to enforce ... practical to plan to resolve 100 sequential issues on a single day, though perhaps a bit optim ... ours planned to work | 24 hours per day). 2015-03-29 23:21
Feature #19501 (Closed): Assign issue to <<author>>
A good idea might be to add an option `<<author>>` to 'assignee' select for issues. 2015-03-27 11:54
Defect #19496 (Closed): error when searching a keyword (not an ticket id) from the homepage
Started GET "/search?utf8=%E2%9C%93&q=problem ... ntrollers/search_controller.rb:65:in `index 2015-03-26 19:28
Feature #19493 (Closed): Add watchers to issues collection
Hello. Is it possible to implement adding of watchers to collection of issues at the same time? For example, in context menu at the issues index page (just as assigning of user to a group of issues). 2015-03-26 13:31
Feature #19488 (Closed): Add ability to configure selectable issue states when creating new ticket
Workflow allows great control about how can be changed issue states depending on roles, trackers, etc. B ... o create a new ticket with state Duplicate... 2015-03-25 21:44
Defect #19487 (Closed): Cannot select from all issue states when copying issue
When copyiing an issue, I cannot select from all appropriate states ... ge it only to default state of actual tracker 2015-03-25 21:33
Defect #19486 (Closed): Parent task field isn't preserved when copying issue
It should be pre-filled by value from original issue, but the field is blank 2015-03-25 21:12
Defect #19485 (Closed): Column 'address' in where clause may be ambiguous
Hello. i`ve got the following error after up ... ed_to Please give advise for solving this issue Environment: Redmine version ... mine_email_fetcher 0.3.0 redmine_issue_history 1.0.0 redmine_wysiwyg ... edmine Agile plugin (Light version) redmine_issue_history redmine_wysiwyg 2015-03-25 21:07
Feature #19484 (Closed): Users ordering
Is there a way to have different ordering in the user list presented for "watchers" ? 2015-03-25 16:10
Defect #19476 (Closed): Administration - Custom fields Exception on Delete
Database manager: MariaDB Ruby version: ruby ... roller#index as HTML Parameters: {"tab"=>"IssueCustomField"} Current user: Andrei (id=1) ... ml_erb___180735337863553819_38640880' </pre> 2015-03-25 12:01
Feature #19475 (Closed): Allow custom field (Integer) to be searchable
We're using Redmoine also as our Inventory tr ... should be default off for Integer data type. 2015-03-25 11:08
Feature #19473 (New): Custom fileds to more than one object
Is it possible (I suppose it is not implement ... g this? I created a custom field assigned to issues that then I use for global searching issues -- something as global category. I want, ho ... earchable too and to be found along with the issues. This looks like a global tagging system. 2015-03-25 09:22
Patch #19468 (Closed): Replace jQuery UI Datepicker with native browser date fields when available
Some browsers have started to implement the i ... n Chrome for OS X: !native_datepicker.png! 2015-03-24 17:36
Defect #19467 (Closed): Downloading attachmen ... ames contain more than two chinese characters
If the file names contain more than two chine ... ill be occured. Would anybody help me? thx 2015-03-24 12:45
(4626-4650/12675)