Activity
From 2015-11-02 to 2015-11-04
2015-11-04
-
22:32 Defect #21139: Error in journal_details
- ...
-
20:08 Defect #21136: Issues API may disclose changeset messages that are not visible
- Jean-Philippe Lang wrote:
> The :repositories fixtures were missing in the test, and adding them made the test fail ... -
19:19 Defect #21136 (Resolved): Issues API may disclose changeset messages that are not visible
- Thanks for reporting this. The fix is committed in r14794.
The :repositories fixtures were missing in the test, and ... -
16:23 Feature #19097: Responsive layout for mobile devices
- +1 from me as well.
-
11:35 Feature #19097: Responsive layout for mobile devices
- +1 Bring it on!
-
16:08 Feature #12579: Ability to assign issues to multiple users
- +1 it is invaluable to have various people assigned to various roles, e.g.:
* Developer: Bob
* Reviewer: Fred
* ... -
13:14 Feature #21149 (New): Linking "Possible values" for List custom fields to another custom fields of same type.
- Hi,
I hope that this feature is not too complex to implement, and other redmine users should find it useful.
To p... -
13:10 Feature #1248: New Permission: Edit own issues
- Ronie Henrich wrote:
> * If a user belongs to a role with "Issues can be assigned to this role" enabled, having some... -
11:41 Feature #1179: Optionally allow Text and Long Text custom fields support wiki formatting
- Sorry if this is not the place to post but I can't see this feature having correctly been implemented in Redmine (old...
-
10:38 Feature #21148 (Closed): Remove "Latest Projects" from Home page
- In some of our Redmine installations where project list is fixed the "Latest Projects" box located on "Home" page is ...
-
09:48 Defect #20997: Redmine 3.1.1 API Rest and my account page
- Same problem, solved with your changed r14677, thanks!
-
06:55 Defect #21146 (Needs feedback): Roles Error
- See [[Submissions]].
-
06:46 Defect #21146 (Closed): Roles Error
- It seems that all the actions associated with roles occured a error. Futhermore ,for users who are not Manager even c...
2015-11-03
-
22:20 Feature #1248: New Permission: Edit own issues
- budo kaiman wrote:
> +1 to separate "Edit Reported Issues" and "Edit Assigned Issues".
* In regards to "Edit Repo... -
22:04 Feature #1248: New Permission: Edit own issues
- Adnan Topçu wrote:
> Leo Hourvitz's *edit_own_new_issues* is good idea.
> *edit_own_issues* is topic of this issue.... -
20:40 Feature #1248: New Permission: Edit own issues
- +1 to separate "Edit Reported Issues" and "Edit Assigned Issues".
-
20:33 Feature #1248: New Permission: Edit own issues
- Leo Hourvitz's *edit_own_new_issues* is good idea.
*edit_own_issues* is topic of this issue.
*edit assigned issues*... -
20:25 Defect #16881: Git: repository page crashes when non-ascii character in tag or branch name
- While the proposed patch might not be 100% correct in all cases, it is still way better than just running into a hard...
-
20:17 Defect #16881: Git: repository page crashes when non-ascii character in tag or branch name
- Mercurial test covers non ASCII tag and branch.
source:tags/3.1.1/test/unit/lib/redmine/scm/adapters/mercurial_adapt... -
20:12 Defect #21141 (Closed): Git tags and branches need to be UTF-8 encoded
- Duplicate of #16881.
Git tag and branch are not always UTF-8.
Redmine test git repository filename is latin-1.
I... -
20:00 Defect #21141 (Closed): Git tags and branches need to be UTF-8 encoded
- When shelling out and getting the list of git branches and tags to display in the repository navigation, the names ar...
-
20:02 Defect #21139 (Needs feedback): Error in journal_details
- See [[Submissions]].
-
17:03 Defect #21139: Error in journal_details
- i found record in table journal_details for last added record to issue 7815...
-
17:02 Defect #21139 (Closed): Error in journal_details
- i got Error 500 in one of issues
production.log:... -
19:47 Defect #13654: Can't set parent issue when issue relations among child issues are present
- +1
-
13:30 Feature #18934: Support LDAP Password Changing
- +1
Related to #5690 ? -
13:28 Patch #5690: Change LDAP password
- +1 Could be very useful.
-
11:08 Patch #21137 (Closed): Rescue network level errors with LDAP auth
- Right now, only a small number of possible error cases is rescue inside the AuthSourceLdap model are rescued, namely ...
-
11:00 Feature #2897: Tagging in Redmine
- +1
-
09:12 Defect #17795: No notification when failing to create issue from email
- See #13862
-
08:15 Defect #13924: Error when using views/issues/index.api.rsb in a plugin
- For *redmine 2.6*, i fixed it by changing one line in *redmine_root/config/initializers/10-patches.rb*
*Change thi... -
08:08 Defect #20811: long <pre> lines are missing from PDF export of wiki pages
- This problem fixed by rbpdf 1.18.7.
please bundle update. -
08:08 Defect #20591: PDF export does not determine picture (.png) height correctly
- This problem fixed by rbpdf 1.18.7.
please bundle update. -
06:48 Defect #20925 (Needs feedback): Tracker selection combo is not visible
- Redmine 2.5 is not maintained. Try on recent version.
-
06:25 Defect #20912 (Closed): First email notification isn't send to user
- Thank you for your feedback.
2015-11-02
-
22:44 Defect #21136 (Closed): Issues API may disclose changeset messages that are not visible
- The check to include related changesets in the single issue API view currently is done against the project of the iss...
-
17:18 Defect #21132 (Closed): create a plugin
- Please contact bitnami team.
-
16:53 Defect #21132 (Closed): create a plugin
- I am following the guide to install a plugin but in step
rails console
>> Poll.create ( : question = > " Can yo... -
17:00 Patch #21133 (Closed): Bulgarian translation
- Translated:
* field_default_version
* error_attachment_extension_not_allowed
* setting_attachment_extensions_allow... -
15:38 Defect #21013 (Needs feedback): Links not formatted in documents
- I think your Redmine uses markdown.
-
15:32 Feature #1694: eMail reminder on ticket overdue
- MISSING FROM PATCH FILE: You must also define _overdue_ language entries in your _locale_:
* mail_subject_reminder_o... -
14:25 Feature #1875: Issue filtering on author only uses members of project
- FTR:
Jean-Philippe Lang wrote at #4398#note-1:
> We can not list all users in this field, we need to change this fi... -
14:23 Feature #4398: Author Issue-filter only contains members even when non-members have 'create issue' permission
- Toshi MARUYAMA wrote:
> I close as duplicate of #4398.
Sorry, it is #1875. -
14:23 Feature #4398 (Closed): Author Issue-filter only contains members even when non-members have 'create issue' permission
- I close as duplicate of #4398.
-
13:11 Defect #20987 (Closed): "h3(#my_anchor). My title" does not work
- I removed this context.
* http://www.redmine.org/projects/redmine/wiki/RedmineTextFormatting/diff?utf8=%E2%9C%93&ver... -
12:42 Feature #21130 (Closed): Customize PDF Export
- Duplicate of #20896.
-
12:36
Feature #21130 (Closed): Customize PDF Export
- Hello,
Is there anyway to customize PDF before export it (add header and footer and remove the attachment name fil... -
07:07 Patch #21101: Add go-to action schema
- > Here you can find a tester for email markups offered by Google.
Please note that this may determine the markups ... -
07:05 Patch #21101: Add go-to action schema
- "Here":https://www.google.com/webmasters/markup-tester/ you can find a tester for email markups offered by Google.
-
06:57 Patch #21101: Add go-to action schema
- It won't work right away. You'll need to "register with Google":https://developers.google.com/gmail/markup/registerin...
-
06:01 Patch #21101: Add go-to action schema
- This is a great feature but I could not see "View issue" link on GMail (Redmine 3.1.1 + patch).
Is this works fine o...
Also available in: Atom