Activity
From 2012-06-11 to 2012-06-13
2012-06-13
-
23:50 Defect #9783: PDF Export ignores Child pages
- Present in Redmine 1.4.3.stable as well.
-
23:48 Defect #9842: {{toc}} is not replaced by table of content when exporting wiki page to pdf
- This is present in Redmine 1.4.3.stable as well.
-
13:59 Defect #9842: {{toc}} is not replaced by table of content when exporting wiki page to pdf
- +1
-
22:49 Defect #11061: Cannot choose commit versions to view differences in Git/Mercurial repository view
- I can confirm that adding the "width: 1px;" line to scm.css fixes the problem in Chrome.
-
21:05 Feature #11152 (New): Linking commit comment and time spent comment
- Hi,
We are currently trying to use redmine for educational purpose at Polytechnique of Montréal Computer and Softw... -
20:51 Patch #4905: Redmine.pm: add support for Git's smart HTTP protocol
- This is the snippet for the apache configuration I have for my _VirtualHost_:...
-
20:00 Patch #4905: Redmine.pm: add support for Git's smart HTTP protocol
- I guess I have to install the git-http-backend CGI to actually run tests with the smart HTTP protocol?
-
20:28 Feature #1091: Disabling default ticket fields per tracker
- +1 Yes, indeed!
No reason not to include this feature. Arranging the form to your liking would also be quite usefu... -
19:31 Feature #4951 (Reopened): "Accept Ticket" Link When Viewing Issue
- I agree with Rafael. It doesn't make sense that a ticket can be accepted for someone by somebody else... when you ac...
-
18:11 Defect #10955: Mail not sending in 2.0.0
- I got mine working. I did two things:
First, Uncheck the BCC option from Administration > Settings > Email notific... -
17:47 Defect #10955: Mail not sending in 2.0.0
- I have the same issue, and already posted in on the board at
http://www.redmine.org/boards/2/topics/30982
Unfor... -
17:25 Defect #10955: Mail not sending in 2.0.0
- My 2.0.2 installation is not sending email. Looking at the production log I see:
Sent mail to (20328ms)
Email ... -
18:01 Feature #3061: Let macros optionally match over multiple lines and ignore single curly braces
- In Redmine 1.3, MACROS_RE is defined in redmine/app/helpers/application_helper.rb
-
17:48 Feature #11104: Proposal for views substitution mechanism for plugins
- Jean-Philippe Lang wrote:
> Interesting but I think that the revisions mapping is a bit too complex and not so usefu... -
17:46 Defect #11151 (Closed): Functions from helper modules for plugin not accessible
- It seems that files under *plugins/plugin_name/helpers* ignored by Rails completely.
To check this, just create so... -
16:53 Feature #1739: Add ability to change issue author
- +1.
Did anyone made the patch for 1.4? -
16:50 Feature #8488: Create an 'Involve' mechanism to private issues
- I have just uploadaded the diff with 1.4.1 version.
I would really love this small improvement to be pushed into ma... -
16:44 Feature #11150 (New): order "Jumpo to Project" select and "Projects page" by Project name
- I think the list is not ordered by project name, maybe it is ordered by the identifier. It will be nice to choose how...
-
15:12 Feature #1385: Script for import from JIRA
- I came across the same issues as "Anjani":http://www.redmine.org/issues/1385#note-39 and "Alexey":http://www.redmine....
-
14:25 Defect #11145: notifications not sent for newly created users
- After some more experiments, it seems that issues coming from self-registered users, who are thus non-members of the ...
-
13:39 Feature #11134: PDF/A (ISO 19005-1:2005)
- Hello,
in our company we are also interested in digital preservation. We would appreciate this feature.
Do you ha... -
13:12 Feature #11149 (New): attach a picture to the overview
- I'd like to include a screenshot or a logo into the project overview.
I couldn't attach an image file to the overvie... -
12:23 Patch #10988: New Korean translation patch
- 안녕하세요.
한동안 일감이라는 이름을 만들었던 윤기현입니다.
위 언급에서 저와 얘기를 나눴다는 것은 기억이 없네요. -
11:33 Defect #11148 (Closed): Moving issues with sub issues between projects fails
- Moving issues with sub issues between projects fails SILENTLY when a sub issue is using a tracker that is NOT present...
-
09:24 Defect #11141: Redmine should have 'minitest' in its Gemfile
- Jean-Philippe Lang wrote:
> Bohuslav Kabrda wrote:
> > Here are few reasons:
> > - My main reason is that when the... -
08:58 Defect #11141: Redmine should have 'minitest' in its Gemfile
- Bohuslav Kabrda wrote:
> Here are few reasons:
> - My main reason is that when the minitest gem is unbundled from R... -
07:25 Defect #11141: Redmine should have 'minitest' in its Gemfile
- Here are few reasons:
- My main reason is that when the minitest gem is unbundled from Ruby, the failure occurs. I a... -
08:39 Feature #3816: Allow pasting screenshots from clipboard
- I get the following error after clicking the Attach button on Redmine 1.4.3
-
04:49 Defect #11106: Email notification processing is slow - Redmine 1.2.2
- Another Question:
4. The same environment, when I use the "Private" button on "New issue", and choose 5 watcher only... -
04:20 Defect #11147 (New): relative_url_root changes only css... , but not dynamic pages
- I try to follow the instructions at http://www.redmine.org/projects/redmine/wiki/HowTo_Install_Redmine_in_a_sub-URI a...
-
03:31 Defect #1048: Day grouping on Activity view ignores user's time zone
- experiencing the same with redmine 2.0.2: the main activity list is correct, the one in the user tab doesn't do the d...
-
02:20 Defect #11035: Doesn't patch "User" model in a plugin
- Jean-Baptiste Barth wrote:
> I confirm it works too, but it feels like black magic to me. If anybody knows why we sh...
2012-06-12
-
23:19 Defect #11141: Redmine should have 'minitest' in its Gemfile
- I disagree. Redmine uses standard Rails test classes (ActiveSupport::TestCase and its subclasses) that inherits from ...
-
08:19 Defect #11141 (Closed): Redmine should have 'minitest' in its Gemfile
- Hi,
I think it would be a good idea to add "gem 'minitest'" into your Gemfile. Some distributions, like Fedora 17, h... -
22:38 Patch #4905: Redmine.pm: add support for Git's smart HTTP protocol
- This should be something to begin with.
-
21:45 Patch #4905: Redmine.pm: add support for Git's smart HTTP protocol
- I've started writing automated tests for Redmine.pm (r9826). They run against a running Apache+mod_perl+mod_dav_svn. ...
-
21:19 Defect #11136: Unable to logout of Redmine
- Why am I getting "302 Found: and after that "200 OK" messages in the log?
-
21:18 Defect #11136: Unable to logout of Redmine
- Though I was able to sign out I am getting the following in the production.log...
-
20:32 Defect #11136: Unable to logout of Redmine
- In Redmine_1.4.3, we have to change application_controller.rb but not account_controller.rb(per #10416)
-
18:55 Defect #11136: Unable to logout of Redmine
- We are using 1.4.3
-
19:35 Defect #11143 (Closed): Refreshing Activity View correctly
- This have already discussed. You can have a look at [[HowTo_setup_automatic_refresh_of_repositories_in_Redmine_on_com...
-
12:46 Defect #11143 (Closed): Refreshing Activity View correctly
- Even if there was activity on git the activity-view will not show those activities until someone clicked the Reposito...
-
19:31 Defect #11140 (Closed): Running rake db:migrate_plugins results in "cannot load such file -- aasm"
- Sorry, no plugin issue here. Please contact the plugin author.
-
04:05 Defect #11140 (Closed): Running rake db:migrate_plugins results in "cannot load such file -- aasm"
- Installed Redmine 2.0.1 successfully, and tested with dummy project. Attempted to install the KanBan plugin and get ...
-
15:46 Defect #11145 (New): notifications not sent for newly created users
- Hi,
We are trying to use redmine as the support request tool for the European Union Single Sky Performance scheme - ... -
14:58 Feature #11144 (New): Per-user closed status flag
- The feature I would like to see is the ability to consider a status closed on a per-user basis.
Use case :
* A... -
12:31 Feature #2718: Config option to use https://secure.gravatar.com
- Eric Davis wrote:
> I ended up upgrading the "gravatar plugin":http://github.com/woods/gravatar-plugin/tree/master w... -
11:34 Patch #6690: Redmine link to user profile
- I updated the patch for redmine 1.4.3
-
10:50 Patch #11142 (Closed): Using Rest API
- I want to update a user through Rest Api and set mail_nofitication field in users table from Redmine database.
It ... -
10:31 Feature #2024: gantt chart editing
- This is really such a great function! I tried to patch 'gantt_edit_v1-1-2.patch' on both Redmine v1.3.2 & v1.4.3, but...
-
10:25 Feature #11134: PDF/A (ISO 19005-1:2005)
- Hi Hannes,
no that is not an option. We use more than just the list of issues. We also need pdfs from a single iss... -
09:53 Defect #11089: UTF-8 encoding not showing correctly when looking highlighted php file contents
- this is coderay 1.0.6's bug,only php file.
-
09:40 Defect #11071: Redmine does not install and run on Fedora 17
- Thanks, but next bug is...
-
08:23 Defect #11071: Redmine does not install and run on Fedora 17
- This bug has been fixed on Fedora side. Update using
"sudo yum update ruby rubygem-bigdecimal --enablerepo=updates... -
07:59 Feature #11139 (Closed): próbálkozás
-
07:59 Defect #11137 (Closed): Kártoló munkanap felvételezés
-
07:59 Feature #11138 (Closed): valami
- Please use http://demo.redmine.org for testing purposes.
2012-06-11
-
22:08 Feature #11139 (Closed): próbálkozás
- ...
-
22:05 Feature #11138 (Closed): valami
-
20:40 Defect #11137 (Closed): Kártoló munkanap felvételezés
- Az AUTEFA kapacitásának felmérés
-
20:09 Defect #11136: Unable to logout of Redmine
- I don't see the "def logout_user" in account_controller.rb
This is the only thing I found under the logout functio... -
20:02 Defect #11136: Unable to logout of Redmine
- Please have a look at #10416.
-
19:59 Defect #11136: Unable to logout of Redmine
- Everything seems to be working except signing out
-
19:57 Defect #11136 (Closed): Unable to logout of Redmine
- I tried signing out from Redmine but I was unable to. When I try to sign out from Redmine, it takes me to the Home pa...
-
19:54 Defect #11117: Mailhandler bug on french accent in mail title
- Thanks for the feedback.
-
13:22 Defect #11117: Mailhandler bug on french accent in mail title
- The fix r9796 works fine for me. Thanks
-
19:51 Defect #11133 (Resolved): Wiki-page section edit link can point to incorrect section
- Fixed in r9822.
-
13:45 Defect #11133 (Confirmed): Wiki-page section edit link can point to incorrect section
-
12:56 Defect #11133 (Closed): Wiki-page section edit link can point to incorrect section
- When headers in a wiki page are preceded by a line with one space (instead of an empty line), the section edit links ...
-
18:39 Feature #10886: Sensitivity to git-style log messages
- I have just realised that the activity page does do this already.
-
17:19 Patch #4905: Redmine.pm: add support for Git's smart HTTP protocol
- Toshi MARUYAMA wrote:
> Redmine core feature has test.
> So, we can maintain if git changes behavior.
> * source:t... -
17:16 Feature #11134: PDF/A (ISO 19005-1:2005)
- i am not sure if this helps you, but can t you expor csv and do a pdf with an other tool?
just in the worst case? -
15:38 Feature #11134 (New): PDF/A (ISO 19005-1:2005)
- Our Company uses Redmine for project management issues in the software development. For our release we have to export...
-
13:40 Defect #11132 (Closed): Redmine_Cmis Plugin NoMethodError
- Sorry, no plugin issues here. Please contact the plugin author.
-
11:32 Defect #11132 (Closed): Redmine_Cmis Plugin NoMethodError
- Hello,
Win: Linux / Virtual Xp
Ruby Ver.: 1.8.7
Redmine Ver.: 1.3.1
I have installed the Plugin CMIS with Act... -
12:31 Defect #8548 (Resolved): "report last commit for files and directories" undocumented/not clearly labeled
- Added to Wiki [[RedmineRepositories#Create-the-bare-repository]] which is referenced by [[RedmineProjectSettings]].
-
11:35 Patch #11128 (Closed): Japanese translation update (r9797)
- Committed in trunk and 1.4-stable, thanks.
-
06:12 Patch #11128 (Closed): Japanese translation update (r9797)
- Translated new strings which introduced in r9797.
-
11:34 Patch #11129 (Closed): Bulgarian translation (r9797)
- Committed in trunk and 1.4-stable, thanks.
-
07:48 Patch #11129 (Closed): Bulgarian translation (r9797)
- Translated string constants related to session expiration
-
11:34 Patch #11130 (Closed): Simplified Chinese translation update (r9797)
- Committed in trunk and 1.4-stable.
-
07:49 Patch #11130 (Closed): Simplified Chinese translation update (r9797)
- https://github.com/redmine/redmine/pull/5
-
11:25 Defect #11116: CSV export encoding problem when issues and interface languages are not equal
- Jean-Philippe Lang wrote:
> Could you explain why?
Sure. Here is our case. We use English interface and manage al... -
11:23 Defect #11131 (Closed): repository View and Annotate code Utf-8 show ??? ,diff is right
- Do not re-open and post messages to closed issues.
-
11:15 Defect #11131: repository View and Annotate code Utf-8 show ??? ,diff is right
- simple file
UTF-8(no BOM)
php is wrong,others OK. -
11:04 Defect #11131 (Reopened): repository View and Annotate code Utf-8 show ??? ,diff is right
- txt extname is OK,
python extname .py is OK.
php extname is wrong,
problem is viewing syntax highlighted!!!!!!!!!!
-
10:04 Defect #11131 (Closed): repository View and Annotate code Utf-8 show ??? ,diff is right
- Duplicate with #11089.
And I cannot reproduce. -
09:59 Defect #11131 (Reopened): repository View and Annotate code Utf-8 show ??? ,diff is right
-
09:57 Defect #11131: repository View and Annotate code Utf-8 show ??? ,diff is right
- my file encode is UTF-8(no BOM), it's not gb2312,why change it to gb2312?
"Attachments and repositories encodings" i... -
09:37 Defect #11131 (Closed): repository View and Annotate code Utf-8 show ??? ,diff is right
- You can use "Attachments and repositories encodings" at setting panel.
!encode-setting.png!
-
08:29 Defect #11131 (Closed): repository View and Annotate code Utf-8 show ??? ,diff is right
- git encode is UTF-8.
`git show ` is right.
!20120611141936.png!
!20120611142039.png!
!20120611142100.png!
!201... -
11:20 Defect #11089 (New): UTF-8 encoding not showing correctly when looking highlighted php file contents
-
11:09 Defect #11089: UTF-8 encoding not showing correctly when looking highlighted php file contents
- gehao liu wrote:
> same problem!!!!!!!!!!
> txt extname is OK,
> python extname .py is OK.
> php extname is wrong... -
10:52 Defect #11089 (Resolved): UTF-8 encoding not showing correctly when looking highlighted php file contents
- same problem!!!!!!!!!!
txt extname is OK,
python extname .py is OK.
php extname is wrong,
problem is viewing syntax h... -
10:37 Feature #10000: Time entries report, sort criterias drop down list
- If it's necessary I could put this in all the controller actions.
-
10:32 Feature #9994: Add links in report view for users, projects, issues
- Jean-Baptiste Barth wrote:
> Might be ok with one test or two. Does it break anything in global views ?
I don't t... -
10:21 Feature #9878: New permission to acces all informations of subprojects of a project
- Hi Jean-Baptiste,
Hi Jean-Baptiste Barth wrote:
> It's a common problem for big Redmine instances I think.
> So eith... -
10:08 Feature #8979: Ability to activate a new member for a Project Leader
- Hi Jean-Baptiste,
Thanks for your comments, I will take your remarks in account for the new patches we will provide.... -
08:58 Feature #6597: Configurable session lifetime and timeout
- GREAT!
-
08:57 Defect #11106: Email notification processing is slow - Redmine 1.2.2
- Dears:
I also try to use gmail, but the cost time was 29XXXms, still have long time.... -
08:01 Defect #11106: Email notification processing is slow - Redmine 1.2.2
- This is my configuration on /usr/redmine-1.2.2/config/configuration.yml
production:
delivery_method: :async... -
05:37 Defect #11106: Email notification processing is slow - Redmine 1.2.2
- Dears:
Thanks your reply.
How may I confirm the async_sendmail is work? -
04:41 Feature #1828: Default target version for new issues
- I'm maintaining the new working fork at https://github.com/benasher44/redmine_default_version as specified in Tony Ma...
Also available in: Atom