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: 2001-12-06 to 2001-11-16 (Commits 989-1038 of 3188)
Pass application object in constructor for internal DbMapping
object.
In checkConstraints(), if a filter property is set, never return
true if the object has been modified since it was fetched from
the database. This is the only way we can be sure that the
constraints are fulfilled without evaluating the filter expression.
9 lines of code changed in:
Reset created and lastModified at the end of the constructor
for relational nodes to show that the object hasn't been
modified since it was fetched from db.
9 lines of code changed in:
Every DbMapping object must now have a reference to the
application it belongs to.
6 lines of code changed in:
updated version info
1 lines of code changed in:
if a prototype if specified for groupby nodes, use the DbMapping
parsed by the application instead of creating a vanilla DbMapping.
This makes it possible to actually define additional properties and
collections on groupby nodes.
7 lines of code changed in:
Not needed anymore.
0 lines of code changed in:
Switched back from custum UrlEncoder to standard
java.net.URLEncoder class.
12 lines of code changed in:
minimal formatting change
1 lines of code changed in:
fixed bug: embedded webserver always sent no-cache header.
1 lines of code changed in:
Added clarification that req.get() and req.data access the same data
8 lines of code changed in:
added smtp server property, which is typically be set per
Helma installation.
69 lines of code changed in:
added hard linebreaks on pos. 70
110 lines of code changed in:
added line to prevent build.sh from being included twice
1 lines of code changed in:
updated license to new version 1.2 [http://helma.org/rfc/license12/]
93 lines of code changed in:
Updated to new format, added some explanatory comments.
48 lines of code changed in:
added chmod 755 in tarfileset for build.sh
1 lines of code changed in:
increased version info
1 lines of code changed in:
added chmod 755 for build.sh; updated version number
2 lines of code changed in:
this file is ok with dos linebreaks, you clown!
26 lines of code changed in:
converted linebreaks to unix (shit, this happens all the time!)
26 lines of code changed in:
Let user cache have the user prototype and dbmapping so
collections/virtual subnodes work for anonymous users.
4 lines of code changed in:
Prevent type.properties check when accessing properties
of Java objects as skin macros.
11 lines of code changed in:
initial check-in
0 lines of code changed in:
Allow access to static fields from javascript.
6 lines of code changed in:
added more example applications
6 lines of code changed in:
added more example applications for checkout
3 lines of code changed in:
increased version info.
1 lines of code changed in:
Do not encode prefix and suffix attributes of macros.
2 lines of code changed in:
Added code to find out if a property is defined in the
type.properties file before returning its value as a macro.
Return an error message if the property is not defined, or if
the macro tried to access a private property (which currently
applies only to user passwords).
8 lines of code changed in:
added isPrimitive() utility method to find out if this property
can possibly be used as skin macro.
7 lines of code changed in:
added link to res.data
1 lines of code changed in:
res.title, res.head, res.body are deprecated. instead res.data can be used.
3 lines of code changed in:
Increased version number.
Version info is now written to the logger instead of stdout.
5 lines of code changed in:
Cache nodes are checked each time they are retrieved
because the clearCache() function may have been called on
the object since last accessing the cache node.
implemented clearCache() method to reset the cache in the
wrapped object.
28 lines of code changed in:
Implemented clearCacheNode() method to recreate/reset
a node's cache node.
21 lines of code changed in:
added a clearCache() function to the HopObject prototype that
lets one clear (recreate) the HopObject's cache node.
createSkin now uses the application's skin cache. This is not
really much faster because caching and skin creation are
very similar in speed, but it should help reduce garbage collection.
17 lines of code changed in:
added clearCache function to reset the application cache.
11 lines of code changed in:
rewrote the mechanism to write out to the response object.
encoding, prefix and suffix attributes can now be set for any
and all macros (not sure if this will create problems)
Macros handled by objects now check if a function called
handler_macro is defined. If so, the function is called.
Otherwise, the macro evaluates to a property of the object
with the handler name.
52 lines of code changed in:
The user cache node isn't set to the user prototype and
dbmapping anymore (let's see if this has any unwanted effects).
Added clearCache() method to reset the cache of the user object.
12 lines of code changed in:
made the res.data get its HashMap from the ResponseTrans
object
added methods to check if a function is defined for an object
and to retrieve a property. This is used by Skins and should
work for any object, be it HopObjects or scripted Java objects.
55 lines of code changed in:
enlarged application skin cache, added getProperty method
without default parameter, removed stack dump when
user.onLogout() is not defined.
9 lines of code changed in:
Rearranged field declarations, added serialVersionUID field
56 lines of code changed in:
added serialVersionUID field
3 lines of code changed in:
fixed broken link to mysql set-up
1 lines of code changed in:
Increased serialization version to 7. String properties are now serialized
as objects, because there seems to be a limit around 60000 chars for UTF.
7 lines of code changed in:
Set the data property in the response object (res) to a generic map
object.
14 lines of code changed in:
included data field that holds a generic object, much like the
request object already does.
5 lines of code changed in:
display version info on startup
3 lines of code changed in:
Fixed bugs and performance problems in StandaloneServletClient.
The Hop embedded into the servlet container is now the
most performant way to run a Hop app.
48 lines of code changed in:
added application "himp" for check-out
6 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