Search
Results (18306)
- Hi all, is there a way to pass parameters to ... like to see the activity only of particular issues categories or statuses. Just like ?user_id ... ne help me, thanks. |strexy
- Help: RE: syntax highlighter and plugin directory, ubuntu server
- +1 It will be nice to highlight SQL code. ... -install bitnami+redmine -install the newissuealert plugin (follow normal plugin install st ... ns:clear -restart and have redmine </pre>
- Help: RE: Problem creating issues from emails with attachment
- I haven't found a fix for the imap problem bu ... ct tracker=bug allow_override=tracker,project
- Help: RE: Problem creating issues from emails with attachment
- running with --trace shows this error (in ... usr/bin/rake:19:in `load' /usr/bin/rake:19
- Has anyone had this: Redmine just hangs du ... u and ram. An example: <pre> Processing IssuesController#index (for 157.184.26.105 at 2010 ... ter"=>"1", "action"=>"index", "controller"=>"issues"} Rendering template within layouts/base Rendering issues/index.rhtml Completed in 9422ms (View: 932 ... /server-name-here/projects/project-name-here/issues?set_filter =1] </pre>
- Help: RE: Error while upgrading 0.9.3 to 0.9.4
- So in looking into it a bit further, I was th ... ed like it might be a possible match for the issue I was having because the Windows server is b ... f what else it could be. Thanks. - Andrew
- Open discussion: RE: Manual Issue Notifications
- # A makes B a watcher of the issue # A writes a note for the issue At least that's how we do it :-)
- Howdy all, new to redmine overall, but played ... that an email can be sent to a user about an issue manually. 1. User A types note to add to Issue 2. User A wants to notify User B about the ... figured I would start here first. Thanks!
- Hello guys We use Redmine for tracking the ... he test) and a simple tick field that mark a issue as a test. If a tick is set date field must ... s expired Redmine should send a email to the issue author that the test is over. Is it possible ... ld be glad of any help. Thanks in advance.
- Help: RE: Plugin development: rendering partial inside hook. Where to place partial?
- You shouldn't have to move anything. What's m ... ase_html_head, :partial => 'issues/demoPluginIncludeStylesheet' end </pre>
- Open discussion: RE: Automatic "Relates To" Option for Copied Issue?
- Ah, excellent. Thanks, Mischa (The Evil)! T ... his small patch to provide a "Create Related Issue" link on an existing issue's page. That would preserve the existing "Copy" behavior.
- Help: RE: Redmine / Ruby performance issue
- see this thread: http://www.redmine.org/boards/2/topics/11485
- Open discussion: RE: A link to an issue from an Office document closes your Redmine session and requires explicit login
- Mmh, can't think of anything else really...
- Open discussion: RE: A link to an issue from an Office document closes your Redmine session and requires explicit login
- Yes, exactly the same. This is why I'm puzzled.
- Open discussion: RE: A link to an issue from an Office document closes your Redmine session and requires explicit login
- Are you sure the links in your office docs ar ... browser? (http vs https, www and not www, …)
- Hi, im trying to create time entries usign the REST Api. This code @Timelog.new(:issue_id => params[:task], :time_entry=>{:comments ... ype="integer">1</hours> </time-entry> <issue-id type="integer">1</issue-id> </timelog> But where to post it? issues.xml?timelogs.xml?issues/1.xml? or something like that? Or isn't it ... w, so i won't find a way. Greetz, Lennard
- Help: RE: Issues closed/resolved by user
- I think so, though I can't fathom a good way ... olution and make the timelog categories for "issue solving" and "Q&A" disjoint.
- We have an excel sheet for additional trackin ... This excel sheet contains a list of links to issues opened in Redmine. If you click in one o ... ks, it can happen one of two things: * _The issue is opened in a new tab of the browser_. But, ... d to loggin again not only to see the linked issue (from excel) but for everything. In some way ... Office from clossing my session? Thanks
- Help: RE: URL to new issue with a specific tracker??
- That's it. Thanks so much!!
- Open discussion: RE: Automatic "Relates To" Option for Copied Issue?
- There is an existing patch #987 which covers ... orked pretty well for me. YMMV! Regards...
- Development: RE: Join the Documentation Team!
- Below are some of the screens (the help title page, section heading for reporting & tracking issues, a table showing roles & permissions, and a ... ing Redmine.png! h3. Reporting & tracking issues (section heading for user procedures on reporting & tracking issues) !Reporting and tracking issues.png! h3. Roles and permission (developer ... e markup) !Formatting tips and tricks.png!
- Hello, I try to write a plugin which sha ... init.rb ├───app │ └───views │ └───issues │ _demoPluginIncludeStyleshe ... rendered. This file is located in app/views/issues/, so everything works fine, if the issues page gets called. But if I try to open anot ... ks) it says <pre> 10 render_on :view_issues_form_details_bottom, 11 :partial => 'hooks/my_plugin/view_issues_form_details_bottom' </pre> But then I ... ng like http://localhost:3000/projects/prj01/issues Thanks! Sebastian
- Plugins: RE: Redmine 0.9.4, charts plugin 0.1.0
- I had the same problem and opened an issue on github. A new commit from the plugin's author solved my problem.
- Plugins: RE: Redmine 0.9.4, charts plugin 0.1.0
- Hi, I have the same issue here. I updated to 0.94 and charts plugin stopped.
- Hi, I'm have trouble getting redmine to create issues from emails with attachment. Redmine is retrieving and adding issues correctly except when when the email has an ... . If the email has an attachment it adds the issue but does not delete the email. If the attach ... ne with the attachment and the server is not issued with the Deleted flag and not expunged. The ... The IMAP log from the SMTP server FIND AN ISSUE NO ATTACHMENT 05:30:32 [xxx.xxx.xxx.xxx][ ... nected at 27/05/2010 5:30:34 a.m. FIND NO ISSUES 05:45:32 [xxx.xxx.xxx.xxx][15509203] con ... nected at 27/05/2010 5:45:33 a.m. FIND AN ISSUE WITH ATTACHMENT 05:50:32 [xxx.xxx.xxx.xx ... onnected at 27/05/2010 5:50:33 a.m. Thanks