2
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jul 22, 2024 — Jul 22, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Various changes and (very weak) breaks to Solar_Access, and adding an Sql adapter. More... about 17 years ago
Solar_Access_Adapter_File More... about 17 years ago
Solar_Sql_Model_Record: [CHG] In method form(), if no $cols are passed, now uses all fetch cols and calculate cols (previously would use all table cols, and no others). More... about 17 years ago
Solar_Sql_Adapter(_Mysql): [ADD] Per talk w/James Kilbride, adding 'sock' config key to specify the Unix socket. The Mysql adapter now honors it as well. More... about 17 years ago
Solar_Inflect: [ADD] Resurrecting old Solar_Inflect class. More... about 17 years ago
fix missing semicolon; thanks, Jeff Surgeson More... about 17 years ago
Solar_Cache_Adapter_File: [CHG] New config param 'hash' allows you to turn hashing of the entry key on and off (default 'true', on). More... about 17 years ago
Solar_Sql_Select: [CHG] Method countPages() now uses the previous, more-efficient strategy for counting records, but only if there is no COUNT() in the WHERE or HAVING clauses. This still allows for counts on more-complex queries, without lowering the efficiency of less-complex but more common queries. More... about 17 years ago
Solar_Sql_Model_Record: [CHG] Method refresh() now attempts to refresh regardless of current status. Also, takes a param to set the status after refreshing. More... about 17 years ago
Solar_Form: [FIX] Rename from "Obj" to "Object" for consistency. Thanks, Benjamin Kaineder. More... about 17 years ago
Solar_View_Helper_(Date|Time|Timestamp): [NEW] Helpers to show select elements to build a date, time, or timestamp. More... about 17 years ago
Solar_View_Helper_FormStatic: [NEW] Pseudo-element for escaped static text in a form. Does not produce a hidden element, so no value will be submitted back to the server from this. More... about 17 years ago
Solar_Filter_ValidateIso(Date|Time|Timestamp): [ADD] These filters now accept the date/time/timestamp value as an array of parts keyed on their date() format characters (Y, m, d, H, i, s) and will validate them after internally converting to a string. More... about 17 years ago
Solar_Filter_SanitizeIso(Date|Time|Timestamp): [ADD] These filters now accept the date/time/timestamp value as an array of parts keyed on their date() format characters (Y, m, d, H, i, s) and convert that array to a string. More... about 17 years ago
Solar_Filter: [CHG] (Possible break?) In method applyChain(), when a validation fails on an element, no more filters are processed on that element (as vs processing every filter regardless of validation of previous filters). More... about 17 years ago
Solar_Form: [ADD] Method setFilterLocaleObj(), to set the locale object for the internal filter class. Essentially a convenience method to let you change the locale without having to separately factory and inject a filter object. Thanks, Benjamin Kaineder, for the suggestion. More... about 17 years ago
Solar_Request: [FIX] Call-time pass-by-reference is deprecated. Thanks to Jeff Surgeson for reporting, and Antti Holvikari for confirming. More... over 17 years ago
Solar_Form_Load_Model: [CHG] When a 'validateUpload' filter is present, change the input type to 'file'. More... over 17 years ago
Solar_Sql_Model_Record More... over 17 years ago
Solar_Filter ------------ More... over 17 years ago
Solar_Controller_Page: [FIX] Per talks w/Antti Holvikari, use `trim($var) != ''` instead of `$var` to allow for a string '0' in the format. More... over 17 years ago
Solar_Uri: [FIX] Per talks w/Antti Holvikari, use `trim($var) == ''` instead of `! $var` to allow for a string '0' in the format and fragment portions. More... over 17 years ago
Solar_Struct: [CHG] When reporting "no such key", now gives the class name and the list of available keys. More... over 17 years ago
rename local var $class to $record_class for clarity (cf. $model_class) More... over 17 years ago
Solar_Sql_Model: [FIX] In method newRecord(), when single-table inheritance is invoked, tell the inherited record object to use the **inherited model**, not the current model. More... over 17 years ago
Solar_View_Helper_FormImage: [NEW] View helper for 'input type="image"'. More... over 17 years ago
Solar_App_Bookmarks: [CHG] Instead of calling countPages() separately, now uses the 'count_pages' key in fetches. More... over 17 years ago
Solar_Model_Nodes ----------------- More... over 17 years ago
Solar_Model_Tags ---------------- More... over 17 years ago
Solar_Sql_Adapter: [FIX] In method _sqlSelect(), the default parts now include a 'join' key. Seeing as the method is almost exclusively used by Solar_Sql_Select-based queries, this was unlikely to be a real problem, but completeness demands it. More... over 17 years ago