Project

General

Profile

Search

Results (18317)

Help: Install redmine 1.1.2 on Centos 5.6 VPS?
Hi everybody, I have read and followed the w ... me %>" /> 7: <meta name="keywords" content="issue,bug,tracker" /> 8: <%= csrf_meta_tag %> 9: ... ) Anybody who success installed please help! 2011-04-23 10:02
Help: RE: custom issue list
thanks 2011-04-23 05:23
Plugins: RE: Contacts plugin
Alexander Sapozhnikov wrote: > Now I can see ... bug of of acts-as-taggable-on? There’s "open issue at GitHub":https://github.com/mbleigh/acts-as-taggable-on/issues/79#issuecomment-262073 with similar error. > > act ... as-taggable-on is there, try to delete it 2011-04-22 19:36
Open discussion: RE: Extending Redmine's "Issue" to Add Location Data
Any information about a progress available? Maybe a link to a ticket, source code, plugin? 2011-04-22 19:34
Development: journal.issue => nil
Hi all, I'm trying to fix a problem (https://github.com/mszczytowski/redmine_charts/issues/84) using the charts plugin on RedMine 1.1. ... al.all(:conditions => {:journalized_type => "Issue"}, :order => "id asc").each do |journal| jo ... etail.prop_key "done_ratio" RedmineCharts::IssuePatch.add_chart_done_ratio(journal.issue.project_id, journal.issue.id, journal.issue.status_id, detail.value.to_i, journal.create ... ail.prop_key == "status_id" RedmineCharts::IssuePatch.add_chart_issue_status(journal.issue.project_id, journal.issue.id, detail.value.to_i, journal.created_on) ... r nil:NilClass* How may I acces to an issue by this "journal"? 2011-04-22 17:59
Plugins: RE: Contacts plugin
Now I can see list of contacts and I can add ... bug of of acts-as-taggable-on? There’s "open issue at GitHub":https://github.com/mbleigh/acts-as-taggable-on/issues/79#issuecomment-262073 with similar error. acts-as ... mine-contacts with buggy acts-as-taggable-on? 2011-04-22 17:54
Help: RE: Edit icon gone?
Could be a css issue, try to clean your brower cache for your page with ctrl+R (IE) or ctrl+F5 (rest of the world). 2011-04-22 12:01
Development: RE: IssuePatch, belongs_to works once
Ok thanks for your answer. If anybody knows exactly the explanation, say me :-) 2011-04-22 10:51
Development: RE: IssuePatch, belongs_to works once
I don't know :)) I've founded it in other plugin and copied 2011-04-22 10:50
Development: RE: IssuePatch, belongs_to works once
Allright, it works ! Thanks very much. How ... hat is the Dispatcher.to_prepare ? Thanks. 2011-04-22 10:37
Development: RE: IssuePatch, belongs_to works once
It's just an example how to include patches ... > Dispatcher.to_prepare do unless Issue.included_modules.include?(IssuePatch) Issue.send(:include, IssuePatch) end end </pre> instead <pre> Issue.send(:include, IssuePatch) </pre> 2011-04-22 10:29
Development: RE: IssuePatch, belongs_to works once
Hello, Thanks for your answer. I'm not sur ... "Attachment" and RedmineContacts ? Thanks. 2011-04-22 09:24
Open discussion: RE: List (for me) undread issues or issues with new info
Shouldn't it be possible to keep a time stamp of the last time an issue (any) was opened and display all that are ne ... aps better handled with cookies though... 2011-04-22 01:01
Help: RE: custom issue list
There are some feature requests about this actually, but it is not possible yet. 2011-04-21 19:30
Help: custom issue list
hi, i have add a custom field at project level, is possible to display this new field in issue list ? 2011-04-21 18:06
Development: RE: IssuePatch, belongs_to works once
You should do like this: <pre><code class="r ... ControllerPatch) end end </pre> 2011-04-21 17:40
Plugins: RE: Contacts plugin
Terence Mill wrote: > The contacts migration ... tacts * deals * contacts_deals * contacts_issues * contacts_projects * recently_vieweds * ... _contacts records from shema_migrations table 2011-04-21 17:15
Help: RE: Submitting Issues through PHP
Hallo Patrick, I guess there is an simple so ... tion call. In your case, you have to use @$issue = new Issue (array ('subject' => 'XML REST API', 'projec ... mlId_project_id = $myVarWithProjectId + 0; $issue = new Issue (array ('subject' => 'XML REST API', 'project_id' => $xmlId_project_id));@ Happy Easter: Michael 2011-04-21 15:43
Help: Confusing date/priority behavior with subtasks
I recently upgraded from RM 0.8.2 to 1.1.2 to ... www.redmine.org/projects/redmine/wiki/RedmineIssues#Adding-a-new-issue]] I read about this behavior here: [[htt ... e disabled fields? Thanks, Chris Wolf 2011-04-20 19:38
Plugins: RE: Issue Vote Plugin
Managed to find a way to get multiple votes w ... nt people from going "hog-wild" on voting an issue up or down. I'd make this code change mysel ... end rtn end </pre> 2011-04-20 19:36
Open discussion: RE: columns on "Issues assigned to me" on My page
Everyone in your installation, that is. 2011-04-20 19:06
Open discussion: RE: columns on "Issues assigned to me" on My page
Johan Kleine wrote: > Does anyone now if tha ... ld probably affect everyone and not just you. 2011-04-20 19:06
Help: RE: Problems receiving emails to open Issues with Imap
But you don't need to go that far, you should ... mailer.logger = nil@ Then restart the app. 2011-04-20 18:56
Help: RE: Problems receiving emails to open Issues with Imap
It's a RoR ActiveRecord's method, try apidock.com. 2011-04-20 18:49
Help: RE: Problems receiving emails to open Issues with Imap
I've been trying to debug the file _app/models/mail_handler.rb_ to see where is the issue creation failing and I found out that the line where its stopping is: <pre> issue.save! </pre> To check out what was being done there I checked the file _app/models/issue.rb_ but there is no definition for _save_. D ... ng insane with this! Thanks for your help. 2011-04-20 18:34
(11751-11775/18317)