Project

General

Profile

Activity

From 2014-05-01 to 2014-05-03

2014-05-03

13:27 Defect #16798 (Closed): Custom field - list type - checkboxes - unchecking all - does not save
Unchecking all checkboxes on a custom field type 'list' shown as 'checkboxes', does not update the issue itself.
E...
Andy Puettmann
09:38 Feature #3870: Add "spoiler" or "cut" element to wiki markup
+1 Dev Full stack
07:33 Defect #16593 (Needs feedback): Unable to change issue status while updating issue in version 2.4.2
See [[SubmittingBugs]]. Toshi MARUYAMA
01:51 Defect #16795: Member#destroy triggers after_destroy callbacks twice
https://github.com/redmine/redmine/blob/master/app/controllers/members_controller.rb... Islam Azab
01:48 Defect #16795 (Closed): Member#destroy triggers after_destroy callbacks twice
The callback 'after_destroy' for Member is called twice when deleting a member due to the following lines
https://gi...
Islam Azab
00:11 Feature #3177: Add "Check for updates" functionality to installed plugins
As this issue is still planned for v2.5.2 I'd like to point out issue #16794 to you as it seems that the plugin check... Tobias Fischer
00:09 Defect #16794 (New): plugin update check not working correctly
hey,
I've latest redmine 2.5.1 installed with several plugins.
I tried plugin update check, but the result wasn't...
Tobias Fischer

2014-05-02

22:07 Defect #16793 (Closed): Redmine reports internal error after logging time when "Start Calendars On" display setting is set to "Based on user's language"
When attempting to log time against an issue, we were seeing Internal Server errors. The follow call stack appeared i... Ryan Sparkes
19:01 Feature #664: User can choose what page he want's to be Start page
+1 Really needed Vinicius Ferreira
17:24 Defect #16784 (New): Notifications not sent when receiving emails with rake task and async deliveries
Toshi MARUYAMA
17:19 Defect #16784: Notifications not sent when receiving emails with rake task and async deliveries
I downloaded the file from the revision : http://www.redmine.org/projects/redmine/repository/revisions/13123/entry/tr... JEREMY LEGRAND
16:33 Defect #16784: Notifications not sent when receiving emails with rake task and async deliveries
r13123 have not *merged* to 2.5-stable yet.
Try this patch to your Redmine.
Toshi MARUYAMA
16:25 Defect #16784: Notifications not sent when receiving emails with rake task and async deliveries
Hi,
I updated the file email.rake and the notifications still don't work.
I restarted all my server, I use "bundl...
JEREMY LEGRAND
09:07 Defect #16784 (Resolved): Notifications not sent when receiving emails with rake task and async deliveries
This should be fixed by r13123. Jean-Philippe Lang
15:27 Patch #14318: Watchers Alerted To Changes But Cannot See Issues (potentially)
Jean-Baptiste Barth closed the pull request on GitHub; however, no note here even though I referenced the ticket on G... Brett Patterson
14:24 Defect #16791 (Closed): Can't run on Ubuntu 14.04 LTS and Apache 2.4
Please use forum for technical questions. Toshi MARUYAMA
14:15 Defect #16791 (Closed): Can't run on Ubuntu 14.04 LTS and Apache 2.4
The message I've got in logs is
_[Fri May 02 14:10:50.675430 2014] [cgi:error] [pid 5290] [client 127.0.0.1:46347]...
Jakub Derdziak
14:04 Feature #16552 (Closed): Compatibility with CKEditor
Please contact plugin author. Toshi MARUYAMA
13:04 Feature #12097: Multi Thread Support
Please disregard previous patch file and consider this one for Rails 4 threadsafe implementation. Christopher Mann
10:11 Feature #12097: Multi Thread Support
Please disregard previous file.
The current attached file has changes to about 20 files. This is Numa's correct Di...
Christopher Mann
10:15 Defect #16559: Project custom fields (boolean) doesn't update correctly
Works for me with 2.5-stable.
I've created a project, created a boolean custom field then went back to project set...
Jean-Philippe Lang
10:09 Defect #16564 (Resolved): Repository identifiers can be reserved words
Committed in r13127, thanks. Jean-Philippe Lang
10:08 Defect #16585 (Closed): REST API: ?include=memberships,groups does not deliver values
Works fine for me. In order to get the groups, you need to call the API with admin credentials. Jean-Philippe Lang
09:56 Defect #16619 (Resolved): Mailer.token_for generates invalid message_id when using from address with full name
Fixed in r13126, thanks for pointing this out. Jean-Philippe Lang
09:38 Patch #16700 (Resolved): Blank content type for attachments attached via Ajax file upload
Committed in r13125, thanks. Jean-Philippe Lang
09:34 Feature #16727 (Closed): redmine ldap sync plugin should allow syncing a particualr user
Please, no plugin requests here in the Redmine issue tracker. Jean-Philippe Lang
09:33 Defect #16755 (Resolved): Field set as read-only still available in the issues list context menu
The field shows up in the context menu but the update would not work anyway.
This is fixed in r13124, thanks for poi...
Jean-Philippe Lang
09:09 Defect #16767 (Closed): text replaced with question mark
This is the Textile syntax for acronyms:... Jean-Philippe Lang
08:57 Patch #16781 (Resolved): Crash in markdown formatter causes ruby process to end
Committed in r13122, thanks. Jean-Philippe Lang

