Activity
From 2012-02-11 to 2012-02-13
2012-02-13
-
23:31 Feature #10208 (Reopened): Estonian translation
- Here is a diff for version 1.4.0.
-
21:44 Feature #10230 (Closed): Add issue history markers for "watchers" starting or stopping
- In the issue history section, it would be useful to have a marker when someone starts or stops watching an issue.
... -
21:30 Defect #10229: Redmine help
- But then we could never unassign the issue.
-
20:37 Defect #10229: Redmine help
- Jean-Philippe Lang wrote:
> Default assignment is done on issue creation only.
I must confess I ignored that. Ma... -
19:48 Defect #10229 (Closed): Redmine help
- Fixed.
Etienne Massip wrote:
> Also please note that I set the Category to Website but it didn't auto-assigned th... -
19:13 Defect #10229 (Confirmed): Redmine help
-
16:21 Defect #10229: Redmine help
- Also please note that I set the Category to Website but it didn't auto-assigned the ticket to you??
-
16:19 Defect #10229: Redmine help
- Thanks, might be related to #10209.
-
16:14 Defect #10229: Redmine help
- I think the correct url is
http://www.redmine.org/projects/redmine/wiki/Guide -
16:13 Defect #10229 (Closed): Redmine help
- The the Help link don't work, It try to connect with the URL ...
-
21:09 Defect #10217 (Closed): Add 'expire_after => 10.minutes' in file session_store.rb. Can not login redmine.
- This is an undocumented Rails feature and I have no answer. But I'm pretty sure that it wouldn't do what you're expec...
-
08:12 Defect #10217 (Closed): Add 'expire_after => 10.minutes' in file session_store.rb. Can not login redmine.
- When I add 'expire_after => 10.minutes' in file session_store.rb and change my client machine in different time-zone ...
-
19:59 Defect #10218 (Resolved): Error when creating a project with a version custom field
- Fixed in r8865. Thanks for pointing this out.
-
16:20 Defect #10218: Error when creating a project with a version custom field
- It seems as if the error is related to Custom Fields for the projects.
After we deleted a custom field (data type v... -
09:17 Defect #10218 (Closed): Error when creating a project with a version custom field
- We have quite a few projects in out redmine install. If we try to add a new prject we get the following error.
<pr... -
18:18 Feature #1913: LDAP - authenticate as user
- I can confirm this is still working in production, and I painstakingly update this at every release. So far there was...
-
16:24 Feature #7079: Adding Holidays to Calendar
- Is it announcing good idea, right before there is any download to provide or is there any repository/download ur will...
-
13:37 Feature #7079: Adding Holidays to Calendar
- could you add some screenshot?
Thanks -
12:31 Feature #7079: Adding Holidays to Calendar
- We are proud to announce "Multi calendar plugin":/plugins/redmine_multi_calendar
-
16:14 Defect #10227 (Closed): ActiveRecord::SubclassNotFound (The single-table inheritance mechanism failed to locate the subclass: 'ScrumblerIssueCustomField'.
- There is no such "ScrumblerIssueCustomField" class in Redmine, this has to be a plugin issue.
-
15:34 Defect #10227 (Closed): ActiveRecord::SubclassNotFound (The single-table inheritance mechanism failed to locate the subclass: 'ScrumblerIssueCustomField'.
- Hi
I have migrated my Redmine 1.0.2 to 1.3.0. Everything was good,when i click to administration-Custom fields it... -
16:13 Defect #10089 (Closed): Bug in file attaching
- Il'ya Shakitko wrote:
> But Steven can reproduce it, i understand that Jean-Philippe Lang find this bug
Not exac... -
16:09 Defect #10089 (Reopened): Bug in file attaching
- But Steven can reproduce it, i understand that Jean-Philippe Lang find this bug
-
15:42 Defect #10228 (Closed): Redmine on FreeBSD from ports (1.3.1 don't work with RubyGems 1.8.x)
- FreeBSD have only one port of RubyGems - devel/ruby-gems. Its current version is 1.8.11 (ruby18-gems-1.8.11).
Redmin... -
13:26 Defect #8194: {{toc}} uses identical anchors for subsections with the same name
- Etienne Massip wrote:
> Anchor name could be preppend with parent title anchor.
I would like to +1 this.
And m... -
11:58 Feature #10225 (New): Email and role
- I think a good improvement are add the possibility in the core to send different s emails (with if's for the visualiz...
-
11:41 Feature #4796: Rails 3 support
- I rebased on r8864.
Changes:
* update Rails 3.2.1.
* rails-dev-tweaks supports Rails 3.2.
Git:
https://b... -
11:08 Feature #5638: Use Bundler (Gemfile) for gem management
- This is a full patch for r8864.
Changes:
SQLite3 1.2 on Windows Mingw Ruby 1.8.7 have problems.
https://www.chilipr... -
10:21 Defect #10206: Revision graph height does not change when window size changes
- It'll end with a @Event.observe(window, 'resize', ...)@, I guess.
Does every resizing needs a redraw?
2012-02-12
-
20:43 Defect #10053 (Resolved): undefined method `<=>' for nil:NilClass when accessing the settings of a project
- Thanks for the feedback.
-
19:22 Defect #10053: undefined method `<=>' for nil:NilClass when accessing the settings of a project
- After applying the patch the error vanished and no further misfunction detected.
This is resolved to me.
Thanks.
-
15:57 Defect #10053 (Confirmed): undefined method `<=>' for nil:NilClass when accessing the settings of a project
- You may have an inconsistent member (eg. member without roles) in your database and the sort method raises an error.
... -
15:25 Defect #10053: undefined method `<=>' for nil:NilClass when accessing the settings of a project
- Finally I tested it without plugins, and I get the same error.
Increasing log to debug did not help either. I just s... -
20:43 Defect #7920 (Resolved): Attempted to update a stale object when copying a project
- I couldn't reproduce but the error on @#reschedule_after@ should be fixed by r8864.
-
18:15 Defect #6776 (Closed): Weird link_to_if_authorized behavior
- User.allowed_to? should be used instead. #link_to_if_authorized does not work with string paths.
-
18:05 Feature #4559 (Closed): Add a version filter to the global issues view
-
18:05 Feature #4559: Add a version filter to the global issues view
- System shared versions were added to the filters of the cross project issue list in r3409.
-
17:42 Defect #10209 (Closed): Atom returns 500 error
- Fixed, a custom route for the wiki was breaking the feed.
Thanks for pointing this out. -
17:19 Defect #10209 (Closed): Atom returns 500 error
- ...
-
16:25 Defect #4787: Gannt to PNG - CJK (Chinese, Japanese and Korean) characters appear as ?
- Toshi MARUYAMA wrote:
> This is a patch using user preference.
I'm checked. I think this patch is better than my ... -
15:13 Feature #2416: {background:color} doesn't work in text formatting
- The following white list of styles is now allowed in text formatting (r8860): @color, width, height, border, backgrou...
-
12:40 Feature #2715: "Magic links" to notes
- Stéphane Gourichon wrote:
> #2715c14 .
+1: behaves as bugzilla
-
11:57 Feature #10208 (Closed): Estonian translation
- Committed in r8859.
-
11:56 Feature #10208 (Closed): Estonian translation
- Submitted by Kaitseministeerium.
-
11:37 Feature #9693 (Closed): support external url images in PDF
- Being able to make the Redmine server retrieve files from arbitrary urls is unsafe and I prefer that we stay away fro...
-
08:49 Feature #9693: support external url images in PDF
- Thank you for your reply.
Regards,
Murase -
07:35 Feature #9693: support external url images in PDF
- My concern is the case that external http server requires Basic Authentication (e.g. Apache .htaccess).
-
07:10 Feature #9693: support external url images in PDF
- Hi, Maruyama-san,
I would like to know the detail about "Supporting external url images has some considerations".
... -
11:29 Feature #10207 (Closed): Git: use default branch from HEAD
- Implemented in trunk r8855, r8856 and r8857.
-
07:07 Feature #10207 (Closed): Git: use default branch from HEAD
- https://www.chiliproject.org/issues/749
Redmine 1.3 uses "master" as git default branch.
You can change HEAD by... -
05:04 Feature #5332: Allow bulk edit of issues from different projects
- +1 very helpful (in particular for shared version)
-
01:24 Defect #10206 (Closed): Revision graph height does not change when window size changes
- This is Mercurial repository revision graph.
http://selenic.com/repo/hg
!hg.png!
2012-02-11
-
22:00 Defect #10205 (Closed): No button for new version if there is no opened versions
- trunk, r8854, the dialog for creating new issue:
If there is no defined versions or if none of the defined version... -
18:03 Defect #10179: Wiki diff crashes after upgrade from 0.8 to 1.3
- Jean-Philippe Lang wrote:
> Which new method?
I was thinking about source:trunk/lib/redmine/codeset_util.rb#L38 w... -
17:53 Defect #10179: Wiki diff crashes after upgrade from 0.8 to 1.3
- Etienne Massip wrote:
> BTW, couldn't we extend core by adding @String#to_utf8@ for 1.8 rather then declaring a new ... -
15:35 Defect #10204 (Closed): undefined method `env_table' for nil:NilClass
- Same as #4610 indeed.
-
14:59 Defect #10204 (Closed): undefined method `env_table' for nil:NilClass
- About your application's environment
Ruby version 1.8.7 (i686-linux)
RubyGems version 1.8.15
... -
14:06 Defect #7398 (Closed): Error when trying to quick create a version with required custom field
- Fixed in r8845. The full form is now displayed in a dialog box so you can fill the custom fields.
-
13:04 Defect #10181 (Closed): Issue context menu and bulk edit form show irrelevant statuses
- Fixed for 1.4.0.
-
12:54 Feature #6296: Bulk-edit custom fields through context menu
- Jean-Philippe Lang wrote:
> Comitted in r8824.
>
> Multiselect custom fields are not proposed since the context m... -
11:06 Defect #10198 (Closed): message_id regex in pop3.rb only recognizes Message-ID header (not Message-Id)
- Fix committed in r8842.
-
11:02 Defect #10199 (Resolved): No wiki section edit when title contains code
- Fixed in r8841.
Also available in: Atom