Project

General

Profile

Search

Results (18317)

Open discussion: RE: Redmine for creating documentation
Jean-Claude Wippler wrote: > Redmine's wiki ... is currently alphabetical - this would be an issue, see below These four together sounds a l ... xport was implemented for #3463 (version#40). 2012-07-01 03:46
Help: RE: Redmine data dictionary
@lft@ and @rgt@ (and additionally @root_id@ & ... rmine the position of either a project or an issue in a nested tree hierarchy. See message#1 ... y tree traversal is executed on projects and issues (_modified preorder tree traversal_). 2012-07-01 02:57
Plugins: RE: Issue from message plugin
Hi, Vitaly! First - thanks for plugin. I got an error when try to create issue from message. Whats the trouble? Thanks! ... if @ifm_message %> 3: <h2><%=l(:label_issue_new)%>&nbsp;(<%= link_to(h(@ifm_message.subj ... 4: <% else %> 5: <h2><%=l(:label_issue_new)%></h2> 6: <% end %> app/controllers/issues_controller.rb:130:in `block (2 levels) in new' app/controllers/issues_controller.rb:129:in `new'@ 2012-07-01 01:18
Help: Redmine data dictionary
Hello, I want to know if you allow, the si ... e fields 'lft' and 'rgt' in the projects and issues tables thanks a lot 2012-07-01 00:12
Open discussion: RE: Getting rid of issue fields
For clarity sake: I removed the original comm ... There is no censorship in action down here =) 2012-06-29 19:04
Help: Random 500 Internal Server Error - ActiveRecord::StatementInvalid Mysql::Error
Hi guys, I've freshly installed Redmine 2. ... ows 500. Few examples Started PUT "/issues/4" for 127.0.0.1 at Pá čen 29 16:38:47 +0200 2012 Processing by IssuesController#update as HTML Parameters: ... chments"=>{"1"=>{"descrip tion"=>""}}, "issue"=>{"tracker_id"=>"2", "description"=>"", "due_date"=>"", "parent_issue_id"=>"", "subject"=>"...", "status_id"=>"1", ... ls/journal.rb:47:in `save' app/models/issue.rb:1073:in `create_journal' app/models/issue.rb:731:in `save_issue_with_child_records' app/models/issue.rb:718:in `save_issue_with_child_records' app/controllers/... 2012-06-29 17:57
Help: RE: Redmine API doesn't work after 2.0.3 upgrade
Jon Lumpkin wrote: > Well, it looks like the ... s in, a bit more strict. I can now submit an issue, but what would be the right way to encode s ... a bug _fix_ before you go posting it to the issue tracker. 2012-06-29 17:52
Help: RE: Redmine API doesn't work after 2.0.3 upgrade
Well, it looks like the way it parses JSON ha ... s in, a bit more strict. I can now submit an issue, but what would be the right way to encode s ... stack trace, where one would have new lines? 2012-06-29 17:36
Open discussion: RE: Getting rid of issue fields
It's still the nicest (looking) issue tracker I've seen 2012-06-29 16:36
Plugins: RE: DMSF batch copy/move
Hi Justin, At present it is possible to mo ... Feel free to raise requests like this as an issue as I've already been working on a number of ... s for functionality :). Best Regards, Dan 2012-06-29 15:59
Open discussion: Setting due date automatically for new issues
I need to set initial value for issue due date automatically based on which project or tracker the issue is created. I'm sure there is a plugin or functionality for this but I just can't find it. I found issue due date plugin, but the description doesn't ... I just missing a thought or keyword here? 2012-06-29 14:52
Help: Redmine API doesn't work after 2.0.3 upgrade
Was previously running 1.0.1, and had some si ... like this: <pre> Started POST "/redmine/issues.json" for 127.0.0.1 at Thu Jun 28 16:12:37 ... son::DecodeError (705: unexpected token at ''issue': { 'project_id': 'asystem','subject': 'Obje ... thin:16 </pre> How do we get around this? 2012-06-29 14:39
Help: RE: Redmine 2.0 "No route matches"
update 4 shallow route, if add scope in rout ... es, :only => [:new, :create] resources :issue_categories, :shallow => true, :shallow_path ... relations, :shallow => true, :controller => 'issue_relations', :only => [:index, :show, :create ... hallow_path => 'redmine' end match '/issues', :controller => 'issues', :action => 'destroy', :via => :delete </code> </pre> 2012-06-29 14:25
Open discussion: RE: Getting rid of issue fields
john lee wrote: > this is a bad piece of cod ... ver having to merge all updates to Redmine. 2012-06-29 08:37
Help: RE: Retrieving email fails into Redmine: Rake Aborted- A connection attempt failed [...]
Hi Will, Thank you very much for your reply ... e basic steps I went through to pinpoint the issue: <pre> -Verify Mailbox is still IMAP e ... r - Result: Still failed (Not a Firewall Issue) -Tested General Network Connectivity to L ... he presented Virtual NIC - Result: Found issue with Network Label Group in use. -Unchecke ... n! </pre> For us it turned out to be an issue with the VMWare ESX presented NIC, but hopef ... scripts or Redmine environment. Thanks again 2012-06-28 20:14
Help: RE: Can I get actual date of update in addition to or instead of number of days?
I am still getting the lines as: "Added by p ... bout 21 hours ago." Each update within the issue also has the Updated about XX hours/minutes ... hen without the quotes. Any suggestions? 2012-06-28 17:49
Help: RE: group projects
Ansgar Helfrich wrote: > ...think we need a ... ling is the commenting/change system used in issues when you update an issue), a Project group system would have to be cr ... cific purposes and they get used like groups. 2012-06-28 15:47
Help: RE: Retrieving email fails into Redmine: Rake Aborted- A connection attempt failed [...]
_Outgoing_ mail works right? Config at the bo ... ox (usually locked down to IMAPS [I had this issue]! So you may need to use "SSL=1 PORT=993" (m ... depending on company policy if you're having issues with IMAPS (I forget what Redmine will do w ... sting, to make sure it's not a configuration issue and is a problem with Redmine communicating ... as "unread" again for Redmine to pick it up. 2012-06-28 15:42
Help: RE: Problem with new Git repositories and using TortoiseGit
>/srv/repos/<name> Linux? Does the user ... e read access to the git scm? My most common issue early on is that it was owned and only acces ... fix it (and log/scm.err.log if you have it). 2012-06-28 15:32
Help: RE: Very slow issue creation.
Ok, solved the problem was with email notifications. Libor 2012-06-28 12:16
Help: Very slow issue creation.
Hello, I have installed Redmine 1.4.3.stab ... The problem is that creating or updating an issue takes half a minute to process. Where can be the problem? Thanks 2012-06-28 11:30
Open discussion: RE: REST API - filtering time entries
no solution for this, yet? this is for issues: http://www.redmine.org/issues/8842 2012-06-28 07:55
Help: Cron Job for Incoming Mail Not Working on Bitami on EC2
Hello Team -- I'm having an issue executing a cron job check an IMAP mailbox. ... reatly, greatly appreciated!!! Thank you!!!* 2012-06-28 04:14
Open discussion: Question on "Allow issues of all the other projects to be referenced and fixed" checkbox
If we checked "Allow issues of all the other projects to be referenced ... t projects, will it be an problem fixing the issue in a project and to fix the other issue in the 2nd project with a different repository? 2012-06-27 21:32
Open discussion: RE: trying to edit multiple issues at one time
Michael Browning wrote: > I tried that, set ... uired fields, but get back a list of all the issue saying "Failed to save 25 issue(s) on 25 selected" Can you check log/prod ... there is a possibility that one of those 25 issues can't set one of those two fields for some ... one of those tickets does not permit it...)? 2012-06-27 19:37
(9326-9350/18317)