hns
|
811410599a
|
Checking in Commons Logging support from Daniel, plus a major rewrite
of the Helma logging framework.
|
2003-11-28 20:15:28 +00:00 |
|
hns
|
84416e8a43
|
Remove unused import statements and other unnecessary code
|
2003-10-22 16:34:06 +00:00 |
|
hns
|
1a45d7e049
|
Changed getxxx() to getXxx() in bean getters and setters as rhino is able to
deal with this and create obj.xxx properties.
|
2003-08-18 11:53:01 +00:00 |
|
hns
|
fad3f06b5c
|
Introduce helma.util.WrappedMap, fixing bug 258.
http://helma.org/bugs/show_bug.cgi?id=258
|
2003-07-29 16:13:09 +00:00 |
|
hns
|
44a1235803
|
Added helma.util.SystemMap class as a HashMap that is used
internally by Helma and is wrapped as a native JavaScript object.
|
2003-06-16 18:53:33 +00:00 |
|
hns
|
8aa7c6bf33
|
Renamed getSkinfiles(path) to getSkinfilesInPath(path) because Rhino's
Java Bean setter/getter mechanism got confused for app.skinfiles.
|
2003-06-13 15:46:41 +00:00 |
|
hns
|
66663c8b20
|
Merge from helma_1_2_4
|
2003-04-16 16:28:04 +00:00 |
|
hns
|
c25ffcf69d
|
Merging changes from helma_1_2_3
|
2003-03-07 16:49:18 +00:00 |
|
hns
|
ed15173b8c
|
Merged in changes from helma_1_2 branch
|
2003-02-26 12:41:54 +00:00 |
|
hns
|
c07fc06de4
|
Add public getters for application and server directory
|
2002-11-26 17:43:24 +00:00 |
|
stefanp
|
63f3faf811
|
use app.getCacheUsage() instead of accessing NodeManager
|
2002-11-22 09:56:40 +00:00 |
|
hns
|
ff82c38ff6
|
Fixed ApplicationBean.getSkinfiles: Skin files in app.skinfiles are now loaded only
when accessed. This is implemented using an inner class Prototype.SkinMap.
|
2002-10-15 17:56:10 +00:00 |
|
stefanp
|
22ec65ab3b
|
added property app.cacheusage that holds current number of elements
in the object cache.
|
2002-09-30 09:41:55 +00:00 |
|
stefanp
|
6b06734adc
|
made application directory available as app.dir-property
|
2002-09-12 18:25:06 +00:00 |
|
hns
|
65686330fc
|
Update the prototype before returning the skinfiles.
|
2002-07-05 15:05:55 +00:00 |
|
stefanp
|
8f52328591
|
added app.getRegisteredUsers()
|
2002-06-05 13:13:56 +00:00 |
|
hns
|
841a195560
|
Rewrote getActiveUsers() and getSessionsForUser() to return
ArrayList instead of an Enumeration. The reason is that this is easier
to turn into an array and generally more versatile than an Enumeration.
|
2002-05-31 13:39:19 +00:00 |
|
hns
|
7bfc14d164
|
Merged in changes from Stefan Pollach's "usersession_05_15" branch.
|
2002-05-31 13:35:33 +00:00 |
|