2
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jul 23, 2024 — Jul 23, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Solar_Sql_Model_Record: [ADD] Method saveInTransaction(), to wrap the save and save-related calls in a transaction. More... over 17 years ago
Solar_Sql_Model_Record: [CHG] Internal to save(), only catch Solar_Sql_Model_Record_Exception_Invalid exceptions. This lets more serious exceptions bubble up, such as query-failed operations. More... over 17 years ago
Solar_Sql_Model_Record: [CHG] Because it's only filtering that causes recursive SQL calls, turn of lazy-loading as late as possible, and turn it back on quickly, so that the various hook methods can have access to lazy-loaded properties. More... over 17 years ago
comment changes More... over 17 years ago
Solar_Mail_Transport_Adapter_File: [NEW] Mail transport that writes the headers and content to a file. More... over 17 years ago
Solar_View_Helper_Form: [CHG] For fieldset legends, now automatically applies getText() to the legend value. More... over 17 years ago
Solar_Service_Akismet: [NEW] First attempt at a web service class for Akismet spam-checking. More... over 17 years ago
Solar_Sql_Model_Record: [ADD] Method increment() to increment a column value immediately at the database and retain that new value in the record. More... over 17 years ago
comment changes More... over 17 years ago
Solar_Sql_Model_Record: [FIX] Typo: don't use (string) in strict compares. More... over 17 years ago
Solar_Sql_Adapter: [FIX] In method _sqlColdef(), empty-string and zero values for $default are now honored. More... over 17 years ago
Solar_Sql_Model: [FIX] Get the primary-key value before removing unchanged columns from the data. More... over 17 years ago
Solar_Sql_Adapter: [CHG] Profile info now includes a third element: the data passed to the query. More... over 17 years ago
Solar_Sql_Model: [CHG] Method update(), when passed a record object, now updates *only the **changed** properties*, not every property regardless of whether it changed or not. This is particularly in recognition of increment/decrement values, which may have been altered by other processes. Also, because it's possible than a update() call may end up changing no columns at all, a non-update situation on a record results merely in a record refresh, not an update per se. More... over 17 years ago
Solar_Sql_Model_Record: [FIX] Make it so that isChanged() and getChanged() are not so touchy about numerics and nulls. More... over 17 years ago
Solar_Cli_MakeApp: [FIX] In _record partial view template, use 'model-record' as the CSS class, not 'model record'. More... over 17 years ago
Solar_Form: [ADD] Method setAttribs() to set attributes on a single element. More... over 17 years ago
Solar_Sql_Adapter: [CHG] Exceptions now include a 'data' key to see what data was bound to the query. More... over 17 years ago
comment changes More... over 17 years ago
Solar_Php: [FIX] Recursion error. Thanks, [email protected]. More... over 17 years ago
Solar_Cli_MakeApp: [FIX] In app-model template, actionDelete() param needs default value (i.e., $id = null). More... over 17 years ago
Solar_Sql_Model_Collection: [ADD] Add pager-info keys for 'begin' and 'end', and comments. More... over 17 years ago
Solar_Sql_Model: [REF] "Dry up" setting of pager information in collections. Also adds 'begin' and 'end' keys for pager info. More... over 17 years ago
Solar_Sql_Select: [CHG] Methods multiWhere() and multiHaving() now honor individual conditions starting with "AND" or "OR". The previous behavior of using a default operator for conditions remains in place, with the one change that explicit "AND" or "OR" operators at the start of a condition will override the default operator. More... over 17 years ago
Solar_Cli_Make*: [CHG] In all app, test, and model templates, change placeholders from ':name' to '{:name}'. Thanks, Alejandro Garcia, for the patch. More... over 17 years ago
Solar_Cli_MakeApp: [ADD] Add a partial view '_record' to reduce repetition in views. More... over 17 years ago
Solar_Sql_Model and Solar_Sql_Model_Record More... over 17 years ago
Solar_Filter_ValidateCompare: [REVERT] Now correctly (correctly) only compares when value is not exactly null. More... over 17 years ago
replaced More... over 17 years ago
Solar_Filter_ValidateCompare: [FIX] Previously (incorrectly) would skip validation if the value was null. Now does the comparison regardless of nullity. More... over 17 years ago