Commit Log (Page 47 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-08-31 to 2001-08-25 (Commits 839-888 of 3188)

hannes 2001-08-31 17:44

Logger now uses only one Thread for all instances.
Instead of a Vector, a Linked List is used as log buffer,
which is much better for removing items at the top
of the list.

126 lines of code changed in:

hannes 2001-08-31 17:43

CacheMap now has an optional Logger instance to which
cache rotation messages are logged.

9 lines of code changed in:

hannes 2001-08-31 17:42

simplified log file management, close log files when application is
shut down.

21 lines of code changed in:

hannes 2001-08-31 17:42

Just replaced HOP by Helma

1 lines of code changed in:

hannes 2001-08-31 17:41

moved initRequestEvaluator beneath the
type manager check.

3 lines of code changed in:

hannes 2001-08-31 17:40

initRequestEvaluator is not synchronized anymore.
This *may* lead to race conditions with the
updates of the Prototypes functions, actions etc.
Gotta investigate more into this.

1 lines of code changed in:

hannes 2001-08-31 14:05

moved from helma.mime to helma.util.mime package
to reduce number of top level packages.

10 lines of code changed in:

hannes 2001-08-31 13:53

adapted import statement from helma.mime to helma.util.mime.

1 lines of code changed in:

hannes 2001-08-31 00:28

Never set a string array instead of a string HTTP parameter, but
if more than one value is present, additionally set an array parameter
with the name paramname_array (i.e. _array appended to the parameter
name)..

8 lines of code changed in:

hannes 2001-08-31 00:26

removed old obsolete check for "prototype" in some user method

0 lines of code changed in:

hannes 2001-08-31 00:25

Added method that checks for storage compatibility
between DbMappings.

13 lines of code changed in:

hannes 2001-08-31 00:24

fix bug where node was registered with wrong key.
check for storage compatibility instead of equality in
setNode().

5 lines of code changed in:

hannes 2001-08-30 22:09

Repaired brain-dead bug where ESValue was checked for
instance of IPathElement instead of ESNode

3 lines of code changed in:

hannes 2001-08-30 19:59

check for null in Property.getStringValue for
Java object property values.

2 lines of code changed in:

hannes 2001-08-30 19:56

check for undefined in putProperty.

1 lines of code changed in:

hannes 2001-08-30 19:21

commented out debugging msg

2 lines of code changed in:

hannes 2001-08-30 14:06

adapted to Applications new dual init() and start() method scheme

2 lines of code changed in:

hannes 2001-08-30 14:05

Everything works again, thanks to the application object
exposing everything through getters.

17 lines of code changed in:

hannes 2001-08-30 14:04

further tweaking

27 lines of code changed in:

hannes 2001-08-30 14:04

internal function calls are only tried if the
target object is not the global object or if
the global function is defined.

15 lines of code changed in:

hannes 2001-08-30 14:03

created separate init() and start() methods,
wrote lots of thread state getters to make this
accessible from other packages.

77 lines of code changed in:

hannes 2001-08-29 20:17

changed check for equals() from ESNode to IPathElement

2 lines of code changed in:

hannes 2001-08-29 20:06

moved classes here from helma.framework.* packages.

2529 lines of code changed in:

hannes 2001-08-29 20:04

Adapted to other classes moving to the helma.scripting packages

172 lines of code changed in:

hannes 2001-08-29 20:03

Optimized the check for updates.
Typemanager is now run in an experimental mode without
its own thread and being called before a request is evaluated.

64 lines of code changed in:

hannes 2001-08-29 20:01

Moved files to separate helma/scripting and helma/scripting/fesi packages

0 lines of code changed in:

hannes 2001-08-29 19:57

wrote some comments

34 lines of code changed in:

tobi 2001-08-28 17:49

instead of __ before and after the keyword there is only one _ before, now.

4 lines of code changed in:

tobi 2001-08-28 16:02

addPart works again, so here is a newly written example.

9 lines of code changed in:

hannes 2001-08-27 19:56

must catch Exception

1 lines of code changed in:

hannes 2001-08-27 19:55

Do the "catch Throwable" at the right spot so we can generate
an error message if the action is called.

2 lines of code changed in:

hannes 2001-08-27 19:37

HTTP parameters with multiple values are now translated to
an array instead of just setting the first value

9 lines of code changed in:

hannes 2001-08-27 18:50

updated to new package of main Server class

1 lines of code changed in:

hannes 2001-08-27 18:47

initial check in of new helma.main package

449 lines of code changed in:

hannes 2001-08-27 18:35

removed or updated references to the old Server class.

10 lines of code changed in:

hannes 2001-08-27 18:33

The main Server class was moved to the helma.main package, this
class remains solely as a very thin redirector to keep backwards
compatibility.

9 lines of code changed in:

hannes 2001-08-27 18:32

Moved files to helma.main package.

0 lines of code changed in:

hannes 2001-08-27 18:31

removed obsolite IServer import statement.

0 lines of code changed in:

hannes 2001-08-27 18:31

added comments, introduced XML-RPC handler
name settable via app-properties.

101 lines of code changed in:

hannes 2001-08-27 18:30

updated to new location of main Server class

2 lines of code changed in:

hannes 2001-08-27 18:29

Fixed multipart messages.

11 lines of code changed in:

hannes 2001-08-25 22:33

fixed bug that broke user.cache.

2 lines of code changed in:

hannes 2001-08-25 22:18

fixed bug that broke virtual nodes

1 lines of code changed in:

hannes 2001-08-25 22:00

removed obsolete code

0 lines of code changed in:

hannes 2001-08-25 22:00

lazy creation of cache node.
reintroduced created and lastmodified properities as
__internal__ props.

33 lines of code changed in:

hannes 2001-08-25 21:59

minor documentation enhancement

2 lines of code changed in:

hannes 2001-08-25 21:58

getNode getProperty now does the right thing
for getting collection nodes on transient nodes

34 lines of code changed in:

hannes 2001-08-25 21:57

use proper mapping for collections on transient nodes

8 lines of code changed in:

hannes 2001-08-25 19:47

allow ids to be called from transient nodes.
introduced simpler internal properties: _id and _parent.
removed support for the old created and lastmodified properties.

29 lines of code changed in:

hannes 2001-08-25 19:46

allow IDs to be gotten from transient nodes. If getID is called on
a transient node, an ID is generated from the node manager. if
the node is later persisted, the same id will be used.

18 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