Commit Log (Page 5 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-06-06 to 2005-04-08 (Commits 2939-2988 of 3188)

hannes 2005-06-06 17:55

- Encapsulate access to static runner into synchronized methods to prevent
spawning of multiple threads.
- Make static runner field non-public.

25 lines of code changed in:

hannes 2005-06-06 17:52

Minor patch: get dateLastRendered and dateCache from the same java.util.Date instance.

6 lines of code changed in:

hannes 2005-06-02 22:27

Fix two minor bugs that keep everything from working.

5 lines of code changed in:

hannes 2005-06-02 21:04

Make FileRepository(File) constructor public again, it is used from the helma.main and helma.servlet packages.

3 lines of code changed in:

hannes 2005-06-02 14:06

Many changes and fixes in Prototype skin management:
- Use an ordered TreeSet for prototype's repositories so we
know the resources we get are already in the right order.
- Use SkinMap again for intetracking mapping the prototype's skins
internally after cleaning the code up a bit.
- Add new ScriptableSkinMap object that wraps a skinmap, exposes it as
native JavaScript object by extending WrappedMap, and does the
Resource to String conversion in get().
- Move code that loads additional skins from skinpath from
SkinManager.getSkinFiles() to SkinMap.loadSkinFiles()
- Inline addSkinResource() and addCodeResource() methods into
checkForUpdates().
- Make lastUpdate kind of fields volatile.

94 lines of code changed in:

hannes 2005-06-02 10:18

Rename getSkinInternal() to getSkinInPath()

6 lines of code changed in:

hannes 2005-06-01 17:09

- Make sure our file has an absolute path, otherwise we run into inconsistent behaviour
of File.exists()

9 lines of code changed in:

hannes 2005-06-01 17:09

- Make sure our directory has an absolute path, otherwise we run into inconsistent behaviour
of File.exists()
- Throw exception if directory exists and is not a directory
- Rename dir instance variable to directory

31 lines of code changed in:

hannes 2005-06-01 16:54

Make constructor public.

3 lines of code changed in:

robert 2005-05-25 10:06

fixed getGroups(), groupname detection should be more reliable now. groupnames are now returned as array.

150 lines of code changed in:

hannes 2005-05-24 16:32

Enhanced/fixed Javadoc for getRootRepository()

4 lines of code changed in:

hannes 2005-05-24 16:18

Make sure skinmaps are loaded even if prototype's resources haven't been checked yet.
Fixes bug 428.

7 lines of code changed in:

hannes 2005-05-24 12:21

- Implemented notifyPropertyChange() function which is called from all property setters in order to fix bug 424.
- Refactored DbMapping related checks in setString() a little bit.

79 lines of code changed in:

hannes 2005-05-20 11:55

- Return the logical/script root in AbstractRepository.getRootRepository(). Fixes bug 425.
- Added some Javadoc comments.

35 lines of code changed in:

hannes 2005-05-18 10:44

getRootNode(): Set DbMapping and prototype name to app.getRootMapping()

10 lines of code changed in:

hannes 2005-05-18 10:42

Use NodeManager.getRootNode() to get our root node.

3 lines of code changed in:

hannes 2005-05-18 10:33

Always use directly mapped property as first choice when resolving ${column_name} in appendFilter().
Only use id/name/prototype if that doesn't give us a value.

16 lines of code changed in:

hannes 2005-05-13 17:33

Throw exception in init() when rootPrototype or userPrototype does not exist.

5 lines of code changed in:

hannes 2005-05-13 17:26

Minor code improvement in isStorageCompatible()

5 lines of code changed in:

hannes 2005-05-13 17:25

Read rootPrototype and userPrototype in init() instead of in updateProperties()

10 lines of code changed in:

hannes 2005-05-13 17:20

Application.java:
- Update rootMapping and userMapping in updateProperties()
- Replace getRootPrototype() with getRootMapping()
DbMapping():
- Implement static areStorageCompatible() method to check
two DbMappings, both of which may be null
NodeManager:
- Update to use new methods

28 lines of code changed in:

hannes 2005-05-13 16:45

Implement NodeManager.getRootNode() and NodeManager.isRootNode() that
allow to get the app's root node and check if a node is the root node, respectively

49 lines of code changed in:

hannes 2005-05-13 16:44

- Renamed former rootPrototype property to hrefRootProperty,
since it defines the root object only as far as href() function is
concerned
- Add rootPrototype and userPrototype properties that allow to
set the prototypes for the root and user objects, respectively
- Implement Application.getRootPrototype() and Application.getRootId()
that allow to get the prototype and id of the app's root node

43 lines of code changed in:

hannes 2005-05-13 16:07

Remove initDb() method, not used anymore

2 lines of code changed in:

hannes 2005-05-12 18:16

Implement rootPrototype app property that allows to force-set the root object prototype.

10 lines of code changed in:

hannes 2005-04-29 15:27

Fix bug where directories wrongly adopted resources as their children.

7 lines of code changed in:

hannes 2005-04-22 15:23

Implement appname.protectedSessionCookie property in apps.properties.
If set to "false", session cookies will not be bound to the client's ip subnet.

65 lines of code changed in:

hannes 2005-04-22 14:49

Print debug statement for session manager implementation

3 lines of code changed in:

hannes 2005-04-15 17:06

Improved wording a bit in initial paragraph

6 lines of code changed in:

hannes 2005-04-15 16:23

Switch back to ImageIO.read() on CVS HEAD
(we stay with Toolkit.createImage() on helma_1_4 branch for now)

8 lines of code changed in:

hannes 2005-04-15 16:05

Improved ant build file

15 lines of code changed in:

hannes 2005-04-15 15:37

* Rename both helmaswarm.conf file and swarm.config property to swarm.conf
* Add null checks for domain array

7 lines of code changed in:

hannes 2005-04-15 15:29

Add Apache/mod_jk readme and config examples.

103 lines of code changed in:

hannes 2005-04-15 15:28

Add a few lines to SwarmIDGenerator description

3 lines of code changed in:

hannes 2005-04-15 14:48

Updated and extended readme file.

66 lines of code changed in:

hannes 2005-04-15 14:47

Rename both helmaswarm.conf file and swarm.config property to swarm.conf

68 lines of code changed in:

hannes 2005-04-14 18:27

Only set response to 304 not modified if no cookies were set.
Apache will not set cookies in a 304 response.

8 lines of code changed in:

hannes 2005-04-14 14:32

We get empty strings for non-existing attributes from helmaswarm.conf.
Make sure they are nulled out in Filter constructor.

9 lines of code changed in:

hannes 2005-04-14 13:04

Fix app.getSessions()

11 lines of code changed in:

stefanp 2005-04-13 14:03

added method GroupObject.getProperty()
some tiny fixes in type conversion

26 lines of code changed in:

hannes 2005-04-13 12:42

Use proper resource ordering for multiple type.properties files

15 lines of code changed in:

hannes 2005-04-13 11:22

Fix bug in getSkin() that could result in skins not being fully read.

17 lines of code changed in:

hannes 2005-04-12 15:34

Make sure script windows are updated when scripts are recompiled

22 lines of code changed in:

hannes 2005-04-12 15:10

Move helma.xsl from helma/objectmodel/db to helma/objectmodel/dom package
(following the move of XmlDatabase)

171 lines of code changed in:

hannes 2005-04-12 11:51

Remove ominous apache-michi.jar from jar contents

0 lines of code changed in:

hannes 2005-04-11 17:36

Always scan for repositories 0-9

6 lines of code changed in:

hannes 2005-04-11 17:29

Allow Helma to run without listening to any server ports.

6 lines of code changed in:

hannes 2005-04-11 17:26

Add missing calls to checkNode()

21 lines of code changed in:

hannes 2005-04-11 13:44

Don not use potentially deprecated ZipEntry to get an entry's size. The entry
may have been generated for an old version of the zip file and not exist at all.
As a fix, don't store the ZipEntry at all in ZipResource, just the ZipEntry's name.

36 lines of code changed in:

stefanp 2005-04-08 16:04

no message

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