Module helma/src/helma/framework/

back to main page

Summary Period: 2000-12-29 to 2006-01-13

Modules

[root]/helma/src/helma/framework
     core (13 files, 6559 lines)
     demo (1 files, 83 lines)
     extensions (0 files, 0 lines)
     repository (10 files, 1409 lines)

Lines of Code


Total Lines Of Code: 2456 (2006-01-13 18:49)

Authors

Author Changes Lines of Code Lines per Change
Totals 169 (100.0%) 4346 (100.0%) 25.7
hannes 166 (98.2%) 4297 (98.9%) 25.8
stefanp 2 (1.2%) 48 (1.1%) 24.0
tobi 1 (0.6%) 1 (0.0%) 1.0

Most Recent Commits

hannes 2006-01-13 17:50

* Encapsulate fields in ResponseTrans and make them private.
* Store response debug buffer in session over redirects (in addition to message).

197 lines of code changed in:

hannes 2006-01-11 15:37

* Move req.action cutting to RequestTrans.setAction() and make sure dot characters
are replaced with underscores in the action variable we use for method invocation.

3 lines of code changed in:

hannes 2005-11-25 14:41

* Implement zero argument writeln() method to write a newline sequence.

9 lines of code changed in:

hannes 2005-11-25 14:40

* Make ResponseTrans extend java.io.Writer in order to simplify using it with
3rd party templating engines.

82 lines of code changed in:

hannes 2005-10-25 16:36

* Fix NullPointerException in getAction() for 404 requests.
* Move XML-RPC response and error encoding to ResponseTrans class.
* Implement error response generation for new type XML-RPC requests.
* Set req.method to "XMLRPC" for new type XML-RPC requests.

60 lines of code changed in:

hannes 2005-10-18 17:39

* Make isXmlRpc() synchronized.

3 lines of code changed in:

hannes 2005-10-18 17:36

* Add isXmlRpc() and setXmlRpc() to tell the request evaluator if it makes sense
to try to handle this request as XML-RPC request.

26 lines of code changed in:

hannes 2005-10-07 16:04

* Do not set Cookie version to 1 as this will cause
cookie values will be set in double quotes.

4 lines of code changed in:

hannes 2005-09-16 15:33

* Do not append <br /> tag in res.writeln(), only append a newline character sequence.

6 lines of code changed in:

hannes 2005-09-16 11:11

* Only append <br /> in res.writeln() if contentType is one of "text/html" or
"application/xhtml+xml". For any other content type, only an ordinary line
break is appended to the line.

7 lines of code changed in:

hannes 2005-09-13 22:51

* Implement unsetCookie(name) that causes a prevously set cookie to be discarded
* Add Javadoc comments to all methods

134 lines of code changed in:

hannes 2005-09-13 22:16

* Set cookie version to 1 and allow days value of zero in order for cookies to be deleted.

6 lines of code changed in:

hannes 2005-09-13 12:22

* Be more precise when throwing exception in popStringBuffer().

5 lines of code changed in:

hannes 2005-08-19 00:55

* Remaining public fields in RequestTrans converted to private, final where possible
* Added setters/getters
* Improved hashCode() implementation for RequestTrans

39 lines of code changed in:

hannes 2005-08-18 23:46

Make public fields in RequestTrans private, remove transient modifier, add getters and setters as needed,
synchronize getter and setter for action to fix inconsistent behaviour.

39 lines of code changed in:

hannes 2005-06-24 15:37

sznchronizing all methods that manipulate/access the buffer field
to avoid bogus rendering on multiprocessor machines.

14 lines of code changed in:

hannes 2005-04-14 18:27

Only set response to 304 not modified if no cookies were set.
Apache will not set cookies in a 304 response.

8 lines of code changed in:

hannes 2005-03-10 17:54

Merged in repository_patch branch. Plus these changes:
* Renamed helma.util.SourceProperties to helma.util.ResourceProperties
* Removed timing from helma.framework.core.RequestEvaluator

20 lines of code changed in:

hannes 2005-03-01 13:50

Reset some fields that were previously left out in reset().

14 lines of code changed in:

hannes 2005-01-28 14:52

Skip response closing and writing if the response was already written
and committed by the application.

9 lines of code changed in:

(99 more)

Generated by StatCVS 0.2.2