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)
- 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:
Minor patch: get dateLastRendered and dateCache from the same java.util.Date instance.
6 lines of code changed in:
Fix two minor bugs that keep everything from working.
5 lines of code changed in:
Make FileRepository(File) constructor public again, it is used from the helma.main and helma.servlet packages.
3 lines of code changed in:
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:
Rename getSkinInternal() to getSkinInPath()
6 lines of code changed in:
- Make sure our file has an absolute path, otherwise we run into inconsistent behaviour
of File.exists()
9 lines of code changed in:
- 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:
Make constructor public.
3 lines of code changed in:
fixed getGroups(), groupname detection should be more reliable now. groupnames are now returned as array.
150 lines of code changed in:
Enhanced/fixed Javadoc for getRootRepository()
4 lines of code changed in:
Make sure skinmaps are loaded even if prototype's resources haven't been checked yet.
Fixes bug 428.
7 lines of code changed in:
- 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:
- Return the logical/script root in AbstractRepository.getRootRepository(). Fixes bug 425.
- Added some Javadoc comments.
35 lines of code changed in:
getRootNode(): Set DbMapping and prototype name to app.getRootMapping()
10 lines of code changed in:
Use NodeManager.getRootNode() to get our root node.
3 lines of code changed in:
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:
Throw exception in init() when rootPrototype or userPrototype does not exist.
5 lines of code changed in:
Minor code improvement in isStorageCompatible()
5 lines of code changed in:
Read rootPrototype and userPrototype in init() instead of in updateProperties()
10 lines of code changed in:
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:
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:
- 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:
Remove initDb() method, not used anymore
2 lines of code changed in:
Implement rootPrototype app property that allows to force-set the root object prototype.
10 lines of code changed in:
Fix bug where directories wrongly adopted resources as their children.
7 lines of code changed in:
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:
Print debug statement for session manager implementation
3 lines of code changed in:
Improved wording a bit in initial paragraph
6 lines of code changed in:
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:
Improved ant build file
15 lines of code changed in:
* Rename both helmaswarm.conf file and swarm.config property to swarm.conf
* Add null checks for domain array
7 lines of code changed in:
Add Apache/mod_jk readme and config examples.
103 lines of code changed in:
Add a few lines to SwarmIDGenerator description
3 lines of code changed in:
Updated and extended readme file.
66 lines of code changed in:
Rename both helmaswarm.conf file and swarm.config property to swarm.conf
68 lines of code changed in:
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:
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:
Fix app.getSessions()
11 lines of code changed in:
added method GroupObject.getProperty()
some tiny fixes in type conversion
26 lines of code changed in:
Use proper resource ordering for multiple type.properties files
15 lines of code changed in:
Fix bug in getSkin() that could result in skins not being fully read.
17 lines of code changed in:
Make sure script windows are updated when scripts are recompiled
22 lines of code changed in:
Move helma.xsl from helma/objectmodel/db to helma/objectmodel/dom package
(following the move of XmlDatabase)
171 lines of code changed in:
Remove ominous apache-michi.jar from jar contents
0 lines of code changed in:
Always scan for repositories 0-9
6 lines of code changed in:
Allow Helma to run without listening to any server ports.
6 lines of code changed in:
Add missing calls to checkNode()
21 lines of code changed in:
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:
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