-
-
Notifications
You must be signed in to change notification settings - Fork 315
Comparing changes
Open a pull request
base repository: Luracast/Restler
base: master
head repository: telephone/Restler
compare: master
Commits on Apr 8, 2011
-
Configuration menu - View commit details
-
Copy full SHA for 971e2d0 - Browse repository at this point
Copy the full SHA 971e2d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 229a3b7 - Browse repository at this point
Copy the full SHA 229a3b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b7aa6a - Browse repository at this point
Copy the full SHA 7b7aa6aView commit details -
Barebones Hello World example that shows the simplicity and power of …
…Restler is added
Configuration menu - View commit details
-
Copy full SHA for d6a48e8 - Browse repository at this point
Copy the full SHA d6a48e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ef4685 - Browse repository at this point
Copy the full SHA 0ef4685View commit details -
Configuration menu - View commit details
-
Copy full SHA for df61f9d - Browse repository at this point
Copy the full SHA df61f9dView commit details
Commits on Apr 9, 2011
-
Moved the restler bundle to subfolder so that it can be downloaded wi…
…thout examples and formats
Configuration menu - View commit details
-
Copy full SHA for 6407133 - Browse repository at this point
Copy the full SHA 6407133View commit details
Commits on May 7, 2011
-
Restler is now improved to support hosting in subfolders and mapping …
…the paths relative to gateway (index.php) optional parameter support is greatly improved helloworld example updated
Configuration menu - View commit details
-
Copy full SHA for 8898595 - Browse repository at this point
Copy the full SHA 8898595View commit details
Commits on May 10, 2011
-
Fixes the Version 1.0.18 bug which makes the API calls to fail when t…
…hey contain an extention (example http://rest.ler/helloworld.json)
Configuration menu - View commit details
-
Copy full SHA for 662cf6b - Browse repository at this point
Copy the full SHA 662cf6bView commit details
Commits on May 11, 2011
-
Configuration menu - View commit details
-
Copy full SHA for 1ea2119 - Browse repository at this point
Copy the full SHA 1ea2119View commit details
Commits on Aug 24, 2011
-
Luracast Restler 2.0 is a major rewrite to use convention over config…
…uration and it is optimized for performance. Here are some of the major changes and improvements. * PHPDoc comments to map a method to URI is now optional. * All public methods that does not begin with an underscore are mapped automatically to the method name (`gateway\classname\methodname\param1\...`) * If we do not specify the second parameter for `$restler->addAPIClass` it will be mapped to the class name instead of mapping it to the root * Restler 2 is written for PHP 5.3 and above but it make use of compat.php and work on any version of PHP starting from PHP 5.0
Configuration menu - View commit details
-
Copy full SHA for ce53f94 - Browse repository at this point
Copy the full SHA ce53f94View commit details
Commits on Aug 25, 2011
-
Adding minified version of RESTler 2 php files to
restler_minified
……folder for use on production server.
Configuration menu - View commit details
-
Copy full SHA for 3aade21 - Browse repository at this point
Copy the full SHA 3aade21View commit details
Commits on Sep 9, 2011
-
Fix for wrong parameter order when api methods use parameters without…
… default values. Thanks to @serrynaimo for finding this bug. Now parameters with out default vales will be set to NULL
Configuration menu - View commit details
-
Copy full SHA for e5da63d - Browse repository at this point
Copy the full SHA e5da63dView commit details
Commits on Sep 20, 2011
-
Improved the Examples documentation. Made them cleaner, and added a f…
…ix for rendering HTML5 elements in IE8, added a menu bar to connect related urls
Configuration menu - View commit details
-
Copy full SHA for 9b4048d - Browse repository at this point
Copy the full SHA 9b4048dView commit details
Commits on Sep 21, 2011
-
Improved the minimal example to include parameter validation, .htacce…
…ss file now makes sure that php display_errors is turned off in the server
Configuration menu - View commit details
-
Copy full SHA for e2913d4 - Browse repository at this point
Copy the full SHA e2913d4View commit details
Commits on Sep 23, 2011
-
Configuration menu - View commit details
-
Copy full SHA for b079fd2 - Browse repository at this point
Copy the full SHA b079fd2View commit details
Commits on Sep 29, 2011
-
API class was not getting an reference for Restler instance which is …
…fixed in this patch and fixes #2 issue which required us to use spl_autoload or include_once to add the format file which is in the same folder as restler.php
Configuration menu - View commit details
-
Copy full SHA for a752f6b - Browse repository at this point
Copy the full SHA a752f6bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9746eb8 - Browse repository at this point
Copy the full SHA 9746eb8View commit details
Commits on Oct 14, 2011
-
cleaned up the code to remove comments with # and initialize variable…
… at line 506 properly with the value null and unwanted object creation
Configuration menu - View commit details
-
Copy full SHA for 4cd3439 - Browse repository at this point
Copy the full SHA 4cd3439View commit details
Commits on Oct 18, 2011
-
Fixes #11 a bug that is introduced in v2.0.3 which makes restler fail…
… with the error "get_class() expects param 1 to be object, string given in restler.php on line 335"
Configuration menu - View commit details
-
Copy full SHA for c4717ca - Browse repository at this point
Copy the full SHA c4717caView commit details
Commits on Oct 30, 2011
-
improved the examples documentation, corrected the stack overflow sup…
…port url in the live examples
Configuration menu - View commit details
-
Copy full SHA for f8fac79 - Browse repository at this point
Copy the full SHA f8fac79View commit details
Commits on Nov 9, 2011
-
Improved JsonFormat to throw meaningful error messages when the JSON …
…request is malformed. It will work on PHP 3.3 and above. Older versions will retain previous behavior.
Configuration menu - View commit details
-
Copy full SHA for e16417d - Browse repository at this point
Copy the full SHA e16417dView commit details -
Improved JsonFormat to throw meaningful error messages when the JSON …
…request is malformed. It will work on PHP 5.3 and above. Older versions will retain previous behavior
Configuration menu - View commit details
-
Copy full SHA for f3dec8f - Browse repository at this point
Copy the full SHA f3dec8fView commit details -
Configuration menu - View commit details
-
Copy full SHA for b4fcc38 - Browse repository at this point
Copy the full SHA b4fcc38View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0da1475 - Browse repository at this point
Copy the full SHA 0da1475View commit details -
Configuration menu - View commit details
-
Copy full SHA for 882cd4d - Browse repository at this point
Copy the full SHA 882cd4dView commit details
Commits on Nov 13, 2011
-
Configuration menu - View commit details
-
Copy full SHA for 7059926 - Browse repository at this point
Copy the full SHA 7059926View commit details
Commits on Nov 19, 2011
-
UTF8 encoding is now turned off by default for object_to_array.
Configuration menu - View commit details
-
Copy full SHA for f2ef823 - Browse repository at this point
Copy the full SHA f2ef823View commit details
Commits on Nov 20, 2011
-
Fix for XmlFormat, which fails when the data contains special chars. F…
…ixes #20. All format classes now use `self` instead of their classnames for static reference to improve portability.
Configuration menu - View commit details
-
Copy full SHA for 175364f - Browse repository at this point
Copy the full SHA 175364fView commit details -
Fixes the critical bug that brakes the previous version. If you have …
…downloaded 2.0.9, you must update to this release (2.1.0)
Configuration menu - View commit details
-
Copy full SHA for 4111ec1 - Browse repository at this point
Copy the full SHA 4111ec1View commit details
Commits on Dec 4, 2011
-
Updated the CRUD example with alternative DB options using Serialized…
… File, SQLite, MySQL. Closes #7 which asks for persistent DB example.
Configuration menu - View commit details
-
Copy full SHA for 08bc8dd - Browse repository at this point
Copy the full SHA 08bc8ddView commit details
Commits on Jan 28, 2012
-
Fixes #25 YAML format not working on case sensitive file systems. Ren…
…amed the files to all lowercase and updated the include statements
Configuration menu - View commit details
-
Copy full SHA for 9fb97cc - Browse repository at this point
Copy the full SHA 9fb97ccView commit details
Commits on Jan 31, 2012
-
Configuration menu - View commit details
-
Copy full SHA for 0d1cc7e - Browse repository at this point
Copy the full SHA 0d1cc7eView commit details
Commits on Feb 11, 2012
-
Configuration menu - View commit details
-
Copy full SHA for acb96dd - Browse repository at this point
Copy the full SHA acb96ddView commit details
Commits on Feb 22, 2012
-
Configuration menu - View commit details
-
Copy full SHA for c334e7e - Browse repository at this point
Copy the full SHA c334e7eView commit details
Commits on Mar 4, 2012
-
Fully implemented iResponse. Now we can globally customize the respon…
…se structure for both success and error responses. Fixes #29
Configuration menu - View commit details
-
Copy full SHA for 0823286 - Browse repository at this point
Copy the full SHA 0823286View commit details
Commits on Apr 21, 2012
-
Minor update: Replaced ifModule in .htaccess files with IfModule (upp…
…er case I). This fixes #41
Configuration menu - View commit details
-
Copy full SHA for daa024e - Browse repository at this point
Copy the full SHA daa024eView commit details
Commits on May 6, 2012
-
Minor fixes to remove php error notifications in Restler::handle() (t…
Configuration menu - View commit details
-
Copy full SHA for b5bd1e1 - Browse repository at this point
Copy the full SHA b5bd1e1View commit details
Commits on May 15, 2012
-
This update makes class name, method name and parameter names case in…
…sensitive in the url for better matching. Requested on http://bit.ly/MeaJkU
Configuration menu - View commit details
-
Copy full SHA for 8ca901a - Browse repository at this point
Copy the full SHA 8ca901aView commit details
Commits on May 22, 2012
-
Added support for namespaces (PHP 5.3 and above). Now you can use $r-…
…>addApiClass('fully\qualified\path\Foo');
Configuration menu - View commit details
-
Copy full SHA for 987b4fe - Browse repository at this point
Copy the full SHA 987b4feView commit details
Commits on May 31, 2012
-
Application will now conneg on Accept headers as expectied. Also ensured that we only validate lower case values so client can send any mixture of case and it still works. Allow xml to be presented as text/xml as well as application/xml JSON can be requested as both application/jsot or application/javascript
Configuration menu - View commit details
-
Copy full SHA for 24d9d18 - Browse repository at this point
Copy the full SHA 24d9d18View commit details
Commits on Jun 1, 2012
-
Included functionality to properly interpret the q=level supplied with multi-part Accept headers.
Configuration menu - View commit details
-
Copy full SHA for e740546 - Browse repository at this point
Copy the full SHA e740546View commit details -
RFC 2616 conneg compliance and Vary definition.
If no Accept header field is present, then it is assumed that the client accepts all media types. If an Accept header field is present, and if the server cannot send a response which is acceptable according to the combined Accept field value, then the server SHOULD send a 406 (not acceptable) response. A Vary field value consisting of a list of field-names signals that the representation selected for the response is based on a selection algorithm which considers ONLY the listed request-header field values in selecting the most appropriate representation. A cache MAY assume that the same selection will be made for future requests with the same values for the listed field names, for the duration of time for which the response is fresh.
Configuration menu - View commit details
-
Copy full SHA for 7329dd4 - Browse repository at this point
Copy the full SHA 7329dd4View commit details
Commits on Jun 3, 2012
-
Merge pull request #47 from nickl-/dev
Better RFC 2616 compliance. Content Negotiation using Accept Header
Configuration menu - View commit details
-
Copy full SHA for ff9a55a - Browse repository at this point
Copy the full SHA ff9a55aView commit details -
Added a method for object which impliment JsonSerializable to not be
auto converted to associative arrays
Nigil Lee committedJun 3, 2012 Configuration menu - View commit details
-
Copy full SHA for 66c7e0f - Browse repository at this point
Copy the full SHA 66c7e0fView commit details
Commits on Jun 14, 2012
-
Fixes #50 Syntax error, unexpected ':' in /home/dgersh/Restler/restle…
…r/restler.php on line 545. Also updates version number to 2.1.8
Configuration menu - View commit details
-
Copy full SHA for b31ad22 - Browse repository at this point
Copy the full SHA b31ad22View commit details
Commits on Jun 20, 2012
-
Configuration menu - View commit details
-
Copy full SHA for 73b8e8a - Browse repository at this point
Copy the full SHA 73b8e8aView commit details
Commits on Jun 30, 2012
-
Configuration menu - View commit details
-
Copy full SHA for 0027ad8 - Browse repository at this point
Copy the full SHA 0027ad8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2aa1207 - Browse repository at this point
Copy the full SHA 2aa1207View commit details -
Configuration menu - View commit details
-
Copy full SHA for dd8b62c - Browse repository at this point
Copy the full SHA dd8b62cView commit details
There are no files selected for viewing