Project

General

Profile

Search

Results (18319)

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
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. 2014-07-10 03:32
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 2014-07-09 23:48
Help: email Attachments not working
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? 2014-07-09 23:34
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... 2014-07-09 20:09
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, 2014-07-09 12:12
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... :( 2014-07-09 11:05
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 2014-07-09 10:52
Help: Custom field translation
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> 2014-07-09 10:28
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 2014-07-09 10:24
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. 2014-07-09 08:02
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. 2014-07-08 22:13
Help: Create issues for incoming new projects
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 :-) 2014-07-08 21:48
Help: Allow a specific user to add/remove issues to a locked version
Is this possible? Right now, we have a pro ... locking those versions, but in order to add issues ourselves as the management team to a release we have to unlock the version then add those issues and re-lock the version. I've scoured th ... , if this is possible. Thanks in advance! 2014-07-08 17:02
Help: RE: language settings for redmine// language mix (german/english)
same issues on my Environment: Redmine version ... 8.8 Git 1.9.1 2014-07-08 14:45
Help: RE: Problems with search results and pa ... mine 2.3.2 on Bitnami stack and SQL Server DB
Check out #15017, I had an issue with search results and Microsoft SQL DB (http://www.redmine.org/issues/15017) I solved it by fixing some code in the Ruby driver... 2014-07-08 13:42
Development: RE: Web service when creating or updating an issue
Anyone to help me ? 2014-07-08 09:14
Help: RE: Help with 404 errors - Everything else works
@INFO: Parameters: {"utf8"=>"?", "authentic ... qzc2e6rwpTDZnBa+f9dEoH4VCddAZRirNpCVDYe0=", "issue"=>{"is_private"=>"0", "tracker_id"=>"1", "su ... ity_id"=>"2", "assigned_to_id"=>"1", "parent_issue_id"=>"", "start_date"=>"2014-07-07", "due_da ... icationContext log INFO: Rendered mailer/_issue.text.erb (511.0ms) Jul 07, 2014 1:23:51 P ... licationContext log INFO: Rendered mailer/issue_add.text.erb within layouts/mailer (537.0ms) ... icationContext log INFO: Rendered mailer/_issue.html.erb (172.0ms) Jul 07, 2014 1:23:51 P ... licationContext log INFO: Rendered mailer/issue_add.html.erb within layouts/mailer (191.0ms) ... ActiveRecord::RecordNotFound (Couldn't find Issue without an ID): app/models/issue... 2014-07-07 22:27
Help: RE: Help with 404 errors - Everything else works
Here are some of the errors from the Tomcat l ... journals.id FROM [journals] LEFT OUTER JOIN [issues] ON [issues].[id] = [journals].[journalized_id] LEFT OUTER JOIN [projects] ON [projects].[id] = [issues].[project_id] LEFT OUTER JOIN [journal_deta ... ct_id FROM enabled_modules em WHERE em.name='issue_tracking')) AND ((journals.private_notes = 0 ... ct_id FROM enabled_modules em WHERE em.name='issue_tracking')))) AND (journals.journalized_type = 'Issue' AND (journal_details.prop_key = 'status_id' ... ActiveRecord::RecordNotFound (Couldn't find Issue without an ID): app/models/issue.rb:1317:in `update_nested_set_attributes_on_parent_change' app/models/issue.rb:1302:in `update_nested_set_attributes' app/models/issue.rb:165:in `create_or_update' app/controllers/... 2014-07-07 22:15
Help: Help with 404 errors - Everything else works
Hi all, I've been playing around with Redm ... t deal with files/attachments. i.e. New Issue (can view issues added in sql manually, but can't create) D ... ase inform me of my errors. Thanks, JohnH 2014-07-07 19:45
Help: Can't find Magick-config
I am using _Red Hat Enterprise Linux Server ... all Redmine2.5.2 for past day. I had met an issue while using _bundle install_ <pre> Gem:: ... fore bundling. </pre> How can I fix this? 2014-07-07 13:09
Help: RE: How to configure Redmine 2.5.1 to run as sub-URI
Here is Passenger.conf <pre> LoadModule p ... </pre> Attached the result of the command issued. I did another test, here is the conte ... "Rails application failed to start properly" 2014-07-07 12:15
Open discussion: RE: Edit issue shows wrong properties?
Attached also the Developer permissions 2014-07-06 01:08
(5926-5950/18319)