Commit Log (Page 40 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-05-23 to 2002-04-26 (Commits 1189-1238 of 3188)

hannes 2002-05-23 21:32

Made getPathInfo() and getCharacterEncoding return useful values.

16 lines of code changed in:

hannes 2002-05-23 21:31

Reworked much of the helma servlet code.
Parameter parsing is now done by the servlet itself since we know
best about the encoding used by an application.
AcmeServletClient is gone, the new EmbeddedServletClient
is a subclass of AbstractServletClient, so no more duplicate code here.

364 lines of code changed in:

hannes 2002-05-23 21:24

Merged Stefan Pollach's XML Database branch.

627 lines of code changed in:

hannes 2002-05-23 16:11

implemented support for "prefix" and "suffix" for macros that
directly write out to response buffer.

31 lines of code changed in:

hannes 2002-05-16 19:12

only print stack trace if app.debug(),
removed dead code.

4 lines of code changed in:

tobi 2002-05-16 18:54

changed linebreak output of function res.writeln from <br> to <br /> (for xhtml compatibility)

2 lines of code changed in:

tobi 2002-05-16 17:37

changed linebreak output of function res.writeln from <br> to <br /> (for xhtml compatibility)

1 lines of code changed in:

hannes 2002-05-15 20:03

avoid output to stderr when opening new connection

1 lines of code changed in:

tobi 2002-05-15 19:50

still experimenting with file permissions and the right taring...

5 lines of code changed in:

tobi 2002-05-15 19:33

grrr, i hate that tar xml ant weirdo-ness: still experimenting with file permissions and the right taring...

1 lines of code changed in:

tobi 2002-05-15 19:23

modified antclick task to achieve correct file permissions when taring that thang

6 lines of code changed in:

hannes 2002-05-15 19:21

updated version date.

1 lines of code changed in:

hannes 2002-05-15 19:20

Implemented skin caching.

18 lines of code changed in:

hannes 2002-05-15 19:19

pass number of read characters to Skin constructor.

2 lines of code changed in:

hannes 2002-05-15 19:18

Pretty much streamlined Skin parsing and rendering,
trying to reduce the number of objects created.

61 lines of code changed in:

hannes 2002-05-15 19:17

updated comment which was from 1998 or something like that

1 lines of code changed in:

hannes 2002-05-15 19:16

implemented writeCharArray() method

9 lines of code changed in:

tobi 2002-05-15 18:35

fixed a typo creating syntax error in line 313

1 lines of code changed in:

tobi 2002-05-15 18:32

added lines in target "antclick" for creating a tgz package, too

11 lines of code changed in:

tobi 2002-05-15 17:57

added line to change access rights for hop.sh in /antclick

1 lines of code changed in:

tobi 2002-05-15 17:51

added targets "antclick", "cleanup", "fullcleanup"; modified target "package" (now excludes docs) and added target "fullpackage" (which does what "package" did before)

84 lines of code changed in:

tobi 2002-05-15 15:51

initial check-in

0 lines of code changed in:

tobi 2002-05-15 15:43

kicked out hopblog due to helma progressing from hsp templates

2 lines of code changed in:

tobi 2002-05-15 14:27

now using relative path to hsqldb files

1 lines of code changed in:

tobi 2002-05-15 11:58

initial check-in

21 lines of code changed in:

tobi 2002-05-15 11:48

initial check-in

0 lines of code changed in:

tobi 2002-05-14 19:32

initial check-in

1 lines of code changed in:

tobi 2002-05-14 19:23

initial check-in

6 lines of code changed in:

hannes 2002-05-14 19:09

backpedalling on dumb previous modification...
never change something you don't understand.

2 lines of code changed in:

hannes 2002-05-14 18:44

updated version string to current date.

1 lines of code changed in:

hannes 2002-05-14 18:43

Only set path-lookup-by-prototype if the object in the path actually does have a prototype.
Previously this threw a NullPointerException for untyped path elements.

Enabled printing of stack trace for errors within invoke().

6 lines of code changed in:

hannes 2002-05-14 18:41

Call getNodeProperty() instead of getProperty() in NodeGet to avoid retrieving
prototype functions.

Fixed skinpath conversion to Java array.

19 lines of code changed in:

hannes 2002-05-14 18:40

Changed remove() method to remove node itself if no arguments are supplied.

Added getNodeProperty() method which will only return properties of the node but not the
underlying prototype, thus avoiding to return functions declared for the prototype. This is used
for the HopObjects get() function.

Added getDefaultValue() to return a string representation for HopObjects. Previously, concatenating
HopObjects to Strings threw an error.

42 lines of code changed in:

hannes 2002-05-14 18:37

Did some fixes in setConstraint() which now checks if the backward
mapping is a primitive mapping or an object reference.
Also allow the method to be called for group-by collections, which
is why the new code should be regarded as experimental.

Removed some dead code.

15 lines of code changed in:

hannes 2002-05-14 18:35

Nodes are now inserted/updated in the database in the same order
they were marked as dirty in the transactor. This is to avoid
exceptions when databases check for relational constraints in
inserted objects.

13 lines of code changed in:

tobi 2002-05-14 18:34

initial check-in

0 lines of code changed in:

hannes 2002-05-14 18:34

Fixed remove() method.

9 lines of code changed in:

hannes 2002-05-14 18:33

added methods to get and set skinpath and translated skinpath.

20 lines of code changed in:

hannes 2002-05-14 18:32

removed silly comment

1 lines of code changed in:

tobi 2002-05-14 18:18

added a lot of beautiful comments at the beginning of the file (to inform about the different targets and their purpose)

20 lines of code changed in:

hannes 2002-05-13 19:38

merged changes from refactor_scripting_05_02 branch

1414 lines of code changed in:

hannes 2002-05-13 19:19

switched reval field from RequestEvaluator to FesiEvaluator.

2 lines of code changed in:

tobi 2002-05-10 18:01

removed rss application; instead, added a new target for checking out and zipping any application residing in the cvs [syntax: ant -buildfile file.xml -Dapplication=appName]

11 lines of code changed in:

hannes 2002-04-26 17:30

Take id field from parent prototype if it isn't defined in this one.

10 lines of code changed in:

stefanp 2002-04-26 17:10

modifed to fit the latest build targets

42 lines of code changed in:

stefanp 2002-04-26 17:09

checkout now gets only the sources, checkoutfull gets everything needed
for building.

13 lines of code changed in:

hannes 2002-04-26 16:47

Removed try/catch clause from getLogger() method.
Increased version string to "pre3 2002/04/26".

7 lines of code changed in:

hannes 2002-04-26 16:05

Formatting fixes

65 lines of code changed in:

stefanp 2002-04-26 15:44

added a trim() method to fesi string objects

10 lines of code changed in:

hannes 2002-04-26 14:48

Logger.getLogger(...) doesn't throw an IOException anymore if
it can't open the requested log file. Instead it displays an error message
and sees if the file becomes writable. So there's no use in catching the
Exception and getting a Logger to std out/err anymore.

9 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