2
I Use This!
Inactive

Commits : Listings

Analyzed about 10 hours ago. based on code collected about 10 hours ago.
Aug 22, 2024 — Aug 22, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
remove debug code More... about 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. More... about 17 years ago
Solar_Cli_MakeApp: [FIX] In 'browse' template, show different text when there are no records. More... about 17 years ago
Solar_Sql_Adapter_Sqlite: [FIX] Make _buildDsn() take an info value. More... about 17 years ago
Solar_Sql_Model_Nodes: [ADD] Post-delete method, thanks anttih. More... about 17 years ago
add comments to template methods More... about 17 years ago
Solar_Model_Nodes: [CHG] Add column 'publish' to support alternative publication dates., More... about 17 years ago
whitespace changes More... about 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. More... about 17 years ago
Solar_Sql_Adapter_MysqlReplicated: [FIX] In _postConnectMaster(), remove the ATTR_MYSQL_* attribs, they seem randomly unsupported by the driver. More... about 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"). More... about 17 years ago
Solar_Sql_Adapter_MysqlReplicated: [FIX] In _prepare(), $data is not available, nor is it needed. More... about 17 years ago
Solar_Sql_Adapter_MysqlReplicated: [FIX] In _prepare(), make sure config is available to the catch() block. More... about 17 years ago
Solar_Sql_Adapter_MysqlReplicated: [FIX] In connectMaster() use $_pdo_master, not $_pdo. More... about 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. More... about 17 years ago
Solar_Sql_Adapter: [ADD] Method _setup() for follow-on to the constructor in extended classes. More... about 17 years ago
Solar_Sql_Adapter_MysqlReplicated: [FIX] Use setCacheKeyPrefix(), not _set...(). More... about 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. More... about 17 years ago
Solar_Sql_Adapter_MysqlReplicated: [CHG] In profile, note that transactions are on the master. More... about 17 years ago
Solar_Sql_Adapter_MysqlReplicated: [FIX] Select on the slave, not the master. More... about 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. More... about 17 years ago
Solar_Sql_Adapter, Solar_Sql_Adapter_Mysql, Solar_Sql_Adapter_Sqlite: More... about 17 years ago
comment changes More... about 17 years ago
update cmments More... about 17 years ago
comment changes More... about 17 years ago
Solar_Sql_Adapter_MysqlReplicated: [NEW] First attempt at supporting single-master multiple-slave replication setups for MySQL. More... about 17 years ago
Solar_Sql_Adapter: [FIX] Use the prepared statement query string, not the (missing) statement text. More... about 17 years ago
Solar_Sql_Adapter: [REF] Refactor prepare-and-bind to their own methods. More... about 17 years ago
Solar_View_Helper_(Anchor|AnchorImage): [REF] Refactor to use the href() helper for href values. More... about 17 years ago
Solar_View_Helper_(Action|ActionImage): [REF] Refactor to use the actionHref() helper for href values. More... about 17 years ago