2
I Use This!
Inactive

Commits : Listings

Analyzed about 23 hours ago. based on code collected about 23 hours ago.
Jul 20, 2024 — Jul 20, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Solar_Uri: [CHG] Possible BC break, but I think unlikely. Makes $query a virtual public property, and implements some checking against the origin query string, so that if you don't examine or modify the $query property, you always get back the exact same query string you set to begin with. The parse_str() and http_build_query() methods mess with the query string *just* enough to make them a problem in some edge cases. Thanks to Edward Z. Yang for the report and the patch. More... almost 17 years ago
typo fix More... almost 17 years ago
Solar_Http_Request_Adapter: [CHG] Method _prepareRequest() now returns a Solar_Uri object as the first element, instead of a URI string. More... almost 17 years ago
Solar_Cli_MakeModel: [FIX] In app-model template for actionEdit(), check for $id first. More... almost 17 years ago
Solar: [CHG] In Solar::factory(), temporarily add back the check for solarFactory() to ease transition for vendors. More... almost 17 years ago
Solar_Http_Request_Adapter_(Curl|Stream): [FIX] In the respective _prepare() methods, check for $var === null, not merely ! $var, so we can honor integer zero and boolean false. Thanks, Edward Z. Yang, for the collaborative fix. More... almost 17 years ago
Solar_Http_Request_Adapter: [FIX] Method setMaxRedirects() now honors an explicit null, rather than converting to a zero. Thanks, Edward Z. Yang, for the report. More... almost 17 years ago
typo fix More... almost 17 years ago
tons of inline doc additions More... almost 17 years ago
Solar/App/Base/Layout/_head.php: [CHG] Use new solar.css file instead of separate forms and typo files. Also, no longer preload pager.css, since the helper now loads that on demand. More... almost 17 years ago
Solar/App/Public/styles: [CHG] Combine all Solar-specific overrides of the Stenhouse CSS Framework into a single solar.css file. This should probably become a standard for other vendors as well. More... almost 17 years ago
Solar_Cli_MakeApp More... almost 17 years ago
Solar_View_Helper_Pager: [ADD] New config key 'style_href' that loads the stylesheet dynamically. No more need to always load the pager css file. More... almost 17 years ago
Solar_Cli_MakeApp: [CHG] Minor changes to the default logic: no more use of local vars (e.g. use $this->item and not $item), and added $_cols property so you can set the column whitelist in only one place. More... almost 17 years ago
Solar_Docs_Apiref: [FIX] Default logging should be to echo the message. More... almost 17 years ago
Solar_Cli_MakeModel: [ADD] Comments in model templates. More... almost 17 years ago
Solar_Uri: [FIX] In setPath(), when $spec is empty, $path is now correctly empty instead of `0 => ''`. Thanks, Antti, for the patch. More... almost 17 years ago
Solar_Sql_Select: [FIX] When counting in a subselect, do not alias the column being counted. This is to soothe SQLite. More... almost 17 years ago
Solar_Sql_Adapter: [CHG] Use 4-spaces instead of tabs when building SELECT statements. More... almost 17 years ago
Solar_Sql_Adapter_Sqlite: [REF] Use the parent quote() instead of copying its code. More... almost 17 years ago
Solar_Sql_Adapter_Sqlite: [FIX] Contra recommendation from Jeff Moore related to MySQL quotes, SQLite **does** want numerics left alone, at least when doing comparisons on its functions (COUNT() etc). More... almost 17 years ago
Solar_Cli_MakeModel More... almost 17 years ago
Solar_Sql_Model_Related_HasMany: [FIX] In _setForeignClass(), pass the relationship name through inflection. Thanks, Edward Z. Yang, for the report that led to this fix. More... almost 17 years ago
Solar_Sql_Adapter: [ADD] Methods getCache() and setCache() to work with the internal cache dependency object. More... almost 17 years ago
Solar_Model_Nodes: [BRK] I was wrong, 'publish' needs to be a single timestamp, not a separate date and time More... almost 17 years ago
Solar_Cli_MakeApp: [FIX] App-model template for browse view now has better output of child objects. More... almost 17 years ago
Solar_Sql_Model_Record: [FIX] Method form() now correctly uses the fetch-cols as the default, not all table cols. (Calculate-cols are still included.) More... almost 17 years ago
Solar_Inflect: [ADD] Method toDashes(), to convert any string to lowercase dashed format. More... almost 17 years ago
Solar_Model_Nodes: [BRK] Based on initial experience, looks like publish needs to separate date and time portions. More... almost 17 years ago
Solar_Sql_Adapter: [FIX] No $data in the _prepare() method to output for the exception info. More... almost 17 years ago