-
Technical description:
There seems to be a problem with the localised org.apache.wicket.util.convert.converters.DoubleConverter. I got the following results, input - locale - toString for converted input:
10,99 - GERMAN - 10.99
10.99 - GERMAN - 1099.0
10,99 - VS - 1099.0
10.99 - VS - 10.99.
2009-01-29 16:58:02 UTC in Open Project Services (OPS)
-
ivana-cace committed revision 741 to the Open Project Services (OPS) SVN repository, changing 1 files.
2009-01-29 14:42:58 UTC in Open Project Services (OPS)
-
In opsproject web interface, the archiving interface accepts all dateformts. When user input is unclear, the SimpleDateformatter used guesses, as a result the archive date is not what the user expected.
For the current implementation the fix is also really easy, add the following line:
dateFormatter.setLenient(false);.
2009-01-29 14:34:12 UTC in Open Project Services (OPS)
-
Project and basic report styles highlight events for tasks that dont exist (in ldap), so should servicedesk report but it doesnt.
2009-01-29 13:41:08 UTC in Open Project Services (OPS)
-
The calendar and timesheets arhiving interface is not user friendly.
The least info it should contain:
* What archieving means: archived events no longer in ops client (sunbird) but still available for reporting
* user can only log their calendar
* admins can choose one of two: archive all timesheets or all calendars
* archive date is included
And preferably, archiving should be...
2009-01-29 13:28:26 UTC in Open Project Services (OPS)
-
In ops admin reporting, the legend explains that timesheet events that are logged to non-existing (in ldap) events are highlighted. If there is no report, because the query didnt return any timesheet entries, the legend should not be shown.
2009-01-29 13:09:16 UTC in Open Project Services (OPS)
-
ivana-cace committed revision 740 to the Open Project Services (OPS) SVN repository, changing 1 files.
2009-01-29 13:01:14 UTC in Open Project Services (OPS)
-
ivana-cace committed revision 739 to the Open Project Services (OPS) SVN repository, changing 1 files.
2009-01-29 11:53:43 UTC in Open Project Services (OPS)
-
ivana-cace committed revision 738 to the Open Project Services (OPS) SVN repository, changing 3 files.
2009-01-29 11:31:31 UTC in Open Project Services (OPS)
-
Ops admin has been styled.
2009-01-29 10:53:39 UTC in Open Project Services (OPS)