openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
S
Solar
Settings
|
Report Duplicate
2
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
about 23 hours
ago. based on code collected
about 23 hours
ago.
Jul 20, 2024 — Jul 20, 2025
Showing page 24 of 105
Search / Filter on:
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.
Paul M. Jones
More...
almost 17 years ago
typo fix
Paul M. Jones
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.
Paul M. Jones
More...
almost 17 years ago
Solar_Cli_MakeModel: [FIX] In app-model template for actionEdit(), check for $id first.
Paul M. Jones
More...
almost 17 years ago
Solar: [CHG] In Solar::factory(), temporarily add back the check for solarFactory() to ease transition for vendors.
Paul M. Jones
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.
Paul M. Jones
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.
Paul M. Jones
More...
almost 17 years ago
typo fix
Paul M. Jones
More...
almost 17 years ago
tons of inline doc additions
Paul M. Jones
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.
Paul M. Jones
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.
Paul M. Jones
More...
almost 17 years ago
Solar_Cli_MakeApp
Paul M. Jones
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.
Paul M. Jones
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.
Paul M. Jones
More...
almost 17 years ago
Solar_Docs_Apiref: [FIX] Default logging should be to echo the message.
Paul M. Jones
More...
almost 17 years ago
Solar_Cli_MakeModel: [ADD] Comments in model templates.
Paul M. Jones
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.
Paul M. Jones
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.
Paul M. Jones
More...
almost 17 years ago
Solar_Sql_Adapter: [CHG] Use 4-spaces instead of tabs when building SELECT statements.
Paul M. Jones
More...
almost 17 years ago
Solar_Sql_Adapter_Sqlite: [REF] Use the parent quote() instead of copying its code.
Paul M. Jones
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).
Paul M. Jones
More...
almost 17 years ago
Solar_Cli_MakeModel
Paul M. Jones
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.
Paul M. Jones
More...
almost 17 years ago
Solar_Sql_Adapter: [ADD] Methods getCache() and setCache() to work with the internal cache dependency object.
Paul M. Jones
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
Paul M. Jones
More...
almost 17 years ago
Solar_Cli_MakeApp: [FIX] App-model template for browse view now has better output of child objects.
Paul M. Jones
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.)
Paul M. Jones
More...
almost 17 years ago
Solar_Inflect: [ADD] Method toDashes(), to convert any string to lowercase dashed format.
Paul M. Jones
More...
almost 17 years ago
Solar_Model_Nodes: [BRK] Based on initial experience, looks like publish needs to separate date and time portions.
Paul M. Jones
More...
almost 17 years ago
Solar_Sql_Adapter: [FIX] No $data in the _prepare() method to output for the exception info.
Paul M. Jones
More...
almost 17 years ago
←
1
2
…
20
21
22
23
24
25
26
27
28
…
104
105
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree