Activity
From 2012-12-20 to 2012-12-22
2012-12-22
-
20:23 Defect #11881: FCGI mode does not support sub-URI
- Note: I tried posting this to: http://www.redmine.org/boards/2/topics/30676?r=30881
where it seems it would be most ... -
19:46 Defect #12652: "Copy ticket" selects "new ticket"
- Hi Jean-Philippe,
I just take a look at the revision. It seems to be right. :-)
I will try it the next days and... -
15:44 Feature #12668 (New): Repository settings: Make default branch to show configurable
- I'm using redmine for git repository tracking.
Most of the repositories do not use the master (default) branch.
I... -
07:03 Defect #12667: 500 error when viewing issue that contains 2-byte character
- Diff should be:...
-
07:01 Defect #12667 (Closed): 500 error when viewing issue that contains 2-byte character
- Fixed by adding "# encoding: utf-8" to app/controllers/issues_controller.rb
0a1,2
> # encoding: utf-8
> #
-
05:08 Feature #11757: Add support for HDPI screens (retina)
- After reading some material about HDPI for web applications I came to the following conclusion: javascript might not ...
2012-12-21
-
23:42 Feature #12666 (New): Involvement boolean for Custom Field 'User' type
- Having control over involvement in an issue is a commonly requested feature, so I've tried to come up with as versati...
-
22:21 Defect #11685 (Resolved): Can't connect to MySQL server on 'localhost' (10061)
- Etienne Massip wrote:
> BTW, Redmine guide is editable by everyone.
Not exactly, the page RedmineInstall is locked.... -
22:17 Defect #12652 (Resolved): "Copy ticket" selects "new ticket"
- If I understand correctly, this is fixed in r11064.
-
22:02 Feature #12665: Link to a file in a repository branch
- source: and export: links now accept a branch (eg. source:/path/file@branch).
-
22:01 Feature #12665 (Closed): Link to a file in a repository branch
-
21:55 Defect #5056 (Resolved): Bots Filter plugin should include some COPYING or LICENSE file
- Added license information from plugin github page (GPL v2)
-
21:48 Defect #5481 (Closed): Move picture with "bad" words
- Indeed, thanks.
-
21:40 Defect #5481 (Resolved): Move picture with "bad" words
- On 2011-01-26 23:34 JPL removed the image from the offending page:
http://www.redmine.org/projects/redmine/wiki/Feat... -
20:26 Feature #964: Global Forums-overview
- Eric Davis wrote:
> A few "My Page" blocks would work good for this.
> * Latest forum posts - same thing as Latest ... -
19:18 Defect #12663: Deleting an re-adding a repository duplicates all spent time from commit messages.
- Yes, commit message are parsed when re-adding the repository and new time entries are created.
As a workaround, you ... -
12:25 Defect #12663 (New): Deleting an re-adding a repository duplicates all spent time from commit messages.
- I have a project where I deleted an re-added the Git repository (to move it on disk). When I re-added the repository...
-
19:13 Defect #12661: Cannot view the attached image thumbnails
- Make sure your redmine/tmp directory is writable to the application and that convert binary is available.
-
19:11 Defect #12651 (Closed): No menu for ticket move?
- The "Move" menu was removed time ago. You can now move issues by choosing the target project in the regular edit or b...
-
17:58 Patch #12664 (New): MyPage block for latest forum posts
- Currently there's no block displaying posts from forums belonging to projects the user is taking part in.
Attached m... -
14:52 Defect #10593: Error: 'incompatible character encodings: UTF-8 and ASCII-8BIT' (old annoing issue) on ruby-1.9.3
- I'm using adpater mysql2.
-
14:51 Defect #10593: Error: 'incompatible character encodings: UTF-8 and ASCII-8BIT' (old annoing issue) on ruby-1.9.3
- Hi,
I solved this problem when I changed the driver of mysql.
The driver is here http://dev.mysql.com/get/Downloa... -
13:46 Feature #6332: "OR" filter and not only "AND" filter
- +1
I'd like to list all tickets that are assigned to me OR I'm observing. -
13:18 Patch #12645: Russian numeric translation
- And also these:...
-
00:24 Patch #12645: Russian numeric translation
- Need to check anything else?
-
12:28 Feature #1005: Add the addition/removal/change of related issues to the history
- Sorry, note-23 patch has syntax error.
This is fixed patch for trunk r11061. -
06:03 Feature #1005: Add the addition/removal/change of related issues to the history
- This is note-19 patch rebased to trunk r11061.
-
11:47 Defect #11167: Sending email notification to more than one users fail if one address email is invalid
- I can confirm this issue with non existing domain.
I've spent few hours debugging and found out that one email add... -
10:06 Feature #339: perforce SCM support
- Terry Suereth wrote:
> In case anyone is still interested in this ...
there is :)
Applied to 2.2 with little cha... -
10:03 Defect #12655 (Closed): Filters not working after upgrade
-
03:23 Defect #12655 (Resolved): Filters not working after upgrade
- Forget it, somehow i managed to mess up my javascripts directory..
-
01:03 Feature #559: Workflow Enhancements
- Everything's fine, everyone is happy, after adding #8050 redmine is better but ...
We have 16 trackers and ~23 rol... -
00:52 Defect #10738: trac import issue
- This should be linked to to defect #6868 as this is exaclty the same issue. And the same patched helped to avoid the ...
2012-12-20
-
22:27 Defect #10593: Error: 'incompatible character encodings: UTF-8 and ASCII-8BIT' (old annoing issue) on ruby-1.9.3
- Hello,
ActionView::Template::Error (incompatible character encodings: UTF-8 and ASCII-8BIT):
15: </tr></thead... -
21:27 Defect #11147: relative_url_root changes only css... , but not dynamic pages
- Doesn't work.
Now I'm getting: @ActionController::RoutingError (No route matches [GET] "/redmine/javascripts/appl... -
19:14 Defect #11147: relative_url_root changes only css... , but not dynamic pages
- This has been discussed in #11881.
You have to both add @Redmine::Utils::relative_url_root = "/redmine"@ in @envir... -
18:20 Defect #11147: relative_url_root changes only css... , but not dynamic pages
- Is anyone looking at this issue?
I've just updated to the latest redmine (via git) and I'm seeing the exact same pr... -
19:35 Defect #12642: Issue preview link not working after recent changes in config/routes.rb
- Toshi MARUYAMA wrote:
> Include capybara for integration tests
> https://www.chiliproject.org/issues/747
Thanks ... -
19:12 Defect #12618 (Resolved): Cannot delete Milestone - generates a blank page
- This is a plugin issue and one of our developers corrected a line in the source code to make it work again. TYVM.
-
18:21 Defect #12661 (Closed): Cannot view the attached image thumbnails
- In Redmine 2.2.0 even I checked the Display attachment thumbnails in Settings/Display I still cannot see the thumbnai...
-
17:54 Feature #12579: Ability to assign issues to multiple users
- We would need this feature as well. This would help us to implement some parallel work.
-
13:14 Feature #12579: Ability to assign issues to multiple users
- Yes, this is troubling because you need to have redmine admin around all the time to make you those groups for entire...
-
17:50 Patch #12660 (Closed): Consistent German translation for my page
- Hi there,
this is a first approve to create a cleaner translation/more constistent ui.
This refers to #7768.
... -
16:49 Patch #12659: Broken dirty_tracking inside a after_save callback for the Issue model due to reload in Mailer
- based on 2.2.0
-
16:44 Patch #12659 (Closed): Broken dirty_tracking inside a after_save callback for the Issue model due to reload in Mailer
- .reload not just gives us current record from database, but also resets *_changed? .changes and etc. in all later met...
-
16:36 Feature #3436: Show relations in Gantt diagram
- Hi Toshi,
maybe there is a better way for displaying blocks.
Maybe some broken arrow or an dotted arrow? Those ... -
07:43 Feature #3436: Show relations in Gantt diagram
- This is a patch for trunk r11060.
!gantt-relations-r11060.png!
Etienne Massip wrote:
> Jean-Philippe Lang wrot... -
16:25 Feature #12658 (New): Assigning Responsible and Reporter
- Remdmine is missing the feature for assignin the Reporter of the Bug (comparing to JIRA for example) at the creation ...
-
14:19 Feature #12657 (New): view statistic and likes
- It would be great to know how often an entity (news, file, doc, file, thread, issue) has been viewed/downloaded or ex...
-
13:16 Feature #12656 (Closed): make commit keywords and issue ratio configurable for each tracker
- Problem:
The tracker "Tasks" includes simple tasks. These tasks should be "closed" when committing "fixes #1234" for... -
12:36 Defect #12655 (Closed): Filters not working after upgrade
- I have installed redmine 1.4 on a fresh debian testing machine using the standard debian install process.
I then mig... -
10:16 Defect #12590: Plugin routes.rb files are not getting included on Windows
- Hi,
This issue seems to be related with a bug in File.expand_path: http://bugs.ruby-lang.org/issues/7374 -
10:13 Feature #1330: Copy a Wiki Page
- +1
-
08:56 Defect #12592: Unable to create an issue with category field required and no category defined
- You are right. Mabye there is a possibility to insert a hint for those who do the same I did. Finding the error took ...
Also available in: Atom