Commit Log (Page 41 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-04-26 to 2002-03-19 (Commits 1139-1188 of 3188)

hannes 2002-04-26 14:47

Do not throw IOException on getLogger(...) anymore. Instead,
display an error message on standard out, try again and again
to open and write to the log file, and discard queued
log messages and display a warning message every now and then.

29 lines of code changed in:

hannes 2002-04-25 18:39

Pretty much rewrote the Logger class.

- Applied patch From Stefan Pollach that results in better log file rotation
and gzips old log files
- Added sanity checks that re-creates a log file if it has been moved or
deleted
- Added sanity check that closes a logger that can't write to its file.
- Added some method for real time introspection of logging system

Todo: Decide what should happen when a Logger can't write to its file.

192 lines of code changed in:

tobi 2002-04-25 17:37

added rss application to checkout

1 lines of code changed in:

stefanp 2002-04-25 16:08

separated building of snapshot and of distribution.
"build package" now works in helma/work-directory only.
added targets "build snapshot" and "build snapshotcompile" to build helma.jar
added target "build helmadocs" to download documentation from helma.org.

99 lines of code changed in:

tobi 2002-04-23 19:12

just a test

1 lines of code changed in:

tobi 2002-04-23 19:08

added some "new" properties but the details are yet to come...

234 lines of code changed in:

hannes 2002-04-23 18:07

Changed order of reading request properties. Previously, HTTP parameters
where set after HTTP variables/headers, which caused a security problem
with HTTP variables being overridable by parameters. (bug #77)

90 lines of code changed in:

tobi 2002-04-23 16:50

layout arrangements

147 lines of code changed in:

tobi 2002-04-23 16:36

syntactical corrections

1 lines of code changed in:

tobi 2002-04-23 16:36

applied version 1.2 of type.properties specification

13 lines of code changed in:

stefanp 2002-04-23 16:36

bugfix http://www.helma.org/bugs/show_bug.cgi?id=55
login() now returns false if authenication fails, not only
if heavier exceptions appear.

2 lines of code changed in:

tobi 2002-04-23 16:31

layout arrangement

1 lines of code changed in:

tobi 2002-04-23 16:30

adapted version 1.2 of type.properties specification

25 lines of code changed in:

stefanp 2002-04-19 19:16

use _attribute instead of attributes

1 lines of code changed in:

stefanp 2002-04-19 18:45

use _prototype instead of prototype

1 lines of code changed in:

stefanp 2002-04-19 17:54

initial checkin xml/dom-extension

846 lines of code changed in:

stefanp 2002-04-18 11:35

added wrapper for Hashtable.size()-method

6 lines of code changed in:

stefanp 2002-04-08 11:00

"=self"-tag for self scripting applications in apps.properties is no longer supported. use class.properties file instead and define helma.main.Server as the main class.

0 lines of code changed in:

stefanp 2002-04-08 10:57

for security reasons: removed default adminUsername and adminPassword properties. manage-application will ask for these properties once if they are not set at startup.

0 lines of code changed in:

stefanp 2002-04-08 10:56

removed =self tag for self scripting applications base and manage.
this is done in app's class.properties files now

4 lines of code changed in:

stefanp 2002-04-08 10:43

improved creation of custom root object:
- definition of root class is moved from app.properties to class.properties file.
- optional use of fields "root.factory.class" and "root.factory.method" in class.properties to retrieve an instance of the root object.

19 lines of code changed in:

hannes 2002-04-05 19:09

reverted scripting environment refactoring from HEAD branch,
will go into separate branch.

260 lines of code changed in:

hannes 2002-04-02 19:19

Halfway through refactoring of scripting framework, getting everything that
has to do with FESI out of helma.framework and into helma.scripting.fesi.

144 lines of code changed in:

hannes 2002-04-02 15:30

Renamed .groupby option to .group, according to spec, in the
parsing of db mapping when using the new format.

3 lines of code changed in:

hannes 2002-03-28 17:22

Fixed bug 66: setParent() doesn't overrule _parent anymore

This was caused by lastParentSet not being set not being updated
in the setParent() method called from JavaScript, so if it hadn't already been
set before, getParent would still do its whole parent evaluation
work, overwriting the previously set parent.

Fixed bug 68: _extends does not allow additional property mappings

The problem was that the standard (parent) prototype mapping was alweys
used to initialize new Nodes from a SQL result set in the relational Node
constructor. The right sub-prototype was determined at the beginning,
but since both the method parameter and the class fields were called dbmap,
the local parameter was used for initializing the node's properties.

10 lines of code changed in:

hannes 2002-03-26 16:19

Make lookups by column name case insensitive. Also, hide the
column to property map from the outside world so nobody can
do a case sensitive lookup by fault.

10 lines of code changed in:

hannes 2002-03-26 16:18

Always do case insensitive comparison when checking if a
column name is the primary key column of a table.

9 lines of code changed in:

hannes 2002-03-26 16:16

Use columnNameToProperty to look up property names for columns
instead of doing it myself. DbMapping does takes care to make the
lookup case insensitive.

4 lines of code changed in:

hannes 2002-03-26 14:12

Run Logger with default priority.

1 lines of code changed in:

hannes 2002-03-26 14:09

Removed obsolete chooser() and multiChooser functions for HopObjects.

5 lines of code changed in:

hannes 2002-03-26 13:14

update server version

1 lines of code changed in:

hannes 2002-03-26 13:10

Just be a little bit more precise in the kind of exception we throw.

1 lines of code changed in:

hannes 2002-03-26 13:10

Implement override toString method to do what you'd expect it to
do (generate a string representation of the properties).

4 lines of code changed in:

hannes 2002-03-26 13:09

Try both Unix crypt and Stefan's new MD5 encoding for authentication.

12 lines of code changed in:

hannes 2002-03-25 19:55

Initial implementation of new skin path resolution schema and
public skins.

Some further work needed in both areas.

108 lines of code changed in:

hannes 2002-03-25 19:54

Added constructor without Prototype parameter to make it possible
to have SkinFiles which don't know or care about what prototype
they belong to.

17 lines of code changed in:

hannes 2002-03-25 19:53

Added skinExtensions properties for support of public skins.
This is a property file, for now called mime.properties, that
mapps file extension names to MIME types.

10 lines of code changed in:

hannes 2002-03-25 19:51

res.skinpath is now an object property (holding an array of
HopObjects or directory names) instead of a string property.

1 lines of code changed in:

hannes 2002-03-25 19:49

Removed everything related to the _skinmanager property
which isn't used anymore.

1 lines of code changed in:

stefanp 2002-03-25 19:37

bug fixed in helma.main.Server

0 lines of code changed in:

stefanp 2002-03-25 18:46

utility class for java md5-methods

37 lines of code changed in:

tobi 2002-03-21 18:33

added zipped application manager

15 lines of code changed in:

tobi 2002-03-21 18:04

added application manager

18 lines of code changed in:

hannes 2002-03-21 16:49

Removed the need to register application servlets for the internal web server
with both appname+"/" and appname+"/*", because Acme Serve now appends
dual dummy slashes to the URI path if the servlet for a request isn't found.

5 lines of code changed in:

hannes 2002-03-19 21:45

Treat VARBINARY and LONGVARBINARY as string types
(for our purposes, i.e. put values inside quotes).

1 lines of code changed in:

hannes 2002-03-19 20:36

updated server version date info.

1 lines of code changed in:

hannes 2002-03-19 20:35

Run endless loop in separate new thread, otherwise the
server field will never be assigned the Server object (because
the Server constructor never returns, because the calling thread
ends up in the loop checking for updates in apps.properties).

4 lines of code changed in:

hannes 2002-03-19 20:26

removed newlines at end of file

0 lines of code changed in:

hannes 2002-03-19 20:26

removed dead code.

0 lines of code changed in:

hannes 2002-03-19 20:26

First simple and not very efficient implementation of res.skinpath,
which can contain one singel directoy in which to look for skins.
The skin resolution looks like this now:

1) res.skinpath (directory)
2) nodemanagers (internal HopObjects marked as skinmanagers)
3) application directory

13 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