Search
Results (18279)
- Does anyone here has a plugin in worktime in different feature? like instead of issues under the project's name it would be the us ... Name1 Name2 somewhat like that
- Help: RE: Upgrade broke readmine
- IMHO the fastest way to get your system up and running again is to get an expert look into the issue. >I think you need to get a specialist, a ... the server. I could not have put it better.
- Help: RE: Upgrade broke readmine
- I apologize for showing my frustration in dea ... of re-building the entire server to fix the issue cause by running "appt-get update" which automatically installed apache 2.4 and broke redmined?
- Help: RE: Upgrade broke readmine
- Joe Klovance wrote: > I do not have the time ... , too, doesn't have anything to do with your issue. h2. Moderator warning: Please focus and ... dislike for one operating system or another.
- Hello ) how i can edit filters list in the issues page? Thanks!
- Hi I'm currently testing Redmine and tryin ... issions and now only a reporter can close an issue. When a user is assigned, i don't want him to be able to close the issue. But as he is also a reporter he is able to ... a multi-roles user has only one role for an issue ? Thanks
- Hi, I would like to create a link in the page "Projects", near to "View all issues", to view all versions for all projects. I ... Thank you for your help, Cheers, Alice.
- Help: RE: Issues list 500 error
- Hi, I have exactly the same problem. As I ... ded_watchers plugin. Maybe thats the problem.
- Help: RE: Upgrade broke readmine
- It looks like the issue is that the upgrade installed apache2.4 whic ... there an easy way to downgrade apache to 2.2?
- When i want to add users to my project the us ... inance 1.0.9-light redmine_issue_checklist 2.0.7 redmine_issue_detailed_tabs_time 0.1.0 redmine_issue_templates 0.0.8 redmine_latex_math ... you know how to fix it? - Would be very nice!
- Help: RE: Cannot create or update an issue (RuntimeError : Delivery method cannot be nil)
- Ok, I solved the problem ! Thank you :)
- Help: RE: Cannot create or update an issue (RuntimeError : Delivery method cannot be nil)
- Your email configuration seems to be incorrec ... s the pilcrow(¶) in the top toolbar. Cheers,
- Development: RE: Web service when creating or updating an issue
- Ok, thank you very much... I will try this and keep yourself informed :)
- Development: RE: Web service when creating or updating an issue
- Hey Alice, I don't have time to do the work ... ki/Plugin_Tutorial # Create a patch for the Issue model @redmine_my_plugin/lib/patches/issue_patch.rb@ <pre><code class="ruby"> # requi ... edmineMyPlugin module Patches module IssuePatch unloadable def se ... # Call RestAPI here. # Issue's id is self.id end end ... @bundle install@ for it to be available.
- Development: RE: Web service when creating or updating an issue
- Hi Martin, thank you for you help. I have ... <affectVersion /> <creationDate><%= issue.created_date %></creationDate> <creator ... <dependsOn /> <description><%= issue.subject %></description> <doneDate /> <effort/> <estimatedDate><%= issue.due_date %></estimatedDate> <executionFrequency>1</executionFrequency> <feature><%= issue.project_id %></feature> <inProgressDate /> <lastUpdated /> <name><%= issue.subject %></name> <notes><%= issue.description %></notes> <parentSprint /> <plannedDate /> <rank /> <state><% if(@issue.custom_field_value(2) = "AgileForce") %> 1 < ... Thank you very much, Cheers, Alice.
- First thing first: <pre> Environment: ... </pre> I've googled quite a lot about the issue, but there seeems to be no clue about what t ... (3.2.19) Using redcarpet (2.3.0)</pre>
- Hi I am using Redmine 2.5.1 stable version ... t tool. Facing difficulty which creating issues with special characters in its description, like if I add any issue with characters like ',",&,-,/ etc, the issue is created successfully, but the issue is broken when clicked on issue id and says this issue doesn't exist. Please help me in enabling ... e in description title etc. regards indra
- Hi, I have a problem : I can't create or update issues.. Here is my log file : Started POST "/redmine/projects/prise-de-commande-ftth/issues" for 127.0.0.1 at 2014-07-16 08:37:56 +0200 Processing by IssuesController#create as HTML Parameters: {"u ... wBDffrkNU15eZHWWO+7sJnva9ImzlSFSxhcUz7ow=", "issue"=>{"is_private"=>"0", "tracker_id"=>"2", "su ... rity_id"=>"2", "assigned_to_id"=>"", "parent_issue_id"=>"", "start_date"=>"2014-07-16", "due_da ... 410:in `mail' app/models/mailer.rb:44:in `issue_add' app/models/mailer.rb:423:in `initial ... app/models/mailer.rb:52:in `block in deliver_issue_add' app/models/issue.rb:826:in `each_notification' app/models/mailer.rb:51:in `deliver_...
- Hello from France, I created plugin, and I ... option). I found code to add column on issue database, but not to really create custom fi ... out success. Could you help me. Thanks.
- Help: RE: MariaDB 10.0.12 incompatible with mysql2 0.3.16
- https://github.com/brianmario/mysql2/issues/506 _"You need to compile mysql2 against M ... 12 if you want to use it with that version."_
- Hi, I've just installed 2.5.2 redmine beca ... ilization was available only in the detailed issue page, not in the issue list and exported PDF. It's very useful if it is possible, because I usually use the issue list and PDF, not the detailed issue description. I searched plugin list but I ... . I appreciate for your help. thank you.
- Try this: 1. request create-issue form 2. upload an attachment 3. cancel cre ... an these attachmets be removed automatically?
- Hi, I have an oldish Redmine installation: < ... roject) is unable to Close *some* (not all!) Issues he himself created. "Close" is missing fro ... ollows; customer (gmarantes, id=101) changes Issue to "Resolved/verified" and assigns it to me ... /projects/c-10438341-std-project-bugtracking/issues?utf8=%E2%9C%93&set_filter=1&f%5B%5D=assigne ... ue Jul 15 09:31:00 +0200 2014 Processing by IssuesController#index as HTML Parameters: {"v" ... ueries/_columns.html.erb (2.7ms) Rendered issues/_list.html.erb (190.7ms) Rendered issues/_sidebar.html.erb (8.3ms) Rendered issues/index.html.erb within layouts/base (230.4ms ... ms | ActiveRecord: 8.7ms) Started GET "/issues/1100" for 193.169.205.174 at Tue Jul 15 09:33:34 +0200 2014 Processing by IssuesController#show as HTML Parameters: {"id" ... Current user: gmarantes (id=101) Rendered ...
- I am writing a ruby script to query redmine for issues with a specific status, download the attachments associated with that issue, and submit them to another queue for proces ... g the REST API via active_resource to get an issue, then get a list of attachments. Environm ... e the include attachments flag when querying issues and I don't get anything back beyond what I would get when not using that flag: issues = Issue.find( :all, :params => { :status_id => "64", :include => "attachments" } ) issues.each do |issue| puts issue.inspect end I get a 200 OK in the logs w ... rieve attachments using information from the issue itself, or with the issue? Is there a better way to do this? Thanks a lot, Josh
- Hi all, I need to migrate existing redmine ... e error 404 in some cases: updating existing issues, logout, etc. After submitting existing issue redmine try to open old URL( aaa.redmine.com). Please, help.