Commit Log (Page 37 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-07-16 to 2002-06-28 (Commits 1339-1388 of 3188)

hannes 2002-07-16 17:30

unzip images to /static/images instead of /static/antville

1 lines of code changed in:

hannes 2002-07-16 15:56

checkin of mckoi database configuration file.

1 lines of code changed in:

hannes 2002-07-16 15:41

switch from hsqldb to mckoidb data source.

5 lines of code changed in:

hannes 2002-07-16 15:39

commented out JAVA_HOME assignment which overwrites preexisting environment variable.

1 lines of code changed in:

hannes 2002-07-16 15:22

Remove HSQLDB jar file in favour of mckoidb.jar.

0 lines of code changed in:

hannes 2002-07-16 15:20

Empty Mckoi Database files

0 lines of code changed in:

hannes 2002-07-16 15:12

Remove HSQLDB files in favour of Mckoidb.

0 lines of code changed in:

hannes 2002-07-16 14:01

changed mountpoint for manage application.

1 lines of code changed in:

hannes 2002-07-16 13:59

Updated classpath and command line.

2 lines of code changed in:

hannes 2002-07-16 13:59

added mckoidb.jar to classpath.

1 lines of code changed in:

hannes 2002-07-16 13:57

Updated classpath and command line.

3 lines of code changed in:

kmfdm 2002-07-15 18:32

renaming

33 lines of code changed in:

kmfdm 2002-07-15 18:23

renaming + refurbishing

0 lines of code changed in:

kmfdm 2002-07-15 18:22

renaming

17 lines of code changed in:

hannes 2002-07-15 18:15

Set default uploadLimit.
Avoid hanging in in.read() when uploadLimit is exceeded.

2 lines of code changed in:

kmfdm 2002-07-15 17:42

renaming & merging from tag manfred

406 lines of code changed in:

kmfdm 2002-07-15 17:42

renaming

0 lines of code changed in:

kmfdm 2002-07-15 17:39

binary

0 lines of code changed in:

kmfdm 2002-07-15 17:35

renaming

70 lines of code changed in:

kmfdm 2002-07-15 17:20

removed due to renaming

0 lines of code changed in:

kmfdm 2002-07-15 17:13

no message

214 lines of code changed in:

hannes 2002-07-15 16:34

Start embedded XML database without the db file name parameter, which doesn't
exist anymore and wasn't used anyhow.

1 lines of code changed in:

hannes 2002-07-15 16:33

Removed code to retrieve prototype from propertiy map in getPrototype().
(This was a backwards compatibility feature for when prototype was stored as
a generic property.)

2 lines of code changed in:

hannes 2002-07-12 21:17

Issue a message to the Server log when moving applications on the
embedded web server.

1 lines of code changed in:

hannes 2002-07-12 20:57

Specifying the mountpoint for applications on the embedded web server
now actually works. (Servlet path translation was broken).
Application manager is now able to move applications on the embedded web server,
i.e. if appname.mountpoint is modified, the application is re-mounted at the new
location.

46 lines of code changed in:

hannes 2002-07-12 19:53

Cleaned up class quite a bit.
Added -x parameter to specify port of XML-RPC server independently from
RMI server port.

89 lines of code changed in:

hannes 2002-07-11 14:40

Removed rmi.zip from classpath.

1 lines of code changed in:

hannes 2002-07-11 14:34

added mountpoint for base app in apps.properties file

1 lines of code changed in:

hannes 2002-07-11 14:03

* Avoid duplicate child-text-to-property assignment.
* Parse children in sparse mode even if we don't convert the element itself.
* Avoid assigning element text as property "text" in sparse mode.

11 lines of code changed in:

hannes 2002-07-10 20:30

Fixed bug that caused NullPointerException.
Added option to add selected elements to the default subnode
collection via element.childelement = prototype._children.

11 lines of code changed in:

hannes 2002-07-10 18:56

First sketch to implement sparse and deep parsing.
The old demo app examples still work.
The new features may require some more tweaking, possibly
also on the mapping prototype file syntax.

109 lines of code changed in:

hannes 2002-07-10 15:24

Do not create applications with "." in the application name
when apps.properties is modified.

1 lines of code changed in:

hannes 2002-07-05 17:53

Replaced (String)props.get() with props.getProperty().
Removed toLowerCase() because XML is supposed to be case
sensitive (or am I missing something here?)

14 lines of code changed in:

hannes 2002-07-05 17:07

Use the updatePrototype() method in type manager that takes the
prototype object instead of the prototype name.

2 lines of code changed in:

hannes 2002-07-05 17:05

Update the prototype before returning the skinfiles.

1 lines of code changed in:

hannes 2002-07-05 17:05

Provide a variant of the updatePrototype() method that takes a
prototype object instead of the prototype name.

12 lines of code changed in:

hannes 2002-07-05 15:28

fixed formatting and indentation.

220 lines of code changed in:

hannes 2002-07-04 20:44

Check if prototype exists in hasFunction(...).

3 lines of code changed in:

hannes 2002-07-04 20:31

Some cleanup, fixed bug where a zip file with entries for a prototype
would prevent stuff in the prototype's directory to be ignored. (use
getLastCheck() instead of getLastUpdate() to find out if we should
look for new files in directory)

14 lines of code changed in:

hannes 2002-07-04 20:28

Added javadoc comments, made some fields final.

68 lines of code changed in:

hannes 2002-07-04 19:35

Added private makeNodeHandle method that honors the
prototyperef attribute when converting an XML tag to a NodeHandle.

16 lines of code changed in:

hannes 2002-07-04 19:33

added getDbMapping(typename) method that gets the DbMapping for
a prototype name.

changed sql argument encoding utility method: single quotes are now
encoded as '' instead of \'

10 lines of code changed in:

hannes 2002-07-04 19:33

changed sql argument encoding utility method: single quotes are now
encoded as '' instead of \'

1 lines of code changed in:

hannes 2002-07-04 19:05

fixed formatting and indentation.

226 lines of code changed in:

hannes 2002-07-02 17:21

adjusted to take advantage of the new appname.mountpoint option
for apps.properties files.

10 lines of code changed in:

hannes 2002-07-02 17:16

Added appname.mountpoint option for entries in apps.properties
to define where an application should be mounted on the
embedded web server.

17 lines of code changed in:

hannes 2002-07-01 17:33

(Re-)checked in crimson.jar 1.1.3.

0 lines of code changed in:

hannes 2002-07-01 17:32

deleted crimson jar because it wasn't checked in as binary.

0 lines of code changed in:

kmfdm 2002-07-01 13:50

Initial revision

835 lines of code changed in:

tobi 2002-06-28 18:28

added access permission for execution of hop.sh in tar action;
added prefix parameter in tar actions

42 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