Commit Log (Page 13 of 64)

back to main page

Pages: « Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 Next »

Summary Period: 2004-06-17 to 2004-04-30 (Commits 2539-2588 of 3188)

lehni 2004-06-17 11:51

Part of the new Imaging libary: produces a BufferedImage, with and IndexColorModel, handles alpha channels and dithering.

815 lines of code changed in:

lehni 2004-06-17 11:49

Part of the new Imaging libary: Relies on ImageGenerator for saving images, implements a bunch of new functions.

299 lines of code changed in:

lehni 2004-06-17 11:48

Initial check-in. ImageWaiter waits for asynchronously loaded images. Derived from ImageGenerator.ImageLoader

111 lines of code changed in:

lehni 2004-06-17 11:46

New version of the imaging library. ImageGenerator is now an abstract class, extended by ImageIOGeneartor and JimiGenerator

122 lines of code changed in:

lehni 2004-06-17 11:41

Initial check-in. ImageFilterOp wrapps an ImageFilter in a BufferedImageOp

231 lines of code changed in:

lehni 2004-06-17 11:39

Initial check-in of the GIFEncoder, used both in helma.image.imageio.gif.GIFImageWriter and helma.image.jimi.JimiGenerator

533 lines of code changed in:

lehni 2004-06-17 11:37

Initital check-in of the JimiGenerator

90 lines of code changed in:

lehni 2004-06-17 11:36

Initital check-in of the ImageIOGenerator

145 lines of code changed in:

lehni 2004-06-17 11:34

Initital check-in of the ImageIO GIFImageWriter codec

182 lines of code changed in:

hannes 2004-06-14 16:04

Add a loadNodes() to releaseNode() so we are sure child index has been loaded.
This is to prevent the index to be loaded subsequently, which potentially would
reintroduce the released node.

7 lines of code changed in:

hannes 2004-06-12 23:00

Implement skinCharset option that allows to set the
encoding for skin files to something else than the
platform's file.encoding.

10 lines of code changed in:

hannes 2004-06-09 17:46

Make DbMapping.getInsert() return and cache the full insert prepared statement.

38 lines of code changed in:

hannes 2004-06-09 17:42

Null out tableName and dbSource if they are inherited from parent mapping.
Make sure we always use parent mapping in get/setLastDataChange() and
getNewID() if table and dbsource are inherited.

61 lines of code changed in:

hannes 2004-06-09 12:56

Remove unused Application reference

5 lines of code changed in:

hannes 2004-06-08 23:19

Use Context.javaToJS() utility method to convert
arguments in invoke()

5 lines of code changed in:

hannes 2004-06-08 18:09

Change รถ to oe to prevent errors caused by wrong encodings

1 lines of code changed in:

hannes 2004-06-08 18:05

Change 4th argument to ScriptingEngine.invoke from boolean to int to be able
to pass more explicite argument processing flags. Next to default and XML-RPC
processing there is now an option not to process arguments.

78 lines of code changed in:

hannes 2004-06-08 17:42

Use RequestEvaluator.invokeDirectFunction() rather than ScriptingEngine.invoke()

5 lines of code changed in:

hannes 2004-06-08 16:42

remove redundant check in Macro constructor

3 lines of code changed in:

hannes 2004-06-07 14:00

Update version to 1.4.1-rc1

4 lines of code changed in:

hannes 2004-06-06 22:14

Properly wrap skin return value in createSkin().

5 lines of code changed in:

hannes 2004-06-06 22:07

Unwrap first argument to renderSkin() calls in case
it is a Wrapper instance.

30 lines of code changed in:

hannes 2004-06-04 18:06

Move call to typemgr.checkPrototypes() from RequestEvaluator to RhinoCore.
The TypeManager and Prototype classes will move to the helma.scripting package
in the near future.

9 lines of code changed in:

hannes 2004-06-04 18:03

newPrototypes hashset is never used. Print stack trace if debug is enabled.

5 lines of code changed in:

hannes 2004-06-04 18:02

make checkFiles() private

3 lines of code changed in:

hannes 2004-05-27 16:29

Expose message field in Session object through bean accessors
Change getters and setters for other properties from getxxx() to getXxx()

30 lines of code changed in:

hannes 2004-05-25 15:29

Do not catch Exceptions when wrapping globals in enterContext() - this makes
us ignore syntax errors in scripts, prevents useful error messages to be displayed
and causes functions to be called in illegal state.

11 lines of code changed in:

hannes 2004-05-19 15:58

Try to create DbSource even if neither url nor driver are defined, because
all we're preventing otherwise is a helpful error message.

9 lines of code changed in:

hannes 2004-05-19 15:57

use Properties.getProperty() to get driver, url, username and password
because Properties.keys() does not include the default Properties' keys.
Improved error messages for missing driver and url properties.

41 lines of code changed in:

hannes 2004-05-19 15:55

Use lazy loading constructors where possible for extension constructors

12 lines of code changed in:

hannes 2004-05-19 15:55

No need to lower-case dbsource name in app.getDbSource()

3 lines of code changed in:

stefanp 2004-05-14 15:02

version number 0.7

7 lines of code changed in:

stefanp 2004-05-14 15:01

default groupname is helma

1 lines of code changed in:

stefanp 2004-05-14 14:56

re-fixed logging statement

1 lines of code changed in:

stefanp 2004-05-14 14:54

consolidated CHANGES and README

303 lines of code changed in:

stefanp 2004-05-14 14:19

catch all exceptions that might appear deeper into the apache/helma logger

init group with separate name / identifier parameters

3 lines of code changed in:

stefanp 2004-05-14 14:18

changed newInstance/init so that name and identifier are two fields

10 lines of code changed in:

kmfdm 2004-05-06 19:00

deffensively check properties ignoring case

7 lines of code changed in:

kmfdm 2004-05-06 17:37

removed changes to systemproperties
(not neccessary to use case-sensitive db.properties...)

7 lines of code changed in:

hannes 2004-05-05 16:31

Added exportNode() method that takes a DbMapping as second argument.

24 lines of code changed in:

stefanp 2004-05-03 19:23

parse properties for group.XXX.sendMode (none | first | majority | all)

2 lines of code changed in:

stefanp 2004-05-03 19:23

replaced boolean wait with int sendMode
parse sendMode value with Util.sendModeToInt

14 lines of code changed in:

stefanp 2004-05-03 19:22

fetch sendMode for app-group-pair for each put operation

14 lines of code changed in:

stefanp 2004-05-03 19:21

replaced boolean fireforget with int sendMode

5 lines of code changed in:

stefanp 2004-05-03 19:21

added DEFAULT_SEND_MODE

5 lines of code changed in:

stefanp 2004-05-03 19:21

changed castMessage to use int sendMode instead of boolean fireforget
changed put and execute methods in accord
added elapsed millis to debug messages for all cast operations

32 lines of code changed in:

stefanp 2004-05-03 19:17

added static methods to convert sendMode string to int and vv

44 lines of code changed in:

stefanp 2004-05-03 19:16

added hashtable to store sendMode value for each app-group-pair

18 lines of code changed in:

hannes 2004-05-03 16:39

Set http_language in request data object to Accept-Language header.

9 lines of code changed in:

hannes 2004-04-30 18:09

Patch from Manfred: Separate CLOB from LONGVARCHAR in setStatementValues()

11 lines of code changed in:

Pages: « Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 Next »

Generated by StatCVS 0.2.2