Commit Log (Page 46 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-09-10 to 2001-08-31 (Commits 889-938 of 3188)

hannes 2001-09-10 16:15

back-pedalled on some of the previous changes
because it also affects helma.framework.core.Prototype.

8 lines of code changed in:

hannes 2001-09-10 16:10

Some adjustments in Exception handling.
No solution yet to the problem that Syntax errors in function files
make applications ignore the changes in the file rather than report
an error when a funciton from the file is called.

5 lines of code changed in:

hannes 2001-09-10 16:08

Implemented a scheme to mark applications as scripting the Server
object itself. This is done by writing appname=self in the apps.properties,
which is probably a temporary solution, maybe it'll keep that way.
added getApplications() method to get an array of all applications.

58 lines of code changed in:

hannes 2001-09-10 16:06

Implemented defaultServlet which lives outside of the
WildcardDictionary that matches URL patterns to servlets.

8 lines of code changed in:

hannes 2001-09-10 16:05

Fixed global skin rendering in res.skin.

4 lines of code changed in:

hannes 2001-09-10 16:04

renamed scriptables to classMapping, slightly cleaned up
getNodeHref() and created getRootHref() method.

14 lines of code changed in:

hannes 2001-09-09 20:09

call new getObjectWrapper method in RequestEvaluator which
may or may not return a scriptable object, depending on whether
the object's class name is defined in scriptable.properties.

2 lines of code changed in:

hannes 2001-09-09 20:08

Further improvments regarding the "everything is scriptable"
philosophy. Scriptable Java classes are now defined in a
file called scriptable.properties.

35 lines of code changed in:

hannes 2001-09-09 20:06

rendering skins and getting hrefs no longer requires an object
that implements IPathElement.

19 lines of code changed in:

hannes 2001-09-09 20:05

Removed all dependencies of FESI. Yay!

32 lines of code changed in:

hannes 2001-09-08 19:48

implemented direct callback into evaluator by its own thread.

11 lines of code changed in:

hannes 2001-09-08 19:47

Implemented possibility to call back into an already running
Evaluator. Implemented JavaScript replacement evaluation for
mimicking IPathElement interface.

22 lines of code changed in:

hannes 2001-09-08 19:45

Only create standard prototype directories if the application directory
is freshly created, i.e. empty.

8 lines of code changed in:

hannes 2001-09-08 19:45

Always create a sepcial Helma GenericObject EcmaScript wrapper
for Java Objects, allowing all Java objects to be scripted.

6 lines of code changed in:

hannes 2001-09-08 17:22

putting a macro into the sandbox with allowMacro() did the opposite of what it should

1 lines of code changed in:

hannes 2001-09-07 18:35

GenericObject can now (true to its name) wrap any Java object,
not just the ones implementing IPathElement.

7 lines of code changed in:

hannes 2001-09-07 18:34

Added lots of comments.
Implemented clearCache method to purge the object cache.

68 lines of code changed in:

hannes 2001-09-07 18:32

new argument order in Application constructor

2 lines of code changed in:

hannes 2001-09-07 18:32

Allow any java object to be used as Helma object.

170 lines of code changed in:

hannes 2001-09-07 18:20

removed newlines at end of file.
(somehow my suspicion is that kdevelop is adding these)

0 lines of code changed in:

hannes 2001-09-06 18:41

property lookups are not switched to lower case anymore.

14 lines of code changed in:

hannes 2001-09-06 18:40

removed getString method with default value argument.

1 lines of code changed in:

hannes 2001-09-06 18:40

removed bug in getLogger() that caused a NullPointerException

3 lines of code changed in:

hannes 2001-09-06 18:39

removed FESI dependencies from Application.

16 lines of code changed in:

tobi 2001-09-06 15:33

corrected link to db.properties

1 lines of code changed in:

tobi 2001-09-06 15:26

corrected link to path

1 lines of code changed in:

tobi 2001-09-06 15:24

corrected link to getReqData

1 lines of code changed in:

tobi 2001-09-06 15:21

corrected link to data

1 lines of code changed in:

tobi 2001-09-06 15:21

corrected link to get()

1 lines of code changed in:

tobi 2001-09-06 15:19

corrected reference to get() instead of data

1 lines of code changed in:

tobi 2001-09-06 15:16

corrected link to typogr. conventions

1 lines of code changed in:

tobi 2001-09-06 14:32

corrected link to reduceColors()

1 lines of code changed in:

tobi 2001-09-06 14:30

corrected link to requests

1 lines of code changed in:

michi 2001-09-06 13:34

initial check-in

12 lines of code changed in:

tobi 2001-09-06 13:18

corrected link to mysql set-up

1 lines of code changed in:

tobi 2001-09-06 13:14

corrected link to antville.org

1 lines of code changed in:

tobi 2001-09-05 14:26

corrected link to cvs howto

1 lines of code changed in:

tobi 2001-09-03 19:05

corrected assignment of cache object, removed example with invalidate()

2 lines of code changed in:

tobi 2001-09-03 17:12

initial check-in

146 lines of code changed in:

tobi 2001-09-03 17:00

initial check-in

38 lines of code changed in:

hannes 2001-09-03 15:08

use getLogger() method instead of Logger constructor,
which is now private.

1 lines of code changed in:

hannes 2001-09-03 15:03

added getLogger() method and made constructor private to ensure
there is only one logger per symbolic file name.

34 lines of code changed in:

hannes 2001-09-03 15:02

Removed support for Activated JIMI package

0 lines of code changed in:

hannes 2001-09-03 15:01

removed support for activated JIMI package

19 lines of code changed in:

hannes 2001-09-03 15:00

use the getLogger() method instead of the
Logger constructor, which is now private

1 lines of code changed in:

hannes 2001-08-31 18:02

moved to helma.scripting.fesi.extensions package

0 lines of code changed in:

hannes 2001-08-31 17:54

use application's event logger for error messages
instead of the one from helma.main.Server.

2 lines of code changed in:

hannes 2001-08-31 17:47

initialize useTransactions to true.
getLogger is now proteced and should only be used by classes in
the helma.main package.

5 lines of code changed in:

hannes 2001-08-31 17:46

Make getGroupbyMapping synchronized to prevent
race conditions.

5 lines of code changed in:

hannes 2001-08-31 17:45

set logger in LRU cache to applications event logger.

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