Activity
From 2012-04-01 to 2012-04-03
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...
2012-04-01
-
23:33 Feature #3061: Let macros optionally match over multiple lines and ignore single curly braces
- There is no MACROS_RE = line on Redmine 1.3. Has anyone managed to make the plugin work with redmine 1.3?
thanks! -
19:45 Defect #10554: Defect symbols when exporting tasks in pdf
- This defect occurs in word breaks in UTF encoding.
This defect will be significantly reduced in 1.4.0
See Issue #10464 -
13:04 Feature #2647: Repository browsing shall respect ACLs in repository
- This patch is still relevant and necessary when doing fine grain subversion access control managed by Apache in redmi...
-
07:49 Defect #10578 (New): Test case test_index_grouped_by_date (documents_controller_test.rb) fails depending upon local timezone.
- The fixtures load the documents table with test data that specifies timezone on timestamps of +01:00. (Paris). This p...
-
07:40 Defect #10577 (New): Cannot get redmine to store datetimes as UTC into database
- Enabling the following setting in environment.rb seems to make no difference? Redmine continues to push datetimes int...
Also available in: Atom