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 7 hours
ago. based on code collected
about 7 hours
ago.
Jul 25, 2024 — Jul 25, 2025
Showing page 32 of 105
Search / Filter on:
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.
Paul M. Jones
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.
Paul M. Jones
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.
Paul M. Jones
More...
over 17 years ago
comment changes
Paul M. Jones
More...
over 17 years ago
Solar_Mail_Transport_Adapter_File: [NEW] Mail transport that writes the headers and content to a file.
Paul M. Jones
More...
over 17 years ago
Solar_View_Helper_Form: [CHG] For fieldset legends, now automatically applies getText() to the legend value.
Paul M. Jones
More...
over 17 years ago
Solar_Service_Akismet: [NEW] First attempt at a web service class for Akismet spam-checking.
Paul M. Jones
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.
Paul M. Jones
More...
over 17 years ago
comment changes
Paul M. Jones
More...
over 17 years ago
Solar_Sql_Model_Record: [FIX] Typo: don't use (string) in strict compares.
Paul M. Jones
More...
over 17 years ago
Solar_Sql_Adapter: [FIX] In method _sqlColdef(), empty-string and zero values for $default are now honored.
Paul M. Jones
More...
over 17 years ago
Solar_Sql_Model: [FIX] Get the primary-key value before removing unchanged columns from the data.
Paul M. Jones
More...
over 17 years ago
Solar_Sql_Adapter: [CHG] Profile info now includes a third element: the data passed to the query.
Paul M. Jones
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.
Paul M. Jones
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.
Paul M. Jones
More...
over 17 years ago
Solar_Cli_MakeApp: [FIX] In _record partial view template, use 'model-record' as the CSS class, not 'model record'.
Paul M. Jones
More...
over 17 years ago
Solar_Form: [ADD] Method setAttribs() to set attributes on a single element.
Paul M. Jones
More...
over 17 years ago
Solar_Sql_Adapter: [CHG] Exceptions now include a 'data' key to see what data was bound to the query.
Paul M. Jones
More...
over 17 years ago
comment changes
Paul M. Jones
More...
over 17 years ago
Solar_Php: [FIX] Recursion error. Thanks,
[email protected]
.
Paul M. Jones
More...
over 17 years ago
Solar_Cli_MakeApp: [FIX] In app-model template, actionDelete() param needs default value (i.e., $id = null).
Paul M. Jones
More...
over 17 years ago
Solar_Sql_Model_Collection: [ADD] Add pager-info keys for 'begin' and 'end', and comments.
Paul M. Jones
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.
Paul M. Jones
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.
Paul M. Jones
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.
Paul M. Jones
More...
over 17 years ago
Solar_Cli_MakeApp: [ADD] Add a partial view '_record' to reduce repetition in views.
Paul M. Jones
More...
over 17 years ago
Solar_Sql_Model and Solar_Sql_Model_Record
Paul M. Jones
More...
over 17 years ago
Solar_Filter_ValidateCompare: [REVERT] Now correctly (correctly) only compares when value is not exactly null.
Paul M. Jones
More...
over 17 years ago
replaced
Paul M. Jones
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.
Paul M. Jones
More...
over 17 years ago
←
1
2
…
28
29
30
31
32
33
34
35
36
…
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