Project

General

Profile

Search

Results (12716)

Defect #16363 (Closed): Spent time in list view is not the same as in single ticket view
I have a project tracker, with multiple child issues inside. We report the time in the child tic ... ets (as it is displayed in single mode view). 2014-03-17 03:49
Feature #16362 (Closed): Option to send email on "Assignee updated"
!notifications-settings.png! It will be ve ... end notifications on assignee change, under "Issue updated" section. When "Issue updated" is selected, Redmine mailing is too ... sers claimed it was spamming too much. When "Issue updated" is not selected, the new assignee d ... teresting "70% to 80% progess" changes quiet. 2014-03-16 19:49
Defect #16353 (Closed): Regexp bug in Journal ... andling when quoting existing journal entries
I have stumbled upon a very nasty bug with jo ... 622 +0900 @@ -66,7 +66,7 @@ text = @issue.description end # Replaces pre b ... ound </code></pre> and it seems to fix the issue. How to reproduce/check (it "works" in ev ... 0m0.018s user 0m0.014s sys 0m0.004s </pre> 2014-03-14 11:12
Feature #16351 (Closed): Option to set default member for uncategorized issues
Currently, one can set a default person for t ... By adding default assignee for uncategorized issues, there is much more consistency in this feature. 2014-03-14 10:40
Defect #16339 (Closed): Email notification of author does not work
I'm running Redmine 2.3.2.stable.12119 Som ... The expected behaviour is, the author of an issue is receiving a notification the moment he is creating the issue or every time he/she is updating the issue. Unfortunately this is not working for my R ... ided by Redmine. I would appreciate any help. 2014-03-13 11:57
Defect #16338 (Closed): Can't choose an issue of a different project when updating time entries
When changing a ticket ID of a time tracker e ... o another valid ticket Screenshot attached 2014-03-13 11:09
Defect #16335 (Closed): exporting issue as pdf --> text out of box
Hello, I had the problem that long issue text pass over the box when I export an issue as pdf. Applying Patch #14466 solved the ... g problem: When I want to export very! long issue text. The text is totally out of box and an ... shown on the next page. Look attachment: issue 554 is exported correctly issue 555 is exported incorrectly Thank you 2014-03-13 09:44
Defect #16329 (Confirmed): right click on an issue ignore fields permissions
From the issues list view, a right click on an issue let me change the tracker type of this issue, whereas when editing this issue I have no choice to change this Tracker type ... racker, it's a very big risk of loosing data. 2014-03-13 06:04
Feature #16326 (Closed): Custom queries, buttons to move column to top and bottom
!column_top_bottom.png! 2014-03-12 18:24
Feature #16324 (New): Wiki export as docx file.
It is very nice that we have markdown in Redm ... ible that we can export as DOCX using pandoc. 2014-03-12 07:55
Patch #16320 (Closed): Turkish typo fix
https://github.com/redmine/redmine/pull/29 ... tipi label_workflow: İş akışı label_issue_status: İş durumu - label_issue_status_plural: İş durumuları + label_issue_status_plural: İş durumları label_issue_status_new: Yeni durum label_issue_category: İş kategorisi label_issue_category_plural: İş kategorileri </code></pre> 2014-03-12 01:09
Feature #16314 (Closed): Redirect back is overheated
Take a look at these code lines: source:tr ... s never satisfied. I did not find an usage. 2014-03-11 14:09
Patch #16313 (Closed): Allow to link to an anchor of the current wikipage
Currently, it is not possible to link to an a ... ink with custom text: @[[#Anchor|Link Text]]@ 2014-03-11 13:39
Feature #16309 (Closed): Add a concept of role-based permission to trackers
I have a need for limiting access to trackers ... anager role could report a new "Dev Request" issue but not an "Infra Change" - but only a Sysadmin or Manager role could report an "Infra Change" issue but not a "Dev Request" So far, there is ... r validity check at every level (override on IssuesController), instead of just making a JavaScript popup alert (still needing an override on Issues views to limit which trackers will be displ ... wing problem : - Basically, I am overriding IssuesController and more specifically, build_new_issue_from_params and update_issue_from_params. In order to do stuff properly i ... ugly code block : <pre><code="diff"> - @issue.tracker ||= @project.trackers.find((params[:issue] && params[:issue... 2014-03-11 10:42
Defect #16303 (New): Start and End dates get reset during update of issue and issues children
2014-03-11 01:04
Defect #16299 (Needs feedback): Custom Issue field is not saved while issue is created
Steps to reproduce: - Add custom field in "Issue" section (Administration->Custom Fields->Issues->New Custom Field). Assign this custom fiel ... ample "TestPr" - Go to "TestPr", click "New issue" - Fill the issue, fill created custom field - Click "Create" ... s empty) Additional information: After issue is created I can click "update" and then I c ... ment Database adapter Mysql2 2014-03-10 15:21
Feature #16288 (New): How to display customize field in Activity page
Hi All! Are available to customize title at ... ut it not imposible Could you please help me 2014-03-09 05:46
Defect #16270 (Closed): Patch not working as expected from #16161 in r12491
Following #16161, I tried to apply the patch ... ository/revisions/12941/diff/trunk/app/views/issues/_form.html.erb but just disabling the "rea ... ix it, but I can't update now. thank you 2014-03-07 14:34
Defect #16261 (Closed): tasks by email
im using postfix. in /etc/aliases i have: ... ission_check"=>"", "no_account_notice"=>"", "issue"=>{"tracker"=>"new_bill_acc", "project"=>"sh ... e plugins: no plugin installed </pre> 2014-03-06 20:34
Defect #16260 (Closed): Add Subtask does not ... ly from tasks with Parent Task field disabled
It's desirable sometimes to make a certain tr ... usefully use the Add Subtask link for those issues. This is because Add Subtask currently defa ... slightly less useful than just clicking New Issue. A simple fix is to change how the defaul ... tch for merging please let me know. Thanks! 2014-03-06 19:57
Defect #16259 (Closed): Changing Tracker value on new issue form makes hidden fields appearing after hitting F5
While creating a new issue, when changing the 'Tracker' value, the 'Sta ... ), but all other fields are appearing on the issue form, even the fields that should be hidden for the selected tracker. 2014-03-06 17:50
Defect #16258 (Closed): Testing redmine with plugins. Redmine::Plugin.clear looks suspicious.
We add several plugins to redmine code base a ... ot. It is a defect or behaviour by design? 2014-03-06 16:17
Defect #16257 (Closed): NameError (uninitialized constant PDFPatch::InstanceMethods::ITCPDF)
<pre> Started GET "/issues/13414.pdf" for 1.1.1.1 at 2014-03-06 15:11:11 +0100 Processing by IssuesController#show as PDF Parameters: {"id"= ... InstanceMethods::ITCPDF): app/controllers/issues_controller.rb:129:in `block (2 levels) in show' app/controllers/issues_controller.rb:121:in `show' </pre> <pre> ... ine_xls_export 0.2.1.t4 </pre> 2014-03-06 15:56
Defect #16256 (Closed): Timestamp of issue note doesn't update when updating
When editing a comment, inside an issue the "update time" should(?) change after edi ... out fine without errors until now. Thanks 2014-03-06 13:08
Defect #16255 (Closed): Internal Error for specific version of non-existent wiki page
Hi, tonight the YandexBot visited our Redm ... 0.6.4 </pre> Although this is not a big issue, I would like Redmine to return a 404 error instead. 2014-03-06 12:06
(5376-5400/12716)