Commit Log (Page 29 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-11-21 to 2002-10-30 (Commits 1739-1788 of 3188)

hannes 2002-11-21 16:38

Remove dead code, fix indentation

1 lines of code changed in:

stefanp 2002-11-21 15:27

several bugfixes
added tags deprecated, overrides
DocSkin now only looks for handlers response, request, param, session

44 lines of code changed in:

hannes 2002-11-20 20:31

Fetch database records in natural order

45 lines of code changed in:

hannes 2002-11-20 19:15

Call ResultSet.next() when creating an ID from a sequence.

2 lines of code changed in:

stefanp 2002-11-20 17:00

restructured the whole helma.doc-package.
- implemented latest helma features (function_action for actions etc)
- removed double code, nicer hierarchy, all elements can be used alone
- removed possibility to run from command line, rendering is now only done through
manage application
- streamlined supported tags

906 lines of code changed in:

hannes 2002-11-19 18:12

Encode IP address in session cookie and check if it matches.

14 lines of code changed in:

hannes 2002-11-18 17:09

Generate launcher.jar.

5 lines of code changed in:

hannes 2002-11-18 17:08

Initial check in for launcher class/jar

61 lines of code changed in:

hannes 2002-11-18 15:58

Backpedal on previous changes. Instead, check if value returned by
ResultSet.getBigDecimal() is null.

7 lines of code changed in:

hannes 2002-11-18 15:16

Work around missing functionality in ResultSet implementations.

12 lines of code changed in:

hannes 2002-11-18 15:11

Do not use ResultSet.isLast() since Oracle JDBC driver does not implement it.

4 lines of code changed in:

hannes 2002-11-14 18:35

Render format date more often

2 lines of code changed in:

hannes 2002-11-14 18:09

Use getTableName() in getSelect(). Fixes bug 161.

2 lines of code changed in:

hannes 2002-11-14 17:48

Update to Servlet 2.3 API

0 lines of code changed in:

hannes 2002-11-14 17:43

Updated to org.mortbay.jetty-jdk1.2.jar from the Jetty 4.1.3 distribution.

0 lines of code changed in:

hannes 2002-11-13 17:35

Reworked class to actually use itself as propertie container instead of a delegate
properties object.

26 lines of code changed in:

hannes 2002-11-11 20:31

Column names are stored as upper case in the column-to-relation map.

1 lines of code changed in:

hannes 2002-11-11 20:20

Do not append "WHERE" when calling Relation.buildQuery() because the relation
may not need a where clause. Also returned to the way things were before when
getting a node using a hand-set subnodeRelation.

5 lines of code changed in:

hannes 2002-11-11 19:59

Load additional properties through an instance of SystemProperties so the keys
are transformed to lowercase. Otherwise lookup will not work for keys that contain
upper case characters.

1 lines of code changed in:

hannes 2002-11-09 23:29

Added missing 'order by' to getNodes()

1 lines of code changed in:

hannes 2002-11-08 15:19

Check if scriptingEngine is not null in abort().

2 lines of code changed in:

hannes 2002-11-08 15:19

use logEvent() instead of System.err.println()

1 lines of code changed in:

hannes 2002-11-06 13:08

Do some real cleanup work at shutdown. Apps are now stopped and Loggers
are flushed and closed. Still to do: Close server ports.

12 lines of code changed in:

hannes 2002-11-06 13:07

Added a wakeup() method that allows us to ping the Logger thread to resume
running immediately. Also decreased the sleep interval to 250 millis, so logging
output should be more fluent now.
Reformatted innger GZipper class.

42 lines of code changed in:

hannes 2002-11-06 13:05

Made response compression switchable via appname.responseEncoding = true
Added stopAll() method which cleans up at system shutdown.

11 lines of code changed in:

hannes 2002-11-06 12:13

Only rotate log files if the existing file is not empty.

3 lines of code changed in:

hannes 2002-11-06 12:00

Created initial shutdown hook that does nothing

22 lines of code changed in:

hannes 2002-11-06 11:49

Use JDBC API directly for all queries. The only place where Village is still used is for inserts and updates.

207 lines of code changed in:

hannes 2002-11-06 11:06

*** empty log message ***

6 lines of code changed in:

tobi 2002-11-06 10:29

updated to versions as is build/main

161 lines of code changed in:

hannes 2002-11-05 20:12

Handle quotation mark escapes.

15 lines of code changed in:

hannes 2002-11-05 19:52

Reworked encode() method: The hierarchy of HTML tags, macro tags and HTML
comments is now right. Also made the method perform a bit faster by not creating
in intermediate char array. Fixes bug 152.

106 lines of code changed in:

hannes 2002-11-01 23:48

Remove title, head and body fields

9 lines of code changed in:

hannes 2002-11-01 23:47

Render message and error from response object

7 lines of code changed in:

hannes 2002-11-01 22:45

Removed obsolete adoptName field

2 lines of code changed in:

hannes 2002-10-31 16:27

Minor optimization in needsUpdate().

4 lines of code changed in:

hannes 2002-10-31 16:18

Set lastmod in constructor since it's all that's missing to have an updated ActionFile.

1 lines of code changed in:

hannes 2002-10-31 16:17

Do not cache processed template content. It is rarely needed and not that expensive
to produce. Also fixes bug 149, hsp templates not updated.

2 lines of code changed in:

hannes 2002-10-31 09:39

Added GNU Diff class from http://www.bmsi.com/java/#diff

866 lines of code changed in:

hannes 2002-10-30 20:23

Fixed bug in node validation: We did not check if group nodes are still contained
by their parents unless they use an accessname, which is often not the case.

6 lines of code changed in:

hannes 2002-10-30 19:11

Added session object as standard macro handler.
Made the full macro name an instance field so it doesn't have to be composed
on request.

27 lines of code changed in:

hannes 2002-10-30 19:06

Change date format to display full hours when returning a date property as string.

2 lines of code changed in:

hannes 2002-10-30 18:45

Consult the macro handler map in the response object rather than the request path
when resolving macro handler names. By default the new handler map contains the
objects from the request path, but it lets the developer add or remove handlers.

Improved the way macros are displayed and logged.

8 lines of code changed in:

hannes 2002-10-30 18:43

Add request path elements to the macro handler dictionary in the response object.
Plus a few minor additional cleanups.

11 lines of code changed in:

hannes 2002-10-30 18:37

Return macro handlers map ("handlers") to let programmers add/remove
macro handlers.

12 lines of code changed in:

hannes 2002-10-30 18:37

Throw a RuntimeException when a property is not defined or not accessible
instead of returning an error message.

3 lines of code changed in:

hannes 2002-10-30 17:38

The previous version was checked in by mistake. Going back to what we had before.

1 lines of code changed in:

hannes 2002-10-30 17:35

Tentative fix for bug 113: numbers as names of named properties do not
work in embedded db

When a property is encountered that *might* not be suitable as XML element name,
we use "property" as element name and add the real property name as attribute to
that element.

99 lines of code changed in:

hannes 2002-10-30 15:13

Encode quotation mark and apostrophe characters in encodeXml().

6 lines of code changed in:

hannes 2002-10-30 12:56

Fixed bug where a node deleted by replication was left in the cache via secondary
key without being marked as invalid. (bug 147)

8 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