Project

General

Profile

Search

Results (18291)

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. 2014-07-16 15:07
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. 2014-07-16 14:31
Help: Problem upgrading Redmine 2.3.1 -> 2.5. ... orted! uninitialized constant MessageObserver
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> 2014-07-16 10:05
Help: Special Characters Acceptance in Issue Description
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 2014-07-16 09:37
Help: Cannot create or update an issue (RuntimeError : Delivery method cannot be nil)
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_... 2014-07-16 08:52
Plugins: Add custom field in plugin
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. 2014-07-16 00:35
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."_ 2014-07-15 22:48
Open discussion: Textilized long text in issue list and pdf
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. 2014-07-15 17:33
Open discussion: Any suggestion for useless attachment?
Try this: 1. request create-issue form 2. upload an attachment 3. cancel cre ... an these attachmets be removed automatically? 2014-07-15 16:33
Help: Tester unable to "close" issue (missing choice)
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 ... 2014-07-15 12:01
Open discussion: Retrieving list of attachments associated with an issue via activeresource / ruby
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 2014-07-14 22:55
Open discussion: Change redmine domain
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. 2014-07-14 10:22
Help: RE: Installing MySQL2 gem fails while running "bundle install" on Windows
i'm got same issues, and use follow steps: 1. Download the t ... C:\mysql-connector\lib"' then it works ok! 2014-07-14 08:02
Help: Profile Avatar does not display, howeve ... be retrieved by clicking on the profile image
Linux redmine 3.2.0-4-amd64 #1 SMP Debian 3.2 ... ing and am not able to find a solution. The issues that I have found that are similar have not ... ine_contacts 3.2.17 redmine_issue_checklist 2.0.5 redmine_monitoring ... 1.0.1 redmine_zenedit 0.0.2 2014-07-13 20:48
Plugins: RE: Is there any count plugins in redmine?
Hey, Sorry, someone I missed your reply. Th ... example how you can modify the display of an issue using JS: <pre><code class="js"> $(functio ... e JS solution is simpler and arguably faster. 2014-07-13 05:35
Help: problem with overwrite methods
Hello, I am trying to write plugin which overwrite 2 methods of app/model/issue.rb I do this like in file: https://github ... ks/blob/master/lib/improved_subtasks/patches/issue_patch.rb I see that this new code is not ... version of RM is 2.5.1 Best Regards DK 2014-07-12 22:48
Help: RE: REST API with ActiveResource PHP
how are you authenticating? class Issue extends ActiveResource { var $site = 'h ... $extra_params = '?key=putyourkeyinhere'; } 2014-07-12 21:11
Plugins: RE: Plugin for displaying images in the history
Vanessa, If by "comments" you mean the issue history (the numbered chain of issue changes), then you don't need a plugin. Y ... w the thumbnail for an image attached to the issue: <pre> {{thumbnail(imagename.png)}} </p ... imagename.png" is the image attached to your issue. I use this in combination with the newer ... button, and you can paste it right into the issue. The other great thing about the plugin i ... the pasted image. Hope that helps! Jon 2014-07-12 19:50
Open discussion: RE: Edit issue shows wrong properties?
I've similar issue after update from 2.4.x to 2.5.2 it always change status to "New" in issue edit form, when I try change status via SVN ... click menu in search result it works well :-( 2014-07-11 16:32
Help: RE: Unable to create issues - Get 500 internal error
http://stackoverflow.com/questions/5273717/dr ... have used it while importing your old data. 2014-07-11 14:24
Help: RE: Unable to create issues - Get 500 internal error
Thankyou for the answer How would I go about that? Would you know? Thanks Paul 2014-07-11 14:16
Help: RE: Unable to create issues - Get 500 internal error
AS the log suggests, the Null constraint is v ... es. You should change this constraint on "issues" table for columns where the Null values are being inserted. 2014-07-11 14:15
Plugins: RE: Is there any count plugins in redmine?
Martin Denizet wrote: > Teva huang wrote: > ... which can caculate some custom field in the issue. > > In our company, we use days instand o ... ailed document or demo to show it? thanks. 2014-07-11 08:29
Help: Unable to create issues - Get 500 internal error
Hi All I have recently imported an postgre ... I can edit successfully previously created issues that were imported in. However what I ca ... null, null, null, 1, 2, f,$ : INSERT INTO "issues" ("assigned_to_id", "author_id", "category_ ... ixed_version_id", "is_private$ app/models/issue.rb:165:in `create_or_update' app/controllers/issues_controller.rb:150:in `create' However I ... ind souls might have an incite in to what my issue might be? Thanks Kindly Paul 2014-07-10 19:09
Plugins: RE: Is there any count plugins in redmine?
Teva huang wrote: > Martin Denizet wrote: > ... which can caculate some custom field in the issue. > In our company, we use days instand of ... should be a piece of cake for you. Cheers, 2014-07-10 06:42
(5876-5900/18291)