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 26 of 105
Search / Filter on:
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.
Paul M. Jones
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.
Paul M. Jones
More...
almost 17 years ago
Broad change to factories.
Paul M. Jones
More...
almost 17 years ago
Solar_Cli_MakeModel
Paul M. Jones
More...
almost 17 years ago
Solar_Cli_MakeApp
Paul M. Jones
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.
Paul M. Jones
More...
almost 17 years ago
Solar_Class: [ADD] Autoload method to eventually replace the Solar arch-class autoload method.
Paul M. Jones
More...
almost 17 years ago
Solar_Config: [NEW] Eventual replacement for Solar arch-class config methods and properties.
Paul M. Jones
More...
almost 17 years ago
Solar_Factory: [NEW] Abstract base class for factory classes (Auth, Cache, Sql, etc).
Paul M. Jones
More...
almost 17 years ago
Solar_Class: [NEW] Static methods for class information.
Paul M. Jones
More...
almost 17 years ago
Solar_Php
Paul M. Jones
More...
almost 17 years ago
solar binary: [FIX] Force integer exit codes.
Paul M. Jones
More...
almost 17 years ago
solar binary: [FIX] Only use positive exit codes.
Paul M. Jones
More...
almost 17 years ago
solar binary: stop using Solar as the fallback for commands; it's confusing.
Paul M. Jones
More...
almost 17 years ago
Solar_Cli_MakeVendor: [ADD] Symlink a script for the vendor to the solar bin.
Paul M. Jones
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.
Paul M. Jones
More...
almost 17 years ago
Solar_Inflect: [CHG] Rename "dash" methods to "dashes".
Paul M. Jones
More...
almost 17 years ago
Solar_Inflect: [ADD] New inflections based on dashes, not underscores.
Paul M. Jones
More...
almost 17 years ago
Solar_Cli_MakeApp: [FIX] Create directories before creating the basic app class.
Paul M. Jones
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.
Paul M. Jones
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.
Paul M. Jones
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.
Paul M. Jones
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.
Paul M. Jones
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.
Paul M. Jones
More...
almost 17 years ago
updated comments
Paul M. Jones
More...
almost 17 years ago
Solar_Docs_Phpdoc
Paul M. Jones
More...
about 17 years ago
Solar_Sql_Select: [REF] Refactor common table-name and table-cols discovery to a single method.
Paul M. Jones
More...
about 17 years ago
Solar_Sql_Select: [FIX] In fetch() method, do not alias a '*' column name (fixes '* AS *' error).
Paul M. Jones
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()).
Paul M. Jones
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.
Paul M. Jones
More...
about 17 years ago
←
1
2
…
22
23
24
25
26
27
28
29
30
…
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