Project

General

Profile

Activity

From 2013-08-01 to 2013-08-03

2013-08-03

20:32 Patch #11898: Inheritable issue categories
Hi,
I found the bug and could fix it.
I also followed your advice and renamed inherit to inherit_categs.
I found s...
Serge Ballesta
19:51 Defect #14607: rake redmine:load_default_data Error
The same for me. This is the trace error:
$ sudo RAILS_ENV=production rake redmine:load_default_data --trace
** I...
Jimmy Shoes
12:39 Defect #14607: rake redmine:load_default_data Error
Redmine version 2.3.2 jun yang
12:34 Defect #14607 (Closed): rake redmine:load_default_data Error
Hi,when I install redmine,execute RAILS_ENV=production rake redmine:load_default_data,
Error:undefined method 'assoc...
jun yang
17:44 Patch #13400: Calculate %done based on estimated and logged time
This is a patch rebased to trunk r12075. Toshi MARUYAMA
16:53 Patch #13400: Calculate %done based on estimated and logged time
attachment:0001-patch.diff seems for trunk r9702.
I removed languages except en and de.
Toshi MARUYAMA
14:10 Defect #14598 (Closed): Wrong test with logger.info in model mail_handler
Committed in trunk r12073. Toshi MARUYAMA
12:38 Defect #14598: Wrong test with logger.info in model mail_handler
"logger.info" is always true.... Toshi MARUYAMA
07:44 Feature #1624: Issue merging
Hi team need your support to merge two tickets in Redmine .Is this available as a feature ?
Prompt response on th...
Tarun Kakkar
05:20 Patch #13747: Issue Colors Patch for #4967
So how do I install this please ? Anonymous
04:52 Defect #14557 (Closed): Error (stack level too deep) when creating new project
Thanks for the feedback. Mischa The Evil

2013-08-02

