Activity
From 2012-07-29 to 2012-07-31
2012-07-31
-
23:38 Defect #11552: MailHandler does not match assignee name with spaces
- Edit: sorry, scratch that, I had a filter issue.
-
22:30 Defect #11552 (Resolved): MailHandler does not match assignee name with spaces
- Thank you, that patch did fix it. The email works now with IS - Operations. Have a great day and thank you for the ve...
-
21:31 Defect #11552: MailHandler does not match assignee name with spaces
- Alright, here is a patch that adds a test that replicates the issue and a fix (Redmine 2.0 default branch).
I adde... -
21:27 Defect #11552: MailHandler does not match assignee name with spaces
- > I think Redmine is splitting on that space, and fails to look up the user
You're perfectly right. -
21:14 Defect #11552: MailHandler does not match assignee name with spaces
- William Roush wrote:
> Confirmed, this test fails when the user has a dash in their first name.
>
> However assig... -
21:11 Defect #11552: MailHandler does not match assignee name with spaces
- Confirmed, this test fails when the user has a dash in their first name.
However assigning to the user "dashtest" ... -
17:01 Defect #11552 (Closed): MailHandler does not match assignee name with spaces
- We are working with the imap email ticket creation. It basically works except when the name has a - in it. Example wo...
-
23:24 Defect #11557: cannot browse svn repository
- Steffen B. wrote:
> so, we get the same logoutput like Kimbro Staken, see here:
>
> http://www.redmine.org/boards... -
23:23 Defect #11557 (Closed): cannot browse svn repository
- Sorry but we don't provide support here. Unless you're able to figure out what is going wrong with your svn access, I...
-
22:30 Defect #11557 (Closed): cannot browse svn repository
- Hi,
we have the same error also (see #11318), if we try to access a "external" svn with username and password. Loc... -
23:22 Defect #11318: cannot browse svn repository
- > thanks for real help
Sorry but we don't provide "help" here. Unless you're able to figure out what is going wron... -
22:33 Defect #11318: cannot browse svn repository
- hmm, ...
-
22:57 Feature #8579: Multiple file upload with HTML5 / Drag-and-Drop
- Safari 6.0 now supports drag and drop on file upload buttons. I just tested it on redmine and it works great. So this...
-
22:25 Patch #11556 (Closed): Bulgarian translation (r10146)
- Added
* field_board_parent -
22:08 Defect #11554 (Closed): Error when opening a page with all issues
-
21:41 Defect #11554 (Resolved): Error when opening a page with all issues
- Yeap, you are right!
-
21:40 Defect #11554: Error when opening a page with all issues
- > plugins/issue_hot_buttons_plugin/lib/issues_controller_patch.rb:42:in `store_last_seen_project'
Looks like it... -
21:38 Defect #11554 (Closed): Error when opening a page with all issues
- Got error, when trying to access page with all issues ( http://redminehost/issues )
Production logs... -
20:14 Defect #11541 (Closed): Version sharing is missing in the REST API
- Added in r10148.
-
18:32 Defect #11541 (Confirmed): Version sharing is missing in the REST API
-
20:10 Defect #11550 (Resolved): Issue reminder doesn't work when using asynchronous delivery
- Fixed in r10147.
-
16:10 Defect #11550 (Closed): Issue reminder doesn't work when using asynchronous delivery
- Command rake RAILS_ENV=production redmine:send_reminders days=7 doesn't send any emails to users.
Issue notification... -
19:19 Feature #3831 (Closed): Support for subforums
- Support for subforums added in r10142.
-
18:56 Feature #11445: Switch from Prototype to JQuery
- Jean-Baptiste Barth wrote:
> Etienne Massip wrote:
> > What I thought was to advise admin to precompile assets at d... -
18:29 Feature #11445: Switch from Prototype to JQuery
- It's not a no for me and it would be nice to see how plugins can take advantage of it in the real world.
But Redmi... -
15:07 Feature #11445: Switch from Prototype to JQuery
- Etienne Massip wrote:
> What I thought was to advise admin to precompile assets at deployment time but keep the comp... -
18:32 Defect #11540 (Confirmed): Roadmap anchor links can be ambigous
-
18:15 Defect #11549: Start date of 2nd issue does not follow if the first issue end date moves up
- Found a solution here:
http://www.redmine.org/plugins/redmine_better_gantt_chart
> where it says "•Fixed rescheduli... -
15:58 Defect #11549: Start date of 2nd issue does not follow if the first issue end date moves up
- Just to clarify: "I have 2 issues." in my previous post means I created 2 new issues in my Redmine to test out the re...
-
15:56 Defect #11549 (Closed): Start date of 2nd issue does not follow if the first issue end date moves up
- I have 2 issues.
I set Issue 002 follows Issue 001. Issue 001's end date is Sept 1st.
If I change the end dat... -
17:54 Feature #11553 (New): Certain trackers ought to still be able to assign bugs to locked versions
- In my company, for a particular release, we go into feature-freeze, at which point QA begins its final acceptance tes...
-
17:46 Feature #1005: Add the addition/removal/change of related issues to the history
- +1
-
16:49 Feature #11551 (Closed): REST-API: Admine can create time entries for other users
- It would be useful if a Admin-account could add spent time for other users via the rest api.
We are using Redmine to... -
13:33 Defect #9365: Gravatar don't utilize HTTPS
- gravatar embedded Redmine is obsolete.
* source:tags/2.0.3/lib/plugins/gravatar
* https://github.com/woods/grava... -
12:31 Defect #9365 (Confirmed): Gravatar don't utilize HTTPS
- Still a problem on Redmine 2.x, and it's a problem for me too as Chrome issues a certificate error because of that.
... -
13:25 Defect #11432: Mailer.deliver_recommended_below_threshold(*args) is deprecated
- Pavel Vasilyev wrote:
Anybody help port this shit to new rails :)... -
13:04 Defect #11508: Projects not ordered alphabetically after renaming project
- Cool! Thanks!
-
06:43 Defect #11508: Projects not ordered alphabetically after renaming project
- Confirmed it's the nested set, attached is a patch that will rebuild the order if the name has been changed on save a...
-
11:22 Defect #11545 (Closed): Overwriting existing method Issue.open
- Try
Project.first.issues.open => ArgumentError: wrong number of arguments (0 for 1)
Project.first.issues.open('p... -
11:19 Feature #7082: Rest API for wiki
- +1
-
10:57 Feature #2689 (Resolved): email address of the project
- I think this plugin provides that functionality:
https://github.com/ajwalters/redmine_project_specific_email_sender -
10:43 Defect #10320 (Closed): db migrate "ChangeAttachmentsContainerDefaults" error
- Description has two problems.
First problem is duplicate with #10818. -
09:52 Defect #11489: Redmine is not able to show wiki images properly
- You're right, I get a lot of 500 errors for certain images, e.g.:
x.x.x.x - - [31/Jul/2012:09:24:19 +0200] "GET /a... -
09:32 Feature #11542: Improve password security and use some standards.
- As far as I know automatic migration is impossible, all users have to reset their passwords. If are talking about pas...
-
03:37 Feature #11542: Improve password security and use some standards.
- If Redmine dev's want to do that, they'd want to look into doing something like Bcrypt (http://en.wikipedia.org/wiki/...
-
00:18 Feature #11542 (New): Improve password security and use some standards.
- There is salt in the password, but it's implemented in non standard way. Developers self developed pattern like
has... -
02:52 Feature #11543 (New): Sort attachments by name
- Is it possible to modify one of the controller files to change the sort order of attachments shown in issues and the ...
-
01:31 Defect #4700: Adding news does not send notification to all project members
- +1
Is there any quick fix for version 2.0.3?
edit ----
code bellow works
def all_member_emails
members...
2012-07-30
-
21:40 Feature #11539: Display a projects tree instead of a flat list in notification preferences
- This also means it should be affected by this bug: #11508, but that is a problem with the project being updated.
-
19:07 Feature #11539 (Closed): Display a projects tree instead of a flat list in notification preferences
- When managing a large number of projects this gets unruly quickly:
!Before.PNG!
So we replace it's rendering me... -
20:56 Defect #11541 (Closed): Version sharing is missing in the REST API
- value for sharing is not populated on get and list requests.
-
20:55 Defect #11540 (Closed): Roadmap anchor links can be ambigous
- can happen when version names on sub projects are the same as on main project.
Then roadmap internal navigation via ... -
19:59 Defect #11508: Projects not ordered alphabetically after renaming project
- Cassiano Monteiro wrote:
> Is this aewsome_nested_set a plugin? I don´t have it.
>
> For information, here is my ... -
19:45 Defect #11508: Projects not ordered alphabetically after renaming project
- Is this aewsome_nested_set a plugin? I don´t have it.
For information, here is my plugin list:
!plugin_list.png! -
19:41 Defect #11508: Projects not ordered alphabetically after renaming project
- For a quick temporary fix: move that project into another project and then back in, it'll fix the ordering issue.
... -
19:25 Defect #11508: Projects not ordered alphabetically after renaming project
- Only affects sub-projects, not root level projects. Confirmed on trunk for me.
If I'm not mistaken, this is handle... -
19:32 Feature #9216: Support of multiple LDAP servers for authorization
- That is a great news. Looking forward to this feature implemented. Thank you!
-
17:41 Feature #9216: Support of multiple LDAP servers for authorization
- We are going to provide more than one address for LDAP authentication to have a fail-over behaviour. It would be nice...
-
19:20 Feature #11445: Switch from Prototype to JQuery
- Jean-Philippe Lang wrote:
> Etienne Massip wrote:
> > Isn't it a good occasion to activate the Rails asset pipeline... -
18:46 Defect #11489: Redmine is not able to show wiki images properly
- Oh i looked at the first one only. I get a lot of 500 errors on images. You need to provide the error stack trace tha...
-
16:07 Defect #11489: Redmine is not able to show wiki images properly
- What do you mean by "without problem"? Do you always see all the pictures on the following page without the need to r...
-
18:43 Feature #11521 (Closed): Let user set tracker in seach
-
18:37 Defect #11536 (Closed): Virtual Invoice - approbation facture
-
15:15 Defect #11536: Virtual Invoice - approbation facture
- I'm sorry this is not the right tracker, this one is for Redmine core bugs and feature requests.
-
14:59 Defect #11536 (Closed): Virtual Invoice - approbation facture
- bonjour,
merci de permettre à Julien Thollot d'avoir accès au répertoire Winbooks dans le but de pouvoir approuve... -
18:16 Feature #11538 (Closed): Plugin Evm
- Please post in forum, this tracker is for bugs and FR only.
-
17:16 Feature #11538 (Closed): Plugin Evm
- I need to know how to install the plugin for redmine stack EVM version 2.0.3-1 since q I tried everything but I have ...
-
17:32 Feature #421: Impersonate user feature
- William Conley wrote:
> Nope. No time as yet. But I've needed it a couple times.
Dang, just today I'd have needed t... -
16:57 Feature #421: Impersonate user feature
- Nope. No time as yet. But I've needed it a couple times. Had to settle for "assigning" the Issue to the person in que...
-
16:35 Feature #421: Impersonate user feature
- Hi William, any progress on this? It would be really cool...
-
17:00 Feature #11537 (New): Allow multiple default values for custom fields
- If there is a custom field named @MyCustomField@ (List) with allowed values "A" and/or "B" (multiple values allowed),...
-
15:52 Feature #1766: Custom fields should become addable to Spent Time list/report
- +1
-
15:29 Defect #11375: Sporadic hangs
- Hello,
I'd like to add, that I have the exact same problem as described by Alexander. No evidence for the source of ... -
05:11 Feature #1554: Private comments in tickets
- patch looks good. Can this go into the next version?
2012-07-29
-
23:26 Feature #11445: Switch from Prototype to JQuery
- Also note that the @addFormObserversForDoubleSubmit@ function can be replaced by the use of @data-disable-with@ HTML5...
-
23:06 Feature #3957: Ajax file upload with progress bar
- +1
-
20:29 Defect #11533 (Resolved): rake redmine:plugins:test doesn't run tests in subdirectories
- Fixed in r10135.
Jean-Philippe, Etienne, or Toshi: I let you merge that in a stable branch when you think it's app... -
20:08 Defect #11533 (Closed): rake redmine:plugins:test doesn't run tests in subdirectories
- Everything is in the title : the old rake tasks with rails 2.3's engine plugin used to run test even in subdirectorie...
-
20:17 Patch #11534 (Closed): rake redmine:plugins:test:* could use "pattern" instead of "test_files"
- It's a lot less verbose so it's more readable when running plugin tests, and it's more similar to what's done in rail...
-
20:11 Patch #11299 (Resolved): redmine:plugins:migrate should update db/schema.rb
- Added in r10134 (sorry I forgot the id of the ticket :/).
Jean-Philippe, Toshi, or Etienne: I let you merge that i... -
17:44 Feature #5372 (Closed): Show "Time Logged" in an Issue's History
-
15:30 Feature #5372: Show "Time Logged" in an Issue's History
- +1
-
15:30 Feature #5061: Show time log entries in issue history
- +1
-
14:08 Patch #11496 (Closed): Make labels clickable in Adminstration/Settings
- Committed in r10127 using @label_tag@ instead.
-
12:47 Feature #11531 (Closed): Update status of multiple issues simultaneously
- You can select multiple issues from the issue list, then right-click on the selection and bulk edit them.
-
11:41 Feature #11531 (Closed): Update status of multiple issues simultaneously
- In some workflows it is convenient to update the status of multiple issues at once.
Example: We mark issues as Resol... -
11:04 Feature #11530: Support hooks in mailer
- Here is a plugin that uses hooks in mailer:
https://github.com/kou/redmine-plugin-wiki-change-notifier
If this fe... -
10:52 Feature #11530: Support hooks in mailer
- I attach a patch to support hooks in mailer.
We need to do two things to support hooks in mailer.
# Add view pa... -
10:47 Feature #11530 (New): Support hooks in mailer
- Could you support hooks in mailer?
Views can be extended by plugin. I want to extend mail content by plugin.
I ...
Also available in: Atom