Commit Log (Page 59 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-04-06 to 2001-03-06 (Commits 239-288 of 3188)

hannes 2001-04-06 19:47

Moved db source handling from server to application level
Added cache replication functionality

57 lines of code changed in:

hannes 2001-04-06 19:45

added replicateCache() method for cache replication

2 lines of code changed in:

hannes 2001-04-06 19:45

implemented setPrototype() to make prototype changeable.

13 lines of code changed in:

hannes 2001-04-03 19:45

one more getParent() removed from addNode()

1 lines of code changed in:

hannes 2001-04-03 19:12

Removed getParent in addNode and setNode, since the result could
be wrong and would then get cached. Directly access parentID instead.

5 lines of code changed in:

hannes 2001-04-03 13:55

Added serverSocket.close() in shutdown method

3 lines of code changed in:

hannes 2001-03-23 19:09

minor correction

1 lines of code changed in:

hannes 2001-03-23 19:07

some bits on rendering

2 lines of code changed in:

hannes 2001-03-23 18:49

fixed bug with null node caching and groupby nodes.

31 lines of code changed in:

hannes 2001-03-22 18:58

added global authenticate() function that authenticates
a user against a standard Unix passwd file.

31 lines of code changed in:

hannes 2001-03-22 18:57

Fixed bug when properties were not updated when
passwd file was removed.

3 lines of code changed in:

hannes 2001-03-22 18:29

Added crypt files for unix passwd support

696 lines of code changed in:

hannes 2001-03-22 16:45

When a groupby node is created, whatever was in the
cache previously with its key is evicted. This fixes
a bug introduced with null node caching.

1 lines of code changed in:

hannes 2001-03-22 16:44

Minor skinmanager code fix

1 lines of code changed in:

hannes 2001-03-11 19:51

getNameOrID now dares to set anonymous, depending on whether
the parent has propertiesAreSubnodes set and it makes sense in the
context of the current object.

6 lines of code changed in:

hannes 2001-03-11 19:49

getGroupby*Relation now passes along the subnodesAreProperties fiag.

2 lines of code changed in:

hannes 2001-03-11 17:04

re-enabled appsPropFile property and did some
code-shifting from static main() to Server()
constructor.

27 lines of code changed in:

hannes 2001-03-11 17:03

reenabled appHome and dbHome properties

11 lines of code changed in:

hannes 2001-03-11 16:25

avoid sending an SQL statement in updateNode if the only thing
marked as dirty is a virtual node. This used to throw an exception
when adding subnodes to a node that also has a virtual node.

8 lines of code changed in:

hannes 2001-03-10 20:38

first raw version of database-stored skins

41 lines of code changed in:

hannes 2001-03-09 19:39

added encodeForm functions to global object and
response object. This does HTML encoding, but
leaves newlines untouched.

24 lines of code changed in:

hannes 2001-03-09 19:38

Removed some old db/Node garbage that didn't go along well with the
new parent recognition. Also fixed a bug where a Node could be stored
with an invalid key in setNode().

13 lines of code changed in:

hannes 2001-03-09 17:05

Implemented caching of null nodes in getNode (Node, String, Relation). A singleton
nullNode is used to cache Node objects in the application cache if they don't exist.

26 lines of code changed in:

hannes 2001-03-09 17:03

setting a node with null prototype will now set the prototype to the expected
value. If the prototype is already set to a different value, an exception is thrown.

4 lines of code changed in:

hannes 2001-03-08 19:58

parse js and hac files even if they're empty

2 lines of code changed in:

hannes 2001-03-08 19:39

fix for 1.1 collection support

1 lines of code changed in:

hannes 2001-03-08 19:25

1.1 collection fixes

6 lines of code changed in:

hannes 2001-03-08 19:14

fixed generic replacements

5 lines of code changed in:

hannes 2001-03-08 19:13

added ArrayList

3 lines of code changed in:

hannes 2001-03-08 19:09

yet some more 1.1 collection fixes

9 lines of code changed in:

hannes 2001-03-08 18:59

fixed import statement for 1.1 collections

2 lines of code changed in:

hannes 2001-03-08 18:53

1.1 colleciton fixes

8 lines of code changed in:

hannes 2001-03-08 18:25

1.1 collection fix for import statements

5 lines of code changed in:

hannes 2001-03-08 18:13

fixed import statement for 1.1 collections

3 lines of code changed in:

hannes 2001-03-08 18:12

fixed max id generation for empty tables

3 lines of code changed in:

hannes 2001-03-08 17:59

hopefully last 1.1 collections fix

4 lines of code changed in:

hannes 2001-03-08 17:50

still some more 1.1 collections fixes

8 lines of code changed in:

hannes 2001-03-08 17:45

more collection for 1.1 fixes

7 lines of code changed in:

hannes 2001-03-08 17:37

use explicit import statements for java.util.* imports

6 lines of code changed in:

hannes 2001-03-08 17:27

made import statement explicit to HashMap

1 lines of code changed in:

hannes 2001-03-08 16:46

more tinkering

10 lines of code changed in:

hannes 2001-03-08 16:41

some 1.1 collection fixes

3 lines of code changed in:

hannes 2001-03-08 16:20

added support for collections in JDK 1.1

37 lines of code changed in:

hannes 2001-03-07 23:47

typemanager now displays for which files an update
is performed, and updatables display their filename
in the toString() method

15 lines of code changed in:

hannes 2001-03-07 22:55

getNameOrID will now honor anonymous flag and not try to override it
setNode throws an exception when trying to set an object with wrong type
minor fixes in getParent()

23 lines of code changed in:

hannes 2001-03-07 22:53

"console" as logdir will direct log stream to standard out

1 lines of code changed in:

hannes 2001-03-07 20:30

minor change in getParent()

2 lines of code changed in:

hannes 2001-03-07 20:28

Implemented groupby support in automatic getParent lookup.
Also, the result is now cached which should increase performance.

19 lines of code changed in:

hannes 2001-03-07 17:49

more work to solve "shringking prototypes" problem
in FunctionFile

84 lines of code changed in:

hannes 2001-03-06 22:51

Fixed bug where SkinFile would always return true on needsUpdate()
when the skin object wasnt initialized.

6 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