Project

General

Profile

Search

Results (12716)

Feature #13742 (Closed): Multi project for email incoming
Hello, I would like to do this : When I ... to tracker-project1@bar.com, it's create an issue for the project1 When I send an email to tracker-project2@bar.com, it's create an issue for the project2 I don't know how to use ... er@bar.com... How will he know to update the issue for project2 for example ? Or using a sam ... sing the last version of Redmine. Regards, 2013-04-11 00:13
Feature #13740 (New): Send email to anonymous users
Hello, Actually, I'm using the last of ver ... map mailbox in order to create automatically issues. But, when anonymous users (foo@bar.com) ... ail ? Regards, A french user, Jeoffrey. 2013-04-10 19:01
Feature #13737 (Closed): Plug-in Cord Not Working
Hi Austin... I have a cord that will not plu ... subject that I teach. Thanks! Brooke Buchen 2013-04-10 17:31
Feature #13736 (Closed): Parent priority does not update when subtasks are closed
The priority of a parent task is automaticall ... pter Mysql2 </pre> 2013-04-10 17:18
Feature #13729 (Closed): Field permission invisible
I want to make a custom field invisible for s ... d-only" and "Required" are possible settings. 2013-04-10 00:43
Defect #13724 (Closed): SystemStackError when saving some issues
Example 1: <pre> SystemStackError (stack level too deep): app/models/issue.rb:159:in `create_or_update' app/models/issue.rb:986:in `save_issue_with_child_records' app/models/issue.rb:973:in `save_issue_with_child_records' app/controllers/issues_controller.rb:179:in `update' </pre> Ex ... kError (stack level too deep): app/models/issue.rb:159:in `create_or_update' app/controllers/issues_controller.rb:270:in `bulk_update' app/controllers/issues_controller.rb:259:in `each' app/controllers/issues_controller.rb:259:in `bulk_update' </pre> ... ting to check regarding the structure of the issues, I presume this must have something to do with circular dependencies between issue... 2013-04-09 13:49
Defect #13723 (Closed): Collapse doesn't work with section edit link
Collapsed with @collapse@ macro sections don' ... ons, even collapsed, but client-side doesn't. 2013-04-09 13:07
Defect #13721 (Closed): 2.2 --> 2.3 Internal server error
After upgrading from 2.2 to 2.3 (I did everyt ... 500 internal server error when I try to load issues and other pages. Can anyone help me? Here i ... 2: <%= link_to l(:button_update), edit_issue_path(@issue), :onclick => 'showAndScrollTo("update", "issue_notes"); return false;', :class => 'icon icon-edit', :accesskey => accesskey(:edit) if @issue.editable? %> 3: <%= link_to l(:button_log_time), new_issue_time_entry_path(@issue), :class => 'icon icon-time-add' if User.cur ... time, @project) %> 4: <%= watcher_link(@issue, User.current) %> 5: <%= link_to l(:button_copy), project_copy_issue_path(@project, @issue), :class => 'icon icon-copy' if User.current.allowed_to?(:add_issue... 2013-04-09 12:35
Feature #13718 (Closed): Accept dots in JSONP callback
When i try use mootools Request.JSONP Request ... ot is not appear myHandler({"projects":.... 2013-04-09 10:45
Feature #13717 (New): Accessing Custom Field values defined as a List
I have added Custom Field under Issues. That field will by default has a list of 1 ... How to access all of them through REST API? 2013-04-09 10:40
Feature #13715 (New): show SCM identifier (repository) in associated revisions
If there are multiple SCM per project (possib ... nt to reference the SCM-revision in wiki text 2013-04-09 09:57
Defect #13714 (Closed): no account notice setting works in mail handler script but not rake task
I was asked to open this as a new issue: http://www.redmine.org/issues/11498#note-9 no_account_notice=1 doesn't ... suggested patch here: http://www.redmine.org/issues/11498#note-8 2013-04-09 05:35
Defect #13713 (Closed): File attachment is broken with REST API XML format
example case <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> in 'app/controllers/issues_controller.rb' <pre>    params[:issue][:uploads] # => [{"upload"=>{"content_type"= ... pre> attachment['upload']['token'] is true 2013-04-08 17:00
Defect #13711 (Closed): Issues which share the same parent cannot have relations between each other
Starting in version 2.3.0 when issues which share a parent issue are assigned a relation to each other, the r ... I believe this is a regression introduced by issue #8794. I was able to restore the old behavi ... # Be running redmine 2.3.0 # Create 3 new issues (issues 1, 2, and 3) # Assign the parent task of of issues 2 and 3 to issue 1 # Try to add a relation that issue 3 follows issue 2 # Observe that adding the relation fails ... chema version 20130217094251 </code></pre> 2013-04-08 15:52
Feature #13708 (Closed): External related issues
We're using Redmine for the moment as private issue tracker/project planner, and we really like ... ine. This is possible via hyperlinks in the issue description, or with custom fields (see also #2083). The problem with hyperlinks in the issue description, is: * they are not so human-re ... , after server migration), all hyperlinks to issues on this server must be changed The probl ... Redmine" > BaseUrl: "http://www.redmine.org/issues/" With this relation-definition, external relations can be added to issues (in this example, referencing redmine issues). I propose 2 possibilities (both supported?): # In issue detail, an extra entry for "External relations" is after "Subtasks" and "Related issues" Two inputboxes required, a combobox with ... ons are necessary) # In wiki text, external ... 2013-04-08 14:40
Defect #13704 (Closed): Receiving Email Instructions typo
On http://www.redmine.org/projects/redmine/wi ... ivingEmails#Enabling-unknown-users-to-create-issues-by-email It says "unknown-user" rather than "unknown_user". 2013-04-07 10:16
Feature #13700 (New): Project isolated custom field
Is it possible to have custom field being iso ... list is "Release A, Release B, Release C" 2013-04-06 11:16
Defect #13699 (Closed): Error: 'addFileField' is undefined
Previously no problems with Redmine 2.1.4, bu ... lling Redmine 2.3.0.stable: New or Update issue. Click on Add another file link, and get web ... mine_inline_attach_screenshot 0.4.2 2013-04-05 20:03
Defect #13698 (Closed): Wrong argument error ... email notifications after upgrading to 2.3.0
Email notifications were working yesterday. I ... nt**: production **Database adapter:** MySQL 2013-04-05 19:34
Patch #13697 (Closed): Back-button on diff page is not working when I'm directed from email
+Situation:+ I get an email from Redmine with a diff-link to the changed description of an issue. I click on that link in my email to get inf ... a page. I fixed this problem with a patch. 2013-04-05 19:16
Patch #13696 (New): Projects admin, show issues count
Patch made against Redmine V1.2.1, but should work for earlier versions. 2013-04-05 16:42
Feature #13694 (New): extend information overlays for issues that are shown on gantt chart
When viewing the gantt charts the planned beg ... the time in hours that was estimated for an issue. Maybe you can add the "estimated time" to this overlay? 2013-04-05 13:16
Feature #13693 (Closed): Possibility to search in time log comments
Redmine has possibility to search in notes of "Issue tracking" module. But there is no similar p ... search page had "Time log" checkbox next to "Issue". 2013-04-05 11:17
Defect #13692 (Closed): warning: already initialized constant on Ruby 1.8.7
When running the following command (either fr ... 1.6 so I do not know if this affected 2.2.x 2013-04-05 10:56
Feature #13691 (Closed): Not able to populate issuepriorities from enumerations in ListPIcker Control using C # Language or WCF
Can you Please share - redmine-net-api - Sample to get the all issue_priorities from enumerations 2013-04-05 07:08
(6126-6150/12716)