Project

General

Profile

Activity

From 2013-01-04 to 2013-01-06

2013-01-06

19:22 Defect #12744: Unable to call a macro with a name that contains uppercase letters
Jean-Philippe Lang wrote:
> Fix committed with test in r11126, thanks for pointing this out.
> Maybe we should even...
Takeshi Yaegashi
02:28 Defect #12744: Unable to call a macro with a name that contains uppercase letters
I can confirm that r11126 fixes the problem. Thanks. Ling Li
00:13 Defect #12744 (Resolved): Unable to call a macro with a name that contains uppercase letters
Jean-Philippe Lang
00:13 Defect #12744 (Closed): Unable to call a macro with a name that contains uppercase letters
Fix committed with test in r11126, thanks for pointing this out.
Maybe we should even make macro name case-sensitive?
Jean-Philippe Lang
18:34 Defect #12519 (Closed): Redmine in sub-URI gives 404 page not found issue submit and wiki submit
Thank you for your feedback. I close this Ticket. Daniel Felix
18:10 Defect #12519 (Resolved): Redmine in sub-URI gives 404 page not found issue submit and wiki submit
The techs at A2 Hosting have investigated this and found that this error is due to a race condition in Passenger. The... Vincent Lizzi
15:47 Feature #12713: Microsoft SQLServer support
I've committed a fix in r11137. Note that the proposed patch was wrong (the index name was given as the column name a... Jean-Philippe Lang
15:28 Feature #12713: Microsoft SQLServer support
Thanks, I am able to reproduce with sqlite3. The index actually exists before migration 91 but is named @altered_chan... Jean-Philippe Lang
13:48 Feature #12713: Microsoft SQLServer support
Jean-Philippe Lang wrote:
> It works fine for me. Are you able to reproduce when running db:migrate on a new empty...
Akiko Takano
10:58 Feature #12713: Microsoft SQLServer support
Akiko Takano wrote:
> After checking out redmine from svn trunk, migration task for new database was failed with err...
Jean-Philippe Lang
13:06 Patch #12754 (Closed): Updated Japanese translation for notice_account_register_done
Committed in trunk r11131, thanks. Toshi MARUYAMA
12:49 Patch #12754: Updated Japanese translation for notice_account_register_done
English "notice_account_register_done" was changed by r601. Toshi MARUYAMA
11:12 Patch #12754 (Closed): Updated Japanese translation for notice_account_register_done
The complete translation provides missing and important information on account registration by email. Takeshi Yaegashi
12:43 Patch #9225 (Closed): Generate project identifier automatically with JavaScript
Patch committed in r11129 with a few changes:
* moved the js code to a separate script
* ported it to JQuery
* rem...
Jean-Philippe Lang
11:32 Defect #12750: Start date set to '2013-01-05 00:00:00' instead of '2013-01-05' when editing an issue
Please read [[SubmittingBugs]]. Jean-Philippe Lang
06:21 Defect #12750: Start date set to '2013-01-05 00:00:00' instead of '2013-01-05' when editing an issue
Start Date value gets set to '2013-01-05 00:00:00' instead of '2013-01-05' after clicking update on an existing issue... fcx code
06:20 Defect #12750 (Closed): Start date set to '2013-01-05 00:00:00' instead of '2013-01-05' when editing an issue
fcx code
11:28 Patch #1028 (Closed): Clean up timelog code
Indeed, the patch is obsolete. The proposed change (criterias => criteria) was part of r8026. Jean-Philippe Lang
11:22 Patch #1028: Clean up timelog code
Well, I think this one could be closed. As I see for now, there is nothing like criterias or something similar. The p... Daniel Felix
11:19 Patch #1790: Raise amount of 'latest projects' in the block on home from 5 to 10
+ 1 for the implementation from Markus. This seems to be more flexible and allows even projects with huge projects li... Daniel Felix
11:16 Feature #6118: Filter by parent task or subtasks
Mischa The Evil wrote:
> This, along with #6116 / #5325, seems important things to improve handling of subtasks.
...
Daniel Felix
11:12 Feature #10191: Add Filters For Spent time's Details and Report
This one seems to work pretty well in the current trunk r11108.
Thanks for this! This is quite useful for larger pro...
Daniel Felix
11:01 Feature #12579: Ability to assign issues to multiple users
Miodrag Milic wrote:
> The estimated hours has nothing to do with this issue.
Well indirectly. Estimated hours ar...
Daniel Felix
09:22 Feature #12579: Ability to assign issues to multiple users
The estimated hours has nothing to do with this issue. Miodrag Milic
08:47 Feature #12579: Ability to assign issues to multiple users
Well I don't think so. Those estimated hours are normally defined by the project manager by some kind of method (for ... Daniel Felix
07:36 Feature #12579: Ability to assign issues to multiple users
One more thing - estimated time per user. If 2 or more person works with the same issue (parallel work), it is necess... # And
11:00 Patch #12753: Update config.i18n.load_path for plugin-supplied locales
Can you add a test to your patch? Jean-Philippe Lang
10:37 Patch #12753 (Closed): Update config.i18n.load_path for plugin-supplied locales
With Rails 3 @Redmine::Plugin.register@ should update @Rails.application.config.i18n.load_path@ for plugin-supplied l... Takeshi Yaegashi
10:25 Defect #12752 (Closed): custom field is 'user', and 'multiple values' is checked, then view issue will crash
the log:... boo lee
08:51 Defect #12751 (Closed): The Preview link on the bottom doesn't work in the issue's Update page.
Daniel Felix
08:51 Defect #12751: The Preview link on the bottom doesn't work in the issue's Update page.
This is a duplicate of #12642.
There is already a patch, you can try it if this fixes your problem.
Thank you!
Daniel Felix
06:25 Defect #12751 (Closed): The Preview link on the bottom doesn't work in the issue's Update page.
fcx code
08:43 Feature #1005: Add the addition/removal/change of related issues to the history
+1 from me.
Would be good in combination with #5061.
Both are things which should be displayed in the ticket hist...
Daniel Felix
07:38 Feature #1005: Add the addition/removal/change of related issues to the history
Necessary feature. # And

