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
Solar_View_Helper_ActionHref: [NEW] Helper to work with action 'href' values directly, instead of via Solar_View_Helper_Action. Thanks, Jeff Moore, for the report that led to this. More... almost 17 years ago
Solar_View_Helper_Href: [NEW] Helper to work with 'href' and 'src' values directly, instead of via Solar_View_Helper_Anchor. Thanks, Jeff Moore, for the report that led to this. More... almost 17 years ago
Broad change to factories. More... almost 17 years ago
Solar_Cli_MakeModel More... almost 17 years ago
Solar_Cli_MakeApp More... almost 17 years ago
Solar_Php: [FIX] Trim leading and trailing spaces on PHP code so as not to mess up tag removal logic. More... almost 17 years ago
Solar_Class: [ADD] Autoload method to eventually replace the Solar arch-class autoload method. More... almost 17 years ago
Solar_Config: [NEW] Eventual replacement for Solar arch-class config methods and properties. More... almost 17 years ago
Solar_Factory: [NEW] Abstract base class for factory classes (Auth, Cache, Sql, etc). More... almost 17 years ago
Solar_Class: [NEW] Static methods for class information. More... almost 17 years ago
Solar_Php More... almost 17 years ago
solar binary: [FIX] Force integer exit codes. More... almost 17 years ago
solar binary: [FIX] Only use positive exit codes. More... almost 17 years ago
solar binary: stop using Solar as the fallback for commands; it's confusing. More... almost 17 years ago
Solar_Cli_MakeVendor: [ADD] Symlink a script for the vendor to the solar bin. More... almost 17 years ago
Solar_Cli_MakeVendor: [NEW] Solar CLI command to make all the basic vendor directories in the right places, including appropriate symlinks. More... almost 17 years ago
Solar_Inflect: [CHG] Rename "dash" methods to "dashes". More... almost 17 years ago
Solar_Inflect: [ADD] New inflections based on dashes, not underscores. More... almost 17 years ago
Solar_Cli_MakeApp: [FIX] Create directories before creating the basic app class. More... almost 17 years ago
Solar: [ADD] Two new properties: $system, for the Solar-system directory path; and $include, for the autoload() directory path. Each is optional. More... almost 17 years ago
Solar_Access_Adapter_Sql: [FIX] Per reporting and detective work from Dmytro Konstantinov, change how the select is built. The problem is that using bind() calls PDO binding directly, which doesn't work with array values. Thanks, Dmytro, for the help in tracking this down. More... almost 17 years ago
Solar_Uri_Action: [CHG] When using Apache mod_rewrite, you can now add `SetEnv SOLAR_URI_ACTION_PATH /` and the Solar_Uri_Action class will use that as its default 'path' config value. You can still override in Solar.config.php. This is a convenience for those swapping over from non-rewrite environments to rewrite-aware environments, especially in first-time setup. More... almost 17 years ago
Solar_Uri: [CHG] Only set $this->_request if not already set. Child classes (e.g. Solar_Uri_Action, in a forthcoming commit) may have already set it. More... almost 17 years ago
Solar_Markdown: [FIX] Fix error where literal-text numbers are mis-interpreted as encoded Markdown numbers. Thanks, Jeff Moore, for the report that led to this fix. More... almost 17 years ago
updated comments More... almost 17 years ago
Solar_Docs_Phpdoc More... about 17 years ago
Solar_Sql_Select: [REF] Refactor common table-name and table-cols discovery to a single method. More... about 17 years ago
Solar_Sql_Select: [FIX] In fetch() method, do not alias a '*' column name (fixes '* AS *' error). More... about 17 years ago
Solar: [CHG] Add support for file-based (include) callbacks, as with older versions of Solar (for Solar::start() and stop()). More... about 17 years ago
Solar_Sql_Model: [ADD] Comment additions on fetch*() methods to include 'eager' and 'distinct'. Thanks, Edward Z. Yang, for noting their absence. More... about 17 years ago