Activity
From 2013-02-09 to 2013-02-11
2013-02-11
-
22:49 Defect #13119: custom_field_values are not reloaded on #reload
- Thank you very much - this fix the problem for me.
-
18:42 Defect #13119 (Closed): custom_field_values are not reloaded on #reload
- r11349 makes your tests pass. #reload now reloads custom_field_values which is needed when you create a custom_field ...
-
22:35 Defect #13118: a_issue.project.issue_custom_fields don't work always correct
- Yes, you are right! I have given that the a_issue.save do that already, but unfortunately not.
I have finished a f... -
18:49 Defect #13118 (Closed): a_issue.project.issue_custom_fields don't work always correct
- Thomas Kohler wrote:
> This means "a_issue.project.issue_custom_fields" and "Project.find_by_id(a_issue.project.id).... -
20:29 Feature #12822: Allow testing of javascript features
- Indeed, I changed the jenkins configuration without taking care of it. But still it failed with jruby1.7.2:
http://w... -
19:40 Feature #12822: Allow testing of javascript features
- Jean-Philippe Lang wrote:
> The form is now submitted after the preview but random failures still happen, eg:
> * h... -
19:32 Feature #12822: Allow testing of javascript features
- The form is now submitted after the preview but random failures still happen, eg:
* http://www.redmine.org/builds/lo... -
19:26 Patch #13121 (Closed): Context menu in issue view - add class name
- You already have a class for each custom field @cf_[id]@ on the li node. It was added in r11066 and will be available...
-
04:20 Patch #13121: Context menu in issue view - add class name
- I fixed it like this:
/app/views/context_menus/issues.html.erb... -
02:46 Patch #13121 (Closed): Context menu in issue view - add class name
- I definded an additional custom field that is shown in the context menu from the issue view. My custom field is a lis...
-
19:15 Defect #13127 (Resolved): h1 multiple lined titles breaks into main menu
- I've committed a different fix in r11351 to avoid the bottom-padding on the h1. Can you confirm it's OK?
-
15:43 Defect #13127 (Closed): h1 multiple lined titles breaks into main menu
- The fixed height on the #header makes header break down into the header, when Titles are long. In our company they ma...
-
19:07 Defect #13126 (Resolved): Issues list: estimated time vs. spent time formatting
- Fixed in r11350.
-
15:32 Defect #13126: Issues list: estimated time vs. spent time formatting
- Toshi MARUYAMA wrote:
> Do you mean "estimated time" should be 0.00 instead of 0.0?
Yes. "0.0" should be "0.00". Bu... -
14:36 Defect #13126: Issues list: estimated time vs. spent time formatting
- Do you mean "estimated time" should be 0.00 instead of 0.0?
-
14:20 Defect #13126 (Closed): Issues list: estimated time vs. spent time formatting
- As you can see in screenshot extract the estimated time and spend time are displayed in differently.
!issue_view_est... -
18:39 Feature #13124 (Closed): Add Gemfile.lock for production-ready deployment
- Already discussed in #10683.
-
14:21 Feature #13124: Add Gemfile.lock for production-ready deployment
- You're right. This and the database adapter and Gemfile.local things, probably too much for a target version.
We c... -
13:08 Feature #13124: Add Gemfile.lock for production-ready deployment
- How do we treat plugins?
Many plugins have own Gemfile. -
12:33 Feature #13124: Add Gemfile.lock for production-ready deployment
- I do agree, Bundler documentation itself stipulates that Gemfile.lock should be released.
-
11:26 Feature #13124 (Closed): Add Gemfile.lock for production-ready deployment
- It would be great to add a Gemfile.lock file so that bundler can use the --deployment flag to install Redmine on a pr...
-
17:21 Patch #12660: Consistent German translation for my page
- My suggestion:
* label_reported_issues: "Erstellte Tickets" - OK
* label_my_page_block: "Verfügbare Widgets" - We d... -
09:09 Patch #12660: Consistent German translation for my page
- Filou Centrinov wrote:
> DE:
> label_my_page: Dashboard <-- *No.* It's not german.
Well you're right, it's not a... -
16:44 Defect #13131 (Closed): Rack Vulnerability
-
16:31 Defect #13131 (Resolved): Rack Vulnerability
- Sorry you're right. I'm used to Gemfile.lock being in the repo but it's not here. Would an item on News be helpful to...
-
16:19 Defect #13131: Rack Vulnerability
- Redmine does not define rack version in Gemfile.
You need to run "bundle update". -
16:05 Defect #13131 (Closed): Rack Vulnerability
- Rack recently reported a vulnerability: http://rack.github.com/
I'm running Redmine 2.2.2 and @bundle show rack@ g... -
14:40 Feature #2677: Show "unread" items in the issue list
- +1
-
14:08 Feature #13123: Assigned default user
- You can define users depending on the categories. Do you know that?
-
11:22 Feature #13123 (Closed): Assigned default user
- Hi everybody,
I try to assigned group user by default but i fail.
Have you got a solution?
Thanks
Anthony -
13:29 Defect #1854: A full hyphen will result in broken characters in the exported csv
- "U+FF0D":http://www.fileformat.info/info/unicode/char/ff0d/index.htm has problem in "SJIS":http://en.wikipedia.org/wi...
-
11:11 Feature #1179: Optionally allow Text and Long Text custom fields support wiki formatting
- +1 for this feature :)
-
11:06 Feature #13122 (New): Customization of the attributes to be copied when using "copy issue"
- In project settings, it would be nice to be able to select the list of attributes to be copied when when using the "c...
-
08:52 Defect #2723 (Closed): Host name and path being mangled in mail
- "Mail" has replaced in Rails3 porting.
So, this issue is obsolete. -
05:58 Feature #1106: Embedded repository images in the wiki
- +1 This would be very nice.
I'm guessing the plans to include it upstream fell through the cracks some time ago th...
2013-02-10
-
23:46 Patch #1074 (Closed): Patch for #1072
- Thank you for your feedback.
-
18:20 Patch #1074: Patch for #1072
- This translation is obsolete. Please close issue.
Wrong translations. ex:... -
21:16 Defect #13118: a_issue.project.issue_custom_fields don't work always correct
- I will try it. But for now I'm using this method for workaround and detection:
'# Overrides Redmine::Acts::Custom... -
18:13 Defect #13118: a_issue.project.issue_custom_fields don't work always correct
- Works for me on my development environment. Can you provide a failing test?
-
17:35 Defect #13118 (Reopened): a_issue.project.issue_custom_fields don't work always correct
- This means "a_issue.project.issue_custom_fields" and "Project.find_by_id(a_issue.project.id).issue_custom_fields" giv...
-
21:09 Defect #13119: custom_field_values are not reloaded on #reload
- I hope this helps. Be aware I'm an ruby beginner ;o}
-
18:13 Defect #13119: custom_field_values are not reloaded on #reload
- Can you provide a failing test?
-
18:04 Defect #13119 (Closed): custom_field_values are not reloaded on #reload
- Sometimes this method gives an empty array but there are some custom field values in my case for "a_issue". A workaro...
-
21:08 Feature #6727: Add/remove issue watchers via REST API
- Jean-Philippe, this is Tony from FreedomSponsors.
This is just a reminder that you got USD 134 waiting for you for s... -
20:27 Patch #7851: Italian translation for 'issue'
- Hi there,
I have noticed this patch title while documenting myself about Redmine.
I am a native Italian and... -
19:07 Patch #7851: Italian translation for 'issue'
- This seems already be done. But there are two further translations left using the word "anomalia". ...
-
20:19 Patch #13120 (Closed): Translation in language selection
- Some listed languages are translated into English, some not. Could this list be more consistently? Wikipedia for exam...
-
18:51 Patch #6544: Dutch translations
- Close this issue. This issue is obsolete because not translated english phrases has been already translated.
-
18:45 Patch #12660: Consistent German translation for my page
- DE:
label_my_page: Dashboard <-- *No.* It's not german.
label_my_page_block: Widget Liste <-- *No.* It's not german... -
18:25 Feature #12822: Allow testing of javascript features
- Jean-Philippe Lang wrote:
> The capybara tests now run on the CI server, but there's an issue with @#test_preview_is... -
18:10 Feature #12822: Allow testing of javascript features
- Random failures still happen:
* http://www.redmine.org/builds/logs/build_trunk_sqlite3_ruby-1.9.3-p194_1170.html
* ... -
17:25 Feature #12822: Allow testing of javascript features
- The capybara tests now run on the CI server, but there's an issue with @#test_preview_issue_description@. All @#visit...
-
17:36 Patch #7482 (Closed): pt-BR: translate language
- Closing as obsolete.
> where is this file located in redmine?? may this is deprecated?
Redmine now uses JQuery ... -
15:46 Patch #7482: pt-BR: translate language
- Please close this issue and mark it as invalid because:
brasil.yml (=pt-BR.yml)
* many missing translations
* se... -
17:27 Defect #10173 (Closed): Private bugs are not visible to watchers
-
16:57 Defect #10173: Private bugs are not visible to watchers
- > Seems like duplicate for #8488
Indeed, it's duplicated. And unless the main contributors change their minds, the o... -
17:19 Defect #13060 (Closed): Fix macro call to {{sample_macro}} in [[Donors]] wiki page
- The behaviour depends on the macro implementation entirely. The macro that display the Donate button is not supposed ...
-
17:16 Feature #7159 (Closed): Bulk watch/unwatch issues from the context menu
- Feature added in r11339.
-
16:26 Feature #5990: Email notification should reflect user language setting
- Duplicate: #12413, #8147, #7312
Related to: #6409 (project language vs. user language) -
15:24 Feature #3130: Language and locale separation
- Close this issue, because it has been fixed.
For the start of the week you can choose between language dependency a... -
14:57 Defect #9967 (Closed): Russian: Wrong translation for filter operstor "is"
- Thanks.
-
14:52 Defect #9967: Russian: Wrong translation for filter operstor "is"
- Yes, it has been fixed. Please close issue.
-
14:37 Defect #9475: German Translation "My custom queries" and "Custom queries"
- +1 I agree. Two different german translations are quite irritating. Other languages (like en, fr, ru) have only one t...
-
11:57 Feature #13111: New setting to include the status changes in issue mail notifications subject
- IIRC it's the same with Lotus notes / Domino...
-
06:03 Patch #9359: invert project <-> repository relationship
- Anyone taken a stab at getting this working under 2.2.x yet?
-
03:47 Defect #980: "For all projects" custom queries
- Related to: #11940, #7935, #1811
Related also to #5522, because this solution may satisfiy everyone. In addition t... -
02:32 Defect #13116 (Closed): When setting Redmine to update the done % by status parent tasks should have the status update according to the done % of the child tasks and not the status. This is the default behavior when you just update by issue.
2013-02-09
-
18:31 Defect #12505 (Closed): Git: fetch_changesets returns a fatal error
- I have updated note-13 patch.
But I cannot accept this change.
Because revisions on *shared* repository should not ... -
15:11 Defect #12505: Git: fetch_changesets returns a fatal error
- I was facing the same problem on Redmine 2.2.2, came from 1.2.SOMETHING.
The patch from comment 13 solved the issu... -
17:50 Defect #13114 (Closed): Cannot login after upgrade
-
17:13 Defect #13114 (Resolved): Cannot login after upgrade
- Not a bug - incorrectly configured LDAP settings.
-
16:45 Defect #13114: Cannot login after upgrade
- I recently upgraded to the latest Redmine (2.2.2.stable.11336) with Ruby (1.8.7 (x86_64-linux)) and Rails (3.2.11). ...
-
15:49 Defect #13114: Cannot login after upgrade
- I am on RHEL 6 with PostgreSQL, running Apache and passenger.
-
15:48 Defect #13114 (Closed): Cannot login after upgrade
- Recently I patched my Ruby on Rails to 3.2.11 for Redmine 2.1.6. I have LDAP authentication for most of my users, ho...
-
14:56 Defect #13076 (Closed): Project overview page shows trackers from subprojects with disabled issue module
- Fixed in r11336.
-
14:40 Patch #13098 (Closed): Small datepicker improvements
- Committed in r11335, thanks.
-
08:42 Defect #3786 (Closed): Dropbox does not work when use it viewing file changes (Git)
- SCM routing is replaced in porting to Rails3.
So, this issue is obsolete. -
08:35 Feature #1233: change default homepage to My page
- Filou Centrinov wrote:
> Duplicate: #5232
> Related to: #664, #6464
Thank you for your pointing.
-
02:54 Feature #1233: change default homepage to My page
- Duplicate: #5232
Related to: #664, #6464 -
08:34 Feature #5232 (Closed): Show 'My page' after login
- As in #1233#note-20, this issue is duplicate with #1233.
-
06:55 Feature #6464 (Closed): Ability to set landing page after login
- Filou Centrinov wrote:
> Duplicate: #664
Thank you for your pointing. -
02:54 Feature #6464: Ability to set landing page after login
- Duplicate: #664
-
03:17 Feature #4823: Don't evaluate commit-message "refs, closes, ..." when adding a repository
- The fact that commit referencing keywords can be configured means that this can probably be closed.
-
03:05 Feature #1151: Open Links in New-Window
- FWIW: #3801#note-13 (note-13) contains a patch by Filou Centrinov.
-
02:33 Feature #3801: Links to external pages should get a target="_blank" attribute
- Fix:
/lib/redcloth3.rb... -
01:51 Feature #13108 (Closed): add "check all" & "uncheck all" at Project creation page
- Duplicates issue #5661 (which also has an old patch attached).
Also available in: Atom