Commit Log (Page 44 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: 2001-12-06 to 2001-11-16 (Commits 989-1038 of 3188)

hannes 2001-12-06 23:40

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:

hannes 2001-12-06 23:38

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:

hannes 2001-12-06 23:35

Every DbMapping object must now have a reference to the
application it belongs to.

6 lines of code changed in:

hannes 2001-12-04 13:46

updated version info

1 lines of code changed in:

hannes 2001-12-04 13:45

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:

hannes 2001-12-02 23:53

Not needed anymore.

0 lines of code changed in:

hannes 2001-12-02 23:52

Switched back from custum UrlEncoder to standard
java.net.URLEncoder class.

12 lines of code changed in:

hannes 2001-12-02 23:50

minimal formatting change

1 lines of code changed in:

hannes 2001-12-02 23:50

fixed bug: embedded webserver always sent no-cache header.

1 lines of code changed in:

hannes 2001-11-29 19:23

Added clarification that req.get() and req.data access the same data

8 lines of code changed in:

hannes 2001-11-29 18:50

added smtp server property, which is typically be set per
Helma installation.

69 lines of code changed in:

tobi 2001-11-29 16:15

added hard linebreaks on pos. 70

110 lines of code changed in:

tobi 2001-11-29 15:56

added line to prevent build.sh from being included twice

1 lines of code changed in:

tobi 2001-11-29 15:21

updated license to new version 1.2 [http://helma.org/rfc/license12/]

93 lines of code changed in:

hannes 2001-11-28 16:22

Updated to new format, added some explanatory comments.

48 lines of code changed in:

tobi 2001-11-28 15:30

added chmod 755 in tarfileset for build.sh

1 lines of code changed in:

hannes 2001-11-28 14:39

increased version info

1 lines of code changed in:

tobi 2001-11-28 14:22

added chmod 755 for build.sh; updated version number

2 lines of code changed in:

tobi 2001-11-27 18:43

this file is ok with dos linebreaks, you clown!

26 lines of code changed in:

tobi 2001-11-27 18:41

converted linebreaks to unix (shit, this happens all the time!)

26 lines of code changed in:

hannes 2001-11-27 17:50

Let user cache have the user prototype and dbmapping so
collections/virtual subnodes work for anonymous users.

4 lines of code changed in:

hannes 2001-11-27 17:08

Prevent type.properties check when accessing properties
of Java objects as skin macros.

11 lines of code changed in:

tobi 2001-11-27 16:54

initial check-in

0 lines of code changed in:

hannes 2001-11-27 16:49

Allow access to static fields from javascript.

6 lines of code changed in:

tobi 2001-11-27 16:46

added more example applications

6 lines of code changed in:

tobi 2001-11-27 16:44

added more example applications for checkout

3 lines of code changed in:

hannes 2001-11-27 15:16

increased version info.

1 lines of code changed in:

hannes 2001-11-27 15:15

Do not encode prefix and suffix attributes of macros.

2 lines of code changed in:

hannes 2001-11-27 15:15

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:

hannes 2001-11-27 15:12

added isPrimitive() utility method to find out if this property
can possibly be used as skin macro.

7 lines of code changed in:

tobi 2001-11-27 14:39

added link to res.data

1 lines of code changed in:

tobi 2001-11-27 14:38

res.title, res.head, res.body are deprecated. instead res.data can be used.

3 lines of code changed in:

hannes 2001-11-26 19:02

Increased version number.

Version info is now written to the logger instead of stdout.

5 lines of code changed in:

hannes 2001-11-26 18:58

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:

hannes 2001-11-26 18:55

Implemented clearCacheNode() method to recreate/reset
a node's cache node.

21 lines of code changed in:

hannes 2001-11-26 18:33

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:

hannes 2001-11-26 18:30

added clearCache function to reset the application cache.

11 lines of code changed in:

hannes 2001-11-26 18:30

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:

hannes 2001-11-26 18:27

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:

hannes 2001-11-26 18:24

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:

hannes 2001-11-26 18:21

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:

hannes 2001-11-26 18:20

Rearranged field declarations, added serialVersionUID field

56 lines of code changed in:

hannes 2001-11-26 18:19

added serialVersionUID field

3 lines of code changed in:

tobi 2001-11-21 12:53

fixed broken link to mysql set-up

1 lines of code changed in:

hannes 2001-11-20 18:01

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:

hannes 2001-11-20 16:32

Set the data property in the response object (res) to a generic map
object.

14 lines of code changed in:

hannes 2001-11-20 16:31

included data field that holds a generic object, much like the
request object already does.

5 lines of code changed in:

hannes 2001-11-20 16:10

display version info on startup

3 lines of code changed in:

hannes 2001-11-20 16:02

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:

tobi 2001-11-16 20:53

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