2
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Sep 05, 2024 — Sep 05, 2025
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. More... over 17 years ago
Solar_Sql_Model --------------- More... over 17 years ago
Solar_Sql_Model_Related_HasMany: [CHG] Better grouping of internal logic. More... over 17 years ago
Solar_Sql_Select ---------------- More... over 17 years ago
Solar_Sql_Model_Related, _Belongs_To, _Has_Many, and _Has_One ------------------------------------------------------------- More... over 17 years ago
Solar_Struct: [CHG] Method __get(), when throwing NO_SUCH_KEY exception, now tells you the offending key name. 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. More... over 17 years ago
Solar_Filter_ValidateUpload: [CHG] Use new _invalid() method to set the invalid message and return false. More... over 17 years ago
Solar_Filter_Abstract: [ADD] Method _invalid() to encapsulate the 'set and return false' idiom. More... over 17 years ago
Solar_Getopt: [DEL] Usage of 'strict' is unexpected in almost all situations; get rid of it. More... over 17 years ago
Solar_Filter_ValidateUpload: [ADD] Now supports checking filename extensions on the uploaded file. 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. ;-) More... over 17 years ago
Solar_Filter_SanitizeUpload: [NEW] Sanitizes a file-upload information array. 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. More... over 17 years ago
Solar_View_Helper_FormFile: [CHG] Now ignores the "value" entirely, since it never actually gets outputted to the browser. 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. More... over 17 years ago
Solar_Request More... over 17 years ago
Solar_Filter 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. More... over 17 years ago
Solar_Form: [ADD] Method setType() to set the type of a single element (if it exists). 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. More... over 17 years ago
Solar_Sql_Model_Record 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. 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. 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. 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. More... over 17 years ago
Solar_View_Helper_Form: [CHG] Allow for input-(date|time|timestamp) CSS classes. More... over 17 years ago
Solar/App/Public/styles/forms.css: [ADD] Allow for input-(date|time|timestamp) classes. More... over 17 years ago
comment changes More... over 17 years ago
Solar_Mail_Message: [ADD] Method setTransport() to inject a tranport programmatically. More... over 17 years ago