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 9 hours
ago. based on code collected
about 9 hours
ago.
Jul 22, 2024 — Jul 22, 2025
Showing page 29 of 105
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
comment updates
Paul M. Jones
More...
about 17 years ago
Solar_Cache_Adapter_None: [FIX] Methods add, save, fetch, etc. now return expected booleans.
Paul M. Jones
More...
about 17 years ago
updated comments
Paul M. Jones
More...
about 17 years ago
Solar_Sql_Model: [FIX] In method fetchNew(), use array_key_exists() vice !empty(), so that you can specify false/null/zero/empty-string values.
Paul M. Jones
More...
about 17 years ago
Solar_Sql_Model_Cache: [CHG] Cache entries are now keyed under "model/$model_name", not "table/$table_name". This helps reduce cache clearing with single-table-inheritance models.
Paul M. Jones
More...
about 17 years ago
Solar_Sql_Model: [ADD] Method countPages() now honors the 'cache' param.
Paul M. Jones
More...
about 17 years ago
Solar_Sql_Adapter and Solar_Sql_Model_Cache: [CHG] Cache under "$prefix/table/..." vice "$prefix/tables/...".
Paul M. Jones
More...
about 17 years ago
Solar_Sql_Model: [ADD] Automatic versioned data caching.
Paul M. Jones
More...
about 17 years ago
Solar_Sql_Model_Cache: [NEW] Cache handler for models, for versioned caching of table data.
Paul M. Jones
More...
about 17 years ago
Solar_Sql_Adapter
Paul M. Jones
More...
about 17 years ago
Solar_Sql_Adapter: [ADD] Method getCacheKeyPrefix() so model caches can keep connections separate.
Paul M. Jones
More...
about 17 years ago
Solar_Cache: adding an increment() method, and one fix to the file adapter.
Paul M. Jones
More...
about 17 years ago
Solar_View_Helper_Nl2p: [NEW] Helper to convert 2 or more newlines in text to paragraph tags.
Paul M. Jones
More...
about 17 years ago
whitespace changes
Paul M. Jones
More...
about 17 years ago
Solar_Sql_Model: [CHG] In method _fixModelName(), the model name now takes on the table name when the table name is available. Thanks, Kilbride, for the report.
Paul M. Jones
More...
about 17 years ago
Solar_Form: [CHG] Now that date/time/timestamp are generally recognized as arrays, make an allowance for them as array values when populating the form. Thanks, Kilbride, for the report.
Paul M. Jones
More...
about 17 years ago
Solar_Filter: [FIX[ Initialize properties to arrays, and cast to array as needed, to avoid notices. Thanks, Antti.
Paul M. Jones
More...
about 17 years ago
Solar_Sql_Select: [FIX] It's not "distinct" that messes things up, it's "group", so check for that instead when counting pages.
Paul M. Jones
More...
about 17 years ago
To be in line with PEAR coding style, put the class definition brace on the next line, not the same line. Thanks, agarcia, for pointing this out.
Paul M. Jones
More...
about 17 years ago
Solar_App_Base: [FIX] Method _notFound() should be protected, not public.
Paul M. Jones
More...
about 17 years ago
Solar_Sql_Select: [CHG] In method countPages(), use subselect counting on DISTINCT queries, too.
Paul M. Jones
More...
about 17 years ago
comment fix
Paul M. Jones
More...
about 17 years ago
Solar_View_Helper_FormSelect: [ADD] Now supports <optgroup> collections when the option label is an array. Thanks for the patch, Rodrigo Moraes.
Paul M. Jones
More...
about 17 years ago
fix to my change in clay's code -- i really should just leave well-enough alone ;-)
Paul M. Jones
More...
about 17 years ago
Solar_Session_Handler_Adapter_Sql: [FIX] Methods _insert() and _update() now return true on success, as does method close(). Thanks for the bug report, cromulent.
Paul M. Jones
More...
about 17 years ago
Solar_Sql_Adapter: [FIX] Fixes cache conflicts across multiple connections. Patch from Rodrigo Moraes; thanks, Rodrigo. :-)
Paul M. Jones
More...
about 17 years ago
Solar_View_Helper_Form: [FIX] Close element groups implicitly at the end of a form. Thanks, Clay Loveless.
Paul M. Jones
More...
about 17 years ago
Solar_View_Helper_Attribs: [CHG] Only output attributes that are not blank. Thanks, Clay Loveless.
Paul M. Jones
More...
about 17 years ago
Solar_User: [CHG] When loading the "access" object, now sends the auth and role objects directly instead of the handle string and role list array.
Paul M. Jones
More...
about 17 years ago
fix missing 'or' boolean
Paul M. Jones
More...
about 17 years ago
←
1
2
…
25
26
27
28
29
30
31
32
33
…
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