Commit Log (Page 36 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-07-31 to 2002-07-16 (Commits 1389-1438 of 3188)

stefanp 2002-07-31 16:49

simplified waitFor-function and NodeListener-methods in Group.java.
waitFor now only works as object.waitFor(propertyname).
Group.java now needs the freshest javagroups-all.jar built from the CVS.

117 lines of code changed in:

kmfdm 2002-07-31 16:21

alow the scripting environment to overwrite a groupnode in the group,
which is fresher than the argument to putHopObject().

(giving the scripting environmant the freedom to do whatever fits the app..
e.g. update the local node with the groupobject contained node...)

16 lines of code changed in:

stefanp 2002-07-31 15:39

no message

35 lines of code changed in:

kmfdm 2002-07-31 13:04

changed name of jar-file to group

2 lines of code changed in:

stefanp 2002-07-30 11:09

added lots of comments and fixme's

112 lines of code changed in:

stefanp 2002-07-30 10:05

added lots of comments and fixme's

118 lines of code changed in:

hannes 2002-07-29 20:11

Better session cookie creation algorithm. Random number and timestamp are now
woven into one number. Both shorter and (presumably) more secure.

3 lines of code changed in:

hannes 2002-07-29 20:10

* Properties file is now read only when needed instead of reading it in constructor
* Implemented case insensitivity for Hashtable methods (get(), containsKey())
* Optimized file checking. Synchronized code is entered only if file has been modified.
* Added lots of comments.

109 lines of code changed in:

hannes 2002-07-29 16:53

Fixed issues with HTML comments and Helma macros in Helma format functions.

32 lines of code changed in:

stefanp 2002-07-29 14:46

made app.properties-object readonly, plus formatting fixes.

31 lines of code changed in:

stefanp 2002-07-29 14:44

added readonly option.

14 lines of code changed in:

stefanp 2002-07-29 14:42

fixed bug that would check for another server running on the default rmi port
even if helma was using only the embedded webserver.

9 lines of code changed in:

kmfdm 2002-07-29 10:32

added comment that advises initScripting, applicationStarted and applicationStopped to be synchronized.

6 lines of code changed in:

hannes 2002-07-26 19:08

Update to JavaMail 1.2.

0 lines of code changed in:

hannes 2002-07-26 19:07

Updated to JDOM beta 8.

0 lines of code changed in:

kmfdm 2002-07-26 09:54

delete all previous compiled class-files (caused unnoticed bug to get to CVS - ant did not compile this source)

5 lines of code changed in:

kmfdm 2002-07-26 09:49

fixed bug causing extension to not compile...

1 lines of code changed in:

kmfdm 2002-07-25 17:41

no message

5 lines of code changed in:

kmfdm 2002-07-25 17:41

it is now possible to get GroupObjects with
.get("the.path.to.the.object.we.want");

23 lines of code changed in:

hannes 2002-07-25 14:16

updated version string.

1 lines of code changed in:

hannes 2002-07-25 14:09

Improved start scripts, added jetty jar files.

40 lines of code changed in:

hannes 2002-07-25 13:27

Switch off event logging in Jetty

3 lines of code changed in:

hannes 2002-07-24 21:15

Acme Serve is no longer used in Helma.

0 lines of code changed in:

hannes 2002-07-24 20:46

Attempt to copy licenses folder into build package

5 lines of code changed in:

hannes 2002-07-24 20:45

Update to new extended start scripts from Antclick distribution.
Including jetty.jar and servlet.jar into the classpath.

30 lines of code changed in:

hannes 2002-07-24 20:45

Updated to Helma license 1.2

49 lines of code changed in:

hannes 2002-07-24 20:37

Switch to Jetty for embedded web serving needs.

84 lines of code changed in:

hannes 2002-07-24 20:35

Get init parameters in in init method instead of a special constructor
the way servlets should.

11 lines of code changed in:

hannes 2002-07-24 20:34

Slight modification of the way too large file uploads are handled.

7 lines of code changed in:

hannes 2002-07-24 20:33

Update to new extended start scripts from Antclick distribution.
Including jetty.jar and servlet.jar into the classpath.

30 lines of code changed in:

hannes 2002-07-24 20:31

Removed ancient JSDK servlet classes.

0 lines of code changed in:

hannes 2002-07-24 20:30

Added Servlet 2.2 API

0 lines of code changed in:

hannes 2002-07-24 20:30

Added Jetty 3.1.8 ad new embedded web server

0 lines of code changed in:

kmfdm 2002-07-23 19:20

no message

0 lines of code changed in:

tobi 2002-07-23 11:16

update to version 1.1.4

0 lines of code changed in:

kmfdm 2002-07-22 18:46

do not send any properties of HopObjects called 'password'

4 lines of code changed in:

kmfdm 2002-07-22 18:45

remove "branch of tree" below GroupObject which gets overwritten by another GroupObject

2 lines of code changed in:

hannes 2002-07-19 13:35

Ditched getTranslatedSkinpath() and setTranslatedSkinpath in RequestTrans.
getSkinpath() and setSkinpath now directly deal with Object arrays.

11 lines of code changed in:

hannes 2002-07-18 22:32

__prototype__ internal property is now also accessible as _prototype.
Simplified check for internal properties: Every property name starting with an
underscore is now interpreted as internal property.
Added check for null propertyName.

12 lines of code changed in:

hannes 2002-07-18 22:19

Only return property-to-db mapping as properties enumeration if the node
is stored in a relational database. Otherwise, the actual properties are
returned.

1 lines of code changed in:

kmfdm 2002-07-18 18:45

fixed typo

3 lines of code changed in:

kmfdm 2002-07-18 18:43

implemented interface DistributedTreeListener

73 lines of code changed in:

kmfdm 2002-07-18 18:42

getChildList() may now be used on group (root of group)
added size() method for counting the children beyond this groupobject
added some timemesuring messages

84 lines of code changed in:

kmfdm 2002-07-18 18:40

removed unused check

0 lines of code changed in:

kmfdm 2002-07-17 19:31

GroupObject.getChildList() now returns an ESArray containing GroupObjects

2 lines of code changed in:

kmfdm 2002-07-17 19:18

synchronized the right method (thx to hannes :)
added GroupObject.getChildList() for the scripting environment

24 lines of code changed in:

kmfdm 2002-07-17 19:16

no message

13 lines of code changed in:

kmfdm 2002-07-17 12:48

group=null in the scripting environment doesn't cause the group-object to be overwritten
from now on

16 lines of code changed in:

kmfdm 2002-07-17 12:47

synchronized initialization method (thought it was but wasn't :( )
should remove bug cuasing hop-apps not to be bound and accessible

group=null in the scripting environment doesn't cause the group-object to be overwritten
from now on

80 lines of code changed in:

hannes 2002-07-16 17:37

create images dir (although this doesn't seem to be necessary)

1 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