Search
Results (18306)
- Plugins: RE: HoptoadServer Plugin (automatically creates issues from exceptions in your app)
- Hi Thomas, are you running on SSL? In this case, you have to set @secure@ to @true@ in the config...
- Help: RE: REST API update and create
- The format of issues should be more akin to: <pre> "issue"=>{"start_date"=>"2010-02-25", "estimated_ho ... ion"=>"blah"}</pre> Just create/update an issue from the web frontend an have a look at the ... orm to see how all the parameters are called.
- Help: RE: REST API update and create
- Yes, now i'm getting projects succesfully. Thanks! But issue modifications or creation still doesn't work ... on on production's log: <pre> Processing IssuesController#edit to xml (for 192.168.1.173 at ... at"=>"xml", "action"=>"edit", "id"=>"7940", "issues"=>{"start_date"=>"2009-03-20", "estimated_h ... >"1"}, "spent_hours"=>"0.0"}, "controller"=>"issues"} Completed in 293ms (View: 1, DB: 93) | 200 OK [http://redmine/issues/7940.xml] </pre> Changes doesn't occur. ... anually for changes take effect? Thanks!
- Plugins: RE: Wiki Extensions Plugin
- Hi Felipe, James. Thank you for your reporting. James Turnbull wrote: > I have the same issue on Redmine TRUNK. 1.5.1 works fine - 2.0 do ... you give me a result of "ruby script/about" ?
- Hi, I made a testinstallation of redmine 0 ... ons for the default columns displayed on the issue list. What's going wrong? I'm sorry I can ... command...) Have a nice day! MMX
- Help: RE: How to respect SVN's authotiry list in repository?
- The default behavior has no finer-grained acc ... at, you might have better luck asking in the issue itself.
- Plugins: RE: Ticket grouping plugin
- Hi, Terry! I suffer too. It happens when you issue tracker has a custom mandatory field. And it ... ly way to accomplish this is to create a new issue and set parent for it via context menu. I hope very much this trouble will be fixed soon.
- Plugins: RE: Redmine Arch Decisions plugin (for tracking technical decisions)
- Thanks! I hope you end up using it. I find i ... uirement, for example, could very well be an issue in Redmine, so there should be a link to it. ... ut first, let's get it working with 9.2! :)
- Help: RE: How to configure CVS access?
- Use the command line to run the rake task to ... f you think there is a problem then raise an issue on the bugtracker.
- Plugins: RE: Wiki Extensions Plugin
- I have the same issue on Redmine TRUNK. 1.5.1 works fine - 2.0 doesn't show a module to be enabled.
- Help: RE: Connecting to remote SVN repository via svn+ssh
- Just upgraded (Redmine 0.9.2.stable.3480 (MySQL)) but am having the same issue: <pre> Ruby version 1.8.6 (x8 ... lugins Mylyn connector plugin v2.5 </pre>
- Plugins: RE: Ticket grouping plugin
- Thanks Gennadii for the very specific help. ... e line, which consisted of removing : <%=h @issue.parent.subject %> from the end of the exist ... other ideas? I really appreciate your help.
- How to do plugin to call webservice on time entries in issues? I need to create a plugin that calls my ... the plugin and it is possible. Thank you.
- Open discussion: RE: Extending Redmine's "Issue" to Add Location Data
- Darryl, did you manage to finish your changes ... st now thinking about starting this up again.
- Plugins: RE: Ticket grouping plugin
- Gennadii Omelchenko, you need to find the file /vendor/plugins/redmine_issues_group/app/views/issues/_subissues_list.rhtml and change line 9 to: @<%= link_to_issue(@issue.parent) %>@
- Help: RE: Show/Hide history of issues
- I completely forgot, here is the patch of the ... adds a button to the action bar next to the issue number in the issue show view.
- Plugins: RE: Cannot ddelete issues - Backlogs plugin issues ?
- Works fine. Thanks!
- Plugins: RE: Projects Tree View Plugin - Version 0.0.1
- We have recently installed this plugin in our ... ) If you could please either address this issue or explain how we can implement the IE handl ... ank you very much. Best Regards, Mark
- Plugins: RE: HoptoadServer Plugin (automatically creates issues from exceptions in your app)
- I have never been able to properly setup Redm ... toad notifier. Have people been running into issues? I'm using latest Redmine + latest plugi ... hile contacting the Hoptoad server. Any idea?
- Plugins: RE: Redmine Arch Decisions plugin (for tracking technical decisions)
- Forgot to add other images... I'll embed them ... tegies.png! *Arch Decisions related to an Issue* !http://timhigh.files.wordpress.com/2010/02/issue.png!
- I'd like to announce a plugin I've been worki ... ADs can also be (somewhat crudely) linked to Issues. See my blog post on the subject for a l ... //github.com/bigokro/redmine_arch_decisions Issue tracker: http://opensource.integritas.com.br/projects/redmine-ad/issues One word of warning: I've only tested it ... rateful! Otherwise, it's next on my list.
- I am trying to keep as much of the redmine fu ... n I say, I'm a digital pack-rat). I disabled issue deletion, added a plug-in to track changes o ... Disabling deletion of files associated with issues * Tracking changes on notes. I am more ... of trust- not really possible over 10 users.
- Help: RE: Create a new Project via Email.
- Thank you for your reply. Ok Here's the ca ... projects per customer and there can be many issues per subproject. For every customer I get ... contract, contact which describes the things(issues) and/or subprojects need to be done. In ths ... y out of scope? Thanx again, -Yiannis
- Hi, It is possible to Disable changing issue staus by Developer to Closed or Resolved. ... ed by admin. Our current work flow is new issue have status New, then some of the developers ... roject manager verify the path and close the issue, if patch is not proper, change status back to assign with a reply to issue. I don't want developers accidentally closing issues. Anyway to allow only project leader/admin to set status to closed ? Thanks, Boby
- Hi, i'm writing a little high-level redmine m ... do basic things, retrieve, update and create issues or projects. At this time, i have some code for get issues and projects, but i have some problems. ... ay </pre> As you can see, i can retrieve issues with no problems: <pre> a = rmclient.get_issues() INFO:pyactiveresource.connection:GET http://demo.redmine.org/issues.xml DEBUG:pyactiveresource.connection:requ ... blem is when i'm going to update an existent issue, i'm doing like this: <pre> a = rmclient.get_issues() INFO:pyactiveresource.connection:GET http://demo.redmine.org/issues.xml DEBUG:pyactiveresource.connection:requ ... -> 200 OK 19058b </pre> Now, i have this issue in 'i': <pre> i.attributes Out[142]: {' ... ource.connection:PUT http://demo.redmine.org/...