Commit Log (Page 31 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: 2002-10-15 to 2002-10-01 (Commits 1639-1688 of 3188)

hannes 2002-10-15 19:56

Fixed ApplicationBean.getSkinfiles: Skin files in app.skinfiles are now loaded only
when accessed. This is implemented using an inner class Prototype.SkinMap.

153 lines of code changed in:

hannes 2002-10-15 19:54

Cleaned up SkinManager, added method to collect skins in other directories than
the prototype directory.

29 lines of code changed in:

hannes 2002-10-15 19:52

Changed skinDepth from public to protected.

1 lines of code changed in:

hannes 2002-10-15 19:52

Various minor optimizations.

126 lines of code changed in:

hannes 2002-10-15 19:48

added setBufferLength() method to truncate the response buffer.

5 lines of code changed in:

hannes 2002-10-14 19:05

Rewrote XML encoding of properties not to stumble over null values (hopefully).
Also did some minor code cleanup.
Support for stopTypes has been added but is commented out.

42 lines of code changed in:

hannes 2002-10-14 18:40

Cleaned the way boolean properties are transformed into as string

1 lines of code changed in:

hannes 2002-10-14 18:39

* Check for null and empty string in all encoder methods.
* Encode macro tags and HTML comments inside <code> tag.
* Added simple main() method for command line tests.

59 lines of code changed in:

hannes 2002-10-14 17:39

Fixed bug 128 (Logger NullPointerException), moved some code.

7 lines of code changed in:

hannes 2002-10-14 17:24

Fixed formatting.

22 lines of code changed in:

hannes 2002-10-14 17:13

ScriptingEngine.invoke() is now called with the wrapping Beans as arguments, so
ScriptingEngine implementations do not have to create the beans themselves anymore.

13 lines of code changed in:

hannes 2002-10-14 17:09

Fixed formatting, removed checkWriteLock() in invalidateNode().

8 lines of code changed in:

hannes 2002-10-07 13:57

Mark local info for prototype as initialized by setting info.lastUpdate to 1, even if the prototype's lastUpdate is 0

5 lines of code changed in:

tobi 2002-10-04 16:40

set HTTP_PORT to 80 and enabeld XML_PORT by default

2 lines of code changed in:

tobi 2002-10-04 16:36

updated analogous to main version

161 lines of code changed in:

tobi 2002-10-04 14:17

corrected search&destroy typo ("OPTIONSS")

6 lines of code changed in:

tobi 2002-10-04 14:11

renamed SWITCHES to OPTIONS
set HOP_HOME to SCRIPT_DIR if undefined

17 lines of code changed in:

tobi 2002-10-04 13:53

added absolute paths for libraries so that the script can be started from within any other directory; re-arranged code

52 lines of code changed in:

hannes 2002-10-03 23:24

The script can now be started from any directory. It should now be flexible enough
for most real world applications.

48 lines of code changed in:

tobi 2002-10-03 18:31

inspired by hannes' suggestion i tried to improve the start script:
it's now enough to comment/uncomment the port variables to de/activate the corresponding server.
both, setting of the switches and console messages, will be processed only if the corresponding port variable is set.
this is an experimental set-up, will inform mailiing-list for discussion and feedback.

36 lines of code changed in:

tobi 2002-10-03 18:09

inspired by hannes' suggestion i tried to improve the start script:
it's now enough to comment/uncomment the port variables to de/activate the corresponding server.
both, setting of the switches and console messages, will be processed only if the corresponding port variable is set.
this is an experimental set-up, will inform mailiing-list for discussion and feedback.

50 lines of code changed in:

hannes 2002-10-03 13:40

cut off trailing whitespace on property values

3 lines of code changed in:

hannes 2002-10-03 13:25

Issue a warning to the event log if _table is not specified for a relational mapping

5 lines of code changed in:

hannes 2002-10-02 17:05

Acme GIF encoder is slower for small files but faster for large ones, so we stick with it

0 lines of code changed in:

hannes 2002-10-02 16:57

xmlrpc.jar comes with its own copy of MinML

0 lines of code changed in:

hannes 2002-10-02 16:41

removed unused classes

0 lines of code changed in:

hannes 2002-10-02 16:38

Switching to Apache XML-RPC.

2 lines of code changed in:

hannes 2002-10-02 16:36

Base64 decoder has moved to helma.util package.

1 lines of code changed in:

hannes 2002-10-02 16:35

Moved here from helma.xmlrpc, which has gone. Needed by helma.framework.RequestTrans.

286 lines of code changed in:

hannes 2002-10-02 16:32

Moved here from helma.xmlrpc package which has been replaced by org.apache.xmlrpc

78 lines of code changed in:

hannes 2002-10-02 16:31

made XML-RPC encoding/decoding methods static and public

9 lines of code changed in:

hannes 2002-10-02 16:28

added Apache XML-RPC 1.1

0 lines of code changed in:

hannes 2002-10-02 16:27

checked in as non-binary

0 lines of code changed in:

hannes 2002-10-02 16:23

Added Apache XML-RPC 1.1

0 lines of code changed in:

stefanp 2002-10-02 13:53

new method GroupObject.setProperty (key, value) available to scripting
environment. doesn't wait until all clients have acknowledged a change
(ie. fire&forget)
Works currently only with primitive properties!

97 lines of code changed in:

stefanp 2002-10-02 12:10

extended invalidate() method:
object.invalidate (key) searches for a child object with the given primary
key or accessname and evicts this object from the cache. if the object
isn't loaded nothing is done.

34 lines of code changed in:

hannes 2002-10-02 11:41

Use new color quantizer for reduceColors() which requires a bit more code Ë"
but should be faster. Add code to use new GIFEncoder class to make some performance comparisons.

43 lines of code changed in:

hannes 2002-10-02 11:32

Use Image.getScaledInstance() in resize method and immediately set new width and height. Some reformatting.

11 lines of code changed in:

hannes 2002-10-02 11:30

Added new color quantizer and GIF encoder classes from http://www.gurge.com/amd/java/quantize/

1179 lines of code changed in:

hannes 2002-10-02 11:28

Make image generator window one pixel big, since some versions of Java would set their own size for a zero sized window

1 lines of code changed in:

hannes 2002-10-02 00:49

Set baseURI in applications from ApplicationManager iff it isn't defined in the app properties.

16 lines of code changed in:

hannes 2002-10-01 22:16

if charset is not set in server/app properties, use iso-8859-1 (western).otherwise, an uncaught NullPointerException was thrown by String.getBytes(enc).

3 lines of code changed in:

hannes 2002-10-01 21:51

Updated to Jetty 4.1.1

0 lines of code changed in:

hannes 2002-10-01 21:24

Resolved two incompatibilities with JDK 1.3

3 lines of code changed in:

hannes 2002-10-01 18:19

Only open those server ports that were explicitly set through command line options.
Updated version string.

50 lines of code changed in:

hannes 2002-10-01 17:56

Further cleanup in TypeManager.
Zip files are now very close to work just like unzipped files: They can add to existing
type.properties, and the files they contain are removed from Prototypes when
the zip files are removed.

46 lines of code changed in:

hannes 2002-10-01 17:54

Mark prototype as updated when functions, actions or templates are removed from it.

5 lines of code changed in:

hannes 2002-10-01 17:53

Added public remove() method, which is now required by Updatable interface.

12 lines of code changed in:

hannes 2002-10-01 17:53

Added public remove() method,.

2 lines of code changed in:

hannes 2002-10-01 17:53

Added public remove() method, which is now required by Updatable interface.

7 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