Commit Log (Page 11 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-09-24 to 2004-07-29 (Commits 2639-2688 of 3188)

stefanp 2004-09-24 14:59

removed unused imports

53 lines of code changed in:

stefanp 2004-09-24 14:59

0.7.1

1 lines of code changed in:

stefanp 2004-09-23 14:39

tiny fix + added setDebug()

9 lines of code changed in:

hannes 2004-09-18 10:46

Implement getCachedObjects()

10 lines of code changed in:

hannes 2004-09-18 10:41

Now using ObjectCache interface from lib/helma.jar

0 lines of code changed in:

hannes 2004-09-17 18:13

Make server list configurable through memcached.servers property.
Update to new helma.objectmodel.ObjectCache interface.

23 lines of code changed in:

hannes 2004-09-17 17:54

Update to new helma.jar snapshot.

0 lines of code changed in:

hannes 2004-09-17 17:53

Introduce helma.objectmodel.ObjectCache interface for switchable cache implementations.

296 lines of code changed in:

hannes 2004-09-17 17:40

Improved toString() method

5 lines of code changed in:

hannes 2004-09-16 17:08

Connect to memcached running on localhost:11211 and make the class
actually work.

27 lines of code changed in:

hannes 2004-09-16 17:06

Update helma.jar to new local version.

0 lines of code changed in:

hannes 2004-09-15 17:49

Initial implementation of methods, untested.

78 lines of code changed in:

hannes 2004-09-15 17:49

Added helma.jar to javac classpath

5 lines of code changed in:

hannes 2004-09-15 17:48

Adding current helma snapshot.

0 lines of code changed in:

hannes 2004-09-15 15:37

Remove debug print message.

2 lines of code changed in:

hannes 2004-09-15 15:30

No more need to set the application's charset in the servlet config.

2 lines of code changed in:

hannes 2004-09-15 15:30

Return the charset instance variable in getCharset() rather than asking the
application properties directly.

5 lines of code changed in:

hannes 2004-09-15 15:28

Remove abstract execute() method and add abstract getApplication().
Remove encoding instance variable and get it from application when needed.

40 lines of code changed in:

hannes 2004-09-15 14:22

Removing RMI based servlet clients.

0 lines of code changed in:

hannes 2004-09-15 14:19

Remove last traces of Commons Codec URLCodec.

1 lines of code changed in:

hannes 2004-09-15 14:15

Remove commons-codec.jar since we're back to the JDK URL encoding/decoding.

3 lines of code changed in:

hannes 2004-09-15 14:13

Remove lines that were unintentionally doubled with a previous patch.
Remove unused import statement.

2 lines of code changed in:

hannes 2004-09-15 13:15

UrlEncoded fix from Jürg Lehni to use JDK 1.4 methods if available and
switch back to JDK 1.3 methods otherwise. Methods renamed to encode()
and decode(), respectively.

105 lines of code changed in:

hannes 2004-09-14 16:16

Make id in SyntheticKey case insensitive by always transforming
to lower case in constructor.

3 lines of code changed in:

hannes 2004-09-14 15:29

Patch to close InputStreams contributed by Jürg Lehni.

70 lines of code changed in:

lehni 2004-09-11 12:13

Bufix for a problem in the inital quantize code from Adam Doppelt, where unique pixels where calculated wrongly.

7 lines of code changed in:

hannes 2004-09-10 12:53

Initial revision

2970 lines of code changed in:

hannes 2004-09-10 11:28

Some code cleanups as suggested by Jürg Lehni.

7 lines of code changed in:

hannes 2004-09-06 19:51

Add commons-codec.jar to classpath

3 lines of code changed in:

lehni 2004-09-06 18:25

Removed the OutputStream / mimeType versions of saveAs that broke compiling

2 lines of code changed in:

hannes 2004-09-06 16:43

Recognize <!doctype > tags in HTML formatter

9 lines of code changed in:

lehni 2004-09-06 16:31

Bugfix to avoid an invalid Graphics2D object after changes to the internal image (crop, scale, reduceColors, ...).

75 lines of code changed in:

hannes 2004-09-06 15:50

Set the servlet's defaultEncoding to the app's charset
as soon as we get the Application reference.

8 lines of code changed in:

hannes 2004-09-06 15:48

Switch to Jakarta Commons Codec for URL en/decoding to provide
encoding-sensitivity on JDK 1.3.
Use application charset for URL encoding and decoding.
UnsupportedEncodingException is propagated.

129 lines of code changed in:

hannes 2004-09-06 15:24

Adding Jakarta Commons Codec 1.3 jar

0 lines of code changed in:

hannes 2004-09-03 12:34

Implement decent string representation for path object.

33 lines of code changed in:

hannes 2004-09-01 17:27

Minor fixes from Juerg Lehni: Add trailing "/" in path info, plus code improvements

11 lines of code changed in:

hannes 2004-08-30 15:24

Reverse order of global.init() and global.initStandardObjects() invocations. This is
required by Rhino 1.6R1pre and doesn't hurt with Rhino 1.5.

3 lines of code changed in:

hannes 2004-08-30 15:18

Patch from Paul Alexandrow to query for groupby field rather than accessname
in getPropertyNames() if we have a grouped relation.

3 lines of code changed in:

lehni 2004-08-30 12:35

Fixed a bug that affected transparent parts of images.

15 lines of code changed in:

lehni 2004-08-06 19:17

replaced the weird-bug-fix-line by this one, which should even be faster as no function calls are involved:

String fix = "" + alpha;

6 lines of code changed in:

lehni 2004-08-06 15:10

correct comments.

4 lines of code changed in:

lehni 2004-08-06 15:09

added a bugfix line for a very weird bug that only occurs from time to time, on some systems:
for more information, read the comments before the following line:
if (i == 0) Integer.toString(alpha);

16 lines of code changed in:

lehni 2004-08-06 13:38

a few bug fixes so that dithering now actually works.

7 lines of code changed in:

lehni 2004-07-30 15:23

added drawImage for other ImageWrapper objects

15 lines of code changed in:

hannes 2004-07-29 15:00

Update version to "1.4.1"

4 lines of code changed in:

hannes 2004-07-29 14:47

Fix some more JavaDoc comments to stop javadoc from complaining.

49 lines of code changed in:

hannes 2004-07-29 14:22

Fix some JavaDoc comments.

19 lines of code changed in:

hannes 2004-07-29 13:53

Remove unused WebBroadcaster class

0 lines of code changed in:

hannes 2004-07-29 13:43

Add getter for the underlying file

12 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