summaryrefslogtreecommitdiff
path: root/modules/rest
AgeCommit message (Expand)Author
2013-03-02#2031 - Add class_exists() before method_exists() if class existence is unknown.shadlaws
2013-02-17#2006 - Add system::mark_file_for_delete API to delete files at shutdown.shadlaws
2013-01-31Drop the requirement to have the install() function set the moduleBharat Mediratta
2013-01-23Enable the profiler and debug output if var/PROFILE exists. ThisBharat Mediratta
2013-01-22gallery.menalto.com -> galleryproject.orgBharat Mediratta
2013-01-21Update copyright to 2013. Fixes #1953.Bharat Mediratta
2012-04-01Beef up the random number generator by using Joomla's new implementation.Bharat Mediratta
2012-02-27Update copyright to 2012. #1822Bharat Mediratta
2011-10-03Fix the standard and REST uploaders to use a callback function toBharat Mediratta
2011-04-23Oops, fix broken codex urls. For #1698.Bharat Mediratta
2011-04-23Oops, this is the rest of the modules and themes for #1696 and #1698.Bharat Mediratta
2011-01-21Update copyright to 2011.Bharat Mediratta
2010-12-23Create a way for controllers to exempty themselves from maintenanceBharat Mediratta
2010-12-16Enable profiling output in the HTML output for REST. Fixes #1535.Bharat Mediratta
2010-12-15Consolidate all the random code into a random helper that offers:Bharat Mediratta
2010-12-15Use mt_rand() instead of rand() since it provides better portability.Bharat Mediratta
2010-11-22Take into account the core.url_suffix configuration setting whenBharat Mediratta
2010-10-25All modules should be named Xxx_Core for extensibility. Fixes #1458.Bharat Mediratta
2010-09-11Log the JSON response on errors so that we can figure out what's goingBharat Mediratta
2010-09-01Make RENAME TABLE operations idempotent so that in case there's aBharat Mediratta
2010-08-15We use UTF-8 everywhere. Fixes ticket #1285.Bharat Mediratta
2010-08-09Force the charset to UTF-8 when viewing the HTML form of REST output.Bharat Mediratta
2010-08-08"REST api" --> "REST API".Bharat Mediratta
2010-08-08Add a button to the user profile page to let you reset your REST APIBharat Mediratta
2010-08-08Add JSONP support. You must specify &output=jsonp?callback=<js_function>Bharat Mediratta
2010-08-08Create a registry of REST resources and call it "registry".. PrettyBharat Mediratta
2010-07-27Merge branch 'master' into dialogTim Almdal
2010-07-27Update the mock so that all responses return arrays, not stdClass().Bharat Mediratta
2010-07-23More patches as part of #1225. Change the 'core' modules to use the json::replyTim Almdal
2010-07-20Fix internationalization of REST key.Bharat Mediratta
2010-07-16POST requests create a new entity and should result in a 201 CreatedBharat Mediratta
2010-07-16Trap 404s and return Rest_Exception instead. Fixes ticket #1213.Bharat Mediratta
2010-06-20Remove trailing ?>Bharat Mediratta
2010-06-20Rename error_rest.php to error_rest.json.php so that we specify theBharat Mediratta
2010-06-19$response is optional in the Rest_Exception constructor.Bharat Mediratta
2010-06-19Throw exceptions as appropriate, but allow the Kohana exceptionBharat Mediratta
2010-06-19Oops. Fix up a bad instance of $user in rest::access_key() introducedBharat Mediratta
2010-06-18Simplify rest::get_access_key($user) to rest::access_key() thatBharat Mediratta
2010-06-18change single to double quotes.Bharat Mediratta
2010-06-15Guard against relationships() not returning an array.Bharat Mediratta
2010-06-15Update the description.Bharat Mediratta
2010-06-13Merge branch 'master' into talmdal_devTim Almdal
2010-06-11Send back the REST API version as a header. It's on every request,Bharat Mediratta
2010-06-10Tweak the error response for rest requests to make it easier for the client t...Tim Almdal
2010-06-08Don't use the standard error formatting for exceptions that have occurred as ...Tim Almdal
2010-06-08The status message for an HTTP 400 status should always be 'Bad Request', if ...Tim Almdal
2010-06-07Merge branch 'master' into talmdal_devTim Almdal
2010-06-07If the identity provider changes then delete all the rest user_access_keys, a...Tim Almdal
2010-06-06Merge branch 'master' into talmdal_devTim Almdal
2010-06-05Add an advanced setting to allow developers to allow guest access toBharat Mediratta