23:25 Patch #14606 (Closed): Internal error when copying an issue + on "my page" in block "assigned to me"
I stumbled upon an issue in the latest svn version of Redmine and have attached a small path for the problem. You mig... Mattanja Kern
14:00 Feature #6118: Filter by parent task or subtasks
+1 Artem Beloglazov
13:09 Defect #14557: Error (stack level too deep) when creating new project
redmine_my_page_queries 2.0.5 was causing the trouble.
Sorry :)
nikos korfiatis
11:11 Defect #14603 (Closed): Start Date and Due Date fields are empty even after inserting the valuess
I am using Redmine v2.3x, the start date and due date are returning empty date even if i submit correct values to it. Raghu GS
10:49 Feature #14602 (New): Assignee list should be (optionally) ordered by probability
It would be great to have the option to enable the following: most of our projects have lots of "read only" users, wh... Tobias Olry
05:20 Feature #14596: Change the week days to month days in Gantt view
Junhua Wang wrote:
> so we can easily find out the date in Gantt view.
I agree, that is currently pretty tough. N...
Mischa The Evil
05:15 Feature #14601 (New): Improve returned HTTP status code for requests for account/show
I noticed this behavior while reviewing #6688.
User _Miriam Blumenstein_ (id: 43592) is watching the issue. Clicki...
Mischa The Evil
04:48 Patch #6688 (Closed): Improvements for query-views of Calendar and Gantt
> * Retain action when applying custom query (changes partly incorporated from #6157)
This was fixed in r4909.
...
Mischa The Evil
03:56 Defect #6157 (Closed): Applying custom queries should not redirect away from calendar or gantt pages
Daniel Felix wrote:
> I'm currently not able to reproduce this. Anyone else can confirm this is fixed?
Yes, I can...
Mischa The Evil
02:43 Feature #12005: Mightful workflow field enhancement: hide
+1
> This is a show-stopping issue for client access.
Totally agreed. Or for corporate clients with mandates to...
Jeremy Bailey
02:42 Feature #11963: Hide the estimated times on issues for certain roles
+1
Also +1-ing #12005, since that seems more ambitious and will probably take longer to implement.
Jeremy Bailey

2013-08-01

22:28 Defect #14578: After an update from 1.4.3 to 2.3.2 german umlauts in custom fields are broken
UPDATE the relevant table and replace the values (don't know which table it is):
@UPDATE TABLE
SET COLUMN = REPLACE...
Jan Niggemann (redmine.org team member)
19:52 Feature #4221: Force passwords to contain specified character classes
>Can we implement any password generator with redmine?
* Implemented in "v2.4.0":http://www.redmine.org/versions/70 ...
@ go2null
18:13 Defect #13592: ActiveRecord::RecordNotUnique for git repository
I just ran into this issue. I fixed it by truncating the three 'changesets' tables in the redmine DB.
It can be ca...
Chris Routh
16:47 Feature #14599 (Closed): Support 16-bit depth PNG images in PDF export
Tried on latest version, RMagick installed, image attached to WIKI page, added as !image.png! and shown in page, but ... Pavel Samokha
15:34 Defect #14598: Wrong test with logger.info in model mail_handler
patch made against Redmine V1.2.1
if logger.info --> if logger.info?
Jérôme BATAILLE
15:33 Defect #14598 (Closed): Wrong test with logger.info in model mail_handler
Jérôme BATAILLE
15:16 Feature #13275: Add query parameters/filter for listing time entries via REST API
Any news regarding this one? Juozapis Juozapauskiksi
15:03 Defect #6575: start date being filled with current date even when blank value is submitted
I am facing this issue in Redmine 2.3x versiom. Raghu GS
12:00 Feature #14596: Change the week days to month days in Gantt view
... Junhua Wang
11:42 Feature #14596 (Closed): Change the week days to month days in Gantt view
so we can easily find out the date in Gantt view. Junhua Wang
11:33 Defect #14595 (Closed): CSV don't use filter for some users
Hello
Fisrt sorry for my bad english it's not my native language
I have a bug about CSV export with filters for...
Johan Guilbaud
10:36 Defect #14594 (Closed): Pictures in email notification
Toshi MARUYAMA
10:25 Defect #14594 (Resolved): Pictures in email notification
I'm sorry, pictures are displayed already.
It seems, the problem was with something other.
Tory Wolf
10:19 Defect #14594 (Closed): Pictures in email notification
Hello Redmine Team,
If I add a picture in the issue description, it won't be displayed in email body.
I guess, th...
Tory Wolf
09:56 Patch #14593: migrate_from_trac.rake, print out validation errors when doing save
Note, in my patch, I change this:

Time.fake(ticket.changetime) { i.save }
to:
unless i.save
In my patch ...
Craig Rodrigues
09:53 Patch #14593 (New): migrate_from_trac.rake, print out validation errors when doing save
In the migrate_from_trac.rake script,
the save method is called on several objects
to save them to the database. H...
Craig Rodrigues
09:30 Feature #13145: Update Security_Advisories to include latest rails vulnerabilities.
Mischa The Evil wrote:
> Can we close this issue by now?
Depends... Developers, what do you think:
Should vulnerab...
Jan Niggemann (redmine.org team member)
04:15 Feature #13145 (Needs feedback): Update Security_Advisories to include latest rails vulnerabilities.
Mischa The Evil
04:15 Feature #13145: Update Security_Advisories to include latest rails vulnerabilities.
Can we close this issue by now? Mischa The Evil
09:08 Feature #408: Assign a task to multiple users
+1 We're switching to Redmine from ClockingIT where it was possible to assign issue to multiple users. And it was a v... Dmitry Beloglazov
09:08 Patch #14592 (Closed): migrate_from_trac.rake does not properly parse First Name and Last Name
In migrate_from_trac.rake, there is this code:
name =~ (/(.*)(\s+\w+)?/)
fn = $1.strip
...
Craig Rodrigues
08:19 Feature #14574: "I don't want to be notified of changes that I make myself" as Default for all User
I have a feeling that this was already requested, but I can't find the issue right now...
Anyway, I'd like to that a...
Jan Niggemann (redmine.org team member)
07:41 Defect #14590 (Closed): migrate_from_trac.rake does not import Trac users, uses too short password
I was testing migrate_from_trac.rake and found that it was not importing the user database from trac.
I substituted ...
Craig Rodrigues
05:34 Patch #14588 (Closed): Add example on how to run a single test to documentation
Committed in trunk r12072, thanks. Toshi MARUYAMA
03:14 Patch #14588 (Closed): Add example on how to run a single test to documentation
A tiny[1] documentation update to add a new example on how to run a single test. The idea came up after seeing "OpenP... Mischa The Evil
04:44 Defect #14573 (Closed): I can not change the time of update in 'issues view'
Such an option is not implemented in the Redmine core. For sure not a defect. Closing as such.
If you'd want to ha...
Mischa The Evil
 

Also available in: Atom