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
1 day
ago. based on code collected
1 day
ago.
Sep 05, 2024 — Sep 05, 2025
Showing page 31 of 105
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Solar_Sql_Adapter: [CHG] In method _sqlSelect(), 'distinct' now defaults to null instead of false, in line with change to Solar_Sql_Select::distinct() behavior.
Paul M. Jones
More...
over 17 years ago
Solar_Sql_Model ---------------
Paul M. Jones
More...
over 17 years ago
Solar_Sql_Model_Related_HasMany: [CHG] Better grouping of internal logic.
Paul M. Jones
More...
over 17 years ago
Solar_Sql_Select ----------------
Paul M. Jones
More...
over 17 years ago
Solar_Sql_Model_Related, _Belongs_To, _Has_Many, and _Has_One -------------------------------------------------------------
Paul M. Jones
More...
over 17 years ago
Solar_Struct: [CHG] Method __get(), when throwing NO_SUCH_KEY exception, now tells you the offending key name.
Paul M. Jones
More...
over 17 years ago
Solar_Sql_Model: [FIX] Method insert() now sets the record ID so that refresh() will work as expected. Thanks for the report, Jeff Surgeson.
Paul M. Jones
More...
over 17 years ago
Solar_Filter_ValidateUpload: [CHG] Use new _invalid() method to set the invalid message and return false.
Paul M. Jones
More...
over 17 years ago
Solar_Filter_Abstract: [ADD] Method _invalid() to encapsulate the 'set and return false' idiom.
Paul M. Jones
More...
over 17 years ago
Solar_Getopt: [DEL] Usage of 'strict' is unexpected in almost all situations; get rid of it.
Paul M. Jones
More...
over 17 years ago
Solar_Filter_ValidateUpload: [ADD] Now supports checking filename extensions on the uploaded file.
Paul M. Jones
More...
over 17 years ago
Solar_Filter_ValidateUpload: [CHG] No longer validates if not-required and no file was uploaded. Use Solar_Filter_SanitizeUpload first. ;-)
Paul M. Jones
More...
over 17 years ago
Solar_Filter_SanitizeUpload: [NEW] Sanitizes a file-upload information array.
Paul M. Jones
More...
over 17 years ago
Solar_Filter_ValidateUpload: [NEW] Validates that the value is an array of file-upload information, and if a file is referred to, that is actually an uploaded file.
Paul M. Jones
More...
over 17 years ago
Solar_View_Helper_FormFile: [CHG] Now ignores the "value" entirely, since it never actually gets outputted to the browser.
Paul M. Jones
More...
over 17 years ago
Solar_Request: [ADD] Method postAndFiles() to get the combined results of $_POST **and** $_FILES. Useful when working with models and file uploads.
Paul M. Jones
More...
over 17 years ago
Solar_Request
Paul M. Jones
More...
over 17 years ago
Solar_Filter
Paul M. Jones
More...
over 17 years ago
Solar_Filter_Abstract: [ADD] New property $_invalid and methods _resetInvalid() and getInvalid() so that "validate" filters know what their own invalidation message is.
Paul M. Jones
More...
over 17 years ago
Solar_Form: [ADD] Method setType() to set the type of a single element (if it exists).
Paul M. Jones
More...
over 17 years ago
Solar_Sql_Model_Record: [BRK] Method locale() now addresses the **model** locale strings. This helps keep locale string with the model class, not the record class.
Paul M. Jones
More...
over 17 years ago
Solar_Sql_Model_Record
Paul M. Jones
More...
over 17 years ago
Solar_Sql_Model_Collection: [CHG] When calling __get() on a nonexistent key, instead of generating a notice and returning null, now creates a new blank record from the model and returns that instead.
Paul M. Jones
More...
over 17 years ago
Solar_Sql_Model: [CHG] After successful insert/update, use refresh() on records, instead of load(). The load() method messes with calculated cols and related values, and all we really want to do it refresh the table data itself.
Paul M. Jones
More...
over 17 years ago
Solar_Form_Load_Model: [FIX] Better setting of default values. Previously, if a column (e.g. a calculated col) was not in the model but asked for in the form, you'd get a notice about it. This just sets a null value instead.
Paul M. Jones
More...
over 17 years ago
Solar_Struct: [CHG] When calling __get() on a nonexistent key, now throws an exception so you can trace for debugging, instead of a simple PHP notice.
Paul M. Jones
More...
over 17 years ago
Solar_View_Helper_Form: [CHG] Allow for input-(date|time|timestamp) CSS classes.
Paul M. Jones
More...
over 17 years ago
Solar/App/Public/styles/forms.css: [ADD] Allow for input-(date|time|timestamp) classes.
Paul M. Jones
More...
over 17 years ago
comment changes
Paul M. Jones
More...
over 17 years ago
Solar_Mail_Message: [ADD] Method setTransport() to inject a tranport programmatically.
Paul M. Jones
More...
over 17 years ago
←
1
2
…
27
28
29
30
31
32
33
34
35
…
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