2
I Use This!
Inactive

Commits : Listings

Analyzed about 9 hours ago. based on code collected about 9 hours ago.
Jul 22, 2024 — Jul 22, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
comment updates More... about 17 years ago
Solar_Cache_Adapter_None: [FIX] Methods add, save, fetch, etc. now return expected booleans. More... about 17 years ago
updated comments 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. 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. More... about 17 years ago
Solar_Sql_Model: [ADD] Method countPages() now honors the 'cache' param. More... about 17 years ago
Solar_Sql_Adapter and Solar_Sql_Model_Cache: [CHG] Cache under "$prefix/table/..." vice "$prefix/tables/...". More... about 17 years ago
Solar_Sql_Model: [ADD] Automatic versioned data caching. More... about 17 years ago
Solar_Sql_Model_Cache: [NEW] Cache handler for models, for versioned caching of table data. More... about 17 years ago
Solar_Sql_Adapter More... about 17 years ago
Solar_Sql_Adapter: [ADD] Method getCacheKeyPrefix() so model caches can keep connections separate. More... about 17 years ago
Solar_Cache: adding an increment() method, and one fix to the file adapter. More... about 17 years ago
Solar_View_Helper_Nl2p: [NEW] Helper to convert 2 or more newlines in text to paragraph tags. More... about 17 years ago
whitespace changes 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. 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. More... about 17 years ago
Solar_Filter: [FIX[ Initialize properties to arrays, and cast to array as needed, to avoid notices. Thanks, Antti. 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. 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. More... about 17 years ago
Solar_App_Base: [FIX] Method _notFound() should be protected, not public. More... about 17 years ago
Solar_Sql_Select: [CHG] In method countPages(), use subselect counting on DISTINCT queries, too. More... about 17 years ago
comment fix 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. More... about 17 years ago
fix to my change in clay's code -- i really should just leave well-enough alone ;-) 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. More... about 17 years ago
Solar_Sql_Adapter: [FIX] Fixes cache conflicts across multiple connections. Patch from Rodrigo Moraes; thanks, Rodrigo. :-) More... about 17 years ago
Solar_View_Helper_Form: [FIX] Close element groups implicitly at the end of a form. Thanks, Clay Loveless. More... about 17 years ago
Solar_View_Helper_Attribs: [CHG] Only output attributes that are not blank. Thanks, Clay Loveless. 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. More... about 17 years ago
fix missing 'or' boolean More... about 17 years ago