Project

General

Profile

Activity

From 2013-12-04 to 2013-12-06

2013-12-06

20:24 Help: Programmatic change of ApiKey
Hy,
is there a way to programmatically change the ApiKey? I want to do this as a security measurement in regular i...
Marco Descher
17:05 Help: RE: How two Redmine instances access the same Database
See "this thread":http://stackoverflow.com/questions/2690546/multiple-rails-app-single-mysql-database May it help you. Ivan Cenov
10:23 Help: RE: How two Redmine instances access the same Database
Jan Niggemann (redmine.org team member) wrote:
> It's not possible for 2 instances to share a database.
> Anyway, i...
Mei Zhen Koh
13:39 Plugins: Extending plugin configuration
Hello,
I'm currently developing a Redmine plugin with limited knowledge of rails/redmine. I'm trying to have a plu...
Jurgen Reniers
12:07 Open discussion: validating date
In my plugin I need to validate a date. I borrowed code from Issue model:
> validates :r_date, :date => true
but i...
Zdravko Balorda
10:22 Help: RE: How to synchronize database of two Redmine instances
Jan Niggemann (redmine.org team member) wrote:
> Please don't resurrect year-old threads (they're just gonna become ...
Mei Zhen Koh
09:42 Help: RE: How to synchronize database of two Redmine instances
Please don't resurrect year-old threads (they're just gonna become zombies and eat our brains...) ;-)
No, really: ...
Jan Niggemann (redmine.org team member)
03:32 Help: RE: How to synchronize database of two Redmine instances
Hi All,
Anyone had try out the above topic to synchronize database of two Redmine instances.
Can share on the ex...
Mei Zhen Koh
09:40 Development: RE: Modifying existing modules and hosting, plugins etc.
Moved to "Development"... Jan Niggemann (redmine.org team member)
01:16 Help: RE: add gitlab repository to redmine
(Copied from http://stackoverflow.com/a/20399590/1048171 and added here for future reference to whoever gets here)
...
C Duv

2013-12-05

21:42 Help: plug in installation
Hello,
I have redmine version 2.3.2 installed on a MAC OSX server 10.6.8, and i'm trying my best to install this p...
clément morin
17:20 Help: RE: How two Redmine instances access the same Database
This seems like something you'd just want to do with access rights and permissions. Unless you're set on the internal... Scott H
13:18 Help: RE: How two Redmine instances access the same Database
It's not possible for 2 instances to share a database.
Anyway, if you already have an instance that's accessible for...
Jan Niggemann (redmine.org team member)
04:38 Help: How two Redmine instances access the same Database
Hi All Redmine Users,
Due to security considerations and restrictions on our public web server, we are thinking ab...
Mei Zhen Koh
16:55 Help: Option to remove message text from email notifications
Greetings to gurus...
Quick question please: is there an option not to include a copy of message/ticket/wiki-page t...
Ivan Galkin
16:12 Help: RE: Cannot db migrate from 2.1.2 to 2.4.1 nor 2.3.4
Also if I do this migrate, my users are gone! Only user admin is there.
I also try to upgrade to 2.1.6, same result...
Andrej Simko
12:02 Help: Cannot db migrate from 2.1.2 to 2.4.1 nor 2.3.4
Both tries exit with:
== CreateUserPreferences: migrating ==========================================
-- create_tab...
Andrej Simko
15:41 Development: Modifying existing modules and hosting, plugins etc.
Hello all,
I'm a newbie to Rails but experienced in web app development so I'm looking to find the most "rails-ish...
Peter Bethke
14:51 Open discussion: RE: Sending mail in 2.4.1
I have found solution: http://www.redmine.org/issues/13698 demas demas
14:41 Open discussion: RE: Sending mail in 2.4.1
When I edit issue I get next message on console:
Rendered mailer/_issue.html.erb (2.2ms)
Rendered mailer/issu...
demas demas
12:10 Open discussion: Sending mail in 2.4.1
I have updated my servers from 2.3.0 to 2.4.1 and one (and only one) stops sending mail. If I was switched it back to... demas demas
13:58 Plugins: redmine_charts2
Please help!
Using a pie chart by status.
1. How to change the colors in the chart?
When I open a chart, open ...
Test Testov
13:16 Help: RE: Installation plugin "Budget Plugin"
Le createur du plugin semble avoir abandonné son developpement, car le dernier commit date de plus de 2 ans...
Eric ...
Jan Niggemann (redmine.org team member)
12:41 Help: RE: How to migrate from MySQL to PostgreSQL
+1 for the taps method, works fine with SQLite 3 -> PostgreSQL. OTOH it failed when I tried to convert to MySQL. Viktor Berke
12:39 Help: RE: Apache2 + passenger configuration
Some further reference about this:
"Installing, Migrating & Upgrading Redmine with LDAP on Ubuntu":http://vault-te...
Viktor Berke
12:38 Help: RE: Migrating from sqlite3 to mysql
This script gave me a lot of errors. I recommend the taps method, as per
"Installing, Migrating & Upgrading Redmin...
Viktor Berke
12:37 Open discussion: RE: Database migration
You might succeed with the following guide:
"Installing, Migrating & Upgrading Redmine with LDAP on Ubuntu":http:/...
Viktor Berke
12:01 Plugins: RE: Time & Expense 1.6
Problem seems to be global. We've got the same Issue:
The Plugin merges the rows into one, when the rows got the sam...
Frank Pfeift
11:59 Open discussion: polls.html works, but polls.xml fails
Hi
I reproduced (part) a problem of mine using the excellent Redmine Plug-Tutorial.
I added a plugins/polls/app...
Niklaus Giger
11:51 Help: API : Uploading attachment with curl
Hi all,
I'm trying since last 4 days to upload an image using redmine API and curl.
h1. Code
My PHP code :
...
Tom Raulet
11:38 Open discussion: RE: Workflow: Is there a capacity to send email based on tracker state?
Hi, possibly related with this feature request:
http://www.redmine.org/issues/6234
Maybe this plugin can be use...
Perico Os Palotes
11:28 Open discussion: Watchers permissions to edit
Hello,
I want to assign an issue to a non-member(group) project. We have a technical team working with us, but we ...
Filipe Neves Dos Santos
09:40 Help: RE: redmine:fetch_changesets
running it directly in the right directory it works:
/usr/share/redmine # rake --trace RAILS_ENV=production redmine:...
Jochen Knochen
06:05 Help: Unable to Recieve emails
Hello,
I have redmine-1.4.4 configured on my server with Mysql database.
From last 2-3 days when i create new iss...
Jatinder salh

2013-12-04

21:07 Help: RE: Getting 404 from api when posting issues.json
If you're on 2.4.0, you might want to try 2.4.1. Scott H
16:51 Help: Getting 404 from api when posting issues.json
What should I check? The response says "not loggen in", but I'm passing the right token. arik ah
20:00 Help: RE: Restricting access to specific modules?
Sorry to reply to my own post, but maybe this will help someone else.
I found I was able to do this by removing ac...
Teddy Brown
19:52 Help: Restricting access to specific modules?
Hi, we are trying to start using Redmine at my organization. My question is, is it possible to restrict access to sp... Teddy Brown
15:30 Help: RE: No repository tab in project and error 500 while accessing settings
I've commented out the db/migrate/ scripts lignes leading to each problem (index, column or table creation) and now e... jbd jbd
12:11 Help: RE: No repository tab in project and error 500 while accessing settings
Ok, since I've already run db:migrate before importing my old database, it already has a bunch of stuff present in db... jbd jbd
10:48 Help: RE: No repository tab in project and error 500 while accessing settings
Looks like I can't run db:migrate again after my sql import. I don't think it is normal. Anyone could explain to me t... jbd jbd
10:41 Help: RE: No repository tab in project and error 500 while accessing settings
I'll try to run db:migrate again to fix the type table entries. The 20120422150750_change_repositories_to_full_sti.rb... jbd jbd
10:28 Help: RE: No repository tab in project and error 500 while accessing settings
Looks like that : http://stackoverflow.com/questions/11470011/activerecordsubclassnotfound... jbd jbd
09:55 Help: No repository tab in project and error 500 while accessing settings
Hi everybody,

here is the situation. I'm migrating from a redmine 1.2 installation mysql installation to a 2.3.3 ...
jbd jbd
11:07 Help: Installation plugin "Budget Plugin"
Bonjour,
Actuellement sur une version de Redmine en 2.4.0, je souhaite ajouter le plugin "Budget Plugin" pour la g...
Anthony Gouriou
06:01 Plugins: RE: where is project_news_index_path(@project)
See:
http://www.redmine.org/boards/2/topics/40467?r=40545#message-40545
Toshi MARUYAMA
06:01 Help: RE: where is project_news_index_path(@project)
... Toshi MARUYAMA
05:56 Open discussion: RE: if the chirp works on uv-r5
You posted to wrong forum. Toshi MARUYAMA
03:35 Help: RE: How to make Redmine use HTTPS
While I've seen the Bitnami stack employed on my project previously, I can't speak intelligently about it. What I ca... Dave Ford
03:32 Help: Can I install and run Redmine 2.3.1 without bundler?
Hello all,
I'm exploring the process of installing Redmine 2.3.1 as we're currently using a very old version. The...
Dave Ford
 

Also available in: Atom