2014-05-01

16:15 Patch #16685: Introduce the request_store gem to hold User.current and prevent data leakage in error messages
Thanks, it was just my personal opinion; it may be safer than adding a new gem which might itself contain some securi... Etienne Massip
15:40 Patch #16685: Introduce the request_store gem to hold User.current and prevent data leakage in error messages
OK. I have reverted 2.4-stable and 2.5-stable revisions. Toshi MARUYAMA
15:27 Patch #16685: Introduce the request_store gem to hold User.current and prevent data leakage in error messages
Sure but this is not a security fix, only a potential fix (which from my very personal pov may be a bit of overkill s... Etienne Massip
15:22 Patch #16685: Introduce the request_store gem to hold User.current and prevent data leakage in error messages
We usually upgrade Rails version for security fix in minor release.
And r13110 does not change application behaviors.
Toshi MARUYAMA
15:13 Patch #16685: Introduce the request_store gem to hold User.current and prevent data leakage in error messages
I meant request store, not mocha. This should be handled by RoR, not by a specific dependency. Etienne Massip
15:07 Patch #16685: Introduce the request_store gem to hold User.current and prevent data leakage in error messages
Etienne Massip wrote:
> Is it really useful to add a new runtime dependency?
mocha is in "test" group.
> Wouldn'...
Toshi MARUYAMA
14:52 Patch #16685: Introduce the request_store gem to hold User.current and prevent data leakage in error messages
Is it really useful to add a new runtime dependency? Wouldn't a complete test be enough instead? And if jot, could th... Etienne Massip
13:39 Patch #16685: Introduce the request_store gem to hold User.current and prevent data leakage in error messages
On Ubuntu 12.04.4 LTS,
ruby 1.9.3p545 (2014-02-24 revision 45159) [x86_64-linux]...
Toshi MARUYAMA
10:35 Patch #16685: Introduce the request_store gem to hold User.current and prevent data leakage in error messages
Test fails on drone.io.
https://drone.io/github.com/marutosi/redmine/211
https://drone.io/github.com/marutosi/red...
Toshi MARUYAMA
15:08 Defect #16778 (Closed): Issue in description field
Please use forums for this kind of questions. Field name is ??description?? in ??issues?? Table; type is varchar(max)... Etienne Massip
11:14 Feature #2870: Recursive download from the repository
+1
I would really like to see this feature or a plugin which emulates this feature for 2.x
Jack Michaels
11:00 Feature #5816: New issue initial status should be settable in workflow
+1 Enmos Proje
10:31 Feature #16729: properties of issue dynamically available in wiki
Jean-Baptiste Barth (http://www.redmine.org/users/1188) has created a plugin which implements this feature. It would ... Johan Lichtjager
 

Also available in: Atom