Project

General

Profile

Search

Results (18307)

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
Plugins: RE: Contacts plugin
I read this message from log when i click on ... Processing ContactsController#add_contact_to_issue (for 192.168.111.11 at 2011-04-20 14:01:10) [POST] Parameters: {"issue_id"=>"8376", "project_id"=>"test1", "action"=>"add_contact_to_issue", "authenticity_token"=>"--------", "control ... Found [http://mypage/contacts/add_contact_to_issue?issue_id=8376&project_id=test1] </pre> I hope it's help! 2011-04-20 13:53
Open discussion: columns on "Issues assigned to me" on My page
I want to add/change columns on the "Issues assigned to me" block on My pages. Does ... if that is possible and if, how do i do it? 2011-04-20 13:41
Plugins: RE: Contacts plugin
> I will fix it in 1.2.2 > > Now you cou ... ts: person1 and person2, then I create a new issue from contact menu (in sidebar) with person1, ... w I want add a person2 to Contact list (in a issue). When I click on "Add" link doesn't show an ... How can i add new contact to contact list? 2011-04-20 13:14
Open discussion: RE: List (for me) undread issues or issues with new info
There is no such function in Redmine, implementing this would mean to track issues read per user, which can do a bunch of data ... so have a look at /activity page with filter issue set on or look for a plugin in the "Plugin Directory":/plugins. 2011-04-20 12:21
Open discussion: List (for me) undread issues or issues with new info
I want to get a list of all issues that for me is new or has new messages/info ... nction? Now I check my email to see which issues has something new for me to check out, it w ... this in Redmine directly. Thanks! Frode 2011-04-20 12:12
Help: RE: Problems receiving emails to open Issues with Imap
Thanks for your reply Etienne. I already trie ... mmand and still get the same messages and no issue created. Thanks for your help. 2011-04-20 09:54
Open discussion: RE: Populating the Summary Report
Well, yes, good point. To be more precise, ... ntributing to the number of 'open' and Total issues. Ditto with the Priority subpanel. Perh ... s? How might I change that behavior? --sk 2011-04-19 18:36
Help: RE: See issues with new messages
"Where that"? What I meant was: I want to get a list of all issues that has updated messages/info that is new ... function. Now I check my email to see which issues has something new for me to check out, it w ... ble to see this in Redmine directly. Frode 2011-04-19 18:16
Help: RE: See issues with new messages
Where that ? 2011-04-19 18:10
Help: RE: Problems receiving emails to open Issues with Imap
I'm not a great unix user, is really the @RAI ... to account if inside the whole command line ? 2011-04-19 18:05
(11751-11775/18307)