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)
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:
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:
added rss application to checkout
1 lines of code changed in:
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:
just a test
1 lines of code changed in:
added some "new" properties but the details are yet to come...
234 lines of code changed in:
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:
layout arrangements
147 lines of code changed in:
syntactical corrections
1 lines of code changed in:
applied version 1.2 of type.properties specification
13 lines of code changed in:
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:
layout arrangement
1 lines of code changed in:
adapted version 1.2 of type.properties specification
25 lines of code changed in:
use _attribute instead of attributes
1 lines of code changed in:
use _prototype instead of prototype
1 lines of code changed in:
initial checkin xml/dom-extension
846 lines of code changed in:
added wrapper for Hashtable.size()-method
6 lines of code changed in:
"=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:
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:
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:
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:
reverted scripting environment refactoring from HEAD branch,
will go into separate branch.
260 lines of code changed in:
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:
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:
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:
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:
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:
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:
Run Logger with default priority.
1 lines of code changed in:
Removed obsolete chooser() and multiChooser functions for HopObjects.
5 lines of code changed in:
update server version
1 lines of code changed in:
Just be a little bit more precise in the kind of exception we throw.
1 lines of code changed in:
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:
Try both Unix crypt and Stefan's new MD5 encoding for authentication.
12 lines of code changed in:
Initial implementation of new skin path resolution schema and
public skins.
Some further work needed in both areas.
108 lines of code changed in:
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:
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:
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:
Removed everything related to the _skinmanager property
which isn't used anymore.
1 lines of code changed in:
bug fixed in helma.main.Server
0 lines of code changed in:
utility class for java md5-methods
37 lines of code changed in:
added zipped application manager
15 lines of code changed in:
added application manager
18 lines of code changed in:
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:
Treat VARBINARY and LONGVARBINARY as string types
(for our purposes, i.e. put values inside quotes).
1 lines of code changed in:
updated server version date info.
1 lines of code changed in:
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:
removed newlines at end of file
0 lines of code changed in:
removed dead code.
0 lines of code changed in:
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