Project

General

Profile

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. 2014-01-16 11:17
Plugins: RE: Paste screenshots into body of Issue - as images (not atachments): Plugin coming soon
Thanks. Does it work in issue's comment? 2014-01-16 09:56
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. 2014-01-15 20:19
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> 2014-01-15 16:27
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> 2014-01-15 16:05
Plugins: RE: Paste screenshots into body of Issue - as images (not atachments): Plugin coming soon
Please, provide a screenshot here and on the github. 2014-01-15 16:02
Help: Issue doesn't create via Email
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 2014-01-15 11:03
Help: Email : no CR & LF when reply an issue by mail
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 - ... 2014-01-14 23:28
Help: Where is hook code located?
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... 2014-01-14 22:17
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? 2014-01-13 22:03
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 2014-01-13 18:53
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 2014-01-13 18:36
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. 2014-01-10 16:26
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. 2014-01-10 14:31
Open discussion: New theme
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 2014-01-10 10:50
Plugins: RE: Rails 3 porting issues
Well, I'm not sure if the Rails 3 porting is still an important thread here? 2014-01-10 10:49
Open discussion: Set groups per defaults when we create an issue
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, 2014-01-10 09:11
Help: Translation missing and configuration problem with plugins (Bitnami installer)
Hello, I've installed Redmine with Bitnami ... <main>' Do You have any solution for this issue? Thanks a lot Peter 2014-01-10 08:55
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> 2014-01-10 07:20
Help: Filter by assign user who updated.
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? 2014-01-10 02:26
Open discussion: filter by users who updated
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? 2014-01-10 02:25
Plugins: [redmine_meetings] events available in HTML but not displayed in browser
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 2014-01-10 01:19
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 2014-01-09 18:49
Help: 500 Internal Server while creating issue
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 2014-01-08 18:42
Help: incoming email open an issue?
How do i setup redmine so an incoming email will open an issue? 2014-01-08 16:46
(6551-6575/18279)