Commit Log (Page 45 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: 2001-11-15 to 2001-09-10 (Commits 939-988 of 3188)

tobi 2001-11-15 15:42

initial check-in

0 lines of code changed in:

tobi 2001-11-15 15:14

added hopblog

2 lines of code changed in:

tobi 2001-11-15 15:13

initial check-in

0 lines of code changed in:

tobi 2001-11-15 14:05

base=self

2 lines of code changed in:

tobi 2001-11-15 13:19

removed due to new base application

0 lines of code changed in:

tobi 2001-11-14 17:22

replaced "process" with "target"; modified section about ant.

10 lines of code changed in:

tobi 2001-11-12 12:59

added part about cvs in pre-requisites

3 lines of code changed in:

tobi 2001-11-08 17:22

added instructional and descriptive text about the build files.

64 lines of code changed in:

tobi 2001-11-08 15:44

added package inclusion of build and src files; removed package inclusion of helma-src.jar

10 lines of code changed in:

tobi 2001-11-07 15:46

removed XXX

1 lines of code changed in:

tobi 2001-11-07 15:40

reviewed, small changes

18 lines of code changed in:

tobi 2001-10-31 15:51

remove html layout bug

0 lines of code changed in:

tobi 2001-10-31 15:51

added xmlRpcHandler

10 lines of code changed in:

tobi 2001-10-31 14:48

changed GMT+01:00 to CET

1 lines of code changed in:

tobi 2001-10-30 11:10

changed main class to helma.main.Server

4 lines of code changed in:

tobi 2001-10-29 21:04

initial check-in

0 lines of code changed in:

tobi 2001-10-29 21:04

needs to be checked in as binary

0 lines of code changed in:

michi 2001-10-23 20:08

minor fix: prevented classpath from "growing"

1 lines of code changed in:

michi 2001-10-23 20:03

updated to crimson-1.1.3

0 lines of code changed in:

hannes 2001-10-22 18:43

Updated build scripts.
CVS checkout is now separated from builds. It's possible to
use the script both for building both the jar file and the whole
distribution either from checked-out code or the local copy.

61 lines of code changed in:

hannes 2001-10-22 18:41

Updated to Ant 1.4.1

0 lines of code changed in:

hannes 2001-10-18 15:08

Remember xml-rpc handler name under which an application
has been registered so we can remove it once the application
is shut down.

8 lines of code changed in:

hannes 2001-10-17 14:49

Completely rewritten.

31 lines of code changed in:

hannes 2001-10-11 13:42

try more often after concurrency conflicts,
pause for longer between tries.

4 lines of code changed in:

hannes 2001-10-02 22:54

* only use the parent-info from the type.properties file if there
is an explicit reference relation set for the property name.
* avoid database queries for nodes that are transient or in the
process of being persistified also when loadmode is set to
aggressive.

12 lines of code changed in:

hannes 2001-10-02 22:50

Hash codes of key classes are now cached lazily.
Slightly changed the algorithm according the recommendations
in "Effective Java" by Joshua Bloch.

15 lines of code changed in:

hannes 2001-10-02 22:46

Standard prototypes are now correctly constructed even if
the directories don't exist.

46 lines of code changed in:

hannes 2001-10-02 22:43

check if the NodeHandle of a registered user is broken.
If so, reset the handle, logging the user out. This should
solve the "broken session" phenomenon.
Also added some comments.

30 lines of code changed in:

hannes 2001-10-02 11:49

check if typename is null in isInstanceOf (which is the
case for virtual nodes).

2 lines of code changed in:

hannes 2001-10-01 12:40

removed invocation of stop() method of the app's TypeManager.

0 lines of code changed in:

hannes 2001-10-01 12:39

create base prototypes for which no directory exists
without creating an empty directory.
doesn't implement Runnable anymore.

5 lines of code changed in:

hannes 2001-10-01 12:27

Check if the standard prototypes have been created
after the first call of check().

19 lines of code changed in:

hannes 2001-10-01 11:56

the getNodeWrapper method will again return an instance of
ESUser instead of ESNode for all database nodes representing
a user object. This should fix all bugs where user specific
functions failed unless the user object represented a user that
was active at the time of calling.

6 lines of code changed in:

hannes 2001-10-01 11:54

implemented isInstanceOf to tell whether
a DbMapping represents itself or by inheritance
some prototype.

15 lines of code changed in:

hannes 2001-10-01 11:53

Made this class work again when there is no
actual user session and it just represents
a database record that represents a user.
This should fix all bugs where the user specific
methods didn't work unless the user object
represented a user that was actually active at
the time of calling.

16 lines of code changed in:

tobi 2001-09-18 14:00

corrected typos, decreased table width

12 lines of code changed in:

hannes 2001-09-14 18:04

Directly loop through characters from the source string instead of
using a StringReader.
Dropped character entity encoding, since this limits us to western
encoding and should not be necessary because browsers usually
default to western encoding.

94 lines of code changed in:

hannes 2001-09-14 18:02

replaced HtmlEncoder.encodeSoft() with HtmlEncoder.encode(). The
former doesn't exist anymore.

1 lines of code changed in:

hannes 2001-09-14 14:27

only use numerical entities to encode
characters codes greater than 160.
The hope is that this gets us cheap support
for international encodings...

8 lines of code changed in:

hannes 2001-09-14 14:20

output debug info in JS function invocation if
debug is set to true.

5 lines of code changed in:

hannes 2001-09-13 19:29

Fixed deserialization.

1 lines of code changed in:

hannes 2001-09-11 21:14

Formerly known as ESRequestData.
It is now possible to update this object, while ESRequestData
was read-only.

119 lines of code changed in:

hannes 2001-09-11 21:12

ESRequestData has been renamed to ESMapWrapper to
convey what it does and that it's not only used for request
parameter values.

0 lines of code changed in:

hannes 2001-09-11 21:11

Create a new prototype in the request evaluator for use
with generic Java objects. It has the href() and renderSkin()
functions, but none of the other stuff defined for ordinary
HopObjects.
This new prototype isn't used yet in RequestEvaluator.

14 lines of code changed in:

hannes 2001-09-11 21:09

Set HTTP request method field in RequestTrans.

13 lines of code changed in:

hannes 2001-09-11 21:08

ESRequestData has been renamed to ESMapWrapper.
Passing an instance of java.util.Map as argument
to the invokeDirectFunction method will cause it to get
wrapped in an ESMapWrapper, which exposes the elements
in the Map in native JavaScript Object fashion.

11 lines of code changed in:

hannes 2001-09-11 21:06

Removed dependency on helma.scripting.fesi package.

3 lines of code changed in:

hannes 2001-09-11 21:05

added comments, introduced HTTP-METHOD field,
use HashMap instead of Hashtable.

54 lines of code changed in:

hannes 2001-09-10 16:29

check whether thisObject is null in renderSkin (which is the case
for global skins).

2 lines of code changed in:

hannes 2001-09-10 16:23

back-pedalled on one of the previous changes
in getNodeHref().

2 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