Phrame 3 Features Home  |  Downloads  |  Documentation  |  Contact Features > Bugs Register
Issues Register
Feature Requests
 
Bugs Register
Id Date reported Status Date closed
3.1.0_0003 November 7, 2005 Open
HttpResponse->getCharacterEncoding() Could return an erroneous value if the 'Content-Type' header of a reponse contains other parameters than 'charset=...'.
3.1.0_0002 November 4, 2005 Open
ErrorHandler->alert() Mail feature doesnt work since no 'From' address is supplied to the mail() function. Will correct this in the next version through a new _SENDING_EMAIL_ADDRESS configuration parameter. This address will be used to supply the required 'From' header to the mail() function.
3.1.0_0001 November 4, 2005 Open
PhrameContainer->initContainer() The following code should set the document root if the configuration doesn't contain a _DOCUMENT_ROOT parameter:
...
// Document root available from web server?
} elseif (isset($_SERVER['DOCUMENT_ROOT'])) {
      $this->documentRoot = $_SERVER['_DOCUMENT_ROOT'];
} else {
...
This however doesn't work since $_SERVER['_DOCUMENT_ROOT'] should be $_SERVER['DOCUMENT_ROOT'].
3.0.3_0002 February 8, 2005 Closed (fix available in 3.1.0) November 1, 2005
PhrameTagLib Initialising the $_FORM variable to an empty ActionForm class goes wrong if no form configuration was found.
3.0.3_0001 February 8, 2005 Closed (fix available in 3.1.0) November 1, 2005
ActionServer constructor When setting the default PHRAME_CONTEXT value from $_SERVER['REQUEST_URI'] the last character is truncated. Also the string is not URL decoded.
3.0.2_0001 December 14, 2004 Closed (fix available in 3.0.3) January 28, 2005
ViewAction Definition of constructor is superfluous.
3.0.1_0005 August 3, 2004 Closed (fix available in 3.0.2) August 3, 2004
HttpRequest->getSession(), HttpSession The time a session is last accessed is updated incorrectly (should only be updated when setting, getting or removing session attributes).
3.0.1_0004 August 3, 2004 Closed (fix available in 3.0.2) August 3, 2004
ActionServer->validateSession() The time interval after which a session is timed out is calculated incorrectly (i.e. should be the period between the timestamp of the current request and the time the session was last accessed).
3.0.1_0003 ? Closed (fix available in 3.0.2) August 3, 2004
RequestProcessor->processActionPerform() The call to $action->perform() is not backward compatible with Phrame < 3 versions.
3.0.1_0002 ? Closed (fix available in 3.0.2) August 3, 2004
ActionServer constructor Code to set include directories from the _INCLUDE_DIRS configuration parameter is incorrect.
3.0.1_0001 June 10, 2004 Closed (fix available in 3.0.2) August 3, 2004
RequestDispatcher->forward() The value assignment to the $_TOKEN variable is incorrect if no session is attached to the request.
© 2005 Pieter A. van Stempvoort. All rights reserved.
Hosted by www.Geocities.ws

1