Commit Log (Page 24 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: 2003-06-16 to 2003-04-08 (Commits 1989-2038 of 3188)

hannes 2003-06-16 20:56

* replaced helma.util.CacheMap with java.util.WeakHashMap for wrapper caching
* do wrapper caching for IPathElement (java object) wrappers
* only wrap instances of helma.util.SystemMap with MapWrappers
* do not wrap Strings.

32 lines of code changed in:

hannes 2003-06-16 20:54

Return string values unwrapped.

6 lines of code changed in:

hannes 2003-06-16 20:54

* Added implementation for Node.clearCache().
* fixed setting of HopObject properties.

11 lines of code changed in:

hannes 2003-06-16 20:53

Added helma.util.SystemMap class as a HashMap that is used
internally by Helma and is wrapped as a native JavaScript object.

75 lines of code changed in:

hannes 2003-06-13 17:46

Renamed getSkinfiles(path) to getSkinfilesInPath(path) because Rhino's
Java Bean setter/getter mechanism got confused for app.skinfiles.

4 lines of code changed in:

hannes 2003-06-13 17:43

Implement index based put, get, has and delete that always handle the index to a string.

78 lines of code changed in:

hannes 2003-06-13 17:42

Do not needlessly convert scriptable to string in put().

6 lines of code changed in:

hannes 2003-06-13 17:41

Implemented global getURL() function

91 lines of code changed in:

hannes 2003-06-13 17:40

Switch from WrapHandler to WrapFactory.

60 lines of code changed in:

hannes 2003-06-13 12:02

Checking in Image extension.

3 lines of code changed in:

stefanp 2003-06-13 11:16

avoid null pointer exception if config file doesn't exist

4 lines of code changed in:

hannes 2003-06-13 11:06

Checking in FTP client extension.

3 lines of code changed in:

hannes 2003-06-12 18:09

add getDBConnection().

15 lines of code changed in:

hannes 2003-06-12 18:09

Add definition of File object (FESI compatible).
Minor fix for line numbers in debug output.

8 lines of code changed in:

hannes 2003-06-12 18:08

Checking in first implementations of Database and File objects.

0 lines of code changed in:

hannes 2003-06-10 17:41

Unwrap native java objects gotten as properties.

9 lines of code changed in:

hannes 2003-06-10 17:36

Various fixes and advancements in JavaObject and GlobalObject.

44 lines of code changed in:

hannes 2003-06-10 15:41

Added code for Rhino scripting engine.

2480 lines of code changed in:

hannes 2003-06-10 15:39

Added Rhino jar from 21.05.2003 snapshot (rhino1_5R5pre)

0 lines of code changed in:

hannes 2003-06-10 15:37

* Include all jar files from the main lib/ext directory
* Update Helma build version to 1.3-alpha-0

3 lines of code changed in:

hannes 2003-06-10 15:20

Merging changes from 1.2.4 to 1.2.5

1560 lines of code changed in:

hannes 2003-06-10 15:19

Merge from helma_1_2, updating to Mckoi 1.0.1

0 lines of code changed in:

stefanp 2003-05-19 17:44

added remark on configuration in server.properties

6 lines of code changed in:

stefanp 2003-05-05 11:52

upgraded to 0.3

148 lines of code changed in:

stefanp 2003-05-05 11:51

no message

278 lines of code changed in:

stefanp 2003-05-05 10:47

- added "si" for getting a SimpleAnalyzer in Queries and Indexes

- added _mergeFactor and _maxMergeDocs properties to index object

55 lines of code changed in:

hannes 2003-04-17 12:34

Merge changes between 1.2.4 and 1.2.4b

13 lines of code changed in:

hannes 2003-04-16 18:24

Merge from helma_1_2_4

30250 lines of code changed in:

hannes 2003-04-16 18:21

Test merge from helma_1_2_4 to check for keyword expansion problems

33 lines of code changed in:

stefanp 2003-04-14 11:47

new method addQuery() which adds a query to another query object as a further
AND-clause

28 lines of code changed in:

stefanp 2003-04-14 10:49

create array using ArrayPrototype and not ObjectPrototype

1 lines of code changed in:

stefanp 2003-04-11 12:04

fixed nullpointer if index dir has not yet been created

7 lines of code changed in:

tobi 2003-04-10 11:41

removed all database files to start from scratch

0 lines of code changed in:

tobi 2003-04-10 11:39

test

0 lines of code changed in:

stefanp 2003-04-09 13:02

all documents in an index can be reached through search.indexname[idx],
number of documents is available via search.indexname.length

therefore dropped Index.count()

10 lines of code changed in:

stefanp 2003-04-09 12:50

all documents in an index can be reached through search.indexname[idx],
number of documents is available via search.indexname.length

therefore dropped Index.count()

19 lines of code changed in:

stefanp 2003-04-09 12:27

Indizes are now enumerated by LuceneExtension.indexNames(appName)

4 lines of code changed in:

stefanp 2003-04-09 12:27

print stack trace at exceptions in create/mountIndex

2 lines of code changed in:

stefanp 2003-04-09 12:26

Index objects are now created at application startup, additional indizes are
added with mount/createIndex.

Indizes are now enumerated by indexNames(appName) only and root
just in the internal map of indizes and not in the filesystem anymore.

18 lines of code changed in:

stefanp 2003-04-09 12:07

fixed possible nullpointerexception in createIndex()

3 lines of code changed in:

stefanp 2003-04-09 12:07

properties that aren't covered by fields can be set and read

1 lines of code changed in:

stefanp 2003-04-09 11:51

added comments

81 lines of code changed in:

tobi 2003-04-09 09:08

replaced 1.3 version committed to HEAD by accident with previous version 1.2

0 lines of code changed in:

tobi 2003-04-09 00:34

added TEXT_ALIAS column to table AV_TEXT

0 lines of code changed in:

stefanp 2003-04-08 22:47

added comments

104 lines of code changed in:

stefanp 2003-04-08 22:29

added mountIndex, createIndex() can now create indizes anywhere
in the filesystem and not only in the predefined dir

74 lines of code changed in:

stefanp 2003-04-08 22:04

query and index use ILastError interface for error retrieval
Query.addTerm() handles TokenMgrError correctly

21 lines of code changed in:

stefanp 2003-04-08 21:54

tried to repair broken cr-lf's

1239 lines of code changed in:

stefanp 2003-04-08 21:36

an interface to wrap errors for later access from js

8 lines of code changed in:

stefanp 2003-04-08 17:44

version 0.2

1 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