2
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Sep 13, 2024 — Sep 13, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Solar_Sql_Adapter: [FIX] In method quote(), quote *all* scalars, including numerics. Thanks, Jeff Moore. More... over 17 years ago
Solar_Form: [CHG] Per notes from Jeff Moore, when adding elements, do not remove 'extra' element keys. This lets you add custom keys if you want them. More... over 17 years ago
Solar_Http_Request_Adapter: [FIX] In method _prepareRequest(), use the correct property name for $_content_type. Thanks, Rodrigo Moraes. More... over 17 years ago
Allows nulti-select elements with no selected options to work properly. More... over 17 years ago
Solar_Session_Handler_Adapter_Sql: [FIX] Now calling _insert() and _update() with $id in place. Thanks again, Antti Holvikari. More... over 17 years ago
Solar_Session_Handler_Adapter_Sql: [FIX] Various fixes noted by Antti Holvikari after I moved stuff around. Thanks, Antti. More... over 17 years ago
Solar_Session: [ADD] Session object now fully supports save-session-handler adapters. Includes a native adapter and an SQL adapter. Thanks, Antti Holvikari, for these additions. More... over 17 years ago
Solar_Session: prep for save-handler adapters from Antti More... over 17 years ago
comment change More... over 17 years ago
comment change More... over 17 years ago
Solar_Php More... over 17 years ago
Solar_Php: [NEW] Class to let you execute Solar scripts in a separate PHP environment; captures the output, exit code, and last line of the run (depending on the execution mode). Expected to be useful for docs and testing. More... over 17 years ago
Solar_Cache_Adapter_File More... over 17 years ago
Per recommendation of Jeff Moore, renaming memory-releasing __destruct() methods to free(). Classes affected are ... More... over 17 years ago
Solar_Request: [CHG] Added support for Google's X-HTTP-Method-Override headers for determining PUT and DELETE requests. Thanks for the patch, Clay Loveless. More... over 17 years ago
Solar_Http_Request_Adapter_Curl: [FIX] Now uses correct functions for error text and error code. More... over 17 years ago
Solar_Http_Request_Adapter: [CHG] Method setHeader() exception message is now tied to the disallowed header label. More... over 17 years ago
Solar_Http_Request_Adapter_Curl: [FIX] Now correctly passes header values to curl. More... almost 18 years ago
Solar_Http_Request_Adapter More... almost 18 years ago
commenting fix More... almost 18 years ago
Solar_Http_Request: [CHG] Now uses the curl adapter by default when the curl extension is loaded. More... almost 18 years ago
Solar_Http_Request_Adapter_Curl: [NEW] Curl-based HTTP request adapter. More... almost 18 years ago
Solar_View_Helper_Form: [CHG] Only output descriptions if they don't begin with 'DESCR_'. Thanks, Antti Holvikari. More... almost 18 years ago
Solar_Controller_Command: [CHG] Allow for '%%' as a literal percent sign in the output color control code shortcuts. More... almost 18 years ago
updated comments More... almost 18 years ago
CSS: added definition for 'descr' form elements More... almost 18 years ago
removed commented-out code More... almost 18 years ago
Solar binary: [ADD] Now recognizes "--include-path" switch. More... almost 18 years ago
comment change More... almost 18 years ago
Solar_Form: [FIX] In methods addFilter() and addFilters(), the $array parameter should default to null. Thanks, Oscar Merida. More... almost 18 years ago