Activity
From 2008-06-17 to 2008-06-19
2008-06-19
-
18:32 Help: RE: Email notification to other project members
- Hello,
Can somebody tell me what is the meaning of the feature:
"Notify project members when a message is pos... - Hi,
May I link subversion accounts and Redmine accounts?
Thanks -
16:52 Help: RE: Customized User List
- thx !! danke !
-
16:40 Help: RE: Customized User List
- I would like to add that in MySQL you may quote the column name if it is a reserved word:...
-
16:36 Help: RE: Customized User List
- @GROUP@ is a reserved word in most SQL dialects. So you should not use it as a column name.
- *** bad english ***
I want to customize my user list in Administration -> Users... i have manual add a row in the... -
14:32 Help: RE: Help browsing Git repository from Redmine
- I think too, but maybe (depending famous french rail strikes ;)) I'll have time for it this evening or tomorrow. I lo...
- Can anyone point me to the way the print styling is handled.. I can't see a print style sheet and so assume it must b...
-
09:40 Help: RE: list of package for ruby on rail 2.0.2
- Thanks Eric!!
I need to update Ruby's OpenSSL library because I have old version to library.
Again thanks to all -
08:05 Help: RE: Export to PDF works strange with russian symbols
- There is already ticket describing this problem... It's problem f PDF generation vs Fonts used vs UTF-8....
(cannot ... - I faced with such problem:
!redmine_pdf_bug.png!
russan symbols are rendered wrong in pdf.
How to resolve this... -
04:47 Help: RE: Webrick Apache virtualhost hell
- Also check out "this thread":http://www.redmine.org/boards/2/topics/show/1345.
Also chown'ing to root might not be... -
01:39 Help: RE: Webrick Apache virtualhost hell
- Check out my configuration on "Issue 1145":http://www.redmine.org/issues/show/1145#note-2 You will have to adapt it ...
-
01:22 Open discussion: RE: Custom Development Request
- Hi Eric, could you email me as well on what those plugins are?
tim * at * copiousinc * dot * com
2008-06-18
- Hello,
I have a 7.1 version of redmine running in Ubuntu just fine, as long as I just use webrick.
I have the red... -
22:55 Help: RE: 500 Internal Server Error after fresh install
- Thanks for the info.
I added a note about ruby 1.8.7 in [[RedmineInstall]] a few days ago. -
19:53 Help: RE: 500 Internal Server Error after fresh install
- I got it running by downgrading ruby to 1.8.6 and then reinstalling everything (gem, rails 2.0.2, the mysql gem, etc....
- I recently installed Ruby, Gem, Rails, and then Redmine on my Redhat Linux Enterprise server. I'm struggling to get r...
-
21:43 Open discussion: RE: Contributing code to Redmine
- Thomas Löber:
> Eric, do you intend to add the Redmine branches to the Git repository as well?
I'm not sure. g... -
21:40 Open discussion: RE: Contributing code to Redmine
- Clay McCoy said:
> What needs to happen to proclaim your Git repo as the central one? With Git's distributed commu... -
21:04 Open discussion: RE: Contributing code to Redmine
- Eric, do you intend to add the Redmine branches to the Git repository as well?
-
20:17 Open discussion: RE: Contributing code to Redmine
- Thanks Eric, this is good information. What needs to happen to proclaim your Git repo as the central one? With Git'...
-
19:40 Open discussion: RE: Contributing code to Redmine
- > So my question is, what is considered the central git repo?
I'm trying to get mine to be the central repo http:/... -
18:05 Open discussion: RE: Contributing code to Redmine
- The problem with the above link is that it references
http://git.complete.org/branches/redmine-integration/
which h... -
18:02 Open discussion: RE: Contributing code to Redmine
- You also might want to clone from my "GitHib":http://github.com/edavis10/redmine/tree/master repository. It automati...
-
17:11 Open discussion: RE: Contributing code to Redmine
- I found an answer to my original question about contributing to Redmine with Git. It was on the Redmine wiki. I'm p...
-
20:20 Open discussion: RE: Custom Development Request
- I'll be in contact with you. I have several plugins in use that might fulfill some of your requirements.
Eric - The company I work for is interested in using Redmine, however we're looking for something that could also replace a ...
-
17:52 Help: RE: list of package for ruby on rail 2.0.2
- > no such file to load -- openssl
You need to install Ruby's OpenSSL library. It's called @libopenssl-ruby1.8@ on... -
11:17 Help: RE: list of package for ruby on rail 2.0.2
- $ sudo rake db:migrate RAILS_ENV="production" --trace
(in /home/theboss/redmine)
** Invoke db:migrate (first_time)
... -
10:24 Help: RE: list of package for ruby on rail 2.0.2
- *ruby -v*
ruby 1.8.6 (2007-06-07 patchlevel 36) [i486-linux]
*gem -v*
1.0.1
*gem list --local*
*** LOCAL GEM... -
10:04 Help: RE: list of package for ruby on rail 2.0.2
- Please paste here the result of:...
-
16:25 Help: RE: Various "Internal error" after upgrading from 0.7.1 to 0.7.2
- I installed mongrel and I'm having the same issues. I've started a new thread here:
http://www.redmine.org/boards/2/... -
10:08 Help: RE: Various "Internal error" after upgrading from 0.7.1 to 0.7.2
- Next time, please open a new thread.
Start by trying with mongrel:... - I have the mail settings set to "only for things I watch or am involved in." however when I am assigned an issue I do...
-
14:21 Help: RE: Help browsing Git repository from Redmine
- Sure, it's @/var/git/repositories/store.git@
@/var/git@ is the @$HOME@ for the "@git@" pseudo-user. The "@reposito... -
10:05 Help: RE: Help browsing Git repository from Redmine
- Could you provide the string you're using to indicate path to your git repository, please?
2008-06-17
-
21:46 Help: RE: Display issue estimated hours in gantt chart
- I guess the first thing to do is to create a list of all issues starting on a certain date and then total the estimat...
-
21:06 Help: RE: Various "Internal error" after upgrading from 0.7.1 to 0.7.2
- I'm trying to install Redmine (to be honest, this is my first rails app ever) and I'm getting Internal Server Errors ...
-
15:14 Help: RE: Various "Internal error" after upgrading from 0.7.1 to 0.7.2
- Unfortunately not :/...
-
14:01 Help: RE: Various "Internal error" after upgrading from 0.7.1 to 0.7.2
- FYI, you can use the RAILS_ENV env variable to see your production config:...
-
01:50 Help: RE: Various "Internal error" after upgrading from 0.7.1 to 0.7.2
- Thanks to both of you for your replies :)
@Gwenael Pellen:
Your code snippet makes redmine working again, thanks!... -
20:51 Help: RE: need some help with accessing SVN repository over HTTPS
- I did, and the directory...
-
19:44 Help: RE: need some help with accessing SVN repository over HTTPS
- Did you used _<redmineroot>/svn/.subversion_ to store your accepted certificate as indicated in FAQ? And accepted it ...
-
18:09 Help: RE: need some help with accessing SVN repository over HTTPS
- Thanks for the tip. I gave that a try, and now when I can perform a svn checkout as www-data through the console, bu...
-
06:40 Help: RE: need some help with accessing SVN repository over HTTPS
- Execute command with sudoer (person who holds administrative rights)....
-
19:23 Help: RE: Help browsing Git repository from Redmine
- Anyone?
-
17:30 Help: RE: list of package for ruby on rail 2.0.2
- list available:
actionmailer-2.0.2
actionpack-2.0.2
activerecord-2.0.2
activeresource-2.0.2
activesupport-2.0.... - He,
Doing weeks who not updated my copy of redmine and now he see who need ruby on rails 2.0.2 but in the computer... - Is there a way to link an issues to a forum post in a textile way /Redmine link way? like #rev of Issue #12
Thanks... -
04:33 Open discussion: RE: Contributing code to Redmine
- * Well, timestamped migrations will be nice for some people. Until Phusion's Passenger supports 2.1, a lot of people...
Also available in: Atom