Log message: From: To:
Path:
Author:
Issue:
File name:
File type:
Activity by path
Activity by time
2008-04
Activity by year and month
Activity by author
authors by first/last commit
Core group
Developer turnover
Changes    Collaboration    Timeline    Rss   
1 - 20 of 732130  Next ›
732130 06.01.2009 22:41:23, by rpluem:
* Update transformation
732129 06.01.2009 22:40:05, by rpluem:
* Update transformation
732128 06.01.2009 22:39:05, by jbohn:
remove unnecessary eval statement from sql portlet
732127 06.01.2009 22:31:14, by jbohn:
remove unnecessary eval statement from sql portlet
732126 06.01.2009 22:30:28, by rpluem:
* Update transformation
732125 06.01.2009 22:25:37, by rdonkin:
Prefix model classes pending interface extraction
732124 06.01.2009 22:20:21, by bimargulies:
Turn off not quite working test.
732123 06.01.2009 22:19:07, by gcrawford:
TRINIDAD-1360 error in doubleconverter

Doubleconverter ignores locale, so it just does this on the server

* getAsString() --> return Double.toString(((Number)value).doubleValue());
* getAsObject() --> return Double.valueOf(stringValue);

On the client it does something similar to the server for getAsString.

However on the client for getAsObject it's calling _decimalParse, which uses localeSymbols to parse, which means it's using locale specific formatting on the client to interpret the string to an object.

Changed the _decimalParse function to take an optional boolean to ignore the locale symbols for parsing and send in true for double and float converter.
732122 06.01.2009 22:14:37, by gawor:
add license headers
732121 06.01.2009 22:14:24, by jukka:
1.5: Reverted revision 731989 (JCR-1879)

The fix in trunk only applied to post-1.5 code.
732120 06.01.2009 22:08:00, by gcrawford:
TRINIDAD-1360 error in doubleconverter

Doubleconverter ignores locale, so it just does this on the server

* getAsString() --> return Double.toString(((Number)value).doubleValue());
* getAsObject() --> return Double.valueOf(stringValue);

On the client it does something similar to the server for getAsString.

However on the client for getAsObject it's calling _decimalParse, which uses localeSymbols to parse, which means it's using locale specific formatting on the client to interpret the string to an object.

Changed the _decimalParse function to take an optional boolean to ignore the locale symbols for parsing and send in true for double and float converter.
732119 06.01.2009 22:03:16, by linsun:
GERONIMO-4488 Framework assembly can not be stopped successfully
732118 06.01.2009 22:02:19, by bentmann:
o Decoupled it0072 from production plugins
732117 06.01.2009 21:59:56, by gawor:
restore c14n tests - tests files were empty
732116 06.01.2009 21:54:27, by dreiss:
THRIFT-249. java: Add @param lines to function docstrings
732115 06.01.2009 21:54:04, by tv:
Removed the dependency on commons-logging
732114 06.01.2009 21:53:21, by rdonkin:
Factor out interfaces for mappers.
732113 06.01.2009 21:49:34, by trawick:
backport the last byte of r731963
732112 06.01.2009 21:49:02, by nick:
Support for reading HSSF column styles
732111 06.01.2009 21:48:09, by chaase3:
DERBY-3983: User Guide documentation on the limitations of small-device support is stale

This patch updates the information in the Reference Manual topic on JSR 169 support, "JDBC Package for Connected Device Configuration/Foundation Profile (JSR 169)", and organizes it more usefully.

Patch: DERBY-3983-2.diff
1 2 3 4 5 6 7 8 9 10 Next