Project

General

Profile

Search

Results (12716)

Defect #13097 (Closed): Project copy fails when wiki module is disabled
*Information* Redmine 2.1.2 Ruby version ... "=>{"1"=>"prova"}, "enabled_module_names"=>["issue_tracking", "time_tracking", "news", "documen ... "3", ""]}, "only"=>["members", "versions", "issue_categories", "issues", "queries", "boards", "wiki", ""], "commit ... M concurrency_redmine FOR UPDATE IssueCustomField Load (0.3ms) SELECT `cus ... om_fields` WHERE `custom_fields`.`type` IN ('IssueCustomField') ORDER BY custom_fields.position ... s` WHERE (`enabled_modules`.`name` = BINARY 'issue_tracking' AND `enabled_modules`.`project_id` ... s` WHERE (`enabled_modules`.`name` = BINARY 'issue_tracking' AND `enabled_modules`.`project_id` ... led_modules` (`name`, `project_id`) VALUES ('... 2013-02-07 11:54
Defect #13095 (Closed): Unarchive button does nothing
Hello, I cannot Unarchive a project that i ... dapter MySQL Nuno. 2013-02-07 00:40
Defect #13092 (Closed): Bug On Start Date and Due Date
Hi, This is production environnement : -R ... f i update ticket, this is log file entry : issue"=>{"start_date"=>"2013-02-08", "estimated_hours"=>"", "parent_issue_id"=>"", "priority_id"=>"3", "project_id"=>" ... \r\neaz\r\neaz\r\ne\r\naze"}, "controller"=>"issues", "attachments"=>{"1"=>{"description"=>""}} ... you help me please ? Thank you very much 2013-02-06 16:01
Feature #13089 (Closed): Bulk-Delete(!) of start-date and due-date
+Use Case:+ * We often handle tickets toge ... ime-entry-fields of all the selected tickets. 2013-02-06 09:26
Feature #13087 (New): Add Continuous Integration build status to issue
It would be useful to have something similar ... ose to add the status for each linked commit. 2013-02-06 00:07
Defect #13085 (Closed): Error when updating an issue
Hello, Before all, thanks for your good jo ... ct for us. When we're trying to update an issue with cUrl (or in Delphi), we have an HTTP 500 ERROR : <pre> Processing IssuesController#update to xml (for 192.168.99.254 ... :51:49) [PUT] Parameters: {"id"=>"2158", "issue"=>{"subject"=>"KAKAROOT"}, "format"=>"xml", "action"=>"update", "controller"=>"issues"} NoMethodError (undefined method `[]' f ... -API-Key:xxxxxxxxxx" http://xxxxxxxx/redmine/issues/2158.xml </pre> File : <pre> <issue> <subject>CASTOR_MAJOR</subject> </issue> </pre> Creating an issue works very well... Thanks for your help, 2013-02-05 15:44
Defect #13079 (Closed): Difficult to Filter for Issues Starting From Today
Basically, I'd like to get my "to do list," m ... using "Start Date is more than -7 days ago." 2013-02-05 02:33
Defect #13077 (Closed): redirect to wrong back_url behind Apache reverse proxy
I've configured my Apache proxy exactly as de ... rl=http%3A%2F%2Fsubdomain.domain.tld%2F</pre> 2013-02-04 14:58
Defect #13076 (Closed): Project overview page shows trackers from subprojects with disabled issue module
This issue is possibly related to #2550. I configure ... created a subproject B where I disabled the issue module. The overview page of project A now d ... because they are assigned to B, although the issue module is disabled. Workaround: I had to enable the issue module in B, remove all trackers from B and then disable the issue module again. 2013-02-04 14:31
Defect #13075 (Closed): Can't clear custom field value through context menu in the issue list
When selecting issue (or multiple issues) in the issue list, right clicking and selecting CUSTOM_FIELD_NAME from the context menu, click "none" then issue does not change. I suppose problem is usi ... pository/entry/trunk/app/views/context_menus/issues.html.erb#L114 <pre><code class="ruby"> ... %></li> <% end %> </code></pre> 2013-02-04 13:06
Defect #13074 (New): Subtasks are not being created correctly
Hi all, im using 2.1.x branch of redmine:Envi ... _ When i try to create a subtask from the issue overview (with add subtask feature) the subt ... _https://XX.XX.XX.XX/projects/2013-00125/issues/new?issue[parent_issue_id]=322_ I fill all the fields on the web ... this: _Started POST "/projects/2013-00125/issues" for XX.XX.XX.XX at Mon Feb 04 10:24:02 +0100 2013 Processing by IssuesController#create as HTML Parameters: {"c ... /VrwvvwwqaIEhOrQTRVBPQxf66r=", "utf8"=>"â", "issue"=>{"custom_field_values"=>{"16"=>"EyP"}, "pr ... n about "parent_id" task in the logfile when issue is created. To confirm this situation, i check IRB and get following info: _irb(main):001:0> Issue.find(322) Issue... 2013-02-04 11:01
Feature #13072 (Closed): Delete multiple attachments with one action
Hi there, in several tickets my workmates ... re? (plugin or redmine-standard ... whatever) 2013-02-04 07:48
Feature #13067 (Closed): Allow custom queries to be sorted ASC by issue #
At the moment it's not possible to choose the issue id as a ASC sort field in custom queries, so that oldest issues are always on top, see message#35999 2013-02-03 13:31
Feature #13064 (Closed): Use of "SELECT ... LOCK IN SHARE MODE" in ActiveRecord
*Symptom* * In following code, our Redmine ... end --- </code></pre> * The code above issues a @SELECT ... FOR UPDATE@ SQL statement, an ... _set to consider having it*. * Because this issue seems be ActiveRecord and the plugin depende ... n statement, I afraid of complaints of users. 2013-02-02 14:01
Feature #13063 (Closed): Make Gantt chart issues collapsible
With this feature it would be easier to get an overall view of the issues assigned to a project, or multiply projects! 2013-02-02 11:37
Defect #13060 (Closed): Fix macro call to {{sample_macro}} in [[Donors]] wiki page
As the subject states. It should generate the donate link, I think. 2013-02-02 06:47
Feature #13057 (Closed): Context-menu with @gantt.subjects
Hi, Im trying to add the context-menu with gantt issues. But no luck. Can anyone help me out?. Thanks & Regards, Poornima Dhanasekaran. 2013-02-01 14:51
Feature #13056 (New): Add more option on related issues filters
When user wants filter issue using a relation to an other issue (Blocked by, Related to, precedes, follows.. ... ific Category * specific status * .... !IssuesFilters.png! 2013-02-01 11:25
Defect #13055 (Closed): Linking of two child projects belongs to seperate parent
i have a two seperate projects for ex: A and ... to link B with A. So that i can see all the issues of B on A. Will that work in redmine. if ... Awaiting for your response its very urgent. 2013-02-01 11:09
Feature #13054 (Closed): Add the ability to filter issues on parent task.
Like filter on "Related to", "Blocks", "Block ... ion on Parent task. !ParentTaskFilter.png! 2013-02-01 10:55
Feature #13052 (Closed): extended issue link marco - link by id, liby by id and topic, link by topic
We make heavily use of the "#<my issueid>" macro, but are also copying manually the ... ic link. This need more effort (serach the issue, copy topic, pastse topic well formated righ ... if i change the topic name in corresponding issue. I know that the issue topic is shown as popup if i move cursor over the link, but if you make listing with several issues in contect of any wiki site or on version its needed tpo see this all issues topic names immidiately without cursor movi ... projects/r-labs/wiki/Wiki_Extensions_en#List-issues which offer a macro to be able to include issue queries as well formated table, however this is a work around which needs to "tag" issues to be selectable. The new marco can be a ... ith topic as link #<id># shows topic as link 2013-02-01 09:37
Feature #13051 (Closed): Support any macro in (pdf) export for wiki's and issues
This issue will be a container (link by reference other issues) for all the defect and feature issues existing, which mostly pick just one part ... d print) is a better approach. *Related issues:* #9842 - {{toc}} is not replaced by ta ... port whole wiki Btw. regarding the last issues above there are already plugin's like "redm ... pdf in own order and selected pages. 2013-02-01 09:08
Defect #13050 (Closed): Error Showing while creating a new Project
Hi Team I created a new project. when i ... l (500 Internal Server Error) Thanks 2013-02-01 06:38
Defect #13044 (Closed): Rake error using JRuby 1.7.2 and Redmine trunk
It's not possible to use JRuby 1.7.2 with cur ... ows 7 64bit. List of installed gems attached. 2013-01-31 13:39
Feature #13043 (New): show all files affected by all commits that are references with a ticket
All revisions are shown next to an issue. Sometimes an overview that shows ALL files at ONE PLACE that were affected by an issue would be usefull. A link "show all affected ... ew about all files that were affected by the issue. 2013-01-31 13:19
(6376-6400/12716)