2013-01-05

23:46 Feature #12713: Microsoft SQLServer support
Daniel Felix wrote:
> I attached a corrected version of the patch. You've got a typo in changesets.
I'm so sorry ...
Akiko Takano
21:22 Feature #12713: Microsoft SQLServer support
I attached a corrected version of the patch. You've got a typo in changesets. Daniel Felix
20:07 Feature #12713: Microsoft SQLServer support
After checking out redmine from svn trunk, migration task for new database was failed with error like this.... Akiko Takano
21:54 Defect #12744: Unable to call a macro with a name that contains uppercase letters
I think that was the culprit. An ugly line (before that L151) fixes the problem, and confirms that the problem was d... Ling Li
21:39 Defect #12744: Unable to call a macro with a name that contains uppercase letters
I don't know Ruby but this line seems suspicious where name is added to @available_macros@ before downcase: source:tr... Ling Li
12:20 Defect #12744: Unable to call a macro with a name that contains uppercase letters
Hi there,
well on the first sight, this seems to be ok.
Save a new macro:
source:trunk/lib/redmine/wiki_format...
Daniel Felix
02:18 Defect #12744 (Closed): Unable to call a macro with a name that contains uppercase letters
I recently upgraded from 2.0 to 2.2 and found that some macros stopped working. Those macros have upper-case letters... Ling Li
21:28 Defect #12480: Gantt to PNG not working. Thin freeze with Redmine. High CPU usage.
The same thing happens on my machine, after some png export. If some patch is available, I could test this for you.
...
Daniel Felix
21:27 Defect #12732 (Closed): Serveroverload after Gantt PNG export
Hi Jean-Philippe,
yeah this is a duplicate. The same things as described in #12480 happen on my machine too. Thank...
Daniel Felix
14:49 Defect #12732: Serveroverload after Gantt PNG export
Looks very similar to #12480. Jean-Philippe Lang
21:23 Patch #12737: Patch for negative duration #12735
Yes you're right. I just added 1000 for the start as this seems to be more than enough for a single task. But you'r i... Daniel Felix
17:35 Patch #12737 (Closed): Patch for negative duration #12735
See #12735. Jean-Philippe Lang
17:13 Patch #12737: Patch for negative duration #12735
This patch also limits the value to 1000 hours. I'm not sure that it's desirable. Jean-Philippe Lang
21:18 Feature #12529 (Closed): Use RMagick gem to create thumbnails when available
Hi Alex,
thanks anyway for your suggestion. I'm closing this ticket now.
Daniel Felix
20:12 Feature #12529: Use RMagick gem to create thumbnails when available
OK, I see your point. I think this item can be closed.
Thanks.
--
Alex
Alex Shulgin
18:40 Feature #12529: Use RMagick gem to create thumbnails when available
A few pointers:
* http://stackoverflow.com/questions/13406343/rmagick-correct-way-to-create-a-thumbnail-without-leak...
Jean-Philippe Lang
18:07 Feature #12529: Use RMagick gem to create thumbnails when available
Jean-Philippe Lang wrote:
>
> This is slower indeed but memory consumption is much lower too.
Hm, I don't see h...
Alex Shulgin
18:01 Feature #12529: Use RMagick gem to create thumbnails when available
Alex Shulgin wrote:
> I'm all for removing dependency on ImageMagick library
I was speaking about the RMagick gem...
Jean-Philippe Lang
17:19 Feature #12529: Use RMagick gem to create thumbnails when available
Jean-Philippe Lang wrote:
> I don't know if we should rely on RMagick more than we currently do. The latest release ...
Alex Shulgin
14:48 Feature #12529: Use RMagick gem to create thumbnails when available
I don't know if we should rely on RMagick more than we currently do. The latest release of this gem is almost 3 year ... Jean-Philippe Lang
21:17 Feature #3436: Show relations in Gantt diagram
Yasaf Burshan wrote:
> Hi all,
> How do I use this update on a windows machine with IIS?
> When I run the patch co...
Daniel Felix
20:59 Feature #3436: Show relations in Gantt diagram
Hi all,
How do I use this update on a windows machine with IIS?
When I run the patch command I'm getting an error m...
Yasaf Burshan
14:05 Feature #3436: Show relations in Gantt diagram
Thanks a lot for this implementation (Toshi and Jean-Philippe)!
This is realy helpful in bigger projects with much d...
Daniel Felix
13:57 Feature #3436 (Resolved): Show relations in Gantt diagram
I've committed Toshi's patch with a few changes:
* removed the option to show/hide the relations, they are now alway...
Jean-Philippe Lang
12:01 Feature #3436: Show relations in Gantt diagram
Toshi MARUYAMA wrote:
> I try this patch with IE7 on my Windows Vista.
> This patch does not work.
>
> Issue fil...
Daniel Felix
10:38 Feature #3436: Show relations in Gantt diagram
I confirmed this patch works on IE8.
Toshi MARUYAMA
08:45 Feature #3436: Show relations in Gantt diagram
Etienne Massip wrote:
> Not sure the foreach syntax @for (rel_type_key in ...) {}@ is supported by IE7/8?
I try t...
Toshi MARUYAMA
18:28 Defect #11841: git log error: git exited with non-zero status: 128
#12505 (with a patch) looks like a duplicate of this one. If my assumption is correct, the problem is not realted to ... Jan Kundrát
18:01 Defect #12505: Git: fetch_changesets returns a fatal error
The attached patch makes sure that only those branches which are still in the repository are considered when preparin... Jan Kundrát
17:30 Defect #12505: Git: fetch_changesets returns a fatal error
I've hit the same issue after an upgrade from 1.2.0 to 2.2.0.
h2. Quick summary
* the error is caused by Redmin...
Jan Kundrát
17:35 Defect #12735 (Closed): Negative duration allowed
I've implemented the validation using Rail's builtin helpers in r11125. Jean-Philippe Lang
17:11 Patch #12738 (Closed): Patch for negative start_date (#12736)
There was already another approach for validating Version#effective_date. I've added a date validator in r11124 that ... Jean-Philippe Lang
17:10 Defect #12736 (Closed): Negative start/due dates allowed
Fixed in r11124. Jean-Philippe Lang
17:08 Defect #12749: Plugins cannot route wiki page sub-path
Maybe this patch would fix this problem:... Jean-Philippe Lang
16:42 Defect #12749 (Closed): Plugins cannot route wiki page sub-path
I've got "Graphviz Wiki-macro Plugin" (https://github.com/tckz/redmine-wiki_graphviz_plugin) installed which introdu... Ruedi Silvestri
14:53 Patch #12611 (Closed): Login link unexpected logs you out
Patch committed in r11122 with a test. Jean-Philippe Lang
14:46 Feature #12745: Disable the default "Description/Status/Priority" field
Wan Zhenhuan wrote:
> Btw, any schedule for the #12005 feature integration? Our team going to upgrade redmine to th...
Daniel Felix
14:25 Feature #12745: Disable the default "Description/Status/Priority" field
Daniel Felix wrote:
> Okay, thanks for the fast feedback. I close this request.
Btw, any schedule for the #12005 ...
HU an
13:39 Feature #12745 (Closed): Disable the default "Description/Status/Priority" field
Okay, thanks for the fast feedback. I close this request. Daniel Felix
13:25 Feature #12745: Disable the default "Description/Status/Priority" field
Daniel Felix wrote:
> Well, after the integration of #12005 this shouldn't be a problem anymore.
> Maybe you can ta...
HU an
12:30 Feature #12745: Disable the default "Description/Status/Priority" field
Well, after the integration of #12005 this shouldn't be a problem anymore.
Maybe you can take a look at this and giv...
Daniel Felix
04:47 Feature #12745 (Closed): Disable the default "Description/Status/Priority" field
If we can disable these default filed, Redmine will open a whole new world for people that do not only use it for IT ... HU an
14:26 Patch #10916 (Closed): Optimisation in issues relations display
Variable named @other_issue@ added to store @relation.other_issue(@issue)@ as proposed in the patch, thanks. Jean-Philippe Lang
14:08 Feature #8929: Permission to view only your own time logs
this should solve the problem http://www.redmine.org/plugins/selfspenttime :))) Pavel Bahushevich
13:59 Defect #2414: 'Add News Button' in 'Add news'
Well, this seems to be fixed in the current version of redmine (trunk and version 2.2).
I think this could be clos...
Daniel Felix
13:26 Feature #12005: Mightful workflow field enhancement: hide
I would appreciate it so much guys if you could implement this in the next release!
Yeah, I saw tons of ppl want thi...
HU an
12:36 Patch #12730: Fix sorting and PDF output of Gantt diagram & start date calculation and grouping
Thank you for your great work. I will try your patches soon (this weekend or maybe monday). Thank you for your work! Daniel Felix
09:29 Patch #12730: Fix sorting and PDF output of Gantt diagram & start date calculation and grouping
I'm attaching the patch to fix PDF output and the patch to calculate 'month from' and 'month count' here, because the... Tobias Droste
12:35 Feature #347: Grouping issues in Gantt view
Tobias Droste wrote:
> I've attached a patch to implement grouping in the Gantt diagram.
>
> It additionally adds...
Daniel Felix
09:23 Feature #347: Grouping issues in Gantt view
I've attached a patch to implement grouping in the Gantt diagram.
It additionally adds 2 options to:
* Don't draw...
Tobias Droste
12:34 Patch #7456: Gantt filters
Here are some other patches which solves some gantt sort issues too: #8366 Daniel Felix
05:28 Patch #7456: Gantt filters
I am using redmine 2.2.0 and the sort by start_date issue is a feature I would appreciate, as reported on several iss... Jonathan Vargas
12:29 Feature #8417: per tracker configurable issue form layout with preview
Well, this would be great to have.
I also requested some feature which could be handled with this solution too.
+1
Daniel Felix
12:28 Defect #12244: Preview Layout breaks on large images
Anyone else tested this one? Daniel Felix
12:25 Feature #1091: Disabling default ticket fields per tracker
Wan Zhenhuan wrote:
> Why do I still can't disable the "Status/Priority/File attaching/Watchers" field? People wanna...
Daniel Felix
04:37 Feature #1091: Disabling default ticket fields per tracker
Why do I still can't disable the "Status/Priority/File attaching/Watchers" field? People wanna add a complete new iss... HU an
12:05 Patch #12746 (New): Add include=journals support to issues REST api
To see what has changed on an issue it seems necessary to obtain the history of journal objects that are associated w... Derek Slone-Zhen
10:31 Defect #12727: CVE-2012-5664
Merged to 2.2-stable by r11111. Toshi MARUYAMA
09:30 Defect #7335: Sorting issues in gantt by date, not by id
New patch is posted at #8366#note-2. Toshi MARUYAMA
05:39 Defect #7335: Sorting issues in gantt by date, not by id
Hi guys.
I just required the sort by start date and then applied manually the first chunk mentioned on attachment...
Jonathan Vargas
09:25 Defect #8366: Gantt Version Ordering
Attached is patch that orders issues by their start date and versions by their due date (seems to me the most sensibl... Tobias Droste
04:41 Feature #4511: Allow adding user groups as watchers for issues
Badly need this great feature for big project! +1 HU an

2013-01-04

22:42 Feature #10180: Custom fields with "Redmine links" and "Links"
+1 Zbynek Drlik
22:22 Defect #11839: Text overlay when exporting issues to pdf files
Same here. Example attached. Zbynek Drlik
21:11 Defect #12740 (Resolved): update wiki for install requirement spec
Added 2.2.0 and changed rails version for current trunk Jan Niggemann (redmine.org team member)
17:33 Defect #12740 (Closed): update wiki for install requirement spec
See wiki http://www.redmine.org/projects/redmine/wiki/RedmineInstall
Its rails 3.2.10 for trunk and 2.2 is missing...
Terence Mill
19:31 Feature #12005: Mightful workflow field enhancement: hide
ian stoddart wrote:
> Hi, updated my installation to 2.2.0.stable.10995 and the patch works fine after manually fixi...
# And
18:27 Patch #12730: Fix sorting and PDF output of Gantt diagram & start date calculation and grouping
Toshi MARUYAMA wrote:
> Please split and post it to each issues.
Ok.
Daniel Felix wrote:
> the path works goo...
Tobias Droste
13:32 Patch #12730: Fix sorting and PDF output of Gantt diagram & start date calculation and grouping
Tobias Droste wrote:
> (I could split it into 4 patches and provide more screenshots if there's interest)
Please ...
Toshi MARUYAMA
12:03 Patch #12730: Fix sorting and PDF output of Gantt diagram & start date calculation and grouping
Hi,
the path works good. But the grouping of gantt doesn't seem to work?
I tested this with r11114.
I also tri...
Daniel Felix
10:29 Patch #12730: Fix sorting and PDF output of Gantt diagram & start date calculation and grouping
Hi Tobias,
thanks for this patch and your search.
I added the relations. I will try this patch and give a short...
Daniel Felix
10:24 Patch #12730: Fix sorting and PDF output of Gantt diagram & start date calculation and grouping
This (mostly) fixes following tickets:
* #11293
* #9565
* #8480
* #8366
* #7836
* #4786
* #347
Tobias Droste
10:08 Patch #12730 (New): Fix sorting and PDF output of Gantt diagram & start date calculation and grouping
This patch does several things:
# Fixes the sorting of issues so that the oldest one are on top and the newer ones...
Tobias Droste
18:07 Defect #12741: wiki syntax help link is shows as plain text
I copied out the html content block with the erro prone code... Terence Mill
17:55 Defect #12741 (Closed): wiki syntax help link is shows as plain text
The new link implementation in jstoolbar came with r1190. Now i see the <a hre link plaintext instead of a link butto... Terence Mill
16:57 Feature #12657: view statistic and likes
I don't think such infomrmation will anyone search explicitly on demand on his mypage. Then btw. you have to think ab... Terence Mill
16:18 Feature #12657: view statistic and likes
Just a proposal, but this could be added as some widget for the my page modul. Daniel Felix
16:41 Defect #12739 (Closed): Pb with last release of the plugin with Redmine 2.2.0
Please no plugin request here. Jean-Philippe Lang
16:18 Defect #12739 (Closed): Pb with last release of the plugin with Redmine 2.2.0
Hi there,
I tried to install the last release of the redmine timesheet plugin (the fork by Hisham Malik) and I hav...
Anonymous
16:40 Defect #12694: Dates in issue journal
This was not a cosmetic bug, dates were not stored in journal_details as expected.
This is fixed in r11117, see #12713.
Jean-Philippe Lang
16:40 Defect #3183: Fix the behavior after choosing the "Watch" link in Issues screen
Well in the current IE9, Firefox and Safari with activated JavaScript everything seems to be ok. Is this still reprod... Daniel Felix
16:39 Defect #12692: MS SQL DB migration
Fixed in r11097, see #12713. Jean-Philippe Lang
16:39 Defect #12693: MSSQL column quotations
Fixed in r11099, see #12713. Jean-Philippe Lang
15:52 Patch #12738 (Closed): Patch for negative start_date (#12736)
Patch for #12736.
Some remarks:
There is a conversion to int. This means, every date which is bevor 1970 is inval...
Daniel Felix
15:14 Patch #12737 (Closed): Patch for negative duration #12735
See attachment for patch. Daniel Felix
15:10 Defect #12718: User with role without any worflow right for tracker can create issues
I support the issue. The feature may extend the total Redmine approach to the direction of requirement control tool. ... Ilya Morkovin
14:34 Defect #12736 (Closed): Negative start/due dates allowed
Redmine allows a user to define a negative startdate without remarking an invalid date.
Redmine stores 0000-00-00 ...
Daniel Felix
14:30 Defect #12735 (Closed): Negative duration allowed
Redmine allows the user to define a negative duration for a ticket.
See attachment.
Daniel Felix
14:28 Feature #12734 (Closed): Add table reference to textile help
Add some help for table definitions in textile help.
http://www.redmine.org/help/wiki_syntax.html
Daniel Felix
14:23 Defect #12733 (New): Gantt PDF Export is unclear with much export months
Hi,
the PDF-Export is unclear with a higher rate of export months (example: 24 Months).
See attachment for an exa...
Daniel Felix
14:10 Defect #12732 (Closed): Serveroverload after Gantt PNG export
Hi,
I encounter some misbehaviour from redmine, if I export a GANTT to PNG.
This cause a overload (ruby process...
Daniel Felix
13:50 Feature #11919: Issues list needs some kind of "last-modified-by" mark.
Have you found a solution yet?
I had the same issue on "My Page" and could not find an existing plugin which does th...
A. G.
13:40 Defect #8480 (Closed): gantt sorting in redmine 1.2
Gantt sort implementation changed from 1.1 to 1.2.
1.2 sort by id and tree.
Date sorting is discussed in #7335.
...
Toshi MARUYAMA
12:05 Feature #3436: Show relations in Gantt diagram
Hi Toshi,
this works still good in r11114.
Maybe this patch could be interessting for you #12730.
It also chan...
Daniel Felix
12:05 Feature #12726 (Closed): Display the associated revisions with a given issue even if the project doesn't have a dedicated repository
I confirm the problem exists in 1.3.2 but was fixed in 1.4.0. Jean-Philippe Lang
12:00 Feature #12726: Display the associated revisions with a given issue even if the project doesn't have a dedicated repository
I'm using Redmine 1.3.2.stable (MySQL) Rui Gonçalves
11:59 Feature #12726: Display the associated revisions with a given issue even if the project doesn't have a dedicated repository
If I understand correctly, this was fixed some time ago. Which version are you using? Jean-Philippe Lang
11:22 Feature #12713: Microsoft SQLServer support
r11116 passes the full test suite with Microsoft SQL Server 2012 using these gems:
* activerecord-sqlserver-adapter ...
Jean-Philippe Lang
10:12 Defect #3185: No scrollbar on projects members page in IE8
Hi there,
is there anyone who can test this, maybe with the current release 2.2? In IE9 this doesn't seem to appea...
Daniel Felix
10:10 Defect #1175 (Confirmed): Empty diff page for binary files
Hi there,
I just tested this on redmine.org, this seems to be still reproduceable.
"See here ":http://www.redmine...
Daniel Felix
10:03 Defect #2828: named links incorrectly imported
Hi there,
any news on this? Is this still reproduceable with redmine 2.2?
Can someone test this please?
Best ...
Daniel Felix
10:01 Defect #2827: {{{foo}}} without spaces incorrectly imported
Hi there,
are there any news on this? Is this still reproduceable with Redmine 2.2?
Can someone test this please?
Daniel Felix
09:59 Defect #2363: Side-by-Side diff doesn't wrap
Any news on this?
Maybe someone can test this on IE7? On the current IE9 installation, everything seems to be fine.
Daniel Felix
09:34 Defect #12724 (Closed): Spelling error: 'pourcent' should be 'percent'
Patch #12725 committed. Jean-Philippe Lang
09:33 Patch #12725 (Closed): Change pourcent to percent (#12724)
Patch committed in r11113. Previous methods are deprecated instead of being removed. They will be removed in 3.0.
Th...
Jean-Philippe Lang
09:23 Defect #12707 (Closed): Typo in app/models/tracker.rb
Jean-Philippe Lang
09:22 Patch #12721 (Closed): Optimize MenuManager a bit
Patch committed in r11112, thanks for pointing this out. Jean-Philippe Lang
09:15 Defect #12729 (Closed): Closed projects are missing plugin tabs
In the plugins. Jean-Philippe Lang
05:18 Defect #12729 (Closed): Closed projects are missing plugin tabs
When a project is closed, certain plugin tabs are missing (eg. DMSF). Is this something fixable in Redmine or in the ... Dinu Marina
 

Also available in: Atom