2
I Use This!
Inactive

Commits : Listings

Analyzed about 20 hours ago. based on code collected about 20 hours ago.
Aug 19, 2024 — Aug 19, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Solar_Model_Nodes_Bookmarks: [CHG] Adding 'DESCR_*' strings. More... over 17 years ago
Solar_View_Helper_Form: [FIX] Close the 'descr' tag. More... over 17 years ago
Solar_View_Helper_Form: [ADD] First pass at 'descr' support. More... over 17 years ago
Solar_Form_Load_Model: [FIX] Now that the validation feedback message is not part of the filter array, use the correct index for validateInKeys and validateInList. Thanks, Antti Holvikari. More... over 17 years ago
Solar_Sql_(Select | Adapter | Adapter_Sqlite | Model_Related | Model_Related_HasMany) More... over 17 years ago
Solar_Sql_Model_Collection: [FIX] Override Solar_Struct::load() so that fetchAssoc() keys are not renumbered. This means that load() now replaces previous collection data, instead of merging with previous data. More... almost 18 years ago
Solar_Sql_Model: [CHG] In _fixTableName(), *do not* modify the table name if already user specified. This should help with legacy table names using their own capitalization rules. Thanks, James Kilbride. More... almost 18 years ago
Solar_Sql_Model_Related, Related_HasMany: [CHG] Now uses the adapter-specific disambiguate() when adding the native_alias.native_col in the has-many eager fethcing sub-select. More... almost 18 years ago
Solar_Sql_Adapter, Adapter_Sqlite, and Select: [ADD] Added method disambiguate() to help support adapter-specific disambiguation of fully-qualified column names in certain situations (e.g., `JOIN (SELECT ...) ON ...` and single-column additions to SELECT statements). More... almost 18 years ago
Solar_Sql_Model: [CHG] Methods _fetchAll() and _fetchAssoc(), when doing has-many eager fetching, now use the SELECT statement instead of the selection params when calling fetchRelatedArray(). This should make it possible to fetch related records when the original SELECT statement uses WHERE conditions on joined tables. More... almost 18 years ago
Solar_Sql_Model_Related, _Related_HasMany: fix to has-many eager fetching More... almost 18 years ago
Solar_Sql_Select: [ADD] New method cols() lets you select columns without regard to a FROM or JOIN clause. That is, it just adds to the list of columns to be selected. More... almost 18 years ago
Solar_Sql_Adapter: [CHG] Method query() now intercepts and wraps PDO exceptions when preparing the query. More... almost 18 years ago
Solar_Controller_Command: use PHP_EOL for OS-specific newline, instead of hard-coded unix newline char More... almost 18 years ago
Solar binary: use PHP_EOL for OS-specific newline, instead of hard-coded unix newline char More... almost 18 years ago
Solar binary: adding more vendor discovery logic More... almost 18 years ago
Removed remaining file-level docblocks. More... almost 18 years ago
removing <?php tags from skeleton files due to parsing complaints from the PEAR packager More... almost 18 years ago
Testing commit (removing file-level docblocks). More... almost 18 years ago
Solar binary ------------ More... almost 18 years ago
updated comments and keywords, started removing file-level docblocks (class-level only is OK when it's 1 class per file) More... almost 18 years ago
comment changes More... almost 18 years ago
multiple followup changes More... almost 18 years ago
Solar_Filter: [FIX] Method applyChain() now applies "sanitize" methods to the correct variable; thanks, Antti Holvikari. More... almost 18 years ago
updated comments More... almost 18 years ago
Solar_Cli_Base: [CHG] Per note from Clay Loveless, use 'v' as the Unix standard for verbose (vice 'V') ... and use 'V' for version. Thanks Clay. More... almost 18 years ago
updated comments (esp. packages) More... almost 18 years ago
continued work on cli make-docs More... almost 18 years ago
Solar_Cli_Base More... almost 18 years ago
bugfix More... almost 18 years ago