<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to issues</title><link>https://sourceforge.net/p/xprocess/issues/</link><description>Recent changes to issues</description><atom:link href="https://sourceforge.net/p/xprocess/issues/feed.rss" rel="self"/><language>en</language><lastBuildDate>Fri, 23 Nov 2012 11:44:20 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/xprocess/issues/feed.rss" rel="self" type="application/rss+xml"/><item><title>Inconsistent decimal handling in non-english environments</title><link>https://sourceforge.net/p/xprocess/issues/97/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Inconsistent handling of decimals in enviroments with decimal separator other than "."&lt;/p&gt;
&lt;p&gt;In environments in which "." is not the standard decimal separator the display and entry of decimal numbers is inconsistent in a number of places. To reproduce start xProcess with the option "-Duser.language=de" (decimal separator ",") and try one of the following in a project based on the "Simple Project" pattern from the "Simple Process" (the list is probably not complete):&lt;/p&gt;
&lt;p&gt;1. Parameter entry on task/project/folder creation&lt;br /&gt;
1.1 Create a new "Task": Size is displayed as "2.0" (expected "2,0")&lt;br /&gt;
1.2 When clicked the number changes to "2,0" (correct). &lt;br /&gt;
1.3 Decimals must be entered using "," (correct); an entry of "40.0" results is interpreted as "400" and saved accordingly (probably OK).&lt;/p&gt;
&lt;p&gt;2. Size of Overhead Tasks&lt;br /&gt;
2.1 Create a new Overhead Task and save it. &lt;br /&gt;
2.2 Open the task in the task editor, change the Size to "2", save and close the editor. &lt;br /&gt;
2.3 Open the task in the task editor: The task is displayed as having changes ("*" prepended to task name in the tab handle) and the task size is displayed as "2.0" (expected "2,0"). &lt;br /&gt;
2.4 Save, close and reopen the task in the task editor: The task has changes and a size of "20.0" (should have been "2,0") ...&lt;/p&gt;
&lt;p&gt;3. Price Record Entry&lt;br /&gt;
3.1 Create a new Price Record Entry for a Person or an Organisation; the price field displays "0.00 EUR" (expected "0,00 EUR").&lt;/p&gt;
&lt;p&gt;4. Preferences&lt;br /&gt;
4.1 All decimal values on the Process Designer/Diagram Print and Workflow Designer/Diagram Print preference pages are displayed using "." as decimal separator and must be entered with "." as separator to be interpreted correctly (expected ",").&lt;br /&gt;
4.2 The entry of a number containing a "," results in a error message; the preferences cannot be applied. &lt;/p&gt;
&lt;p&gt;I am currently trying to identify the source of the problem and hope to supply patches soon.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Flemming</dc:creator><pubDate>Fri, 23 Nov 2012 11:44:20 -0000</pubDate><guid>https://sourceforge.net3ee75f2475eaad3e7b7031d1b756152886a1d864</guid></item><item><title>Custom columns (Javascript/OGNL) operating on wrong element</title><link>https://sourceforge.net/p/xprocess/issues/96/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Custom columns for tasks do not work correctly when Javascript or OGNL is used. Instead of operating on the current element they work on a task pattern. For example "#element.getName()" (Javascript) results in "$Name$" whereas "/getName" (reflection) correctly returns the name of the current task.&lt;/p&gt;
&lt;p&gt;The problems seems to be located in com.ivis.xprocess.ui/src/com/ivis/xprocess/ui/tables/columns/custom/CustomColumn.java where in the case of Javascript and OGNL "getTestElement()" is passed to the processor instead "realElement" as in the case of reflection.&lt;/p&gt;
&lt;p&gt;Suggested fix in CustomColumn.patch.txt attached.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Flemming</dc:creator><pubDate>Sun, 11 Nov 2012 10:45:22 -0000</pubDate><guid>https://sourceforge.net653829fc6244db43defe234ed35c02daf200a2b4</guid></item><item><title>Effort label "hours" inconsistent with preferences</title><link>https://sourceforge.net/p/xprocess/issues/95/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;In the editor for parent tasks on the Required Resources tab the time unit label for Subtask and REST Estimate of Effort is "hours" even if Decimal Days has been set as time unt for effort estimates. The value is correct (in days not hours).&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Flemming</dc:creator><pubDate>Mon, 14 May 2012 15:35:43 -0000</pubDate><guid>https://sourceforge.netfaf5a0ae5294d64f34bb87001170cbe53f6c8b8d</guid></item><item><title>Drawing problem with current Beta on Win 7</title><link>https://sourceforge.net/p/xprocess/issues/94/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;We are experiencing serious drawing problems with the newly released BETA version. The only solution is to restart xProcess (using Alt+F4 if the menu or close button are not usable). Will upload a sample screenshot.&lt;/p&gt;
&lt;p&gt;At the moment we cannot say in which situations the problems occur.&lt;/p&gt;
&lt;p&gt;Our setups:&lt;br /&gt;
- xProcess Beta 3.6.1.18476&lt;br /&gt;
- Windows 7 64-bit&lt;br /&gt;
- Oracle JRE 1.6.0_31-b05&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Flemming</dc:creator><pubDate>Tue, 27 Mar 2012 17:32:09 -0000</pubDate><guid>https://sourceforge.net90408e011d5b6e37c92187bf7c507288f8df7914</guid></item><item><title>Extend allowable constraints (feature request)</title><link>https://sourceforge.net/p/xprocess/issues/93/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;the following dependencies should be allowed in xProcess:&lt;br /&gt;
- a task to depend on itself, e.g. to create a task running for 10 days: END must be after FORECAST START offset 10 days&lt;br /&gt;
- a task to depend on another task twice, again to create a 10 day task:&lt;br /&gt;
- Task 2 START must be after Task 1 FORECAST END&lt;br /&gt;
- Task 2 END must be after Task 1 FORECAST END offset 10 days&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andy Carmichael</dc:creator><pubDate>Tue, 21 Feb 2012 09:59:05 -0000</pubDate><guid>https://sourceforge.netd636bd305efaf094d6d1e32db62577c457e1f07f</guid></item><item><title>xProcess changes default values for Action Parameters</title><link>https://sourceforge.net/p/xprocess/issues/92/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;When trying to define a default value for an "Action Parameter" of type FLOAT, xProcess changes the default value several times.&lt;br /&gt;
If I enter x as a default value, and hit "OK", xProcess will - sometimes - change that value to 10*x. When hitting "Ctrl+S" afterwards, xProcess will again - and always - multiply that value by 10, and change the value to 100*x.&lt;/p&gt;
&lt;p&gt;Screenshots attached.&lt;/p&gt;
&lt;p&gt;I am using the following version:&lt;/p&gt;
&lt;p&gt;Version: Beta 3.6.0.18417&lt;br /&gt;
Build id: 3.6.0.18417&lt;br /&gt;
Build date: 25-Jan-2012&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">C R</dc:creator><pubDate>Fri, 17 Feb 2012 08:50:04 -0000</pubDate><guid>https://sourceforge.net9c79f20edee3121f2456f111f1238cd7a42eb466</guid></item><item><title>Patterns with the same name should not be allowed ...</title><link>https://sourceforge.net/p/xprocess/issues/91/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;... in the same process. UI should prevent this but if they occur (e.g. by multi-user actions or historically) an alert should be generated.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andy Carmichael</dc:creator><pubDate>Tue, 14 Feb 2012 15:09:23 -0000</pubDate><guid>https://sourceforge.net731a474593a492e55f9447fff69408192a6af76d</guid></item><item><title>If a process does not define a project pattern...</title><link>https://sourceforge.net/p/xprocess/issues/90/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;...it does not allow you to create a project with the process even if it inherits a project pattern from other processes. It should allow this&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andy Carmichael</dc:creator><pubDate>Tue, 14 Feb 2012 14:08:31 -0000</pubDate><guid>https://sourceforge.netaae5c03818d41197c52c5e0a6562364579232325</guid></item><item><title>xProcess does not show "fully qualified names"</title><link>https://sourceforge.net/p/xprocess/issues/89/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;When trying to create a new task in the right-click context menu the activation of "Show fully qualified names" does not change a thing. The only names I may see remain the "presentation names" of the objects. This is annoying when having several different patterns of the same name.&lt;br /&gt;
I have appended a screenshot.&lt;/p&gt;
&lt;p&gt;Thanks a lot for any help on that matter,&lt;br /&gt;
C.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">C R</dc:creator><pubDate>Tue, 14 Feb 2012 11:24:50 -0000</pubDate><guid>https://sourceforge.net37dc6c6be82be7a340b6026ba833c5f7ecfcc4f2</guid></item><item><title>Repeating date-based tasks (feature request)</title><link>https://sourceforge.net/p/xprocess/issues/88/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Date-based or "overhead" tasks in xProcess can span over an extended period (e.g. a general overhead task consuming a percentage of everyone's time over the whole project) but xProcess assumes the task should be scheduled on every day in the period. It is not currently possible to define a date-based task that repeats at regular intervals such as every 2nd Tuesday or the second Friday or the month. This is useful for repeating events in approaches such as Scrum. Another motivation is the desire to integrate xProcess with team members diaries. Since such events are easy to define in most calendar systems having this feature makes such integration more straightforward.&lt;/p&gt;
&lt;p&gt;UI suggestions: &lt;a href="https://sourceforge.net/apps/mediawiki/xprocess/index.php?title=US105:_Define_a_Repeating_Date-based_Task"&gt;https://sourceforge.net/apps/mediawiki/xprocess/index.php?title=US105:_Define_a_Repeating_Date-based_Task&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andy Carmichael</dc:creator><pubDate>Mon, 13 Feb 2012 14:45:08 -0000</pubDate><guid>https://sourceforge.netd5239e18f739170981f192fc3468957e6899f023</guid></item></channel></rss>