Commit Log (Page 6 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-04-08 to 2005-03-22 (Commits 2889-2938 of 3188)

stefanp 2005-04-08 16:04

changed the way get/set/remove functions work:
the key can now be a path everywhere (not only from the root as before) -
it may be a javascript-array or a string which contains the keys separated by
the separator char (/). added a few helper functions for that

161 lines of code changed in:

stefanp 2005-04-08 15:53

after getting state, walk through all received GroupObjects and set
their transient properties (group and state)

5 lines of code changed in:

hannes 2005-04-07 16:13

Add calls to Graphics.dispose() and Image.flush() whereever possible.
Rewrite protected resize to directly set image, width, and height.

31 lines of code changed in:

hannes 2005-04-07 16:12

Use Toolkit.createImage() to decode images until javax.imageio has matured.

9 lines of code changed in:

stefanp 2005-04-06 22:25

no message

17 lines of code changed in:

stefanp 2005-04-06 22:25

increased version to 0.10

1 lines of code changed in:

stefanp 2005-04-06 22:25

changed to produce a zip with javascript extension and mountpoint HelmaGroupMgr

15 lines of code changed in:

stefanp 2005-04-06 22:24

removed app, see groupdemo

0 lines of code changed in:

stefanp 2005-04-06 22:23

javascript extension for HelmaGroups 0.10,
a basic HelmaGroupManager
and a demo app in Root

1141 lines of code changed in:

stefanp 2005-04-06 20:58

rewrote major parts of the code:
- changed structure of GroupObject, finally using a Vector instead of a Hashtable for child references
This creates an incompatibility with older versions!
- removed synchronization where underlying collections are synchronizing anyway

36 lines of code changed in:

stefanp 2005-04-06 20:58

added class that implements MembershipListener interface and
has list of current members as protected Vector

63 lines of code changed in:

stefanp 2005-04-06 20:57

- use GroupMbrHandler for member management

1 lines of code changed in:

stefanp 2005-04-06 20:57

- tell Group about location of config
- new option for app.properties:
group.groupname.autoreconnect = true

16 lines of code changed in:

stefanp 2005-04-06 20:57

- version 0.10
- DEFAULT_LOCALNAME is "helma"

3 lines of code changed in:

stefanp 2005-04-06 20:57

rewrote major parts of the code:
- removed synchronization where underlying collections are synchronizing anyway
- made naming of local vars consistent (currObj, newObj)
- removed nodeListener feature which was required for waitFor
(registerNodeListener etc)
- refactored removing of nodes: first collect the relevant keys, then remove objects
- removed MembershipListener-Interface, moved methods related to membership to GroupMgrHandler class
(block, suspect, viewAccepted)
- made AUTO_RECONNECT option in JChannel configurable
- removed unused containsKey() and containsValue()
- reconnect() now reloads the configuration

133 lines of code changed in:

hannes 2005-04-05 15:13

Set lastmodified to 0 if repository doesn't exist

3 lines of code changed in:

hannes 2005-04-05 15:12

Set initial value for lastChecksum to -1 to avoid null reference for empty repositories

3 lines of code changed in:

hannes 2005-03-25 12:25

Application.getRepositories() now returns a List instead of an Iterator.

6 lines of code changed in:

hannes 2005-03-25 12:25

Update minimal Helma build date.

1 lines of code changed in:

hannes 2005-03-25 09:20

Introduce updateSnooze that continously increases type check interval
from 1 to 5 seconds as the app remains unchanged.

11 lines of code changed in:

hannes 2005-03-25 09:15

Mark prototype code updated when new resources are added

5 lines of code changed in:

hannes 2005-03-25 01:27

Add todo note in getUrl()

4 lines of code changed in:

hannes 2005-03-25 01:27

Catch UnsupportedOperationException thrown by Resource.getUrl()

7 lines of code changed in:

hannes 2005-03-25 01:12

Move TypeManager.updatePrototype(Prototype) to Prototype.checkForUpdates().
Additionally, the inner workings of the Prototype update logic were vastly simplified.

103 lines of code changed in:

hannes 2005-03-25 00:03

remove void return

2 lines of code changed in:

hannes 2005-03-24 23:38

Change Application.getRepositories() to return a List instead of an Iterator

23 lines of code changed in:

hannes 2005-03-24 23:03

Use logError() instead of logEvent() to log original compilation errors.

3 lines of code changed in:

hannes 2005-03-24 23:02

No need to dump stack, logError does that for us (leads to multiple stack traces).

2 lines of code changed in:

hannes 2005-03-24 19:36

Minor cleanup

4 lines of code changed in:

hannes 2005-03-24 19:36

Do not implement MessageListener

7 lines of code changed in:

hannes 2005-03-24 19:24

Optimize synchronization in updatePrototypes(): keep out of synchronized section if possible

37 lines of code changed in:

hannes 2005-03-24 19:23

* Implement createResource() method so child resources can be used even if they don't exist
* Fix horrible bug in update() where child items were created that weren't child resources at all

72 lines of code changed in:

hannes 2005-03-24 19:20

Remove unnecessary casts

5 lines of code changed in:

hannes 2005-03-24 19:20

Minor code reorg in constructor

10 lines of code changed in:

hannes 2005-03-24 19:20

Use non-virtual parent node and DbMapping.isInstanceof in cache replication filters.

17 lines of code changed in:

hannes 2005-03-24 19:19

Comment out cache-domain tag for now.

3 lines of code changed in:

hannes 2005-03-24 13:48

Implement cache domains/filters.

185 lines of code changed in:

hannes 2005-03-24 13:47

Implemented ChannelUtils.isMaster()

19 lines of code changed in:

hannes 2005-03-24 13:47

Updated cache-domain tag, tcp stack

5 lines of code changed in:

hannes 2005-03-23 20:28

Introduced Resource.getBaseName() to return name with extension cut off.
Fixed Resource lookup failure on Windows.

48 lines of code changed in:

hannes 2005-03-23 17:42

* Actually add embedded top-level repositories to the app's repositories
* Simplify last-top-level-repository check in TypeManager
* Fix Application.getAppDir()

81 lines of code changed in:

hannes 2005-03-23 15:57

Split IDatabase.saveNode() into insertNode() and updateNode(). Fixes bug 418.

51 lines of code changed in:

hannes 2005-03-23 13:32

* Make TypeManager.createPrototypes() and TypeManager.checkPrototypes() throw IOException
* Propagate IOException in the callers of the above methods

28 lines of code changed in:

hannes 2005-03-23 13:30

* Don't use TreeSet for resources unless we can get a ResourceComparator
* Check if resources exist before trying to read from them

22 lines of code changed in:

hannes 2005-03-23 13:28

* Move initScriptingEngine() and scriptingEngine.updatePrototypes() call inside try statement
* Replace do.. while with wile statement

13 lines of code changed in:

hannes 2005-03-23 13:23

* Implemented hashCode() and equals(Object) for all Repository and Resource implementations
* Some code improvements and minor fixes

65 lines of code changed in:

hannes 2005-03-22 18:12

Increased timeout for id request

3 lines of code changed in:

hannes 2005-03-22 17:25

Read HelmaSwarm config from XML config file

108 lines of code changed in:

hannes 2005-03-22 17:24

Display absolute path name for getName() and toString() in stand-alone file resources.

4 lines of code changed in:

hannes 2005-03-22 14:01

Do not merge lastModifieds in commit()

3 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