Search
Results (18279)
- 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!
- 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
- 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.
- 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
- Help: RE: REST API with ActiveResource PHP
- how are you authenticating? class Issue extends ActiveResource { var $site = 'h ... $extra_params = '?key=putyourkeyinhere'; }
- 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
- 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 :-(
- Help: RE: Unable to create issues - Get 500 internal error
- http://stackoverflow.com/questions/5273717/dr ... have used it while importing your old data.
- 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
- 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.
- 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.
- 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
- 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,
- Plugins: RE: Is there any count plugins in redmine?
- Martin Denizet wrote: > Hi Teva, > What do ... which can caculate some custom field in the issue. In our company, we use days instand of ho ... roject. ButI can't find any plugins for it.
- Help: RE: GMail SMTP stoped working
- I had problem with DHCP on my VPS, it is desc ... hp?pid=1434363 Apparently dhcpcd had some issues with ipv6. Using static IP helped, but I wa ... of IPv6. My SMTP is back online :) kszonek
- Hi, I'm running 2.5.1.stable.13171. Whe ... he attachments do not get including with the issue. The issue gets created just fine. The email is also ... _check=1 ssl=1 port=993 </pre> Any ideas?
- Help: RE: GMail SMTP stoped working
- Additional info, after commenting out logger ... recieve this log: <pre> Rendered mailer/_issue.text.erb (3.6ms) Rendered mailer/issue_edit.text.erb within layouts/mailer (5.9ms) ... mailer.rb:86:in `block (2 levels) in deliver_issue_edit' app/models/issue.rb:831:in `each_notification' app/models/mailer.rb:85:in `block in deliver_issue_edit' app/models/journal.rb:77:in `block ... tion' app/models/mailer.rb:84:in `deliver_issue_edit' app/models/journal.rb:190:in `send_ ... models/journal.rb:54:in `save' app/models/issue.rb:1520:in `create_journal' app/models/issue.rb:165:in `create_or_update' app/controllers/issues_controller.rb:478:in `block in save_issue_with_child_records' app/controllers/issue...
- Development: RE: Web service when creating or updating an issue
- Hi Alice, You would have to make a plugin ... /ActiveRecord/Callbacks.html callback on the Issue model. In this callback you should consume ... classes/ActiveResource/Base.html Cheers,
- Open discussion: RE: Edit issue shows wrong properties?
- Any body any advice on this? It's very annoy ... s back to their actual value when editing an issue :(... Just been through all settings again and again, and really have no clue... :(
- Help: RE: 2.2.4 installs, but not 2.5.1
- I think you needed to explicitly install the ... https://github.com/juanje/cookbook-redmine/issues/22
- Recently I created Custom Field named 'Projec ... n missing: en.Project Reference Number'. In issue #17424 Toshi MARUYAMA (thanks for a help!) p ... ews: 0.5ms | ActiveRecord: 158.1ms) </pre>
- Help: RE: 2.2.4 installs, but not 2.5.1
- Jan, Thank you for the help. It was the m ... e problem. I posted the fix on the cookbook issue I opened. Thank you. Fred
- Help: RE: Can't find Magick-config
- That wouldn't help me. I tried this: https ... m </pre> It helped me a charm to fix the issue. Thank you for your reply.
- Help: RE: Create issues for incoming new projects
- Anders Thomsen wrote: > How would one accomp ... bit on your setup, but it's a good way to go.
- I'm looking at using Redmine in internal deve ... at and track new project requests as feature issues. How would one accomplish this? Create a ... cker not attached to a project? Thanks :-)