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 23, 2024 — Jul 23, 2025
Showing page 25 of 105
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
remove debug code
Paul M. Jones
More...
almost 17 years ago
Solar_Sql_Model: [FIX] In method _fixStack(), look for transitions between vendors, and artificially add NewVendor_Model to the stack, so that single-table-inheritance between vendors works more predictably.
Paul M. Jones
More...
almost 17 years ago
Solar_Cli_MakeApp: [FIX] In 'browse' template, show different text when there are no records.
Paul M. Jones
More...
almost 17 years ago
Solar_Sql_Adapter_Sqlite: [FIX] Make _buildDsn() take an info value.
Paul M. Jones
More...
almost 17 years ago
Solar_Sql_Model_Nodes: [ADD] Post-delete method, thanks anttih.
Paul M. Jones
More...
almost 17 years ago
add comments to template methods
Paul M. Jones
More...
almost 17 years ago
Solar_Model_Nodes: [CHG] Add column 'publish' to support alternative publication dates.,
Paul M. Jones
More...
almost 17 years ago
whitespace changes
Paul M. Jones
More...
almost 17 years ago
Solar_Sql_Adapter_MysqlReplicated: [FIX] If you are in a transaction, use the master for SELECTs. This makes sure that inserts and updates to the master are reflected by SELECTs within the transaction.
Paul M. Jones
More...
almost 17 years ago
Solar_Sql_Adapter_MysqlReplicated: [FIX] In _postConnectMaster(), remove the ATTR_MYSQL_* attribs, they seem randomly unsupported by the driver.
Paul M. Jones
More...
almost 17 years ago
Solar_Sql_Adapter_MysqlReplicated: [FIX] In _postConnectMaster(), don't set some attributes, as PDO throws exceptions on them ("not supported by driver").
Paul M. Jones
More...
almost 17 years ago
Solar_Sql_Adapter_MysqlReplicated: [FIX] In _prepare(), $data is not available, nor is it needed.
Paul M. Jones
More...
almost 17 years ago
Solar_Sql_Adapter_MysqlReplicated: [FIX] In _prepare(), make sure config is available to the catch() block.
Paul M. Jones
More...
almost 17 years ago
Solar_Sql_Adapter_MysqlReplicated: [FIX] In connectMaster() use $_pdo_master, not $_pdo.
Paul M. Jones
More...
almost 17 years ago
Solar_Sql_Adapter_MysqlReplicated: [FIX] Need a slave connection before we can have a master connection. No, this is not as efficient as I'd like.
Paul M. Jones
More...
almost 17 years ago
Solar_Sql_Adapter: [ADD] Method _setup() for follow-on to the constructor in extended classes.
Paul M. Jones
More...
almost 17 years ago
Solar_Sql_Adapter_MysqlReplicated: [FIX] Use setCacheKeyPrefix(), not _set...().
Paul M. Jones
More...
almost 17 years ago
Solar_Sql_Adapter_MysqlReplicated: [CHG] In _setDsn(), use the master values for 'port', 'user', 'pass', and 'name' when those values are not present in the slave info. Should help reduce some repetition in config setups.
Paul M. Jones
More...
almost 17 years ago
Solar_Sql_Adapter_MysqlReplicated: [CHG] In profile, note that transactions are on the master.
Paul M. Jones
More...
almost 17 years ago
Solar_Sql_Adapter_MysqlReplicated: [FIX] Select on the slave, not the master.
Paul M. Jones
More...
almost 17 years ago
Solar_Sql_Adapter_MysqlReplicated: [BRK] Per conversation with Clay Loveless, make the default connection be the *slave*, and connect to the master only as needed. This is based on the idea that most connections are reads, not writes. Thanks, Clay.
Paul M. Jones
More...
almost 17 years ago
Solar_Sql_Adapter, Solar_Sql_Adapter_Mysql, Solar_Sql_Adapter_Sqlite:
Paul M. Jones
More...
almost 17 years ago
comment changes
Paul M. Jones
More...
almost 17 years ago
update cmments
Paul M. Jones
More...
almost 17 years ago
comment changes
Paul M. Jones
More...
almost 17 years ago
Solar_Sql_Adapter_MysqlReplicated: [NEW] First attempt at supporting single-master multiple-slave replication setups for MySQL.
Paul M. Jones
More...
almost 17 years ago
Solar_Sql_Adapter: [FIX] Use the prepared statement query string, not the (missing) statement text.
Paul M. Jones
More...
almost 17 years ago
Solar_Sql_Adapter: [REF] Refactor prepare-and-bind to their own methods.
Paul M. Jones
More...
almost 17 years ago
Solar_View_Helper_(Anchor|AnchorImage): [REF] Refactor to use the href() helper for href values.
Paul M. Jones
More...
almost 17 years ago
Solar_View_Helper_(Action|ActionImage): [REF] Refactor to use the actionHref() helper for href values.
Paul M. Jones
More...
almost 17 years ago
←
1
2
…
21
22
23
24
25
26
27
28
29
…
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