Activity
From 2010-06-17 to 2010-06-19
2010-06-19
-
23:57 Patch #5508: "fiters" and "options" should be hidden in print view via css
- Eric Davis wrote:
> Felix, can you stop adding issues to 0.9.5? I'm trying to get it released as soon as possible a... -
23:46 Patch #5508 (Resolved): "fiters" and "options" should be hidden in print view via css
- I added a @.hide-when-print@ css class and applied it to the query form and buttons.
-
23:37 Patch #5508: "fiters" and "options" should be hidden in print view via css
- Felix, can you stop adding issues to 0.9.5? I'm trying to get it released as soon as possible and we will have 1.0 c...
-
23:52 Feature #4845: New "Task" tracker
- @Eric: what about adding an additional default?
-
23:50 Defect #4892: Problem with task redmine:email:receive_imap
- Can you confirm this is still a problem, preferably with the most current version?
-
23:48 Defect #5533: Ellipses at the end of snippets shouldn't be textilized
- The changes in application_helper to truncate the description will only remove full lines. That way only multi-line f...
-
23:47 Patch #4870: Correct two german localisation problems
- What's the current status on this?
-
23:45 Defect #3087 (Closed): Revision referring to issues across all projects
- As far as I can tell, something similar (or that exactly) exists in currrent trunk, probably 0.9-stable too, closing ...
-
23:37 Defect #5639 (Closed): "Watching" a ticket doesn't update ticket
- Thanks for the feedback!
-
23:27 Defect #5639 (Resolved): "Watching" a ticket doesn't update ticket
- I can't replicate this. I suspect it's a browser issue. Closing.
-
23:23 Defect #5639: "Watching" a ticket doesn't update ticket
- James, have you eben able to reproduce this in any menaningful way, or to find some error log or trace?
-
23:32 Defect #5445 (Resolved): External links not correctly displayed in Wiki TOC
- Fixed in r3786. Thank you for adding some tests for this bug, it will make it easier to prevent this from reoccurrin...
-
23:04 Defect #5445: External links not correctly displayed in Wiki TOC
- Yuki version with pre/post strings detected in LINK_RE regex, and a unit test. Maybe this test should be moved into t...
-
23:01 Feature #5622: Allow version to be set via incoming email
- Tagged for [[BugMash-10]].
-
22:03 Defect #5608: broken with i18n 0.4.0
- As far as I can tell, i18n 0.4.x is incompatible with Rails 2.3.5 - it could work with 2.3.6 though (http://github.co...
-
16:47 Defect #5608: broken with i18n 0.4.0
- Jean-Baptiste Barth wrote:
> Just noticed the same bug, but there's also a depreciation warning about the way variab... -
11:21 Defect #5608: broken with i18n 0.4.0
- Just noticed the same bug, but there's also a depreciation warning about the way variables are passed to i18n : ...
-
21:58 Patch #3968 (Resolved): session cookie path does not respect RAILS_RELATIVE_URL_ROOT
- I've added some documentation about editing the session_path in the generated file. Since each Redmine generates tha...
-
21:53 Feature #2055: Assigned to list for parent project in issue filter missing users of child projects
- Ok, I was admin so my test was wrong. I have to refine the patch.
-
21:41 Feature #2055: Assigned to list for parent project in issue filter missing users of child projects
- If the parent project is public and the child project is private, you shouldn't be able to see any of the child proje...
-
21:49 Feature #5418: Add Gravatar and edit link to "My account" page
- Pushing this to 1.0, I don't consider it a must have for 0.9.5.
-
21:44 Defect #5452 (Resolved): Member role forms in project settings are not hidden after member added
- Fixed in r3784. I did it a little differently and had the RJS in the MembersController send @hideOnLoad()@ to the pa...
-
21:16 Patch #5604 (Resolved): mail handler fails when the from address is empty
- Andrew Fenn, I've fixed this in r3783 based on your patch. Thank you for contributing.
-
20:53 Feature #2621: Errors when editing an issue that was just edited - StaleObjectError
- Part of BugMash 1.0…
-
20:40 Defect #5544 (Closed): pre can't be inside p
- Merged into 0.9-stable.
-
18:43 Defect #5544 (Resolved): pre can't be inside p
- Applied the patch by "Holger Just":http://github.com/meineerde/redmine/commit/5444e961b31dc6807923737d974f8db398ba081...
-
20:39 Defect #5317 (Closed): projects.atom with required authentication
- Merged into 0.9-stable.
-
19:37 Defect #5317 (Resolved): projects.atom with required authentication
- Committed both the auto discovery link and key authentication in r3776 and r3777. Thank you.
-
19:07 Defect #5317: projects.atom with required authentication
- Split up the authentication fix from the auto_discovery fix.
-
18:35 Defect #5317: projects.atom with required authentication
- h3. To reproduce from a clean install of trunk:
# Administration -> Settings -> Authentication -> Check "Authentic... -
20:39 Feature #5164 (Closed): Linkify folder names on revision view
- Merged into 0.9-stable.
-
20:25 Defect #4825: Several related bugs relating to registration, sign in and account preferences.
- The first problem sounds like something funny going on in the browser. The authenticity token makes sure that you are...
-
19:40 Patch #5675: The HTML of the Administration -> Settings view contains errors
- @edavis10 Please consider this patch for [[BugMash-10]]
-
19:23 Feature #5712 (Closed): Reload themes
- It would be useful if there was a button/link in the Redmine administration that would reload the themes. This will ...
-
19:21 Defect #3692: URL-generation is brittle with trailing slashes
- Holger Just wrote:
> People probably use @Setting.hostname@ throughout the code and in plugins. Maybe you want to pu... -
14:32 Defect #3692: URL-generation is brittle with trailing slashes
- Holger Just wrote:
> People probably use @Setting.hostname@ throughout the code and in plugins. Maybe you want to pu... -
10:42 Defect #3692: URL-generation is brittle with trailing slashes
- People probably use @Setting.hostname@ throughout the code and in plugins. Maybe you want to put the patch there (int...
-
02:23 Defect #3692: URL-generation is brittle with trailing slashes
- Created a small patch to clean up trailing slash when using the mailer (in app/models/mailer.rb).
A simple regular e... -
19:07 Feature #5661: Select all / Unselect all trackes during project creation
- Adding similar links to the Modules block as well...
-
18:57 Feature #5661: Select all / Unselect all trackes during project creation
- Patched out working copy of 0.9.4 with the attached diff. Works well enough for us, figured i’d share.
!http://im... -
19:05 Patch #1789: Raise project-name length-limit from 30 to 35 characters
- It's better to increase it to 60 or something.
-
18:57 Defect #3764 (Closed): ApplicationHelperTest fails with JRuby
- Closing as fixed (r3717)
-
18:52 Defect #3764: ApplicationHelperTest fails with JRuby
- This issue was fixed with r3718. I can reproduce the reported error on r3717 but now it is gone.
-
18:49 Defect #4624: Ajax calls returning 500 error in Webkit browsers
- Can't reproduce in trunk Redmine with ruby 1.8.7 and Rails 3.2.5.
My guess is that it's a problem in Rails 2.1.2, bu... -
18:44 Defect #5699: Prototype 1.6.1 breaks the "check all" links
- I’m seeing this as well. The error Safari’s inspector shows me is in Prototype, line 3299:...
-
18:44 Feature #5523: Multi language custom field
- +1
-
18:43 Defect #5329: Time entries report broken on first week of year
- Just verified that patch again on a current trunk.
It is clean and does what it advertises. I'm just not 100% sure... -
18:13 Defect #4857: Week number calculation in date picker is wrong if a week starts with Sunday
- Weeks in Redmine are always according ISO 8601. That means, the first week of the year is the one with the first Thur...
-
18:11 Feature #5638: Use Bundler (Gemfile) for gem management
- 'RVM gemsets are more buggy'
This should most definitely not be the case in the latest RVM. All known bugs relate... -
16:38 Feature #5638: Use Bundler (Gemfile) for gem management
- Per discussion in IRC: target version is 1.1.
-
15:28 Feature #5638: Use Bundler (Gemfile) for gem management
- Eric Davis wrote:
> Konstantin Haase wrote:
> > Though in that case switching to Bundler on trunk would be an optio... -
15:24 Feature #5638: Use Bundler (Gemfile) for gem management
- Konstantin Haase wrote:
> Though in that case switching to Bundler on trunk would be an option, as the 1.0 release w... -
15:00 Feature #5638: Use Bundler (Gemfile) for gem management
- Though in that case switching to Bundler on trunk would be an option, as the 1.0 release will probably be done earlie...
-
14:43 Feature #5638: Use Bundler (Gemfile) for gem management
- Since Bundler is still pre 1.0 and the Bundler team has make it clear that they have the right to make breaking chang...
-
14:07 Feature #5638: Use Bundler (Gemfile) for gem management
- Yeah, there were problems with RVM and bundler, but there are no now. RVM gemsets are more buggy (at least for me), a...
-
13:57 Feature #5638: Use Bundler (Gemfile) for gem management
- The main issue is that Bundler + additional Rails/Redmine plugins don't play well at all, as you will be back to manu...
-
09:24 Feature #5638: Use Bundler (Gemfile) for gem management
- Holger, may you please be more specific? Why do you against bundler today? Does this patch broke something for you? W...
-
16:01 Defect #4680 (Closed): reposman.rb hangs randomly
-
12:10 Defect #4680 (Resolved): reposman.rb hangs randomly
- Was some kind of weird problem with the underlying VMware server. Sorry :(
-
10:54 Patch #4548: please pull in debian branch
- Hello again.
I simplified my github fork for an easier review of applied patches in debian,
see http://github.com/k... -
07:33 Defect #5345 (Closed): back_url and other variables always uses 127.0.0.1
-
04:51 Defect #5345 (Resolved): back_url and other variables always uses 127.0.0.1
- You're right. My rewrite rule wasn't rewriting the LOCATION header in the response. Got confused since it worked else...
-
02:43 Defect #5345: back_url and other variables always uses 127.0.0.1
- Looks like IIS isn't rewriting the links that come back from mongrel.
-
05:32 Feature #5711: Make Bulk Edit menu more apparent...
- I will add that it makes doing bulk edits from an iPad impossible. :)
-
05:24 Feature #2653: New permission for issues: view_own_issue
- +1
-
05:20 Feature #2937: Filter assignable users based on workflow
- +1
-
03:02 Feature #4324 (New): Redmine renames my files, it shouldn't.
-
03:00 Defect #5351 (Closed): View /account/show/id-user on Redmine 0.9.2
- This is the intended behavior and was added in r2986 for #3720 and #4129.
-
02:57 Defect #5709: "latest projects" should only include projects which have not been archived.
- I'm unable to reproduce this bug you are describing.
Could you submit the output of ruby script/about for your appli... -
02:45 Defect #5235 (Closed): undefined local variable or method `usage' for #<RedmineMailHandler:0x6c14d34bb0a0> (NameError)
-
01:32 Defect #2344: Right click context menu in Safari/Mac does not work fully
- Just checked with Safari 4 on OSX 10.6 on a recent Trunk:
Ctrl+Click does work for single and multiple issues. The... -
00:49 Defect #4865: Trim project name above 30 chars
- Make sure to include @encoding: utf8@ in your database.yml (see source:trunk/config/database.yml.example for an examp...
-
00:36 Defect #5053: Project deletion thinks 2 projects are related
- Probably, the fields in the @projects@ table defining the tree structure somehow got corrupted.
You can check if t... -
00:25 Defect #5162: translation missing: zh-TW, field_time_entrie
- I can also reproduce this. It only occurs, if you try to create a TimeEntry during an issue update while that particu...
2010-06-18
-
23:56 Defect #5679: Watchers not cleaned/updated when deleting/moving watched object
- This is a general issue with acts_as_watchable.
Watchers are not updated on
* issue move
* issue delete -
23:53 Defect #5683: Project copy Lock wait timeout
- This seems to be more of a restriction of MySQL ISAM tables than a Redmine restriction.
As MyISAM does not support... -
23:48 Feature #5638: Use Bundler (Gemfile) for gem management
- According to real-life statements "Yehuda Katz":http://yehudakatz.com on the most recent "RUG::B":http://www.rug-b.de...
-
08:26 Feature #5638: Use Bundler (Gemfile) for gem management
- Second patch updates minimal bundler version, unsticks it and fixes typo in comment. Should be applied after first pa...
-
23:29 Feature #513: Different behavior for deployments or users with only one project
- There exists various plugins for that. Examples are:
* http://github.com/ericpaulbishop/redmine_single_project
* ... -
21:28 Feature #5478 (Closed): Add the ability to display Activity by User
- Always happy to help :-)
-
21:27 Feature #5478 (Resolved): Add the ability to display Activity by User
- Felix,
sorry for the delay.
I finally re-read your postings and realized I had missed a key detail in your update... -
21:10 Feature #5711 (New): Make Bulk Edit menu more apparent...
- For the Issues list in any project, once you know that the bulkedit menu is a right click away, it seems so obvious, ...
-
21:04 Feature #617: wiki: thoughts of WYSIWYG
- Hi Benjamin,
I've been a little busy these times. I'll try to spend some time this week end.
Thanks again for y... -
11:56 Feature #617: wiki: thoughts of WYSIWYG
- Hi Hubert.
Have you made any progress in your work? This feature sounds really interesting, and we're already usin... -
19:15 Defect #2703: Link to Changesets is shown to User without credential
- I think it's a much more general issue : nearly wherever you are in Redmine, there can be links you can't follow if y...
-
18:20 Feature #2096: Custom fields referencing system tables (users and versions)
- Has anyone got these patches to work?
I've tried the group-field patches in redmine-0.9.4, but it doesn't seem to ... -
16:17 Defect #5706: Default config.log_level is too verbose for production
- Felix Schäfer wrote:
> You have been given reasons, ignoring them because you don't deem them valid won't make them ... -
16:08 Defect #5706: Default config.log_level is too verbose for production
- Alex Cartwright wrote:
> At the end of the day it is your decision, however I would like to know the real reasons be... -
09:51 Defect #5706: Default config.log_level is too verbose for production
- At the end of the day it is your decision, however I would like to know the real reasons behind this as default, that...
-
15:51 Defect #5710 (Closed): test
- Please use the "demo redmine":http://demo.redmine.org/ for testing purposes.
-
10:45 Defect #5710 (Closed): test
- test
-
06:58 Feature #4455: Mercurial overhaul
- Toshi Maruyama wrote:
> Are you using redmine checkout plugin?
> And do you want to show "hg qlone URL" on redmine?... -
06:50 Feature #4455: Mercurial overhaul
- ".hg/patches/.hg" is normal hg repository.
So, you can clone only it.
And "hg qclone" has "-p" option.... -
05:44 Defect #5709 (Closed): "latest projects" should only include projects which have not been archived.
- Archived projects are projects which you don't intend to interact with.
If you're not going to interact with them... -
03:57 Feature #5708 (New): New Version Status: On Hold
- When a version is put on hold, all issues attached to it should not be visible from status tab.
This would be very... -
01:25 Feature #3816: Allow pasting screenshots from clipboard
- I have Redmine 0.9.3 running under the BitNami stack on a legacy Windows Server 2003 system.
I tried redmine_atta... -
01:21 Defect #5707 (Closed): When updating ticket, redmine loses the list of attached files
- When a user updates a ticket, but fails to select a piece of required info (e.g. "activity"), Redmine loses the list ...
-
00:36 Defect #3480: Bot filter plugin crashes when missing useragent
- it's best to not filter requests if user_agent is blank.
See attached patch.
2010-06-17
-
23:49 Feature #3816: Allow pasting screenshots from clipboard
- Ezequiel Naftali wrote:
> Hi, Where is the codebase located?
>
> codebase="/plugin_assets/redmine_screenshot_pas... -
23:05 Feature #3816: Allow pasting screenshots from clipboard
- Hi, Where is the codebase located?
codebase="/plugin_assets/redmine_screenshot_paste/"
Thanks
Markus Peter... -
21:57 Defect #5704: forums
- Please be more specific: what is not working? On what installation?
-
12:59 Defect #5704 (Closed): forums
- The forums are not working properly..
-
21:47 Defect #5701 (Closed): Issues decription text is shown twice in Roadmap details page.
- No harm done, and thanks for the flowers (though those doing the heavy lifting don't come by here much...) :-)
I d... -
18:29 Defect #5701: Issues decription text is shown twice in Roadmap details page.
- After several tests, I think I am closer to finding the cause of my problem.
First, I hooked my production databas... -
21:44 Defect #5706 (Closed): Default config.log_level is too verbose for production
- Alex Cartwright wrote:
> Intended behaviour does not make it the correct behaviour. I have changed it, to the far m... -
18:39 Defect #5706: Default config.log_level is too verbose for production
- Robert Chady wrote:
> Nobody said you were a guinea pig, but if you come asking for help, it is much easier to provi... -
18:32 Defect #5706: Default config.log_level is too verbose for production
- Nobody said you were a guinea pig, but if you come asking for help, it is much easier to provide that help with usefu...
-
18:22 Defect #5706: Default config.log_level is too verbose for production
- Robert Chady wrote:
> I'm a little puzzled at your attitude. Eric already told you how to fix the problem that you ... -
18:16 Defect #5706: Default config.log_level is too verbose for production
- I'm a little puzzled at your attitude. Eric already told you how to fix the problem that you reported in your enviro...
-
17:42 Defect #5706 (Reopened): Default config.log_level is too verbose for production
- I opened this as our discussion lead to you only backing up the points that I was making. Lets start by seeing what a...
-
16:46 Defect #5706 (Closed): Default config.log_level is too verbose for production
- We discussed this on IRC, I don't understand why you felt you needed to open a bug for this. With the default settin...
-
16:31 Defect #5706 (Closed): Default config.log_level is too verbose for production
- The default config.log_level for production environments is too high. It is currently set at :info which adds in 4-5 ...
-
20:59 Defect #4723: HTML is shown while the target version selection
- David Ang wrote:
> thanks for the quick response.
>
> I deployed mine from the source(revision 3769). I am runni... -
19:40 Defect #4723: HTML is shown while the target version selection
- thanks for the quick response.
I deployed mine from the source(revision 3769). I am running on ruby 1.8.6, rails ... -
17:23 Feature #4455: Mercurial overhaul
- Toshi Maruyama wrote:
> One repositry per one project is Redmine limitation #779.
Yes, but MQ are 2 repos, which ... -
16:50 Feature #2653: New permission for issues: view_own_issue
- +1
This is a very important one.
Can some target version be set on this? -
15:26 Feature #5705 (New): Display Issue Closed Date on Calendar View
- The calendar view currently displays the following 3 statuses.
# task beginning this day
# task ending this day
... -
14:45 Defect #5693: Mysql::ProtocolError: invalid packet: sequence number mismatch(3 != 1(expected)): SET NAMES 'utf8'
- Most probably you have the ruby version of the mysql driver installed, the so called ruby-mysql from TOMITA Masahiro....
-
11:56 Feature #5450: Move wiki page to other project
- +1
-
07:54 Feature #5450: Move wiki page to other project
- Peter Schuster wrote:
> I would like to move wiki pages between projects.
> Just like it is possible for issues.
>... -
11:47 Defect #5087: migrate_from_trac not work on Redmine 0.9.1
- Batch processing has appeared only in rails v2.3.
Redmine 0.9.x demands for operation rails v2.3.5, therefore even... -
10:05 Defect #5087: migrate_from_trac not work on Redmine 0.9.1
- I resolved this problem edited migrate_from_trac.rake file. I change ...
-
10:59 Feature #5702: Please add ldap filters for authentication
- So the best would be to have those patches included in the next release of Redmine :)
-
09:54 Feature #5702: Please add ldap filters for authentication
- Nico Tourneur wrote:
> In the web form, in only see the base DN that could be used as some kind of filter, unfortuna... -
08:53 Feature #5702: Please add ldap filters for authentication
- In the web form, in only see the base DN that could be used as some kind of filter, unfortunately it's not enough. Is...
-
00:00 Feature #5702: Please add ldap filters for authentication
- I can't remember exactly what the LDAP settings in the stock redmine look like, but can't you specify a filter? It's ...
-
09:49 Feature #3082: Repository Search
- +10!
Super useful feature! -
09:00 Defect #5703: On SMTP failure, an internal error occurs and all changes to an issue are lost
- Information
Redmine 0.9.4.stable (PostgreSQL)
Default administrator account changed True
Attachments directory ... -
08:58 Defect #5703 (Closed): On SMTP failure, an internal error occurs and all changes to an issue are lost
- I'm trying to configure SMTP in a fresh Redmine installation, and currently email deliveries fail due to wrong config...
Also available in: Atom