Project

General

Profile

Search

Results (12601)

Defect #13133 (New): Unable to create or update a custom date field.
<pre> About your application's environ ... plugin 2.7.6.stable Smart issues sort plugin 0.3.1 Redmine Better Gantt Chart plugin 0.6.5 Issue query operators plugin 0.0.2 </pre> 2013-02-12 00:19
Defect #13126 (Closed): Issues list: estimated time vs. spent time formatting
As you can see in screenshot extract the esti ... d spend time are displayed in differently. !issue_view_estimated_time.png! 2013-02-11 14:20
Feature #13122 (New): Customization of the attributes to be copied when using "copy issue"
In project settings, it would be nice to be a ... butes to be copied when when using the "copy issue" action. I see in issue.rb source file the list of copied attributes ... ds I really want to start from the beginning. 2013-02-11 11:06
Patch #13121 (Closed): Context menu in issue view - add class name
I definded an additional custom field that is shown in the context menu from the issue view. My custom field is a list. Unfortunate ... in the stylesheets? !context-menu-wraps.png! 2013-02-11 02:46
Defect #13119 (Closed): custom_field_values are not reloaded on #reload
Sometimes this method gives an empty array but there are some custom field values in my case for "a_issue". A workaround for that is to delete "@custo ... ues" before call the method like this: a_issue.reset_custom_values! a_issue.save_custom_field_values 2013-02-10 18:04
Defect #13118 (Reopened): a_issue.project.issue_custom_fields don't work always correct
This means "a_issue.project.issue_custom_fields" and "Project.find_by_id(a_issue.project.id).issue_custom_fields" give sometimes different resu ... t of the method "available_custom_fields" in issue.rb. This is only sometimes the case - don't no why. Especially in that case "a_issue.project.issue_custom_fields.count" give also a wrong value ... ion is possible with: (Project.find_by_id(a_issue.project.id).issue_custom_fields - a_issue.project.issue_custom_fields).empty? The same for trackers: (Tracker.find_by_id(a_issue.tracker.id).custom_fields - a_issue.tracker.custom_fields).empty? 2013-02-10 17:35
Defect #13116 (Closed): When setting Redmine ... the default behavior when you just update by issue.
2013-02-10 02:32
Feature #13111 (Closed): New setting to include the status changes in issue mail notifications subject
Note: I searched but could find how to re-open an issue at #603. So I'm creating this new one. -- ... : [the project name, the tracker, the issue #], *-status-* and the subject of the issue. No *"status"*. This is useful because i ... ts to thread all emails relating to a single issue together. *"status"* is already included in ... tribute testing :) Any volunteer for a patch? 2013-02-08 23:12
Feature #13108 (Closed): add "check all" & "uncheck all" at Project creation page
when I create a new project, I need to select ... ould have "check all | uncheck all" here. 2013-02-08 14:06
Feature #13107 (Closed): API: Users that does ... can't access to the members list of a project
Only user who can manage the members of a pro ... is (view only) for any members of a project ? 2013-02-08 11:59
Feature #13099 (Closed): Issue Summary: add statistics about issues without assignee, version or category
Is it possible to add information/statistics in the issue summary about the issues without an Assignee/Version/Category? 2013-02-07 12:35
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
(6251-6275/12601)