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)
Moved db source handling from server to application level
Added cache replication functionality
57 lines of code changed in:
added replicateCache() method for cache replication
2 lines of code changed in:
implemented setPrototype() to make prototype changeable.
13 lines of code changed in:
one more getParent() removed from addNode()
1 lines of code changed in:
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:
Added serverSocket.close() in shutdown method
3 lines of code changed in:
minor correction
1 lines of code changed in:
some bits on rendering
2 lines of code changed in:
fixed bug with null node caching and groupby nodes.
31 lines of code changed in:
added global authenticate() function that authenticates
a user against a standard Unix passwd file.
31 lines of code changed in:
Fixed bug when properties were not updated when
passwd file was removed.
3 lines of code changed in:
Added crypt files for unix passwd support
696 lines of code changed in:
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:
Minor skinmanager code fix
1 lines of code changed in:
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:
getGroupby*Relation now passes along the subnodesAreProperties fiag.
2 lines of code changed in:
re-enabled appsPropFile property and did some
code-shifting from static main() to Server()
constructor.
27 lines of code changed in:
reenabled appHome and dbHome properties
11 lines of code changed in:
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:
first raw version of database-stored skins
41 lines of code changed in:
added encodeForm functions to global object and
response object. This does HTML encoding, but
leaves newlines untouched.
24 lines of code changed in:
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:
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:
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:
parse js and hac files even if they're empty
2 lines of code changed in:
fix for 1.1 collection support
1 lines of code changed in:
1.1 collection fixes
6 lines of code changed in:
fixed generic replacements
5 lines of code changed in:
added ArrayList
3 lines of code changed in:
yet some more 1.1 collection fixes
9 lines of code changed in:
fixed import statement for 1.1 collections
2 lines of code changed in:
1.1 colleciton fixes
8 lines of code changed in:
1.1 collection fix for import statements
5 lines of code changed in:
fixed import statement for 1.1 collections
3 lines of code changed in:
fixed max id generation for empty tables
3 lines of code changed in:
hopefully last 1.1 collections fix
4 lines of code changed in:
still some more 1.1 collections fixes
8 lines of code changed in:
more collection for 1.1 fixes
7 lines of code changed in:
use explicit import statements for java.util.* imports
6 lines of code changed in:
made import statement explicit to HashMap
1 lines of code changed in:
more tinkering
10 lines of code changed in:
some 1.1 collection fixes
3 lines of code changed in:
added support for collections in JDK 1.1
37 lines of code changed in:
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:
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:
"console" as logdir will direct log stream to standard out
1 lines of code changed in:
minor change in getParent()
2 lines of code changed in:
Implemented groupby support in automatic getParent lookup.
Also, the result is now cached which should increase performance.
19 lines of code changed in:
more work to solve "shringking prototypes" problem
in FunctionFile
84 lines of code changed in:
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