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 19 hours
ago. based on code collected
about 19 hours
ago.
Sep 09, 2024 — Sep 09, 2025
Showing page 28 of 105
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Solar_Http_Response: [FIX] Typo fixes.
Paul M. Jones
More...
over 17 years ago
Solar_Http_Response: [FIX] Use $this, not $this->_response
Paul M. Jones
More...
over 17 years ago
Solar binary: [FIX] Call Solar::stop() when needed, and use PHP_EOL instead of newlines.
Paul M. Jones
More...
over 17 years ago
Solar_App_Bookmarks: [CHG] Use Solar_Model_Bookmarks, not *_Nodes_Bookmarks.
Paul M. Jones
More...
over 17 years ago
Move Solar_Model_Nodes_Bookmarks to Solar_Model_Bookmarks, to reduce hierarchy depth on single-table inheritance classes.
Paul M. Jones
More...
over 17 years ago
Solar_Model_(Areas|Nodes|Taggings|Tags): [CHG] Now that inflection is in place, we don't need to specify the foreign_class and foreign_key values explicitly.
Paul M. Jones
More...
over 17 years ago
Solar_Sql_Model ---------------
Paul M. Jones
More...
over 17 years ago
Solar_Sql_Model_Related, (BelongsTo|HasOne|HasMany) ---------------------------------------------------
Paul M. Jones
More...
over 17 years ago
Solar_Sql_Model: [CHG] Method _fixPropertyCols() now sets $_foreign_col using Solar_Inflect. The assumption is that the table/model name is plural, so the foreign col should be made singular.
Paul M. Jones
More...
over 17 years ago
Solar: [ADD] Register an inflection object for common use.
Paul M. Jones
More...
over 17 years ago
Solar_Auth_Adapter: [CHG] Now that Solar_Auth has constants available, use them.
Paul M. Jones
More...
over 17 years ago
Solar_Auth: [ADD] Constants for the various auth statuses.
Paul M. Jones
More...
over 17 years ago
Solar_Auth_Adapter: [CHG] Now that the Solar arch-class registers a response object, use it.
Paul M. Jones
More...
over 17 years ago
Solar_Controller_Page: [CHG] Now that the Solar arch-class registers a response object, use it.
Paul M. Jones
More...
over 17 years ago
Solar_Http_Response: [ADD] 2 new methods, redirect() and redirectNoCache(), to consolidate redirection logic.
Paul M. Jones
More...
over 17 years ago
updated comments
Paul M. Jones
More...
over 17 years ago
Solar: [ADD] Automatically register a "response" object for all Solar classes to have available (esp. the page-controller and auth-adapter classes).
Paul M. Jones
More...
over 17 years ago
Solar/Filter: [ADD] More upload locale strings.
Paul M. Jones
More...
over 17 years ago
Solar_Filter_ValidateUpload: [CHG] When checking file extensions, force to lower-case on the expected and actual, so that (e.g.) "JPEG", "JPeg", and "jpeg" all match.
Paul M. Jones
More...
over 17 years ago
Solar_Filter: [ADD] Locale strings for invalid uploads.
Paul M. Jones
More...
over 17 years ago
Solar_Sql_Adapter_Oracle: [NEW] Oracle adapter from James Kilbride. Many thanks!
Paul M. Jones
More...
over 17 years ago
Solar_Sql_Select: [CHG] When building original/alias names for "from", "join", and "select", **do not** use AS, because it conflicts with Oracle. Thanks, James Kilbride.
Paul M. Jones
More...
over 17 years ago
Solar_Sql_Model:
Paul M. Jones
More...
over 17 years ago
Solar_Sql_Model_Record:
Paul M. Jones
More...
over 17 years ago
Solar_Sql_Model_Related_HasMany: [ADD] Property $_fetch_object to tell the fetchObject() method to return a collection.
Paul M. Jones
More...
over 17 years ago
Solar_Sql_Model_Related
Paul M. Jones
More...
over 17 years ago
Solar_Sql_Select: [FIX] In countPages(), track DISTINCT on the original query. DISTINCT with JOINs doesn't always work the same when you just have the one column (the counting column).
Paul M. Jones
More...
over 17 years ago
Solar_Dir: [ADD] Methods mkdir() and rmdir() to mimic the PHP functions, but throw exceptions instead of issuing warnings.
Paul M. Jones
More...
over 17 years ago
Solar_Controller_Page: [CHG] In method _render(), if both $_view and $_layout are empty, skip rendering entirely.
Paul M. Jones
More...
over 17 years ago
Solar_Sql_Adapter: [REF] Refactor "profile" element addition into its own method, and add a backtrace to the profile elements so you can see what generated the query.
Paul M. Jones
More...
over 17 years ago
←
1
2
…
24
25
26
27
28
29
30
31
32
…
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