Project

General

Profile

Activity

From 2010-08-10 to 2010-08-12

2010-08-12

22:51 Help: RE: Custom Field Query Error
Paolo Proni wrote:
> I modified a call in whe query.rb where there were 6 parameters: I simply cut off the last para...
Jacky Leung
18:15 Help: RE: Custom Field Query Error
I modified a call in whe query.rb where there were 6 parameters: I simply cut off the last parameter, it was a true c... Paolo Proni
16:20 Help: RE: Custom Field Query Error
I have just installed the question plugin, without any success. Paolo Proni
15:40 Help: RE: Custom Field Query Error
I see in app/models/query.rb the function sql_for_field() accept 5 parameters, while before the code attempts to pass... Paolo Proni
15:23 Help: RE: Custom Field Query Error
Jacky Leung wrote:
> Paolo Proni wrote:
> > bleedingiest of edges ? Sorry, but I don't understand it.
> >
> > An...
Jacky Leung
15:12 Help: RE: Custom Field Query Error
Paolo Proni wrote:
> bleedingiest of edges ? Sorry, but I don't understand it.
>
> Anyway thank you very much for...
Jacky Leung
09:38 Help: RE: Custom Field Query Error
The table structure is:
-- MySQL dump 10.11
--
-- Host: localhost Database: redmine
-- ---------------------...
Paolo Proni
09:20 Help: RE: Custom Field Query Error
bleedingiest of edges ? Sorry, but I don't understand it.
Anyway thank you very much for your quick answers. We ha...
Paolo Proni
22:07 Open discussion: Bugfixes...
So I put in a patch to fix a bug (Issue #6045), which is really trivial; but I'm not sure what the right process is f... Marc Mengel
19:13 Open discussion: RE: New Issue Status in Workflow
See the [[FAQ#Ive-created-a-new-issue-status-but-I-cant-use-it-it-doesnt-show-up-in-the-status-drop-down-list]]. Felix Schäfer
16:17 Open discussion: New Issue Status in Workflow
Hi,
I added a new issue status "Reopened". Yet, it is not displayed in any workflow.
Am I missing something?
Michalis Miatidis
19:12 Open discussion: RE: New Issue Status in Workflow
Closing here in favor of http://www.redmine.org/boards/1/topics/16536. Felix Schäfer
16:16 Open discussion: New Issue Status in Workflow
Hi,
I added a new issue status "Reopened". Yet, it is not displayed in any workflow.
Am I missing something?
Michalis Miatidis
17:45 Open discussion: RE: Webrick startup **FIXED**
Hi guys,
I have now found a solution, providing you have installed mongrel:
Within terminal type the following:...
Nigel Greenway
10:47 Open discussion: RE: Webrick startup
I have had the same issue. Webrick runs it fine, but how do you get it to start correctly everytime. is the a script ... Nigel Greenway
17:01 Open discussion: Redmine upgrade
Hi everyone,
I'm trying to upgrade from version 0.8.6 to 1.0.0, is that possible?
Because database migration wasn...
Bruno Sousa
16:34 Open discussion: RE: Wrong Date sorting
OK, obviously the top topics are sticky, I need to take a rest ;-) Michalis Miatidis
16:21 Open discussion: Wrong Date sorting
something is wrong with the sorting of dates in current forum. Michalis Miatidis
16:00 Plugins: RE: ToDo lists plugin
I solved the problem.
I created a the path inside redmine/public folder and it is working :)
Maybe it is documented...
Peter Horvath
12:14 Plugins: RE: ToDo lists plugin
Hi,
I have Ubuntu 10.4 LTS and the ubuntu build redmine.
I've installed the 0.0.4.2 version of todos but all the ...
Peter Horvath
15:03 Help: RE: How to continue numbering in Wiki?
Source:... Jacky Leung
14:04 Help: How to continue numbering in Wiki?
For example:
# Number 1
# Number 2
# Number 3
* Bullet 1
* Bullet 2
# Number 4
# Number 5
# Number 6
Michalis Miatidis
14:08 Open discussion: RE: Redmine for advanced git integration questions
Felix Schäfer wrote:
> I think that would be our best choice for an nginx-only stack
And by our I mean your…
Felix Schäfer
14:06 Open discussion: RE: Redmine for advanced git integration questions
The tutorial is geared towards using the provided Redmine.pm apache module, so no dice on nginx with that. There are ... Felix Schäfer
13:51 Open discussion: Redmine for advanced git integration questions
Hi everyone,
I would like to use git to check in/check out from redmine. I am not sure if this tutorial below woul...
Luan Nguyen
12:31 Open discussion: RE: Project Status "Closed"
Agree, we should be able to close projects.
Aside from the read-only advantage, viewing the project list when ther...
Eric Voisard
04:44 Open discussion: RE: Issue Journals
I have tried to set the notes attribute both on a create and an update and neither seem to save the notes/journals/hi... Woody Torrez
00:28 Open discussion: RE: Issue Journals
Update the issue as you normaly would. If you set the @notes@ attribute and save the issue, it will form the journal ... Holger Just
00:18 Open discussion: RE: Issue Journals
I do not want to change existing journal notes. What I want to do is add/insert 2 history notes/journals either at th... Woody Torrez
04:12 Open discussion: RE: Issue #61
Ok, I am doing a bit of research.
I already know about Prawn and have done some work with it before.
I have also ...
Jeffrey Jones

2010-08-11

23:50 Help: RE: Skript that creates SVN Repository
Use the redmine provided reposman.rb.
source:/trunk/extra/svn/reposman.rb
--Holger
Holger Just
23:46 Open discussion: RE: Issue #61
Yes, the PDF library is plagued with issues. But currently, it's the best we have. If you however have a working solu... Holger Just
09:35 Open discussion: Issue #61
Issue #61 has been open an embarrassingly long time without resolution.
I know the world of encodings is full of b...
Jeffrey Jones
23:40 Open discussion: RE: Issue Journals
Issue journals are created automatically when you update existing issues. See [[Rest_api]] for examples.
Changing ...
Holger Just
23:04 Open discussion: Issue Journals
does anyone know if it's possible to create/edit/update Issue journals with the use of Redmine's Rest API? If so, can... Woody Torrez
22:36 Help: RE: Strategies for making an "upgradeable" redmine as painless as possible
Thanks all for the answers - I think I'll go with James' solution - using a local git repo with my own code changes, ... Enrique Garcia
20:54 Help: RE: Strategies for making an "upgradeable" redmine as painless as possible
Using git is indeed probably the best way. I have simply forked redmine repository from github, then committed code c... James Bernard
18:20 Help: RE: Strategies for making an "upgradeable" redmine as painless as possible
I have an svn checkout and up that from time to time, all changes I've done to it are only local though, so that solu... Felix Schäfer
13:29 Help: RE: Strategies for making an "upgradeable" redmine as painless as possible
There probably no standard way of doing it. For me what I did is like this.
* I folked redmine's git repository, ...
Jacky Leung
10:15 Help: Strategies for making an "upgradeable" redmine as painless as possible
Some time ago I installed an (internal) redmine on my company's server (redmine 0.8.4 on ubuntu 0.8LTS with postgre).... Enrique Garcia
20:35 Help: RE: Start from 0 on new project?
I don't know what you mean by "start from 0", but if you mean the issue ids: no. Felix Schäfer
19:44 Help: Start from 0 on new project?
Is there a way to start from 0 if a new project is created? This could be useful to track bugs/issues by quarter for ... Neal Bharadwaj
19:50 Plugins: RE: Drafts plugin v0.1.1
any Way to have IT for Large Wikis too ?
Holger Winkelmann
19:44 Help: RE: Redmine 0.7.0RC1 to Redmine 0.9.4-0 bitnami stack
yes it seems the default value for project lft or rgt is not NULL but something else.
if you can indicate me how t...
Perry Rhodan
19:10 Help: RE: Redmine 0.7.0RC1 to Redmine 0.9.4-0 bitnami stack
Don't recreate the whole table, that will only work if you delete the whole table before, and you wouldn't want that,... Felix Schäfer
19:04 Help: RE: Redmine 0.7.0RC1 to Redmine 0.9.4-0 bitnami stack
I'm not sure to what to add in which place
CREATE TABLE `projects` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`...
Perry Rhodan
18:58 Help: RE: Redmine 0.7.0RC1 to Redmine 0.9.4-0 bitnami stack
Felix Schäfer wrote:
> I have absolutely no clue why the migration didn't pick that up… Well, you could add them you...
Felix Schäfer
18:50 Help: RE: Redmine 0.7.0RC1 to Redmine 0.9.4-0 bitnami stack
I already process "Project.rebuild!"
And I get the same output than Martin :...
Perry Rhodan
18:47 Help: RE: Redmine 0.7.0RC1 to Redmine 0.9.4-0 bitnami stack
I have absolutely no clue why the migration didn't pick that up… Well, you could add them yourself I guess, you'd nee... Felix Schäfer
18:43 Help: RE: Redmine 0.7.0RC1 to Redmine 0.9.4-0 bitnami stack
Here the list from initial Redmine version
Rhodan
Perry Rhodan
18:36 Help: RE: Redmine 0.7.0RC1 to Redmine 0.9.4-0 bitnami stack
This file is present in the right folder from Bitnami module v1.0.0
/db/migrate/104_add_projects_lft_and_rgt.rb
...
Perry Rhodan
18:25 Help: RE: Redmine 0.7.0RC1 to Redmine 0.9.4-0 bitnami stack
This should happen in migration 104 (source:/trunk/db/migrate/104_add_projects_lft_and_rgt.rb), please see if bitnami... Felix Schäfer
18:14 Help: RE: Redmine 0.7.0RC1 to Redmine 0.9.4-0 bitnami stack
I get the same error with migration to v1.0.0 (Bitnami)
It seems to be a schema migration error.
'Projects' table...
Perry Rhodan
19:31 Help: RE: 406 Not Acceptable when using REST Issues API
oh... ok, I see. Alex Last
19:30 Help: RE: 406 Not Acceptable when using REST Issues API
For the projects API. Felix Schäfer
19:28 Help: RE: 406 Not Acceptable when using REST Issues API
why do I see "Enable REST web service" option in 0.9.6 web interface then? Alex Last
08:18 Help: RE: 406 Not Acceptable when using REST Issues API
Alexey Skor wrote:
> I have a similar problem. I have a new Redmine install v. 0.9.6 and I'm trying to get list of i...
Felix Schäfer
04:10 Help: RE: 406 Not Acceptable when using REST Issues API
oh, and also -
authentication is working fine for *both* servers. I get "401" error when provide an invalid key:
...
Alex Last
03:36 Help: RE: 406 Not Acceptable when using REST Issues API
both servers have "Enable REST web service: ON" Alex Last
03:34 Help: RE: 406 Not Acceptable when using REST Issues API
I have a similar problem. I have a new Redmine install v. 0.9.6 and I'm trying to get list of issues through REST API... Alex Last
18:29 Help: RE: Custom Field Query Error
Mmh, can't reproduce it, but it's on a redmine that's not at the bleedingiest of edges. Do you have any plugins insta... Felix Schäfer
18:13 Help: RE: Custom Field Query Error
The query is about the issues.
Here is a complete log:
Processing IssuesController#index (for 192.168.35.2 at 201...
Paolo Proni
18:06 Help: RE: Custom Field Query Error
Please provide the log entry for the whole request. What custom fields (issues, projects, …?) are you trying to poll? Felix Schäfer
15:29 Help: Custom Field Query Error
Hello everybody.
The queries on existing custom fields do not work. In the log, I find this:
ArgumentError (wrong...
Paolo Proni
18:21 Plugins: RE: remember a file
You could take a look at how it is done in core, I think there has been some work on this recently. Felix Schäfer
13:53 Plugins: remember a file
hi, i'm doing a plugin for upload files, but after upload i have to validate some fields and if don't pass de validat... Ignacio Toscano
18:08 Help: RE: RedmineDbWhereClause example not working in 1.0
I don't know what 0.8 did, but in 1.0.0 Redmine.pm actually checks if the user has the "View repository" permission f... Felix Schäfer
14:47 Help: RedmineDbWhereClause example not working in 1.0
Hi
I've upgraded our system to 1.0. Before (0.8), we used a customized version of Redmine.pm to authenticate svn u...
Lukas Heiniger
18:05 Help: RE: Not receiving mail from redmine with sendmail
Does the @delivery_method@ line begin with 2 spaces? YAML is space- and indentation-sensitive. Felix Schäfer
15:43 Help: Not receiving mail from redmine with sendmail
Hello everyone,
I'm trying to setup my redmine to use sendmail on my server to sendout notifications but I had no ...
Christophe Verbinnen
17:52 Help: RE: How to use methods from other plugins?
I'm not sure I understand what you are trying to do, but:
# Having that sort of logic (Issue.find and so on) in th...
Felix Schäfer
14:04 Help: RE: How to use methods from other plugins?
This is what I get:
NoMethodError in Work_time#ajax_select_ticket
Showing vendor/plugins/redmine_work_time/app...
Robert W.
12:07 Help: RE: How to use methods from other plugins?
Thank you.
I added a button in work_time to get all tickets which are assigned to myself. After that I tried to us...
Robert W.
09:27 Help: RE: Authentication failing
I had a similar problem as Alessandro (Apache prompting for password all the time) and I figured out my stupid mistak... Rolf Wojtech
09:05 Help: RE: Error after update from 0.8.5 devel to 1.0.0 stable... cant modify or add issues.
I had a similar problem moving from 0.8.4.devel to 1.0.0 stable.
I was able to resolve the issue by migrating fro...
Leon Zettl
06:59 Help: how to provide api access KEY when using POST in REST API
I need to provide api access key when creating issue via HTTP POST request in REST API.
how do I provide it? in the ...
Alex Last
06:39 Help: RE: POST request example to create Issue through REST API
I see I must use
http://172.17.10.53:3000/issues.xml
instead of
http://172.17.10.53:3000/projects/ace/issues.xml...
Alex Last
04:39 Development: RE: Standard Plugin Information File
Felix Schäfer wrote:
> Fine by me, and it definitely makes it easier for external consumers (<notextile>*cough*</not...
Mischa The Evil

2010-08-10

21:37 Open discussion: RE: Is it possible to set the default issue query?
Thanks - your plugin didn't do exactly what I wanted, so I modified it. Here's the code:
http://github.com/nbolto...
Nick Bolton
09:20 Open discussion: RE: Is it possible to set the default issue query?
I already wrote plugin for this:
http://www.redmine.org/boards/3/topics/11764
Vitaly Klimov
21:28 Help: Skript that creates SVN Repository
Our Redmine was configured from an admin that now doesn't work anymore with us.
Everthing works fine, also the creat...
Tempes 2k
21:15 Help: Creating issues from email: confirmation on creating issue
Hi, I've successfully set up a system where the local postfix MTA creates an issue in Redmine in a support queue. Als... Andreas-Johann Ulvestad
20:24 Help: RE: How to use methods from other plugins?
Yes. Felix Schäfer
16:19 Help: How to use methods from other plugins?
Hello everyone,
For example I like to use a method from stuff_to_do plugin for work_time plugin. Is this even poss...
Robert W.
19:20 Open discussion: RE: Project Status "Closed"
Issues: #5541 and #3640 opened on that feature. Sylvain Guimond
18:48 Open discussion: RE: HowTo Install Redmine in a sub-URI on Windows with Apache (Zero-to-Redmine)
Any possibility someone can do a guide on upgrading from .9.x to 1.0 on windows? I was trying to yesterday but had no... Neal Bharadwaj
15:48 Help: RE: Issue Reminder
btw currently this only send email to assigned developer, if you want to send everyone within the project you may nee... Jacky Leung
15:45 Help: RE: Issue Reminder
I attached examples Jacky Leung
15:39 Help: RE: Issue Reminder
Lukas Resch wrote:
> Is there a easy way to send a notification to all developers of a projects, when an issue has ...
Jacky Leung
13:16 Help: RE: Issue Reminder
Got it done with this script, maybe it can help someone. It makes comments on issues, so everyone on the project gets... Lukas Resch
15:32 Help: RE: Problem while upgrading to 1.0.0 from 9.x
Jacky Leung wrote:
> [...]
>
> scripts/about, server, db:migrate all throw me the same error.
>
> Using Gem 1....
Jacky Leung
15:24 Help: NoMethodError on Save in 1.0.0
Hi all,
I'v got a problem with 1.0.0 that's driving me nuts. I've just upgraded using bitnami-redmine-1.0.0-0-mod...
Shane Willcox
13:04 Plugins: RE: Hudson Plugin 1.0.5
Hi again. I'm going to try to explain my situation and trouble I am having with the Hudson plugin.
My redmine is h...
John B
12:19 Help: RE: Exported UTF-8 Vietnamese looks strange
Vu Hung Nguyen wrote:
> Duy Linh Nguyen wrote:
> > Could you upgrade Redmine to 1.0.x or Redmine trunk?
I will t...
Hung Nguyen Vu
10:08 Help: RE: Exported UTF-8 Vietnamese looks strange
Duy Linh Nguyen wrote:
> Could you upgrade Redmine to 1.0.x or Redmine trunk?
I will try, but not now because some ...
Hung Nguyen Vu
09:57 Help: RE: Exported UTF-8 Vietnamese looks strange
Vu Hung Nguyen wrote:
> I've tried:
>
> Environment:
> [...]
>
>
> cd /var/www/html/redmine/redmine-0.8.7/
...
Duy Linh Nguyen
09:42 Help: RE: Exported UTF-8 Vietnamese looks strange
I've tried:
Environment:...
Hung Nguyen Vu
09:24 Help: RE: Exported UTF-8 Vietnamese looks strange
I'm using redmine trunk.
And force re-install rfpdf by command:...
Duy Linh Nguyen
09:07 Help: RE: Exported UTF-8 Vietnamese looks strange
What are the versions of your:rake, ruby, gem, redmine, rfpdf Hung Nguyen Vu
08:42 Help: RE: Exported UTF-8 Vietnamese looks strange
Or this one?
http://github.com/edwinmoss/rfpdf
Which revision should I look at?
Hung Nguyen Vu
11:42 Open discussion: RE: Identify sub-project via email
Thanks for the fast reply! Gael Reignier
11:36 Open discussion: RE: Identify sub-project via email
The identifiers of our subprojects are like that, it's not something we change in redmine, it's a pattern we have cho... Felix Schäfer
11:25 Open discussion: RE: Identify sub-project via email
Hi Felix and thanks for your reply,
I managed to filter based on the X-Redmine-Project (thanks to Thunderbird) but...
Gael Reignier
10:19 Help: RE: Move the SVN repository of a project
I'd rather say "it's not obvious", but I'm not a native speaker either :-) Felix Schäfer
09:30 Help: RE: Move the SVN repository of a project
Ok…
I have not seen this link. On a large screen resolution, it's not an obviousness.
This solution has resolved my...
Jérôme R
07:45 Plugins: RE: Redmine Repository Controls
I have test the patch , It's not ok .
My readmine version is 0.9.4.devel.3735 .
Use the patch, get the error code 5...
jian zhang
 

Also available in: Atom