Commit Log (Page 27 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: 2003-02-11 to 2002-11-28 (Commits 1839-1888 of 3188)

stefanp 2003-02-11 18:04

extend a hashtable instead of a hashmap

32 lines of code changed in:

stefanp 2003-02-11 15:39

ESGroup got a prototype, ESGroupObject now always has the same prototype.
all functions that work on the whole group were moved up to ESGroup and have
changed their syntax: instead of group.sessions.print() it's now group.print("sessions")

66 lines of code changed in:

stefanp 2003-02-11 14:43

kicked out (or moved to Util respectivly) things that became obsolete with
the recent modifications

22 lines of code changed in:

stefanp 2003-02-11 14:35

kicked out functions for an extra scriptingroot below the real root. this is not needed
anymore as ESGroup is the always-available object now and handles connected/
disconnected groups.

0 lines of code changed in:

stefanp 2003-02-11 14:28

cleanup:
Changed all the constructors of the function objects. ESGroupObjects and
ESGroups now know about the FesiGroupExtension they belong to and
use their prototype fields (now non-static) when they construct new
ESGroupObjects.

44 lines of code changed in:

stefanp 2003-02-11 14:28

cleanup:
Changed all the constructors of the function objects. ESGroupObjects and
ESGroups now know about the FesiGroupExtension they belong to and
use their prototype fields (now non-static) when they construct new
ESGroupObjects.

kicked out some checks that are obsolete because if we need them we check
them in ESGroup

14 lines of code changed in:

stefanp 2003-02-11 13:57

changed initialization mechanism:
init() just checks the debug file and keeps a reference to the server
as now startApplication() reads the config from app.properties and
takes care of starting groups.
initialization of the scripting engine is done in FesiGroupExtension, so
initScripting() just wraps this class.

103 lines of code changed in:

stefanp 2003-02-11 13:54

changed initScripting()-function

59 lines of code changed in:

stefanp 2003-02-11 13:53

added functions to keep track of local clients using the group so that
we can determine if a group is not used anymore

20 lines of code changed in:

stefanp 2003-02-11 13:50

global object "group" in the scripting env now just holds references to
different groups that are mounted as "group.XXX"

2 lines of code changed in:

stefanp 2003-02-11 13:49

added a class that holds references between apps and groups
not yet implemented: manage access-restrictions for some of the groups

33 lines of code changed in:

stefanp 2003-02-11 13:48

transient GroupObjects can now be constructed without a Group.
if there is more than one group in the scripting env we only decide this
when the object is made persistent.

3 lines of code changed in:

stefanp 2003-02-10 18:27

moved most of the fesi-related stuff to its own class FesiGroupExtension.
compiles, but doesn't work for the moment

289 lines of code changed in:

stefanp 2003-02-10 18:15

added a newInstance() method that uses javagroup's xml-configurator

33 lines of code changed in:

stefanp 2003-02-10 16:38

changed getState() and setState() to reflect changes in javagroups 2.0.6

13 lines of code changed in:

stefanp 2003-02-10 16:36

updated to 2.0.6

0 lines of code changed in:

stefanp 2003-01-22 10:23

user.onLogout() is passed the id of the session that is actually logged out
as a parameter.

3 lines of code changed in:

hannes 2002-12-06 19:17

go more than 3 steps down the parent chain in getNonVirtualParent()

1 lines of code changed in:

hannes 2002-12-05 19:06

Updated helma version to 1.2 rc2 and antclick version to 1.0pre3

2 lines of code changed in:

hannes 2002-12-05 17:52

Updated version string to 1.2 RC2

1 lines of code changed in:

hannes 2002-12-05 17:51

Added new DbColumn class that encapsulates column name, SQL type and the
relation associated with the column. This helps us fix a bug where no column info
is available because a column has no relation associated with it. It also helps us
streamline the Relation lookup when creating a Node from a ResultSet.

Use StringBuffers instead of + for query string composition where possible.

176 lines of code changed in:

hannes 2002-12-05 15:35

Moved back to 4.1 line. Update to org.mortbay.jetty-jdk1.2.jar from Jetty 4.1.4.

0 lines of code changed in:

hannes 2002-12-05 15:15

Include README.txt (which is up to date) and exclude docs/ (which is outdated)

5 lines of code changed in:

hannes 2002-12-05 15:04

Brought Helma part of the README up to date.

79 lines of code changed in:

hannes 2002-12-05 14:50

brought readme file up to date.

70 lines of code changed in:

hannes 2002-12-03 16:10

Explicitly make bean access methods public to prevent reflection bug.

23 lines of code changed in:

hannes 2002-12-03 14:53

Copied over new start scripts from build/main

11 lines of code changed in:

hannes 2002-12-03 14:51

Copied over new start scripts from ../main

11 lines of code changed in:

stefanp 2002-12-03 14:38

work with FesiEngine (was renamed from FesiEvaluator in helma)

5 lines of code changed in:

stefanp 2002-12-03 14:28

added a compile script as helma can't be run from classes directory anymore

6 lines of code changed in:

hannes 2002-12-03 13:57

Updated version string to 1.2 RC1

2 lines of code changed in:

hannes 2002-12-03 13:50

Do not include source file in main helma distribution and make separate source
package instead.

39 lines of code changed in:

hannes 2002-12-03 11:33

Fix indentation (tab to space)

14 lines of code changed in:

hannes 2002-12-02 17:10

Implement a better way to get the URL of the helma.jar file. To be more precise,
do not rely on HOP_HOME to contain the file.

12 lines of code changed in:

hannes 2002-12-02 17:05

Separate HOP_HOME from Helma installation directory

11 lines of code changed in:

hannes 2002-12-02 14:26

Do not mess with HOP_HOME in launcher/Main

26 lines of code changed in:

stefanp 2002-12-02 13:17

added method to filter type.properties for mappings to other prototypes

14 lines of code changed in:

stefanp 2002-12-02 12:24

fixed parse error in @param tags

5 lines of code changed in:

stefanp 2002-12-02 11:56

fixed bug that would parse only every 2nd function in functionfiles

3 lines of code changed in:

hannes 2002-11-29 18:59

Updated version string

1 lines of code changed in:

hannes 2002-11-29 18:58

New smart classloading

28 lines of code changed in:

hannes 2002-11-29 18:56

Merged in changes from FESI 1.1.5

73 lines of code changed in:

hannes 2002-11-29 18:56

Use the application's classloader for the Packages object if available.
Merged in changes from FESI 1.1.5

38 lines of code changed in:

hannes 2002-11-29 18:54

Merged in changes from FESI 1.1.5

16 lines of code changed in:

hannes 2002-11-29 18:54

Use generic ClassLoader so we can use our own HelmaClassLoader.

26 lines of code changed in:

hannes 2002-11-29 18:52

Merged in changes from FESI 1.1.5

6 lines of code changed in:

hannes 2002-11-29 18:01

Add additional newline character at the end of every EcmaScript reader.
Otherwise, a // comment in the last line throws a parsing error (bug 169)

11 lines of code changed in:

hannes 2002-11-29 16:09

Changed newline encoding to CRLF like the rest of the FESI package.

1367 lines of code changed in:

hannes 2002-11-29 15:46

Merged in changes from FESI 1.1.5

4 lines of code changed in:

hannes 2002-11-28 19:23

Updated version string

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