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.
Jul 22, 2024 — Jul 22, 2025
Showing page 30 of 105
Search / Filter on:
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.
Paul M. Jones
More...
about 17 years ago
Solar_Access_Adapter_File
Paul M. Jones
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).
Paul M. Jones
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.
Paul M. Jones
More...
about 17 years ago
Solar_Inflect: [ADD] Resurrecting old Solar_Inflect class.
Paul M. Jones
More...
about 17 years ago
fix missing semicolon; thanks, Jeff Surgeson
Paul M. Jones
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).
Paul M. Jones
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.
Paul M. Jones
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.
Paul M. Jones
More...
about 17 years ago
Solar_Form: [FIX] Rename from "Obj" to "Object" for consistency. Thanks, Benjamin Kaineder.
Paul M. Jones
More...
about 17 years ago
Solar_View_Helper_(Date|Time|Timestamp): [NEW] Helpers to show select elements to build a date, time, or timestamp.
Paul M. Jones
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.
Paul M. Jones
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.
Paul M. Jones
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.
Paul M. Jones
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).
Paul M. Jones
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.
Paul M. Jones
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.
Paul M. Jones
More...
over 17 years ago
Solar_Form_Load_Model: [CHG] When a 'validateUpload' filter is present, change the input type to 'file'.
Paul M. Jones
More...
over 17 years ago
Solar_Sql_Model_Record
Paul M. Jones
More...
over 17 years ago
Solar_Filter ------------
Paul M. Jones
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.
Paul M. Jones
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.
Paul M. Jones
More...
over 17 years ago
Solar_Struct: [CHG] When reporting "no such key", now gives the class name and the list of available keys.
Paul M. Jones
More...
over 17 years ago
rename local var $class to $record_class for clarity (cf. $model_class)
Paul M. Jones
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.
Paul M. Jones
More...
over 17 years ago
Solar_View_Helper_FormImage: [NEW] View helper for 'input type="image"'.
Paul M. Jones
More...
over 17 years ago
Solar_App_Bookmarks: [CHG] Instead of calling countPages() separately, now uses the 'count_pages' key in fetches.
Paul M. Jones
More...
over 17 years ago
Solar_Model_Nodes -----------------
Paul M. Jones
More...
over 17 years ago
Solar_Model_Tags ----------------
Paul M. Jones
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.
Paul M. Jones
More...
over 17 years ago
←
1
2
…
26
27
28
29
30
31
32
33
34
…
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