Search
Results (18279)
- Help: RE: RMagick with JRuby on Windows
- Thanks for your help Ivan! Actually, I ended ... tect it on the Information page: !RMagick_Issue.png! Even having RMagick gem installed on ... treetop (1.4.15) tzinfo (0.3.38) </pre>
- Help: RE: Issues aren't updated when answering via mail
- So I fixed this issue by adding this line <pre> journal.created_on = Time.now </pre> to the 'receive_issue_reply' method in the MailHandler class (app/ ... r everyone else, I'm still confused why this issue existed for me. So if anyone can give me an ... still appreciate it. Cheers, Hauke
- Hi, I'm currently working on a python scri ... code is proposed to write out all the IDs of issues which are assigned to me (id='twagne10'). ... ion: 8 print 'Prod connected' 9 10 issues = connection.issue.filter(assigned_to_id='twagne10') 11 print issues 12 13 for issue in issues: 14 print issue.id </pre> If I run this script I get thi ... <redmine.resultsets.ResourceSet object with Issue resources> Traceback (most recent call last): File "./mail.py", line 13, in <module> for issue in issues: File "/usr/lib/python2.6/site-packages/ ... our help in advance! Best regards, Thomas
- Plugins: RE: Redmine Blog Plugin
- This also resolves the issue for me. Thanks a lot.
- Plugins: RE: Redmine Blog Plugin
- Regarding the '\n' syntax error, I edited the ... returns in the statement. That resolved the issue for me. <pre> Environment: Redmine ve ... redmine_people 0.1.6 </pre>
- Hi, we are using *Redmine/MS Project sync* plugin with Redmine 2.3.0 and MS Project 2010. The Issue relations and Parent/Child relations are not ... edmine... Do you have any idea? Regards
- Help: RE: Lock Issue to editing User
- >As of now we can assign the issue to the developer - but it doesnt tell the re ... s what assignments are for. If you assign an issue to someone, but that someone just ignores it ... oblem can not be solved through technology...
- I m looking for a plugin to edit all my issues (add/modify delete/assign) in the main page issue. I do not want to clik on "new issue" inorder to create a new issue. I want to edit my issue like the xls file Are there a plugin for that?
- Development: RE: Database Query - How to get total number of New Issues on specific date ?
- Hi Sudheendra Panganamala, add GROUP BY and L ... re> mysql> SELECT COUNT(i.id) AS NumberOfNewIssues, isst.name AS statusName FROM issues i LEFT JOIN issue_statuses isst ON isst.id=i.status_id WHER ... 2014-01-15%' GROUP BY status; </pre>
- Is there a function, so that developers can grab an issue to show other developers that this issue is already under development? Like I open an issue click on the button "I fix this" and it shows something like "User XY is already editing this issue". As of now we can assign the issue to the developer - but it doesnt tell the re ... REALLY works on that. The same thing for issues that havent got an assigned person - without talking to each other, the same issue might get fixed by more than just one person which results in losing time for other fixes.
- Hi! I have migrated a project from one ins ... k except one thing. Attachments connected to Issues gives a 404 when accessing them. The id:s to the issue is correct, it shows in the ticket correct, ... ssions and filename? Thanks! /Marcus
- Hi, How to assign spent time to more than ... It happens two or more persons work on same issue. How to deal with such issues?
- Hi all, I'm relatively new to Redmine ad ... email notify a set list of people when a new issue is created without an assignee? Basically, ... st of people that should get an email on new issue creation unless the new issue also set the assignee (in which case they'll ... require some custom code? Thanks, Fran
- Please check new RedmineCRM theme based on Sq ... p://redminecrm.com/attachments/download/9696/issue.png!:http://redminecrm.com/pages/circle-theme
- 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.
- Help: RE: 500 Internal Server Error - When saving/viewing an issue that has more than 2000 characters
- Or may be not :D
- 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
- 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.
- 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'
- 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
- 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?
- 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
- 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
- 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...
- 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