Releases: xp-forge/web
Releases · xp-forge/web
4.6.0: Sessioning
13 Apr 17:38
Compare
Sorry, something went wrong.
No results found
QA: Cleaned up code base by standardizing @see and @test apidoc tags
(@thekid )
Merged PR #122 : Sessions. Note: This does not contain any session storage
implementations, only the base class and accessors in web.Request
(@thekid )
4.5.2: Error handling improvements
05 Jan 22:21
Compare
Sorry, something went wrong.
No results found
Fixed server to write warnings when not being able to send HTTP headers
(@thekid )
Added logic to prevent double-closing file when serving partial content
(@thekid )
4.5.1: Formdata decoding fix
29 Sep 10:45
Compare
Sorry, something went wrong.
No results found
Fixed error [] operator not supported for strings when handling array
parameters
(@thekid )
Fixed multipart/formdata field names and values decoding, these are not
urlencoded. Ignore the specification which states ", \r and \n
need to be escaped for consistency with PHP, see php/php-src#8206
(@thekid )
4.5.0: Null logging
15 Sep 11:17
Compare
Sorry, something went wrong.
No results found
Fixed issue #119 : Array parameter inconsistency with multipart/formdata
(@thekid )
Make passing an empty value for logging like such: xp web -l "" [...]
disable logging.
(@thekid )
4.4.2: Params fix
26 Aug 11:21
Compare
Sorry, something went wrong.
No results found
Fixed accessing params from a request with content-type, but without
content; following the be liberal in what you accept paradigm.
(@thekid )
4.4.1: Request dispatching fix
07 Jul 15:17
Compare
Sorry, something went wrong.
No results found
Fixed request dispatching inside development webserver - @thekid
4.4.0: Developer console love
10 Jun 18:03
Compare
Sorry, something went wrong.
No results found
Added trace marker (debug or error ) to the server log files when
the development console is shown.
(@thekid )
Merged PR #117 : Catch errors and display them in development console.
(@thekid )
Fixed echo 0; (or 0.0, or "0") not triggering the development console
(@thekid )
Fixed trace data not appearing in logfile in development mode - @thekid
Merged PR #115 : Add web.Headers::qfactors(), which can be used when
implementing content negotiation
(@thekid )
4.3.0: Dispatching with query
20 May 10:01
Compare
Sorry, something went wrong.
No results found
Extended web.Request::dispatch() to accept query strings inside path
(@thekid )
4.2.0: Dispatching
20 May 08:00
Compare
Sorry, something went wrong.
No results found
Deprecated the web.Dispatch class. This class was never intended to
be used directly, one would call web.Request::dispatch() instead.
(@thekid )
Merged PR #112 : Refactor dispatching to be handled inside application
(@thekid )
4.1.1: Rewriting fix
20 Apr 16:40
Compare
Sorry, something went wrong.
No results found
Fixed request parameters being out of sync with the URI after calling
the web.Request::rewrite() method
(@thekid )
Made compatible with xp-forge/uri version 3.0.0 - @thekid
You can’t perform that action at this time.