Commit Log (Page 35 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: 2002-08-08 to 2002-07-31 (Commits 1439-1488 of 3188)

stefanp 2002-08-08 14:18

changed frag_size

5 lines of code changed in:

stefanp 2002-08-08 13:35

getChild() now uses the group's objects-table only if it is sure that a child
exists.

4 lines of code changed in:

stefanp 2002-08-08 13:30

switched to WeakHashMap for storing rootWrappers to avoid memory leak.

7 lines of code changed in:

stefanp 2002-08-08 13:21

added a wrap() method corresponding to unwrap()

79 lines of code changed in:

stefanp 2002-08-07 21:56

switched back to main branch

244 lines of code changed in:

stefanp 2002-08-07 21:29

use jar-file in classpath, not the classes-directory

5 lines of code changed in:

stefanp 2002-08-07 21:29

include configuration + startscripts with distribution

4 lines of code changed in:

stefanp 2002-08-07 21:22

converted tabs to spaces, no other changes.

1024 lines of code changed in:

stefanp 2002-08-07 21:16

switched back to main branch

1634 lines of code changed in:

hannes 2002-08-07 14:44

Do not locally define pwfile field, which is meant to be an instance variable.

1 lines of code changed in:

hannes 2002-08-06 16:50

Updated version string.

1 lines of code changed in:

hannes 2002-08-06 16:47

Perform getCanonicalFile() immediately when creating hopHome in main method
of Server instead of only doing it when needed.

7 lines of code changed in:

hannes 2002-08-06 14:57

Fixed bug where serving of static files didn't work on Windows with hopHome
property set by using File.getCanonicalFile().

1 lines of code changed in:

hannes 2002-08-05 18:39

Re-enable server-wide passwd file for the authenticate() function.

5 lines of code changed in:

hannes 2002-08-02 20:33

* Updated version string
* Improved startup message which now includes info about Java version
* Default Helma log is now log file, not console
* added getDbProperties() method to retrieve server-wide db sources.

14 lines of code changed in:

hannes 2002-08-02 20:19

Fixed bug where prototype was marked as checked too early, resulting in
other evaluators to use the prototype is if the code was fully parsed/compiled.

13 lines of code changed in:

kmfdm 2002-08-02 16:32

no message

3 lines of code changed in:

hannes 2002-08-02 15:32

Get prototype resources through synchronized methods instead of directly
accessing them. This fixes a bug where prototypes that were in the process of
being compiled were accessed by evaluators.

Pass through RedirectException if notModified() has been called on the response
object.

90 lines of code changed in:

hannes 2002-08-02 15:25

Return true on needsUpdate if zip file has been removed.

1 lines of code changed in:

hannes 2002-08-02 12:50

Added lastModified property that contains a date either of when the session
was created or when the session was last logged in or out. The property can also
be set from script code.

21 lines of code changed in:

hannes 2002-08-02 12:49

Added support for HTTP Last-Modified and If-Modified-Since headers and
304 Not Modified response.

92 lines of code changed in:

hannes 2002-08-02 12:28

Removed deprecated/unused servlet constructor.

0 lines of code changed in:

hannes 2002-08-02 12:27

Major clean-up work on Application constructors. Removed some old
options like setting application file extensions etc. Instead now the Application
constructors can take arguments for the app and db home directories.

Updated helma.main.ApplicationManager and helma.servlet.StandaloneServletClient
to the new constructors.

TypeManager now has file extensions as static final members.

121 lines of code changed in:

kmfdm 2002-08-02 12:00

generates serialVersionUID for serializable GroupObject

1 lines of code changed in:

kmfdm 2002-08-02 11:54

generates serialVersionUID for serializable GroupObject

20 lines of code changed in:

stefanp 2002-08-02 11:52

updated

16 lines of code changed in:

kmfdm 2002-08-02 11:46

added serialVersionUID

1 lines of code changed in:

hannes 2002-08-01 18:04

Set debug on so we get line numbers with stack traces.

1 lines of code changed in:

kmfdm 2002-08-01 17:44

renamed fullSize() to countElements()

3 lines of code changed in:

kmfdm 2002-08-01 17:44

no message

47 lines of code changed in:

kmfdm 2002-08-01 17:22

it is now possible to specify rights of an app on this group in the server.properties:
group.<appname>.write=true|false
group.<appname>.read=true|false
group.<appname>.connect=true|false
group.<appname>.disconnect=true|false

All Properties default to true and may only be overwritte from within the app.properties with false.

257 lines of code changed in:

kmfdm 2002-08-01 16:45

remuved unused returnvalue (was always true)

1 lines of code changed in:

stefanp 2002-08-01 16:40

change in extension-mechanism: initScripting() now returns a HashMap
with the group-object instead of adding it to the scripting environment itself.
extension now depends on an up-to-date Helma.

57 lines of code changed in:

stefanp 2002-08-01 16:37

change in extension-mechanism:
initScripting() now returns a HashMap (key=varname, value=ESValue) which
will be added to the global object by FesiEvaluator. This ensures that global
vars are (re-)set before each request.
DemoExtension was updated to reflect this change.

33 lines of code changed in:

stefanp 2002-08-01 16:26

forbid slash-character in property names

4 lines of code changed in:

stefanp 2002-08-01 16:24

updated comments

7 lines of code changed in:

kmfdm 2002-08-01 14:17

added fullSize() method
returns the number of elements in the whole tree

171 lines of code changed in:

kmfdm 2002-08-01 13:16

added printFull method
removed corresponding fixme

36 lines of code changed in:

kmfdm 2002-08-01 13:14

renamed dump to print
added printFull method
both methods return a string, if a path is given as argument, this string
will be written to this file and the returnstring is ""
print returns a tree-view of all keys in this group
printAll returns all the keys including the content in a tree-view

54 lines of code changed in:

kmfdm 2002-07-31 19:04

no message

6 lines of code changed in:

kmfdm 2002-07-31 18:45

no message

11 lines of code changed in:

stefanp 2002-07-31 18:36

no message

14 lines of code changed in:

stefanp 2002-07-31 18:36

changed status codes from TRANSIENT and CLEAN to REPLICATED
and LOCAL because they were similiar to INodeStates but mean
something completely different.

23 lines of code changed in:

kmfdm 2002-07-31 18:25

also check dbSourceId for equality in case of group-contained-HopObjects.
If dbSourceID is not equal to the local prototype's dbmapping's dbSourceID
return a transient HopObject when getHopObject is invoked on this GroupObject

7 lines of code changed in:

kmfdm 2002-07-31 18:12

removed check from putHopObject, which removed all properties called password from the hopobject

1 lines of code changed in:

kmfdm 2002-07-31 17:58

excluded helma-*.jar to compile always with the latest helma.jar

1 lines of code changed in:

stefanp 2002-07-31 17:57

fixed a bug that didn't let primitive values returned by a bean pass through
because of a classcastexception.

19 lines of code changed in:

hannes 2002-07-31 17:48

Upgraded to Mckoi DB 0.93 with DataCellCache patch applied
(see http://mckoi.com/database/ver/patches/0.93/ for details)

0 lines of code changed in:

stefanp 2002-07-31 17:07

removed duplicate getChildList, size, get methods in group-prototype.
renamed getChildList() to listChildren() in prototype groupobject.

10 lines of code changed in:

stefanp 2002-07-31 16:51

the freshest build, straight from the javagroups-CVS (including the patched
org.javagroups.blocks.DistributedTree).

0 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