Amedeo Amedeo

Activity

Reported issues: 6

2007-05-29

05:50 Redmine Defect #64: postgres error
Creating a query specifying "updated" less than 30 days ago return an error: Processing ProjectsController#list_issues (for 10.3.41.165 at 2007-05-29 11:45:00) [GET] Session ID: d4068081714490230ecda1de4cfa31d2 Parameters: {"action"=>"list_is...

2007-05-28

04:19 Redmine Defect #63: Query using multi custom_fields values return no results
Apparently ussing more than one custom field in a query returns no rows. Probably this depends on the fact the query should have custom_values table aliases each for each field used otherwise the AND condition will never be satisfy. Below I ha...

2007-04-24

12:25 Redmine Defect #47: Error in journalizing an issue with longtext custom fields
Thanks for the prompt action :)
12:04 Redmine Defect #47: Error in journalizing an issue with longtext custom fields
Rails 1.2.2 and PostgreSQL 8.1.4 The error I get is something like: RuntimeError: ERROR C22001 Mvalue too long for type character varying(255) Fvarchar.c L539 Rvarchar: INSERT INTO journal_details ("old_value", "property", "value", "journa...
11:31 Redmine Defect #47: Error in journalizing an issue with longtext custom fields
I would go for the truncation, don't think has a real value having a very long decription in the history and also depending on the database implementation having text field rather than varchar(255) could increase drammatically the size of the jour...
06:17 Redmine Defect #47: Error in journalizing an issue with longtext custom fields
When an issue has custom fields defined as longtext, whenever you try to save a very long text description (more than 255 chars) the system fails saving on table journal. This is due to the size of 255 for oldValue and newValue fields. I managed...

2007-04-21

16:53 Redmine Defect #46: List Issues export to pdf error
When the list of issues comes from a custom query the export to pdf generate an error. This is probably due to the new feature of addiing custom_fields to the query. This problem is fixed with the following patch: Index: app/controllers/p...

2007-03-24

07:57 Redmine Patch #213: mail delivery workflow based
Hi all, As for the previous patch, I had the need to send email only to the user in charge for the new status of the issue and not to the whole group of members for the project. If you find it useful here is the patch. Suggestion on how to im...

2007-03-21

04:53 Redmine Patch #212: Assign To limited by workflow
First of all, thanks for this great product! I had the problem of showing only the list of users involved in the new issue status rather than the whole list, so I have applied this little change. Probably could have be done in a better way :) ...

Also available in: Atom