Activity
From 2012-04-02 to 2012-04-04
2012-04-04
-
23:37 Feature #10603: Ticket subject update notification should be more readable
- It would be even better if i have variables for this text string which i can use in any email template which can be c...
-
15:00 Feature #10603 (New): Ticket subject update notification should be more readable
- When changing the subject of a ticket the notification E-Mail contains e.g. this:
Subject changed from Create a Ph... -
22:58 Feature #2829: Ability to set default search filter for Issues
- +1
-
22:56 Feature #4383: Search Names of Files Attached to Issues
- +1
-
20:25 Defect #10605 (Closed): Bulk edit selected issues does not allow selection of blank values for custom fields
- I've added an "Attention" custom field for issues which is a "user" type that is not required (no user selected allow...
-
16:17 Patch #5690: Change LDAP password
- I'm struggling with trying to port the patch to version 1.3.
Does anybody have an insight? I would appreciate some h... -
16:17 Defect #10547: Editing Ticketname and Description possible with some bug
- rofl
sorry!
i didnt see this link yet ;D
i already read about it but never found it ...
and i was irritated c... -
11:51 Defect #10547: Editing Ticketname and Description possible with some bug
- Think you could already edit the topic and description fields by using the "more" link.
-
09:43 Defect #10547: Editing Ticketname and Description possible with some bug
- sorry for "assigning you" but i really think this is "kind of" security bug.
maybe you can test it:
-open a ticke... -
15:40 Feature #10604 (New): Roles and projects
- I think it is interesting to add an option to have available in the project only the profiles that have enabled the a...
-
14:25 Defect #10554 (Closed): Defect symbols when exporting tasks in pdf
- I committed in trunk r9312 and 1.3-stable r9322, thanks.
-
14:06 Defect #10602 (Closed): Attachment link has get parameter :class
- Attachments links (at bottom page) has links same: http://redmine.local/attachments/download/1/image.jpg?class=icon+i...
-
12:52 Feature #10601 (Closed): Ability to force issues to be created with the default status
- Let's assume we have a status called "New" - default status, and "In Progress" status. In workflow we have a configur...
-
11:58 Defect #10600 (Confirmed): Watchers search generates an Internal error
- Blocker.
-
10:54 Defect #10600 (Closed): Watchers search generates an Internal error
- When somebody try to search a user to add in watchers list, he take @Internal error@....
-
08:54 Defect #10593: Error: 'incompatible character encodings: UTF-8 and ASCII-8BIT' (old annoing issue) on ruby-1.9.3
- This error happen on ruby-1.8.7 too, when I try to edit affected custom field. CustomFieldsController#edit
Which vers... -
04:15 Defect #10598 (Closed): wrong email setting in configuration.yml preventing redmine server from starting
- The user help link:
http://www.redmine.org/projects/redmine/wiki/EmailConfiguration
gives wrong description and e...
2012-04-03
-
23:13 Feature #6965: Option to Copy Subtasks when copying an issue
- +1!!
Great plugin Tiemo, thanks a lot! I was looking for something like this long time ago!
One thing: it doesn... -
22:13 Feature #6965: Option to Copy Subtasks when copying an issue
- +1
-
22:51 Feature #10597 (New): Redmine.pm cannot rename repo.
- As it is not possible to change the project identifier in Redmine, it is impossible to change the repo location and s...
-
19:50 Defect #10590 (Confirmed): WikiContent::Version#text return string with #<Encoding:ASCII-8BIT> when uncompressed
-
15:21 Defect #10590: WikiContent::Version#text return string with #<Encoding:ASCII-8BIT> when uncompressed
- Potential release blocker.
Aside note: as explained above, required @pg@ gem version should be raised to prevent #6941. -
11:49 Defect #10590: WikiContent::Version#text return string with #<Encoding:ASCII-8BIT> when uncompressed
- Updated pg gem to pg (0.13.2) do not solve it....
-
11:29 Defect #10590: WikiContent::Version#text return string with #<Encoding:ASCII-8BIT> when uncompressed
- Might be tied to #6941; I just saw I had this old issue back and that upgrading @pg@ gem to latest version in @Gemfil...
-
11:08 Defect #10590: WikiContent::Version#text return string with #<Encoding:ASCII-8BIT> when uncompressed
- Not PostgreSQL exactly.
DB return byte-array. Rails interpretate column (t.column :data, :binary) in string context ... -
10:58 Defect #10590: WikiContent::Version#text return string with #<Encoding:ASCII-8BIT> when uncompressed
- It seems acts_as_versioned or PostgreSQL problem.
-
10:38 Defect #10590: WikiContent::Version#text return string with #<Encoding:ASCII-8BIT> when uncompressed
- Patch is (in attachment):...
-
10:31 Defect #10590: WikiContent::Version#text return string with #<Encoding:ASCII-8BIT> when uncompressed
- Sorry, in description "postgresql 8.4.11".
-
10:27 Defect #10590: WikiContent::Version#text return string with #<Encoding:ASCII-8BIT> when uncompressed
- What database do you use?
mysql1 has problems on Ruby1.9.
You need to use mysql2 instead of mysql1.
source:trunk/G... -
10:16 Defect #10590 (Closed): WikiContent::Version#text return string with #<Encoding:ASCII-8BIT> when uncompressed
- * ruby 1.9.3p125
* postgresql 8.4.11
* rails 2.3.14
* redmine trunk
Wiki history compression: *none*... -
17:39 Patch #10470: Efficiently process new git revisions in a single batch
- Jeremy Bopp wrote:
> Toshi MARUYAMA wrote:
> > Jeremy Bopp wrote:
> > > Toshi MARUYAMA wrote:
> > > > I committed... -
17:35 Patch #10470: Efficiently process new git revisions in a single batch
- Toshi MARUYAMA wrote:
> Jeremy Bopp wrote:
> > Toshi MARUYAMA wrote:
> > > I committed r9311.
> > > "git log --re... -
17:26 Patch #10470: Efficiently process new git revisions in a single batch
- Jeremy Bopp wrote:
> Toshi MARUYAMA wrote:
> > I committed r9311.
> > "git log --reverse" and "hg log -r lesser:gr... -
16:41 Patch #10470: Efficiently process new git revisions in a single batch
- Toshi MARUYAMA wrote:
> I committed r9311.
> "git log --reverse" and "hg log -r lesser:greater" return parents firs... -
10:16 Patch #10470: Efficiently process new git revisions in a single batch
- Jeremy Bopp wrote:
> # The initial import of a new repository
> #* Solution: Do that during server downtime.
Yes.
... -
05:30 Patch #10470: Efficiently process new git revisions in a single batch
- I apologize for this very lengthy note in advance, but I feel the need to be thorough here because we seem to be misc...
-
00:42 Patch #10470: Efficiently process new git revisions in a single batch
- Jeremy Bopp wrote:
> Toshi MARUYAMA wrote:
> > About memory consumption,
> > I agree Gergely's #8857 "note-50":htt... -
17:15 Patch #9359: invert project <-> repository relationship
- Thank you Jens,
I have found this patch invaluable and have updated the patch against redmine-1.3-stable r9308 for... -
16:14 Feature #1554: Private comments in tickets
- +1
-
15:21 Defect #10593 (New): Error: 'incompatible character encodings: UTF-8 and ASCII-8BIT' (old annoing issue) on ruby-1.9.3
- Potential release blocker.
-
13:58 Defect #10593 (Closed): Error: 'incompatible character encodings: UTF-8 and ASCII-8BIT' (old annoing issue) on ruby-1.9.3
- My instance Redmine was gradually upgraded from 0.7 and older.
When I upgrade to ruby-1.9.3, some projects issues li... -
14:34 Defect #10591 (Closed): Dutch "label_file_added" translation is wrong
- I committed fixing "label_file_added" in trunk r9313 and 1.3-stable r9314.
I rebased note-6 yaml to trunk and commit... -
13:59 Defect #10591: Dutch "label_file_added" translation is wrong
- Editted the 1.3.2 version of @nl.yml@.
Includes the changes that were not editted from earlier releases. -
13:21 Defect #10591: Dutch "label_file_added" translation is wrong
- In the dutch language file of version 1.3.2 please change:
Located on line 402.... -
12:43 Defect #10591: Dutch "label_file_added" translation is wrong
- Already in, since version 0.8.7.
Will upgrade this afternoon on local version to see if this is also in 1.3.2. -
12:25 Defect #10591 (Closed): Dutch "label_file_added" translation is wrong
- Using: Redmine 1.1.3.stable.5674 (MySQL)
In the accompanying screenshot "Bericht toegevoegd" (which means: message... -
14:32 Feature #4050: Ruby 1.9 support
- Please, add to related issue #10593
-
13:22 Feature #10592 (Closed): Ability to Sync with Mac OS X Address Book Server via Carddav
- It would a very nice feature if redmine could have the feature:
- Sync with Mac OS X Address Book Server(ABS) ( pe... -
12:55 Defect #10554: Defect symbols when exporting tasks in pdf
- I'm sorry. This problem is caused by #8310.
I mistook logic of automatic line break with UTF-8 multibyte character.
... -
12:10 Defect #10537: Several tables do not have a primary key...indirectly causes problems with PostgreSQL in Rails 2.3
- Just as a postscript for this issue, I have further altered the database transfer script to work around the original ...
-
10:07 Patch #9697: Projects list with progress
- related to #3224
-
10:06 Feature #3224: Better project list
- +1
Might be related as well: #9697
-
06:28 Defect #10589 (New): Auto change my account by another one
- I'm facing a redmine problem as following:
I logged on redmine by my account and do some actions (as show repository... -
05:00 Feature #10117: 'Permission - Project - Manage Groups' required
- see this "plugin"://github.com/lamps/redmine_group_assignee
right?
have a good time :) -
01:20 Patch #10587 (Closed): Japanese translation update
- Committed in trunk r9310, thanks.
-
01:19 Patch #10586 (Closed): Bulgarian translation (r9308)
- Committed in trunk r9309, thanks.
-
00:56 Defect #8990 (Closed): Git: Error when fetching changesets
-
00:56 Defect #8990: Git: Error when fetching changesets
- As I described at #10470 "note-13":http://www.redmine.org/issues/10470#note-13 ,
revision column and it is unique.
...
2012-04-02
-
23:53 Patch #10470: Efficiently process new git revisions in a single batch
- Toshi MARUYAMA wrote:
> About memory consumption,
> I agree Gergely's #8857 "note-50":http://www.redmine.org/issues... -
17:32 Patch #10470: Efficiently process new git revisions in a single batch
- About memory consumption,
I agree Gergely's #8857 "note-50":http://www.redmine.org/issues/8857#note-50 .
> So the '... -
16:02 Patch #10470: Efficiently process new git revisions in a single batch
- I'm not sure if the response was for my note of concern regarding the way the the revisions method was being used or ...
-
23:37 Patch #10587 (Closed): Japanese translation update
- Translated "label_search_for_watchers".
-
21:27 Defect #10575: Uploading of attachments which filename contains non-ASCII chars fails with Ruby 1.9
- I did not reproduce with Ruby 1.8.7.
-
19:59 Patch #10586 (Closed): Bulgarian translation (r9308)
- Here it is attached.
-
18:20 Defect #8990 (Reopened): Git: Error when fetching changesets
-
18:20 Defect #8990: Git: Error when fetching changesets
- Got same error as above on a working repository with redmine version 1.3.1 after some pushes on the git server.
Below... -
18:10 Feature #6049: Option to search archived projects
- +1
Any update on this? -
18:06 Patch #10585 (Closed): German translation update
- Committed in trunk r9308, thanks.
-
17:11 Patch #10585 (Closed): German translation update
- i dont know how to comit on my own.
I am new to this repository stuff.
But i downloaded the de_yml file and added s... -
16:55 Feature #1710: ability to change the query that displays "Issues Assigned to me" on the My Page
- +1
-
16:53 Patch #10584: Japanese translation update
- i cant find information about helping to translate
can i help to translate anything into german?
Edit:
I downloaded ... -
16:34 Patch #10584 (Closed): Japanese translation update
- Committed in trunk r9306, thanks.
-
15:25 Patch #10584 (Closed): Japanese translation update
- Translated 14 new strings.
-
13:19 Defect #10583 (New): JSON property key for assignee is not unique in REST_API
- When using the JSON-based version of the Redmine REST API for CRUD operations of issues, the JSON key for the assigne...
-
12:10 Defect #10567: Revisions page "OK" button always returns 404 error
- Toshi MARUYAMA wrote:
> Because 1.3-stable has no bug.
> This bug is due to explicit route r8162 and multiple repos... -
12:04 Defect #10567: Revisions page "OK" button always returns 404 error
- pasquale [:dedalus] wrote:
> Why target version has deleted? It's intentional?
Because 1.3-stable has no bug.
Th... -
11:22 Defect #10567: Revisions page "OK" button always returns 404 error
- Guess that it was removed because it was a devel issue and not a change between 2 versions and thus doesn't need to a...
-
11:07 Defect #10567: Revisions page "OK" button always returns 404 error
- Why target version has deleted? It's intentional?
-
08:01 Defect #10567 (Closed): Revisions page "OK" button always returns 404 error
- Fixed by r9299.
Redmine revision page does not support branch name.
Because revision page reads only database and... -
11:26 Patch #10582 (Closed): When creating poject assign members automatically to it
- In my company I had a request to found a plugin for redmine in order to solve a problem like this one : http://www.re...
-
09:32 Defect #10581 (Resolved): Problems with the polish
-
08:40 Defect #10581: Problems with the polish
- Sorry but in this Redmine the code are ok, my bbdd is utf8_bin, what is this bbdd code configuration ?
Thanks -
08:39 Defect #10581 (Closed): Problems with the polish
- When I try to write a Text in polish for example:
Wyjdziesz wreszcie z tunelu. Ociekający woda, zabłocony, siądziesz...
Also available in: Atom