Project

General

Profile

Activity

From 2013-11-22 to 2013-11-24

2013-11-24

23:18 Defect #15528 (Closed): Add execution order
This is hardly a defect...
This can be achieved by using custom fields
Jan Niggemann (redmine.org team member)
17:27 Defect #15528 (Closed): Add execution order
In tasks that have same priority set the execution order
In my page, view the task ordered by priority and executi...
Leandro Gehlen
16:54 Defect #15483: Error 500 on Issue Update (postgres)
Sorry for reporting a duplicate - obviously there's been a hiccup during some past migrations.
Any hint how I can ...
M. Rohrmoser
15:29 Defect #15523 (Confirmed): CSS class for done ratio is not properly generated
Jean-Philippe Lang
06:34 Defect #15523 (Closed): CSS class for done ratio is not properly generated
expected:... Go MAEDA
08:13 Patch #15524 (Closed): Japanese translation update (r12278)
Translated 'text_convert_available'. Go MAEDA
02:15 Feature #643: Issue description templates
+1 Masumitsu Hatta

2013-11-23

20:37 Feature #1712: add custom fields that are calculations of other fields
+1
Our guys wants to see issue age in the issue list.
Adnan Topçu
19:54 Patch #9442 (Closed): Russian wiki syntax help translations
Committed in trunk r12326 and 2.4-stable r12327. Toshi MARUYAMA
16:44 Patch #9442: Russian wiki syntax help translations
Jan Niggemann (redmine.org team member) wrote:
> Toshi, do we still need this, or do we already have a russion trans...
Mischa The Evil
14:34 Patch #9442: Russian wiki syntax help translations
Toshi, do we still need this, or do we already have a russion translation for the wiki syntax page? Jan Niggemann (redmine.org team member)
15:59 Feature #15520: Markdown formatting
+100 Anonymous
14:27 Feature #15520: Markdown formatting
Of course, this is no defect, but a feature request... Jan Niggemann (redmine.org team member)
11:28 Feature #15520 (Closed): Markdown formatting
The (well... my) world is moving towards Markdown for formatting text: GitHub, WordPress, LeanPub all support it nati... Jean-Claude Wippler
14:32 Feature #10019 (Closed): Redmine and Balsamiq Integration
Jan Niggemann (redmine.org team member)
14:28 Defect #15221 (Closed): Issue title disapearing
Jan Niggemann (redmine.org team member)
11:23 Defect #15430 (Closed): NoMethodError on ticket creation
Thanks for the feedback. Jean-Philippe Lang
10:31 Defect #15430 (Resolved): NoMethodError on ticket creation
Found it: the bug was caused by a recent enhancement in the _stuff_to_do_ plugin. Anonymous
10:18 Defect #15430: NoMethodError on ticket creation
Yes, there are several.
Could you tell me some string to search for in order to identify the involved ones?
Anonymous
10:10 Defect #15430: NoMethodError on ticket creation
Any plugin installed? Jean-Philippe Lang
10:14 Patch #15420 (Closed): Don't create duplicate wikis in tests
Patch committed in r12317, thanks for poiting this out. Jean-Philippe Lang
10:08 Defect #15435 (Closed): Watcher is not Visible
This was already discussed, see #10173. Jean-Philippe Lang
09:33 Defect #15485 (Needs feedback): HTML 5 validation multiple ids
Most of the patch is OK but this patch also removes non-duplicate ids like in @app/views/projects/_form.html.erb@. It... Jean-Philippe Lang
09:24 Defect #15427 (Closed): REST API POST and PUT broken
Merged. Jean-Philippe Lang
09:24 Defect #15414 (Closed): Empty sidebar should not be displayed in project overview
Merged. Jean-Philippe Lang
00:31 Defect #15422 (Closed): Using redmine_ckeditor the repository comment issues cannot link
Please no plugin support request here in the issue tracker. Jean-Philippe Lang
00:29 Defect #15424 (Closed): Filter chain halted as :verify_authenticity_token rendered or redirected
Fixed in 2.4.1 that will be released tomorrow, see #15427. Jean-Philippe Lang
00:00 Defect #15453 (Closed): Redmine-Java-API - POST/Put stopped working from android application
Problem already reported in #15427. The fixed version (2.4.1) will be available tomorrow. Jean-Philippe Lang

2013-11-22

23:59 Defect #15427 (Resolved): REST API POST and PUT broken
Fixed in r12311, a test with token verification turned _on_ (_off_ by default in tests) is now present. The fix will ... Jean-Philippe Lang
23:28 Defect #15427 (Confirmed): REST API POST and PUT broken
Jean-Philippe Lang
23:19 Defect #15483 (Closed): Error 500 on Issue Update (postgres)
This column was changed to text long ago, see: source:/trunk/db/migrate/20110227125750_change_journal_details_values_... Jean-Philippe Lang
16:21 Defect #15483: Error 500 on Issue Update (postgres)
table @issues@ has
t.text "description"
so above @value@ + @old_value@ have to be @text@ as well.
M. Rohrmoser
15:57 Defect #15483 (Closed): Error 500 on Issue Update (postgres)
Symptom:
Update a issue description with more then 255 chars causes a HTTP 500.
$ tail -f current/log/*
...
M. Rohrmoser
16:33 Defect #15485 (Closed): HTML 5 validation multiple ids
Related to #15191, r12236.
Everywhere I've found multiple check_box_tag calls, I've put :id => nil.
Ksenia Altbregen
15:44 Patch #14109: Issue REST API should return visible changesets from other projects
See also #3087#note-26 (note 26) D G
15:42 Defect #5522: "search" form should have "all projects" and "my projects"
Is this a quick, sensible solution:
Theory: the difference in the URL called between 'search in this project' and...
dj jones
15:41 Defect #12685: Commit message generates invalid link when repository has an identifier
I can verify both the bug to be present and the patch to be working. Please merge either this or the (seemingly) bett... Viktor Berke
15:27 Defect #13036: auto generated comment "Applied in changeset xxx" is not link to commit
Though I suggest some logical cleanup, i.e. | is not part of the repo id. The very slightly modified patch is attached. Viktor Berke
15:18 Defect #13036: auto generated comment "Applied in changeset xxx" is not link to commit
Hi, I can confirm this bug. I've tested both patches (i.e. this one and the one from #12685) on Redmine 2.4.0, they b... Viktor Berke
15:15 Defect #15434: My page shows issues which is not assgned to me
Same here. Group assignment is turned off.... D G
09:51 Defect #15434 (Closed): My page shows issues which is not assgned to me
The my page shows a lot of issues assigned to me.
When I open link to *issues assigned to me*, I see the right numbe...
Pavel Potcheptsov
14:48 Defect #15453 (Closed): Redmine-Java-API - POST/Put stopped working from android application
Hi,
Since I upgraded to redmine 2.4, my android application has stopped working for POST/PUT request to redmine se...
Deepak Sindhu
14:06 Feature #15452 (New): Ticket status invisible for selected roles
Is it possible to make a ticket invisible or "not editable" if it has a status like "intern"? Benjamin Schneider
11:18 Defect #15435 (Closed): Watcher is not Visible
Hi Team
we have created a new redmine project for tracking developers activities,We need to ensure that an develo...
zam kp
08:26 Defect #12146: Required (list-, user- or version) custom field "fixed version" with Multiple values allows nil value during status transition
It looks like this problem is still present in the current trunk (r12230).
Is there a possibility to get this fixed ...
Jürgen Diez
04:23 Feature #4687: Add copy project permission
+1 necessary on our side David Tremblay
 

Also available in: Atom