2
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 17, 2024 — Aug 17, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Solar_Http_Request_Adapter: [CHG] Give more error info as to what specific header methods are available More... about 18 years ago
Solar_View_Helper_Timestamp and related More... about 18 years ago
Solar_Controller_Front: [BRK] Method _notFound() now returns a Solar_Http_Response object. More... about 18 years ago
updated comments More... about 18 years ago
Solar_Http_Response More... about 18 years ago
Solar_Sql_Select: [DEL] Removing getParts() method; added in haste, never actually used. More... about 18 years ago
updated comments More... about 18 years ago
updated comments More... about 18 years ago
Solar_Uri: [CHG] In method fetch(), added some extra paranoia by urlencoding the scheme, username, password, format, and fragment; also casts port to an int. More... about 18 years ago
Solar_Http_Request_Adapter: [FIX] Now sets "Authorization: Basic" properly; thanks for pointing it out, Rodrigo. More... about 18 years ago
Solar_Http_Request: [ADD] When method is GET and content is an array, merge the content array with the URI query array. More... about 18 years ago
converted tabs to 4-spaces More... about 18 years ago
use foo-page, instead of page-foo (e.g., "project-page", "manual-page", etc) More... about 18 years ago
updated comments More... about 18 years ago
Solar_Auth_Adapter_Post More... about 18 years ago
Solar_Mail_Message_Part: [CHG] Now extends Solar_Base More... about 18 years ago
Solar_App_Base: [CHG] Layout changes More... about 18 years ago
updated comments More... about 18 years ago
Solar_Locale: [ADD] Method fetch() now supports vsprintf() replacements. More... about 18 years ago
Solar_Sql_Model_Catalog: [FIX] Use 'validateBool', not 'validateBoolean'; thanks Rodrigo. More... about 18 years ago
Solar_Sql_Model: [FIX] Offset error in __call(); thanks, Rodrigo. More... about 18 years ago
Solar_Http_Request: [NEW] New Solar_Http_Request class represents a standalone HTTP request fetch More... about 18 years ago
Solar_App_Base and Solar_Controller_Page now use new Solar_Http_Response More... about 18 years ago
Rename Solar_Response to Solar_Http_Response More... about 18 years ago
updated tests More... about 18 years ago
Solar_Cache_Adapter*: [ADD] New method "add()" adds a cache entry only if it does not already exist in the cache. More... about 18 years ago
updated comments More... about 18 years ago
updated comments More... about 18 years ago
Solar_Cache_Adapter_Memcache: [ADD] New config key to tell Memcache to use 'add' or 'set' when saving to the cache. More... about 18 years ago
Solar_Exception_ConnectionTimeout: [NEW] A special kind of connection failure exception to use when the connection times out. More... about 18 years ago