2
I Use This!
Inactive

Commits : Listings

Analyzed about 19 hours ago. based on code collected about 19 hours ago.
Sep 09, 2024 — Sep 09, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Solar_Http_Response: [FIX] Typo fixes. More... over 17 years ago
Solar_Http_Response: [FIX] Use $this, not $this->_response More... over 17 years ago
Solar binary: [FIX] Call Solar::stop() when needed, and use PHP_EOL instead of newlines. More... over 17 years ago
Solar_App_Bookmarks: [CHG] Use Solar_Model_Bookmarks, not *_Nodes_Bookmarks. More... over 17 years ago
Move Solar_Model_Nodes_Bookmarks to Solar_Model_Bookmarks, to reduce hierarchy depth on single-table inheritance classes. 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. More... over 17 years ago
Solar_Sql_Model --------------- More... over 17 years ago
Solar_Sql_Model_Related, (BelongsTo|HasOne|HasMany) --------------------------------------------------- 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. More... over 17 years ago
Solar: [ADD] Register an inflection object for common use. More... over 17 years ago
Solar_Auth_Adapter: [CHG] Now that Solar_Auth has constants available, use them. More... over 17 years ago
Solar_Auth: [ADD] Constants for the various auth statuses. More... over 17 years ago
Solar_Auth_Adapter: [CHG] Now that the Solar arch-class registers a response object, use it. More... over 17 years ago
Solar_Controller_Page: [CHG] Now that the Solar arch-class registers a response object, use it. More... over 17 years ago
Solar_Http_Response: [ADD] 2 new methods, redirect() and redirectNoCache(), to consolidate redirection logic. More... over 17 years ago
updated comments 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). More... over 17 years ago
Solar/Filter: [ADD] More upload locale strings. 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. More... over 17 years ago
Solar_Filter: [ADD] Locale strings for invalid uploads. More... over 17 years ago
Solar_Sql_Adapter_Oracle: [NEW] Oracle adapter from James Kilbride. Many thanks! 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. More... over 17 years ago
Solar_Sql_Model: More... over 17 years ago
Solar_Sql_Model_Record: More... over 17 years ago
Solar_Sql_Model_Related_HasMany: [ADD] Property $_fetch_object to tell the fetchObject() method to return a collection. More... over 17 years ago
Solar_Sql_Model_Related 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). More... over 17 years ago
Solar_Dir: [ADD] Methods mkdir() and rmdir() to mimic the PHP functions, but throw exceptions instead of issuing warnings. More... over 17 years ago
Solar_Controller_Page: [CHG] In method _render(), if both $_view and $_layout are empty, skip rendering entirely. 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. More... over 17 years ago