Commit Log (Page 8 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: 2005-03-16 to 2005-02-11 (Commits 2789-2838 of 3188)

hannes 2005-03-16 12:48

Implement global serialize() and deserialize() functions

51 lines of code changed in:

hannes 2005-03-16 12:05

* Re-implemented support for .hsp files in HEAD.
* Cleaned up .hac and .hsp processing code
* Renamed RhinoActionAdapter to HacHspConverter

227 lines of code changed in:

hannes 2005-03-15 19:03

Register thread local variables before calling updatePrototypes() in order
to allow various things to happen during code compilation.

4 lines of code changed in:

hannes 2005-03-15 18:35

Avoid using enum as variable name in order to compile on Java 1.5

5 lines of code changed in:

hannes 2005-03-15 15:42

Fix .hac action file support

5 lines of code changed in:

hannes 2005-03-15 13:38

Handle internal calls for non-existing functions. Fixes bug 417.
http://helma.org/bugs/show_bug.cgi?id=417

5 lines of code changed in:

hannes 2005-03-15 13:12

Log error and rethrow exception in initScriptingEngine()

10 lines of code changed in:

hannes 2005-03-15 12:55

Fix case where repository name contains a dot, but filename doesn't.

5 lines of code changed in:

hannes 2005-03-15 11:43

Fix NullPointerException for prototype folders with non-valid type names

4 lines of code changed in:

stefanp 2005-03-14 20:13

increased to 0.8.7

2 lines of code changed in:

stefanp 2005-03-14 20:12

added GroupObject.getProperty(string name)
- otherwise property whose names are numbers would be inaccessible

34 lines of code changed in:

hannes 2005-03-14 17:30

Implement our own RhinoDebugger subclass to display scripts in a nice table.
The current implementation is merged from helma_1_4 branch and a bit quirky
in regard to repository script source names

280 lines of code changed in:

hannes 2005-03-14 17:28

Hack: Move over Rhino debugger to helma.scripting.rhino.debug because most of the internals
are defined as package-private so there's no way to subclass unless we're in the same package.

8860 lines of code changed in:

hannes 2005-03-11 16:41

Add support for rhino debugger (merge from helma_1_4)

44 lines of code changed in:

hannes 2005-03-11 16:37

Gracefully handle the case where getConnection() is called by a non-transactor thread
(merge from helma_1_4)

14 lines of code changed in:

hannes 2005-03-11 16:36

Make session cookie name configurable via sessionCookieName in apps.properties
(merge from helma_1_4)

31 lines of code changed in:

hannes 2005-03-11 14:32

Unset transaction name in commit() and abort() - merge from helma_1_4 branch

10 lines of code changed in:

hannes 2005-03-11 14:27

Make reqtype field volatile (merge from branch helma_1_4)

11 lines of code changed in:

hannes 2005-03-10 17:54

Merged in repository_patch branch. Plus these changes:
* Renamed helma.util.SourceProperties to helma.util.ResourceProperties
* Removed timing from helma.framework.core.RequestEvaluator

2235 lines of code changed in:

hannes 2005-03-09 17:42

Improve JS Image constructor:
* Implement Image constructor from helma.util.MimePart
* Improve error reporting: Include original exception message for IOExceptions,
include argument info to detect wrong arguments

25 lines of code changed in:

hannes 2005-03-09 16:48

Check if Server.getServer() is not null before trying to get property from it.

8 lines of code changed in:

hannes 2005-03-09 15:01

Switch version to 1.4.2

4 lines of code changed in:

hannes 2005-03-09 14:53

Use JDK 1.2 compatible version of Jetty 4.2.22 (extra/lib/org.mortbay.jetty-jdk1.2.jar)

0 lines of code changed in:

stefanp 2005-03-09 11:14

moved res.reset() before setting res.status and res.realm
as it now resets the realm field too

1 lines of code changed in:

stefanp 2005-03-08 22:52

*** empty log message ***

1 lines of code changed in:

stefanp 2005-03-08 22:52

set timeout to 5sec instead of 60s
made it an extra field

9 lines of code changed in:

stefanp 2005-03-08 22:51

give the thread a name

1 lines of code changed in:

hannes 2005-03-08 12:46

Implement HopObject.persist() to store HopObjects to db without adding them to any collections.

24 lines of code changed in:

hannes 2005-03-08 12:33

Fix bug where collections are reloaded on change of private properties.

5 lines of code changed in:

hannes 2005-03-07 18:15

Fix bug in getZipEntryContent() where entries aren't fully read if not immediately available.

9 lines of code changed in:

hannes 2005-03-07 16:10

Use helma.[appname].sql.log as SQL log file by default,
configurable by sqlLog entry in app.properties.

20 lines of code changed in:

hannes 2005-03-07 14:42

Michael Platzer's SQL Logging patch, with millisecond timeing and a few stylistic changes.

106 lines of code changed in:

hannes 2005-03-01 13:50

Reset some fields that were previously left out in reset().

14 lines of code changed in:

hannes 2005-03-01 13:15

Check for empty tag stack, fixing bug 414
http://helma.org/bugs/show_bug.cgi?id=414

4 lines of code changed in:

hannes 2005-03-01 12:43

Implement per-HTTP method action names, e.g. main_action_post.
The methods that were handled by Helma traditionally (GET, POST, HEAD) are still
mapped to actions without method name in case no per-method action is defined.

34 lines of code changed in:

stefanp 2005-02-28 21:50

0.8.5

2 lines of code changed in:

stefanp 2005-02-28 21:41

methods related to getting info about a group have moved to GroupInfo.java
added restart and execute command

37 lines of code changed in:

stefanp 2005-02-28 21:38

methods related to getting info about a group have moved to GroupInfo.java

11 lines of code changed in:

stefanp 2005-02-28 21:38

added wrapInVector() and getFromVector()
used when handling internal requests in Group.java

22 lines of code changed in:

stefanp 2005-02-28 21:38

class that schedules destroy/restart requests for a few seconds in the future

39 lines of code changed in:

stefanp 2005-02-28 21:37

moved methods related to getting info about a group to GroupInfo.java
(trying to clean Group.java a bit)

made most fields protected instead of private
removed callbacks for REQUEST_RESET and REQUEST_DESTROY
added reset/destroy/restart to REQUEST_INTERNAL
moved Destroyer class to public class Scheduler

41 lines of code changed in:

stefanp 2005-02-28 21:35

moved methods related to getting info about a group to GroupInfo.java
(trying to clean Group.java a bit)

129 lines of code changed in:

stefanp 2005-02-28 21:34

removed unused properties for embedded jgroups-stack-construction (which doesn't exist anymore)
commented out REQUEST_RESET, REQUEST_DESTROY

2 lines of code changed in:

hannes 2005-02-26 09:57

* Fix bug where 0 is assumed as id of the root object in getParent()
* Fix bug where child node is set to anonymous after calling addNode()

19 lines of code changed in:

stefanp 2005-02-24 12:10

updated version no

1 lines of code changed in:

stefanp 2005-02-24 12:04

set JChannel options AUTO_RECONNECT to true
added getChannel() for access to underlying jgroups channel

7 lines of code changed in:

stefanp 2005-02-24 12:04

updated to version 0.8.4

1 lines of code changed in:

hannes 2005-02-15 15:27

Remove global getById() in favor of Constructor.getById() which now takes
an optional second prototype argument.

12 lines of code changed in:

stefanp 2005-02-11 18:59

log anything except SocketExceptions

5 lines of code changed in:

stefanp 2005-02-11 18:56

changed synchronization .. so that updateGroups() can do the shutdown correctly

14 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