2
I Use This!
Inactive

Commits : Listings

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