| Id | Date submitted | Status | Date closed |
|---|---|---|---|
| 3.0.3_0002 | February 8, 2005 | Closed (patch available) | February 8, 2005 |
|
Oliver Jones wrote me:
"I noticed you hadn't implemented some of the HttpRequest interface. I needed the getRemoteUser() method so I knuckled down and wrote a few of the others as well. I figure if you're going to provide a Java like interface to the HTTP Request then it makes sense to try and be as complete as one can be. I think it would be possible to write reasonably reliable isRequestedSessionIdFromCookie & isRequestedSessionIdFromURL methods too. But I don't need that at the moment so I left them out." You can download Oliver's enhanced HttpRequest class here. |
|||
| 3.0.3_0001 | February 2, 2005 | Open (change available in v3.0.4) | |
|
Oliver Jones wrote me:
"There are places you where you just "assume" ActionServer->getRealPath($someinput) will work and when the input is not a valid path realpath returns false which is '' as a string. [...] I just spent 20 minutes tracking down an error like this. It was just a badly named file in the $options[_CONFIG] section." To help tracking down bad paths in the _CONFIGS, _CONTEXT, _DOCUMENT_ROOT and _INCLUDE_DIRS server option parameters, I will change the ActionServer to trigger a user error if a specified path does not exist. This will be available in v3.0.4. |
|||
| Id | Date submitted | Status | Date closed |
| 3.0.1_0001 | August 15, 2004 | Closed (included in v3.0.2) | August 31, 2004 |
|
Matthew Havilah wrote me:
"I wanted to pass on an extension I've made for Phrame3 to allow users to utilize query string parameters within Forwarding URLs. Whilst the extension is relatively small in size, it provides quite a useful facility to Phrame and has served to clean up my source code significantly. Moreover, it's allowed me to use PHP Templates that include using pageIDs, specified within the query string like: |
|||