Project

General

Profile

Search

Results (18304)

Help: How to export existing Redmine database from one machine to another?
I have this situation where my current redmin ... database with all multiple projects, users, issue lists etc to another machine. Is there any way I can do this?? Thanks. 2009-08-20 07:49
Help: Mercurial Repository over SMB problems...
Hello, I've come across several posts about issues related to the error: <pre> The entry or ... The debug log has revealed the following issue: <pre> Shelling out: hg -R "\\server\sha ... -r tip </pre> Others have stated syntax issues when that generic errors is thrown, so I as ... *trailing /* ? Thanks very much, Matt 2009-08-19 22:23
Open discussion: RE: default 'Assigned to:' without categories
Tim Aleinikoff wrote: > I have done it, theat way: > In ../app/models/issue.rb > add string "self.assigned_to ||= Us ... How can I "bugfixing" this??? query1 2009-08-19 21:22
Plugins: RE: Proposal for a redmine testboard plugin
Very useful idea! When I see such a big "r ... ated a button to create a test case for some issue, that wold test an issue, e when created it could be updated just as ... on of a test case, associated to an specific issue, many executions cold be done, and they wold ... give you feedback where to go. my 2 cents 2009-08-19 20:47
Help: RE: Help with anonymous issue creation from revision 2789
(quick addendum, just in case it has any affe ... specified on my mongrel startup command line) 2009-08-19 18:10
Help: RE: Help with anonymous issue creation from revision 2789
I'm having a bit of trouble with this too. ... on. The new user gets created fine, but the issue is not created against the specified project ... ld be greatly appreciated! Regards, Chris 2009-08-19 18:06
Help: How to enable logs for a production system - Or how to see if there is some error
Hi , I tried to deploy redmine in a prod ... the specific error is , I am not facing the issues in development system. How can i see the ... system. Please help. Thanks Saurabh 2009-08-19 11:19
Plugins: RE: Code Review Plugin 0.2.0 Released.
Suggestions: * in the "Code reviews" tab, the issue number is not linked to the issue, I think it should be. * if the revision mentions one or more issues, the Code review issue should Reference the issues--possibly even Block them (that may be configurable). 2009-08-19 09:18
Plugins: RE: Code Review Plugin 0.2.0 Released.
Mischa The Evil wrote: > Andrea Campi wrote: ... with revision r2840 on the source:/trunk for issue #1406. wow, that's great news! checking out now :) 2009-08-19 08:53
Help: InnoDB Error? 500 Error on all Wiki Pages
Hi all, We are having trouble viewing all ... ect of our Redmine instance. We recently had issues with a corrupt InnoDB table on our account ... ne), and recognize this may have caused a DB issue within Redmine. h2. Here's our error log ... elate to this ticket: http://www.redmine.org/issues/1681 h2. Here is our server tech's respo ... not exist. I created and dropped it without issue. I am unsure why your application or db migh ... *Can anyone shed some light regarding the issues we are having?* Cheers! 2009-08-19 08:35
Help: RE: Change name of "Issue" Label
Thanks @Mischa, We appreciate the suggesti ... his out and report back soon. Cheers, Lee 2009-08-19 08:28
Help: CVS repository browser missing entries
Hello, I've been using Remine for a couple ... be working great. Except I am having a small issue with the CVS Repository browser. It seems to ... those files. So I do not believe it's a CVS issue. Has this happened to anyone else? Where ... hat could be causing this? Thanks, Mike 2009-08-18 22:18
Plugins: RE: Code Review Plugin 0.2.0 Released.
Andrea Campi wrote: > [...] however, I am st ... with revision r2840 on the source:/trunk for issue #1406. 2009-08-18 21:56
Plugins: RE: Markdown Extra Formatter bugs
John Koleszar wrote: > I've run into a coupl ... to the community. You can try to open a new issue in the ITS(Issue Tracking System) of the plugin over at GitHu ... ub.com/juno/redmine_markdown_extra_formatter/issues More info about the plugin can be found ... plugin list]]. Kind regards, Mischa. 2009-08-18 21:50
Help: RE: possible to move/copy a project to new server
I guess there are no news on this? I have ... nality required here (http://www.redmine.org/issues/3647), and added a link to this thread. 2009-08-18 16:20
Plugins: RE: Code Review Plugin 0.2.0 Released.
Thomas, Thomas M wrote: > In my developpi ... ch reviewer lists its comments, they may be "issues" (lets say dereferenced pointer) or "typo" ... about (optionally) opening a "review needed" issue. By default the issue would be unassigned, or it could be optional ... le will have to assign it manually). WDYT? 2009-08-18 13:08
Plugins: RE: Importer plugin - Help
Nanda Palaniswamy wrote: > "translation missing: en" issue fixed. Great! > But I am still getting ... orum.com/topic/177512 which talks about this issue. Seems something which should be looked at b ... er of this plugin... Greetings, Mischa. 2009-08-17 17:48
Plugins: RE: Importer plugin - Help
Mischa, Thank you very much, "translation missing: en" issue fixed. But I am still getting the interna ... getting the same error :( Regards, Nanda 2009-08-17 17:13
Plugins: RE: Importer plugin - Help
Nanda Palaniswamy wrote: > Yes, I am running ... in language file. That could explain your issues. Since Redmine trunk depends on Rails 2.2.x ... r some pointers. Greetings, Mischa. 2009-08-17 16:36
Plugins: RE: Importer plugin - Help
Mischa, Yes, I am running RedMine trunk. ( ... .yml <pre> label_import: "Import" label_issue_importer: "Issue Importer" label_upload_notice: "Select a CS ... "Field wrap char:" </pre> Regards, Nanda 2009-08-17 15:05
Help: RE: Email notification on new forum message not working?
Hmm, I think I finally found it by myself *sh ... hich email notifications should be sent." * Issue added * Issue updated * News added * Document added * F ... Message added </pre> thx for reading :-) 2009-08-17 15:01
Help: Email notification on new forum message not working?
Hi there, I'm using redmine (0.8.4) now fo ... projects". This works quite well for new issues reported by other users using the "New issue" link in the menu. But I don't get any notif ... n, had a look in the wiki and on the faq ... 2009-08-17 14:53
Help: RE: How to make a new Project copy of an entire project and sub-project with issues?
I am not sure in 0.8.4 but u can do it in the ... d not only Redmine Admin. Thanks Saurabh 2009-08-17 13:20
Help: RE: Change first isse number
I'm not used to answer my own questions, but ... that redmine use a simple approach to number issues: auto_increment on the id field on the data ... eded to define the 'starting number' for the issues, is to set auto_increment to the desired nu ... on the mysql console: mysql> ALTER TABLE issues SET auto_increment = <number>; mysql> quit ... want to use as the 'starting point' for your issues. And that's it. I hope this instructions ... . Andre Casteliano Greetings from Brazil. 2009-08-17 01:42
Help: Change first isse number
Hi, we were using an in-house created bug- ... e to know if it's possible to set the 'start issue number' so we don't start at 1 again. It's o ... Is there a way for us to change our first issue from '1' to '1500' ? Thanks in advance, Andre Casteliano 2009-08-16 21:45
(16126-16150/18304)