Activity
From 2013-10-11 to 2013-10-13
2013-10-13
-
20:33 Defect #14964: No http(s) support in Subversion in redmine stack
- Looks very similar to #8823. You should try to run with log level set to debug to see the exact svn command that fails.
-
20:27 Feature #15018 (Closed): Description or help for trackers
-
20:25 Feature #9256 (Closed): Trackers have a description in addition to a name
-
20:24 Defect #15041 (Closed): Issues list bad ordering by Subject
- I guess you have a space before Cy... in the issue subject. If you edit the issue, you should see it.
Then you have ... -
20:20 Patch #15072: Optimization of issues journal custom fields display
- Sure your solution is more efficient.
Thanks ! -
12:05 Patch #15072 (Closed): Optimization of issues journal custom fields display
- I've committed r12217 which avoids much more of these cache hits, thanks for pointing this out.
-
14:39 Feature #7590: Different commit Keywords for each tracker
- Thanks for your feedback Ivan.
-
12:31 Feature #7590: Different commit Keywords for each tracker
- Yes, it works in source:/trunk@12218.
-
12:03 Feature #7590: Different commit Keywords for each tracker
- Ivan Cenov wrote:
> Tested source:/trunk@12215 without any plugins. Configuration: thin, Ruby 1.9.3, Windows 7. Exec... -
11:17 Feature #7590: Different commit Keywords for each tracker
- Tested source:/trunk@12215 without any plugins. Configuration: thin, Ruby 1.9.3, Windows 7. Executed 'rake db:migrate...
-
09:40 Feature #7590 (Closed): Different commit Keywords for each tracker
- Feature added in r12208.
-
13:21 Defect #14986 (Closed): 500 error when viewing a wiki page without WikiContent
- It looks like there's no WikiContent for this page. I have no clue on why this happened but the error is fixed in r12...
-
13:19 Revision 12220 (svn): Fixed that viewing/editing a wiki page without WikiContent raises an error (#14986).
-
12:39 Defect #14991: Lots of extra br's before each table
- Here is what I get with the default Redmine formatter, no BR:...
-
12:36 Defect #15039: Custom fields in spent time details are not shown
- Works fine for me. Any plugins installed?
-
12:32 Defect #15044 (Closed): Patch for giving controller_issues_edit_after_save api hook the correct context
- You're right about this, patch committed in r12219.
Note that your patch broke a few tests with a @undefined local... -
12:31 Revision 12219 (svn): Fixed that controller_issues_edit_before/after_save hooks have no controller context (#15044).
- Patch by Jordan Hollinger.
-
12:08 Defect #15050 (Closed): redmine:migrate_from_mantis fails to migrate projects with all upper case name
- This should be fixed in r12218, thanks for pointing this out.
-
12:07 Revision 12218 (svn): Fixed that redmine:migrate_from_mantis fails to migrate projects with all upper case name (#15050).
-
12:04 Revision 12217 (svn): Avoid lots of CustomField.find_by_id calls when displaying an issue history with custom fields (#15072).
-
12:03 Revision 12216 (svn): Fixed that non array commit_update_keywords raises an error (#7590).
-
10:42 Patch #15073 (Closed): list custom fields : multiple select filter wider
- Committed in r12215, thanks.
-
10:42 Revision 12215 (svn): List custom fields fielters: multiple select filter wider (#15073).
- Patch by Jérôme Bataille.
-
10:28 Defect #14977 (Closed): Internal Server Error while uploading file
- Merged.
-
10:28 Revision 12214 (svn): Merged r12202 (#14977).
-
10:27 Defect #14960 (Closed): migrate_from_mantis.rake does not import Mantis users, uses too short password
- Merged.
-
10:27 Defect #14902 (Closed): Potential invalid SQL error with invalid group_ids
- Merged.
-
10:27 Revision 12213 (svn): Merged r12162 from trunk (#14902).
-
10:26 Patch #14592 (Closed): migrate_from_trac.rake does not properly parse First Name and Last Name
- Merged.
-
10:26 Revision 12212 (svn): Merged r12164 from trunk (#14592).
-
10:25 Defect #14590 (Closed): migrate_from_trac.rake does not import Trac users, uses too short password
- Merged.
-
10:24 Revision 12211 (svn): Merged r12163 from trunk (#14590, #14592).
-
10:24 Defect #7335: Sorting issues in gantt by date, not by id
- I think note 36 patch need to check in version:2.4.0.
-
10:02 Defect #7335: Sorting issues in gantt by date, not by id
- 2.4 feature freeze
-
10:22 Feature #14397: Gantt sorting as a configurable setting
- I think this feature need to include in version:2.4.0 because #7335 changed sorting.
-
10:02 Feature #14397: Gantt sorting as a configurable setting
- 2.4 feature freeze
-
10:19 Patch #13460 (Closed): All translations: RSS -> Atom
- r11654 changed all translations.
-
10:02 Patch #13460: All translations: RSS -> Atom
- 2.4 feature freeze
-
10:14 Defect #14361: Mercurial commit ids are short (12 digits) on database
- OK no problem, thanks.
-
10:13 Defect #14361: Mercurial commit ids are short (12 digits) on database
- My patch breaks some tests and need to add more tests.
-
10:11 Defect #14361: Mercurial commit ids are short (12 digits) on database
- Jean-Philippe Lang wrote:
> Toshi, should we commit this for 2.4.0?
Sorry, I don't have a time. -
10:02 Defect #14361: Mercurial commit ids are short (12 digits) on database
- Toshi, should we commit this for 2.4.0?
-
10:14 Defect #13762: SCM auto status change bypassses roles and permissions
- The root problem should be fixed by r4823 which disables issue updates when importing old commits. The requested opti...
-
10:02 Defect #14038: Ordered/unordered lists inside table cell are mangled
- 2.4 feature freeze
-
10:02 Feature #12816: Filter issues by progress state
- 2.4 feature freeze
-
10:02 Feature #12032: Collapsible Sidebar
- 2.4 feature freeze
-
10:02 Feature #10525: A new button to hide/show the sidebar
- 2.4 feature freeze
-
10:02 Defect #6523: Sort order doesn't treat german "umlaute" correct in user listing
- 2.4 feature freeze
-
10:02 Feature #3129: Previews should include status changes
- 2.4 feature freeze
-
10:00 Patch #14767 (Closed): More CSS classes on various fields
-
09:59 Defect #15113 (Closed): The mail method should return a Mail::Message
- The patch broke a test. I've fixed it and added a test in r12210, thanks.
-
09:58 Revision 12210 (svn): Fixed that the mail method should return a Mail::Message (#15113).
-
09:41 Feature #4911: Multiple issue update rules with different keywords in commit messages
- > keywords should also be configurable for each queue (to Jean-Philippe Lang's post 2 days ago another row containing...
-
09:39 Revision 12209 (svn): Migrate settings according to r12208 (#7590).
-
09:37 Revision 12208 (svn): Ability to define commit keywords per tracker (#7590).
-
08:45 Feature #15114 (Needs feedback): Ability to review files attached to wikis using windows tools like picture viewer
- Redmine can only interact with the browser it is running in.
Your idea, although I don't fully understand it (wiki l... -
04:29 Feature #15114 (Closed): Ability to review files attached to wikis using windows tools like picture viewer
- I have been promoting and using redmine, and would like to suggest an important feature.
Each project and wiki has... -
06:28 Patch #14593: migrate_from_trac.rake, print out validation errors when doing save
- Here is another version of the patch. This patch does not depend on #14567
and just adds more verbose error message...
2013-10-12
-
14:19 Defect #15113 (Closed): The mail method should return a Mail::Message
- The overwritten _mail_ method (_ActionMailer::Base_) in source:trunk/app/models/mailer.rb should return a _Mail_ obje...
-
13:11 Defect #15057 (Reopened): Can't change status from new if project have no members
- to project write admin of redmine (it may be project for admin only)
I think where project is opening it default ... -
05:59 Defect #15057 (Closed): Can't change status from new if project have no members
- Jan Niggemann wrote:
> [...] Who would write issues if the project has no members?
That would be either a non mem... -
12:32 Defect #15105 (Closed): Redmine::Helpers::Diff missing require
- Committed in trunk r12206, thanks.
-
04:58 Feature #1845 (Closed): Add New Wiki formatting Item
- Mischa The Evil wrote:
> [...] This commit remains to be documented though. [...]
Documentation added to [[Redmin... -
04:22 Defect #15110 (New): Wiki annotate is showing wrong versions in which lines were last changed
- I haven't tested this personally; I only observed the issue on redmine.org and thought it might be good to report it....
2013-10-11
-
20:15 Feature #11087: Calculate Total Time Spent on Parent Issue
- I don't see this working in 2.3.2 stable - am I missing a config setting or something? I do not believe so...
Spe... -
19:31 Feature #11087: Calculate Total Time Spent on Parent Issue
- I don't see this working in 2.3.2 stable - am I missing a config setting or something? I do not believe so...
Spe... -
19:37 Revision 12207 (svn): remove unneeded "require 'diff'" from WikiController (#15105)
-
19:37 Revision 12206 (svn): add missing "require 'diff'" to Redmine::Helpers::Diff (#15105)
- Contributed by Felix Bünemann.
-
19:37 Revision 12205 (svn): add unit test of Redmine::Helpers::Diff (#15105)
-
16:36 Feature #1176: Recurring Tasks
- +1 to have this part of the core!
-
15:01 Feature #11907: Custom Field Version (Locked/Open)
- +1
We have a custom field "fixed versions" multivalued. All the versions are displayed even if the version is clos... -
14:31 Defect #15105: Redmine::Helpers::Diff missing require
- But it is a Monkey-Patch to the Array class, so how does autoloading help? We're not using the RedmineDiff::Diff clas...
-
10:55 Defect #15105 (Needs feedback): Redmine::Helpers::Diff missing require
- Felix Bünemann wrote:
> This can be reproduced by changing the description of an issue and then clicking on the diff... -
14:21 Feature #15108 (Closed): New Ipos means we need to run ssr tests on old CLI (13A-14A) and New CLI in the portal.
- Wrong tracker / wrong website.
-
13:22 Feature #15108 (Closed): New Ipos means we need to run ssr tests on old CLI (13A-14A) and New CLI in the portal.
- With the introduction of the New IPOS cli which makes ssr cli similar to juniper CLI, by removing ManagedElement and ...
-
11:36 Defect #14216 (Closed): getting Internal error
- User hasn't logged in since bug report on 2013-06-05, no feedback, closing.
-
11:36 Feature #14725 (Closed): dashboard for monitoring and controlling
-
09:43
Feature #15107 (Closed): Add a permission option to view estimated hours
- We're sharing Redmine with our customers.
In our workflow, developers are ought to set "Estimated hours" field when ...
Also available in: Atom