Project

General

Profile

Search

Results (18291)

Open discussion: New Circle redmine theme
Please check new RedmineCRM theme based on Sq ... p://redminecrm.com/attachments/download/9696/issue.png!:http://redminecrm.com/pages/circle-theme 2014-01-17 16:00
Plugins: RE: Redmine Blog Plugin
I've installed the forked plugin that Marcel ... s produces the sign '\n' and how to fix this issue. Hope somebody can help me. 2014-01-17 11:50
Help: RE: 500 Internal Server Error - When saving/viewing an issue that has more than 2000 characters
Or may be not :D 2014-01-17 09:38
Help: RE: 500 Internal Server Error - When saving/viewing an issue that has more than 2000 characters
See if following links help. http://kb.mac ... to what you are mentioning. Rupesh PFA 2014-01-17 09:27
Development: RE: Database Query - How to get total number of New Issues on specific date ?
Hi Pavel Potcheptsov Thanks for reply. ... ers(AsonDate, StatusMsg) should return count. 2014-01-17 09:13
Plugins: RE: Smart issues sort plugin
It thows the following error with redmine 2.4.2: (redmine_smart_issues_sort version: 0.3.1) ActionView::Template::Error (undefined method `is_public' for #<IssueQuery:0x45a6260>): 17: 18: <% if U ... ews_queries_new_html_erb__116586891_42293064' 2014-01-16 15:07
Plugins: RE: Paste screenshots into body of Issue - as images (not atachments): Plugin coming soon
Pavel Potcheptsov wrote: > So it works just in issue's description, right? Sorry Pavel - I was ... in Comments too - so it works in all 3 : new Issues, Updates and Comments. > I can't press U ... o file-attachments is not easy-to-use 2014-01-16 14:22
Plugins: RE: Paste screenshots into body of Issue - as images (not atachments): Plugin coming soon
So it works just in issue's description, right? I can't press Update and paste image here. I only can create new issue and paste image in description or Update and ... at you can paste image between text, right? 2014-01-16 12:51
Help: RE: Rest-API XML: create issues command didn't answer the issue_id
sorry i forgot the version numbers: Enviro ... Ubuntu 12.04.3 LTS 64Bit Server cu Oliver 2014-01-16 12:44
Help: RE: Rest-API XML: create issues command didn't answer the issue_id
Hi all, how stupid. When a re-read my tex ... hat he needed about 5 sekonds to create that issue... Setting the timeout to 6 seconds solve ... ion is why need Redmine so long to create an issue? cu Oliver 2014-01-16 12:30
Help: Rest-API XML: create issues command didn't answer the issue_id
Hi all, I run into a trap using the Rest A ... wser. Everythink work fine but with "create issue" I have some problems: Normally when I send: <pre> POST /projects/frm2sans1/issues.xml?key=a17f48c035806251331631576332fe42d44 ... ect: 100-continue <?xml version="1.0"?> <issue> <tracker_id>1</tracker_id> <subject>1 ... id> <assigned_to_id>2</assigned_to_id> </issue> </pre> Redmine create an Ticket in my p ... 70 00:00:00 GMT Location: http://10.42.1.16/issues/334 Status: 201 Content-Length: 589 Cont ... -8 <?xml version="1.0" encoding="UTF-8"?><issue><id>334</id><project name="TKE0845_FRM2Sans1 ... :22:48Z</updated_on><closed_on></closed_on></issue> </pre> Now I can extract the issue... 2014-01-16 11:40
Help: Issues aren't updated when answering via mail
Hey people, I'm using the imap cronjob to re ... g emails from an remote server. Creating new issues works like charm but updating existing issues by answering via email fails. In the log ... journalized_id", 509], ["journalized_type", "Issue"], ["notes", "..."], ["private_notes", fal ... te any help, Thanks and cheers, Hauke 2014-01-16 11:40
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
(6551-6575/18291)