Summary Period: 2000-12-29 to 2006-01-13
[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)
Total Lines Of Code:
2456 (2006-01-13 18:49)
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 |
* 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:
* 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:
* Implement zero argument writeln() method to write a newline sequence.
9 lines of code changed in:
* Make ResponseTrans extend java.io.Writer in order to simplify using it with
3rd party templating engines.
82 lines of code changed in:
* 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:
* Make isXmlRpc() synchronized.
3 lines of code changed in:
* 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:
* 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:
* Do not append <br /> tag in res.writeln(), only append a newline character sequence.
6 lines of code changed in:
* 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:
* Implement unsetCookie(name) that causes a prevously set cookie to be discarded
* Add Javadoc comments to all methods
134 lines of code changed in:
* Set cookie version to 1 and allow days value of zero in order for cookies to be deleted.
6 lines of code changed in:
* Be more precise when throwing exception in popStringBuffer().
5 lines of code changed in:
* 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:
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:
sznchronizing all methods that manipulate/access the buffer field
to avoid bogus rendering on multiprocessor machines.
14 lines of code changed in:
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:
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:
Reset some fields that were previously left out in reset().
14 lines of code changed in:
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