0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 3 days ago.
Sep 16, 2025 — Sep 16, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #1 from clauswitt/master
DShafik
as Davey Shafik
More... almost 15 years ago
Minor change to readme More... almost 15 years ago
Changed to to fix a syntax error More... almost 15 years ago
Added a public method for setting serverId, since this is needed in Rackspace/Cloud/Servers/Server.php More... almost 15 years ago
* small changes to the user-agent, added a space between the PHP version and the description. Added my e-mail address.
DShafik
as Davey Shafik
More... almost 17 years ago
* Include Rackspace_Json, not Rackspace_Json_Container * Add Rackspace_Cloud_Servers_Image->progress * Add Rackspace_Cloud_Servers_Image->created * Check for $this->name in Rackspace_Cloud_Servers_Image->toJson() * Rename Rackspace_Cloud_Servers_Image->create() to Rackspace_Cloud_Servers_Image->save() * Add Rackspace_Cloud_Servers_Image->delete()
DShafik
as Davey Shafik
More... almost 17 years ago
* Remove Rackspace_Cloud_Servers_Server->is_new * Add Rackspace_Cloud_Servers_Server->originalData * Add Rackspace_Cloud_Servers_Server->adminPass * Add a constructor to save the passed in data, so we can check for changes when saving * Rename Rackspace_Cloud_Servers_Server::create() to Rackspace_Cloud_Servers_Server::save(), it can now be used to create a new server, or to update the name/pass of an existing server * Always sanitize the name, as it can be updated * Sanitize closer to how Rackspace handles it in the admin UI
DShafik
as Davey Shafik
More... almost 17 years ago
* Add required includes to Rackspace_Cloud_Servers
DShafik
as Davey Shafik
More... almost 17 years ago
* Complete Rackspace_Cloud_Servers_Fault * Start using Rackspace_Cloud_Servers_Fault everywhere * Fix typo in Rackspace_Cloud_Servers_Server::getIPs() * Explicitly set request type on every request, there is a bug in Zend_Http_Client where it'll re-use the previous request type
DShafik
as Davey Shafik
More... almost 17 years ago
* Return the property if the var doesn't exist * Cleanup Rackspace_Cloud_Servers_Server::create(), removing debug * Add Rackspace_Cloud_Servers_Server::delete() * Use parent::__set()
DShafik
as Davey Shafik
More... almost 17 years ago
* Remove Debug
DShafik
as Davey Shafik
More... almost 17 years ago
* Complete Rackspace_Cloud_Servers_Server::create() method * Still needs error handling
DShafik
as Davey Shafik
More... almost 17 years ago
* No need to implement Rackspace_Json_Object
DShafik
as Davey Shafik
More... almost 17 years ago
* Rackspace_Cloud_Servers_Server_File now extends Rackspace_Cloud_Servers_Abstract * Re-add removeFile()
DShafik
as Davey Shafik
More... almost 17 years ago
* Add Rackspace_Cloud_Servers_Server::toInt() * Add more docblocks
DShafik
as Davey Shafik
More... almost 17 years ago
* Add to*() methods to Rackspace_Json_* types * Added lots of docblocks * Remove bad Rackspace_Cloud_Servers_Metadata file *
DShafik
as Davey Shafik
More... almost 17 years ago
* Added JSON framework for handling encoding of objects for requests in different contexts and updated classes to use it * Renamed Rackspace_Cloud_Servers_Instance to Rackspace_Cloud_Servers_Server * Added Rackspace_Cloud_Servers_Server::createServer() * Added Rackspace_Cloud_Servers_Server::getImages() * Fixed Rackspace_Cloud_Servers_Server::getFlavors($id) * Fixed Rackspace_Cloud_Servers_Server::getServers($id) * Added Rackspace_Cloud_Servers_File * Fixed Rackspace_Cloud_Servers_Abstract::__construct() to use __set() * Added Rackspace_Cloud_Servers_Abstract::__get() and Added Rackspace_Cloud_Servers_Abstract::__set() * Added Rackspace_Cloud_Servers_Image::create() * Added more Rackspace_Exception errors * Updated tests to reflect method changes and removals
DShafik
as Davey Shafik
More... almost 17 years ago
* Always get details, it's necessary for the API to function in a sane way
DShafik
as Davey Shafik
More... almost 17 years ago
* Complete docblocks for current methods
DShafik
as Davey Shafik
More... almost 17 years ago
* Remove todo docblocks
DShafik
as Davey Shafik
More... almost 17 years ago
* Remove docblocks
DShafik
as Davey Shafik
More... almost 17 years ago
* Add the ability to get the details of a specific server * Add BAD REQUEST error
DShafik
as Davey Shafik
More... almost 17 years ago
* Further additions to testing
DShafik
as Davey Shafik
More... almost 17 years ago
* Remove Flavor test, no testable code * Complete Servers test
DShafik
as Davey Shafik
More... almost 17 years ago
* Start fleshing out tests
DShafik
as Davey Shafik
More... almost 17 years ago
* Add a TestSuite that will bail out if no config file has been created.
DShafik
as Davey Shafik
More... almost 17 years ago
Add config-dist.php for testing. You should copy to config.php and make modifications for testing.
DShafik
as Davey Shafik
More... almost 17 years ago
* Add initial testing harness (empty)
DShafik
as Davey Shafik
More... almost 17 years ago
Remove include_path
DShafik
as Davey Shafik
More... almost 17 years ago
Remove testing code
DShafik
as Davey Shafik
More... almost 17 years ago