Search
Results (18279)
- Plugins: RE: Paste screenshots into body of Issue - as images (not atachments): Plugin coming soon
- No, it doesn't work in 'Comments' - it works when (a) generating a new Issue: and (b) when making an 'Update' to an existing issue.
- Plugins: RE: Paste screenshots into body of Issue - as images (not atachments): Plugin coming soon
- Thanks. Does it work in issue's comment?
- Plugins: RE: Paste screenshots into body of Issue - as images (not atachments): Plugin coming soon
- Pavel Potcheptsov wrote: > Please, provide a ... b. Screenshots are attached; as requested.
- Development: RE: Database Query - How to get total number of New Issues on specific date ?
- <pre> mysql> SELECT COUNT(issues.id) AS NumberOfNewIssues FROM issues WHERE issues.created_on LIKE '2014-01-15%'; +-------------------+ | NumberOfNewIssues | +-------------------+ | ... row in set (0.00 sec) mysql> SELECT COUNT(issues.id) AS NumberOfClosedIssues FROM issues WHERE issues.closed_on LIKE '2014-01-15%'; +----------------------+ | NumberOfClosedIssues | +----------------------+ | ... -----------+ 1 row in set (0.00 sec) </pre>
- Plugins: RE: Paste screenshots into body of Issue - as images (not atachments): Plugin coming soon
- It's also unclear why this command should be ... igrate_plugins RAILS_ENV=production </pre>
- Plugins: RE: Paste screenshots into body of Issue - as images (not atachments): Plugin coming soon
- Please, provide a screenshot here and on the github.
- Good Day, We made our redmine to create an issue when an email arrive on a certain email acco ... ing our redmine? Redmine 1.2.1 Thanks
- This is the content of the email created : <pre> --Reply above this line-- Issue #334 has been reported by Youssef. ________________________________________ Task #334: test - issue • Author: Youssef • Status: New • Priori ... 6.0 Object : We are testing to create an issue and reply by mail. Issue : When replied by mail, we are loosing all ... this : <pre> --Reply above this line-- Issue #334 has been updated by Youssef Boujraf. ... oject Not Assigned - Task #334] (New) test - issue --Reply above this line-- Issue #334 has been reported by Youssef Boujraf. _____ Task #334: test - issue * Author: Youssef Boujraf * Status: New * Pr ... 6.0 Object :¶ <> We are testing to create an issue and reply by mail. Issue :¶ <> When replied by mail, we are loosing a ... _________________________ Task #334: test - ...
- New to Redmine and Ruby and I have a question ... I fix the hook code that is called here: issues_helper.rb: 283 <pre> call_hook(:helper_issues_show_detail_after_setting, { ... old_value }) </pre> Where is the helper_issues_show_detail_after_setting class? Thanks...
- Help: RE: How do you use "Feature #2694 (Notification on loosing assignment)" ?
- I noticed that #15714 was recently closed wit ... to only send email notifications when a new issue is created (@Issue added@) a comment is made (@Note added@). Wh ... > Is this expected behavior for this feature?
- Plugins: RE: DMSF: slow loading page dmsf
- I will keep testing independently but I am af ... ere it will not cause any known catastrophic issues with our database), I will install it on ou ... really give it a work-out. Thanks, Chris
- Plugins: RE: Paste screenshots into body of Issue - as images (not atachments): Plugin coming soon
- It's now released, see: - https://github.com/credativUK/redmine_image_clipboard_paste
- Open discussion: RE: New theme
- Daniel Felix wrote: > Yes this could be as I ... ns in the first id row, just display if this issue is a private issue, has a due date and also displays if the due ... ha, I found the button in upper right corner.
- Open discussion: RE: New theme
- Yes this could be as I've included some JS Co ... ns in the first id row, just display if this issue is a private issue, has a due date and also displays if the due date is expired or not.
- Hi there, I just released an new theme whi ... u like to test it or give some feedback. *Issue list* !{width:750px}issue_list.png! *Issue details* !{width:750px}issue_details.png! *Themeinfos* http://www.red ... Theme_List#Newmine Best regards, Daniel
- Plugins: RE: Rails 3 porting issues
- Well, I'm not sure if the Rails 3 porting is still an important thread here?
- Hello everybody, We want to assigned per default to a group an issue when we create a ticket. For this moment, w ... lution or a workaround? Best regards,
- Hello, I've installed Redmine with Bitnami ... <main>' Do You have any solution for this issue? Thanks a lot Peter
- Development: RE: Wiki API: PUT
- For anyone else with the same issue, the following allows the wiki API to accept ... _files(@page, params[:attachments]) </pre>
- Hi Guys I want to filter by assign users who updated on issue. How to make it? Please advise. And which mobile app is free and useful for android and IOS?
- Hi Guys I want to filter by assign users who updated on issue. How to make it? Please advise. And which mobile app is free and useful for android and IOS?
- Hello everyone, I am using the redmine_mee ... raded to Redmine 2.4.2 I am having a strange issue: When I am creating new meetings, the meetin ... ily view. First, I thought there might be an issue in getting the data from the database. By ... ort or did someone already recognize such an issue? Thanks in advance! Best Regards Dustin
- Open discussion: RE: Automatically add user as watcher for issues created via email.
- I also would like this. it would need to grab the from address and add that user as a watcher
- Hello, I've upgrade from 1.X (debian package) to latest version. Unfortunatly, I cannot create issue anymore, I've got a 500 error. Here is th ... ath to true): app/models/mailer.rb:41:in `issue_add' app/models/mailer.rb:422:in `initial ... app/models/mailer.rb:52:in `block in deliver_issue_add' app/models/issue.rb:826:in `each_notification' app/models/mailer.rb:51:in `deliver_issue_add' app/models/issue.rb:1519:in `send_notification' app/models/issue.rb:165:in `create_or_update' app/controllers/issues_controller.rb:146:in `create' </pre> He ... pre> Many, many thanks. Regards Hugo
- How do i setup redmine so an incoming email will open an issue?