Activity
From 2011-02-25 to 2011-02-27
2011-02-27
- We need help setting up redmine on a new server.
All our admins are too busy for this.
Looking for someone famili... -
20:34 Help: RE: Files/attachments can be downloaded by anyone without permissions (by using tools like wget)
- Thank you, Etienne,
I'll open an issue. -
19:11 Help: RE: Files/attachments can be downloaded by anyone without permissions (by using tools like wget)
- Guess you should fill in a defect for this.
-
01:08 Help: RE: Files/attachments can be downloaded by anyone without permissions (by using tools like wget)
- Thank you for your reply, Felix.
However I'm not sure if you understood the issue at hand. My point is that ANY fi... -
13:45 Help: RE: how to uninstall plugins
- The above mentioned procedure does not work for me....
- Hello,
As instructed by [[RedmineTextFormatting]], I often use the "commit:xxxxxxx" format to reference change-set... -
12:49 Open discussion: RE: Required fields depending on status
- If someone can shed some light on how this issue relates to the current roadmap (as I see a lot of issues pertaining ...
-
12:27 Help: Miniclips
- [spam]
-
02:14 Help: Offerte cucine
- [spam]
- Hi all
In the issues tab, when I export the list as CSV it contains almost everything except logged in time for th... -
01:50 Help: RE: Can anybody help me with HGRedmine
- I have forked the HGRedmine project here for anybody who may be interested
http://projects.qtzar.com/projects/hgre... -
00:06 Help: RE: Can anybody help me with HGRedmine
- So it is definitely the new password salt that is the issue with HGRedmine. I have resolved the some of the issues b...
-
00:15 Open discussion: RE: Redmine doesn't works with Ruby 1.8.6
- In fact, it seems to be related to an incompatibility of certain 1.8.6 versions and GCC greater or equal 4.4.
It m...
2011-02-26
-
22:41 Help: RE: Can anybody help me with HGRedmine
- Investigating this issue myself and it would appear that the addition of the individual salts to users passwords may ...
- I've been looking into HGRedmine as a system to allow push access to HG Repositories based on a user Redmine permissi...
-
21:22 Help: RE: I'm writing a plugin ,and i need a little help...
- Archie Con wrote:
> [...]
You must past a @Proc@ to the @:if@ parameter. Something like @:if => Proc.new { User.c... - My problem is i my plugin to be accessed only by logger
users, so i use :if symbol in my init.rb file of my
plugin ... -
21:20 Help: RE: Files/attachments can be downloaded by anyone without permissions (by using tools like wget)
- Stan Thorovsky wrote:
> Since in "Roles/Permissions" Redmine allows to specify 'View Documents/Files" permission I w... - Considering that our Redmine requires authentication to access any projects it strikes me as a security hole that any...
-
20:06 Help: RE: Edit Issues Permission / Change Issue Properties
- Id did : #7729.
-
18:07 Help: RE: Apache + Passenger will not redirect to directory
- this, plus an ifconfig /flushdns helped. thanks
-
16:14 Help: RE: Apache + Passenger will not redirect to directory
- Set the RailsBaseURI to / in the projects.ideaplexus.com virtual site.
If the Redmine public dir is SymLinked to t... - Hello,
I've setup today a debian sqeeze server for redmine. First, redmine works fine, but on the false (sub)domai... -
17:11 Help: RE: Segmentation fault during db:migrate
- I'm a very basic linux user and I didn't know such a file existed :/
I meant before that I rake crash at the very ... -
06:55 Help: RE: Submitting Issues through PHP
- Michael Holm wrote:
> I've reviewed the working examples, and have searched and read everything I can find. However,...
2011-02-25
- Cpanel/WHM, Cent OS
ruby 1.8.7 (2009-06-12 patchlevel 174) [x86_64-linux]
*** LOCAL GEMS ***
abstract (1.0.0)
a... -
21:57 Help: RE: How to Send SMS of Emergency Ticket creation
- I'd suggest doing this in a plugin for maintainability, There are tutorials in the wiki.
- Hello,
I'm a programmer with limited kwowledge about the Redmine structure and/or RoR.
I need to know where I s... - I'm currently working on a set of instructions on setting up Redmine ( trunk ) on a Ubuntu 10.10 server with support ...
-
20:25 Help: RE: Segmentation fault during db:migrate
- In case it's relevant, /etc/security/limits.conf:...
-
19:37 Help: RE: Segmentation fault during db:migrate
- > So I guess you can use Redmine as usual.
No .. I'm upgrading redmine in hopes of fixing another issue we're havi... -
19:24 Help: RE: Segmentation fault during db:migrate
- From activeRecord migration.rb RDoc :...
-
19:14 Help: RE: Segmentation fault during db:migrate
- So I guess you can use Redmine as usual.
Could you post the core dump please ? -
18:50 Help: RE: Segmentation fault during db:migrate
- The schema changes remain. Running @db:mgirate@ on the same sqlite3 db as earlier (haven't touched it since I posted...
-
18:43 Help: RE: Segmentation fault during db:migrate
- 0.8.7 is the most commonly used, guess you don't need to change it.
About the transaction, I meant : if you @rake ... -
18:34 Help: RE: Segmentation fault during db:migrate
- > Is the full migration rolled back then ?
As I said, I'm building this on a parallel database. The original dbs ... -
18:11 Help: RE: Segmentation fault during db:migrate
- Is the full migration rolled back then ?
What's your gem list, what's you rake version, did you try another rake v... -
17:25 Help: RE: Segmentation fault during db:migrate
- Still segfaults. For posterity, I've included database.yml with relevant sqlite3 config info, as well as the output ...
-
10:40 Help: RE: Segmentation fault during db:migrate
- Could you try with a bare sqlite3 db ?
-
00:12 Help: RE: Segmentation fault during db:migrate
- If they're relevant, 2 pieces of information:
I have applied this hack to config/environment.rb: http://www.redmin... -
00:05 Help: RE: Segmentation fault during db:migrate
- Not on Windows. Debian 5....
-
18:37 Help: RE: Upgrading from 0.8.4 (MySQL) on Windows
- It should be included with your ruby installation or you can install it via the @gem install rake@ command.
As a r... -
18:30 Help: RE: Upgrading from 0.8.4 (MySQL) on Windows
- Thanks,
we were able to backup the DB. Now we are stuck on the command: rake config/initializers/session_store.rb
... -
17:37 Help: RE: Upgrading from 0.8.4 (MySQL) on Windows
- use the database name, username & password defined in you @config/database.yml@ file, this should work ?
-
17:32 Help: RE: Upgrading from 0.8.4 (MySQL) on Windows
- We are already blocked at first step: we do not the name of the database to make the backup, nor the userid and passw...
-
17:17 Help: RE: Upgrading from 0.8.4 (MySQL) on Windows
- This is pretty much the same process described in [[RedmineUpgrade]].
What went wrong the last time you tried ? - Hi,
we are using Redmine since mid 2009 but we are stuck to version 0.8.4 because we were never able to upgrade it t... -
16:03 Help: RE: Error fetching changes from git repo
- I am not a pro at all, but I did manage to fix this on my server by doing the following:
* shutdown the apache serve... -
12:16 Plugins: RE: Blocks Layout plugin
- rake db:migrate:plugin NAME=redmine_blocks VERSION=0 RAILS_ENV="production"...
-
11:07 Plugins: RE: Blocks Layout plugin
- Terence Mill wrote:
> Victor, can please help out?
>> We have a püroblem with migrating a plugin called "redmine-bl... -
10:53 Plugins: RE: Blocks Layout plugin
- Victor, can please help out?
-
12:13 Open discussion: RE: Calendar / Meeting schedule
- +1
Good idea. I think this feature could be very useful.
-
11:32 Open discussion: RE: Plugin: Twitter-like status updates for projects
- Same here!
- Hello,
I'm a new user of Redmine and I'm trying to find out how can I get a field in a task filled with the same fie... -
11:06 Open discussion: RE: data of enumerations table
- @ Etienne, Yes i had set up utf8 as encoding in config/database.yml.
Thank you Felix for the image. I updated manu... -
09:33 Open discussion: RE: data of enumerations table
- You can edit the names of the enumerations from redmine, see [[RedmineEnumerations]], just fix the names there.
-
09:26 Open discussion: RE: data of enumerations table
- Did you try to had the @ encoding: utf8@ parameter to your db connection configuration in @config/database.yml@ ?
... - Hello all,
I installed redmine using mysql as database. The character set was set to latin1. I manually changed the ... -
10:32 Plugins: RE: Latest Forum Messages plugins
- Bug Report:
Altough i run "rake db:migrate_plugins RAILS_ENV=production"... -
10:15 Help: RE: How to link to Git commit?
- Felix Schäfer wrote:
> Well, I'm not sure if it works cross-project, you might to check that for the cases with prob... -
09:30 Help: RE: How to link to Git commit?
- Toni Mueller wrote:
> Unfortunately, I'm struggling with this as well.
Well, I'm not sure if it works cross-proje... -
09:57 Help: RE: problem with text coding when using external reporting tool (QlikView, MS Excel) - access via ODBC
- Greg Nowak wrote:
> How do I get to bitnami forums ? Where are they ?
Google is your friend ;-) http://bitnami.or... -
09:51 Help: RE: problem with text coding when using external reporting tool (QlikView, MS Excel) - access via ODBC
- Hi!
How do I get to bitnami forums ? Where are they ?
Regards,
Greg
-
09:42 Help: RE: problem with text coding when using external reporting tool (QlikView, MS Excel) - access via ODBC
- Mmh, I usually do everything in UTF-8, I don't know what the default for the mysql adapter is, and I don't know what ...
-
09:28 Help: RE: problem with text coding when using external reporting tool (QlikView, MS Excel) - access via ODBC
- Hello,
Sorry for the delay, but I had to wait for admin to get the information.
The database.yml file does not ... - By mistake I have never migrated the database to update, now I try and give me error
== CreateQueries: migratin... -
09:33 Help: RE: How to check redmine version
- _Administration_ > _Information_
-
09:30 Help: RE: How to check redmine version
- Go to Administration / Information or check the content of file @doc/CHANGELOG@ (or @lib/redmine/version.rb@).
- I installed redmine on ubuntu 10.10. But I can't check the version installed. How do i check which version is install...
-
09:28 Help: RE: Email problems
- What versions of Redmine, rails, rack, ruby, … do you use?
-
09:25 Help: RE: Problem installing Redmine on CentOS 5 - error at generate session store
- IIRC Redmine stable isn't compatible with rubygems 1.5, and I don't think there's a bundle for it yet either.
-
01:33 Help: RE: Problem installing Redmine on CentOS 5 - error at generate session store
- Ok - updated gems to 1.5.2 which caused me to update rake, RedCloth, coderay, json_pure, rubyforge and hoe.
New er... -
00:48 Help: RE: Problem installing Redmine on CentOS 5 - error at generate session store
- fyi
ruby version 1.8.7
gem version 1.3.7
file "shared_helpers.rb:2" does not exist on the server
any suggestions ...
Also available in: Atom