Project

General

Profile

Search

Results (18267)

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, …) 2010-05-27 13:16
Help: Problem creating time enrtries using REST
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 2010-05-27 13:12
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. 2010-05-27 13:01
Open discussion: A link to an issue from an Office document closes your Redmine session and requires explicit login
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 2010-05-27 08:55
Help: RE: URL to new issue with a specific tracker??
That's it. Thanks so much!! 2010-05-27 03:27
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... 2010-05-27 00:41
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! 2010-05-26 22:59
Help: Plugin development: rendering partial inside hook. Where to place partial?
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 2010-05-26 22:32
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. 2010-05-26 22:11
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. 2010-05-26 21:38
Help: Problem creating issues from emails with attachment
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 2010-05-26 21:03
Help: RE: URL to new issue with a specific tracker??
http://www.mysite.org/projects/[project]/issues/new?tracker_id=[trackerid] for exemple, ... tch":http://www.redmine.org/projects/redmine/issues/new?tracker_id=3 will create a new issue (patch tracker) inside the redmine project. Is it what you're looking for ?? 2010-05-26 20:54
Help: db:migrate_plugins error: "rake aborted! Child already added"
When trying to install any number of plugins, ... :http://github.com/software-project/scrum-pm/issues/issue/8/#comment_254408 and it did not resolve my issue. Any help that can be provided would be o ... e_whining rfpdf ruby-net-ldap-0.0.4 </pre> 2010-05-26 19:37
Help: RE: Projects sharing bug numbers? Any plugins?
It sounds like what you need is a separate in ... 't support what you're asking for, since the issue ID is a unique key, and all issues across projects share the same database tab ... to: * Create a new table (or column in the issue table) with the project-specific id * Make ... r the project whenever you're creating a new issue * Replace anywhere the ID is displayed on the screen with the new project-issue-id * Change the routes so that edit and show issue URLs use the new ID rather than the traditio ... on't think it's worth even contemplating. 2010-05-26 18:54
Plugins: RE: Redmine Arch Decisions plugin (for tracking technical decisions)
Here's one more example of this problem: htt ... it seems that the problem is related to the issue patch in /lib/arch_decisions_issue_patch.rb. When it patches the Issue, it's going through the issue.rb script again, and is choking on the acts_ ... d? I'll try asking on the IRC channel. 2010-05-26 16:10
Help: URL to new issue with a specific tracker??
I'm a little embarrassed to ask this, but is ... to derive a URL that'll take you to the new issue tab for a specific project and also choose a ... ght be: Log a bug against Project X! 2010-05-26 15:58
Open discussion: Adding a script to wiki page for ruby-newbie
I'd like to modify @<head>@ of wiki page to a ... iles should I patch to add jsMath support in Issue description in view and preview modes? Any help is appreciated. 2010-05-26 15:34
Open discussion: RE: Automatic "Relates To" Option for Copied Issue?
I'd vote for such plugin! 2010-05-26 14:47
Open discussion: RE: Effective Time Logging
You always log time against an issue. The basic workflow is. * Find the issue you are going to work on * Click the Start ... page (Next to login details) * Work on the issue * Click the Stop timer link when done and e ... n always uninstall it if it's not for you 2010-05-26 14:47
Open discussion: RE: Effective Time Logging
None of my team has ever logged time so we ar ... ing. Is it easy to jump between projects and issues to log time? 2010-05-26 14:34
Open discussion: Manually Sending email from Redmine
Our current Redmine workflow works well when ... are communicating with a 3rd party about an issue that is in Redmine. This generally involves ... arty who does not have a redmine account. 2010-05-26 14:01
Plugins: RE: Redmine Checkout Plugin
I just released a new version of the Redmine ... fixes bug "-!#145-":http://dev.holgerjust.de/issues/145 discovered by Eric Davis, which would p ... or have feature requests, feel free to file issues on the public "issue tracker":http://dev.holgerjust.de/projects/redmine-checkout/issues. --Holger Just 2010-05-26 13:02
Plugins: RE: Redmine Arch Decisions plugin (for tracking technical decisions)
Alright I finally had time to try this. I mov ... E:/webservers/railsapps/redmine/app/models/issue.rb:35 d:/dev/lang/Ruby/lib/ruby/site_ruby/1 ... or/plugins/arch_decisions/lib/arch_decisions_issue_patch.rb:1 d:/dev/lang/Ruby/lib/ruby/site_r ... ng/Ruby/bin/rake:19 Any other suggestions? 2010-05-26 12:50
Plugins: RE: Redmine Scrumdashboard plugin
Hi, I am now having the same problem as Ju ... board was working fine until I imported some issues through the REST API. When I try the dashbo ... end %> Any ideas? regards, Gert Koning 2010-05-26 11:08
Help: RE: Issues closed/resolved by user
Sure I can Felix, Flow: 1 NEW -> 2 ASSI ... es not change 3->... Owner Changes After issue resolution someone diferent than the develop ... e development, if the test is successful the issue is closed. Now, I want to know the *resolved* issues by my developer. In the issue summary page we can see the info I want but it is not quite right. The closed issues by user filter the issues closed grouping by the issue author. Do you see what I mean? 2010-05-26 10:52
(14301-14325/18267)