2
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 30, 2024 — Aug 30, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Solar: [ADD] Method isDir() as a corollary to fileExists() in that it checks the include_path for the requested directory. More... about 18 years ago
Solar_Docs_Phpdoc: [CHG] Method parse() now pre-populates the "ignore" key More... about 18 years ago
Solar_Controller_Front: [CHG] Now injects $this into the instantiated page-controller object More... about 18 years ago
Solar_Controller_Page: [ADD] Allow injection of the front-controller, based on an idea by Rodrigo Moraes More... about 18 years ago
updated comments More... about 18 years ago
Solar_Console_Getopt: [CHG] To maintain some level of compat with original Sungrazr_Console_Getopt 'auto-assign-shorts', params are 'optional' by default. More... about 18 years ago
Solar_Console_Getopt: [BRK] Major refactoring to use modified $options array and Solar_DataFilter, and modified parsing methods More... about 18 years ago
Solar_Console_Getopt: [NEW] Initial import of Sungrazr_Console for CLI application support More... about 18 years ago
Solar_Locale: [FIX] In _trans(), cast $replace to an array More... about 18 years ago
Solar_Base and Solar_Locale --------------------------- More... about 18 years ago
updated inline docs More... about 18 years ago
Solar_Controller_Page: [CHG] Method _setLayoutTemplates() is now called from _render(), not _renderLayout(), in the interest of making _renderLayout() easier to override (no need to call _setLayoutTemplates() in extended methods). More... about 18 years ago
Solar_Controller_Front: [FIX] Method _getPageName() now compares $page directly to $this->_routing keys, instead of massaging $page first. This fixes static routing so that it actually works. ;-) More... about 18 years ago
udpated inline docs More... about 18 years ago
updated keywords More... about 18 years ago
Solar_Sql_Model [FIX] Removed duplicate property $_serialize_cols; thanks, Jeff Surgeson More... about 18 years ago
Solar_Sql_Model More... about 18 years ago
Solar_Form: [FIX] Merge config "attribs" with base attribs, so that configs do not override the attribs sub-array. More... about 18 years ago
Solar_Http_Response: [FIX] In _getHeader(), use array_key_exists() instead of ! empty() so that we can get back literal zero and blank-string values More... about 18 years ago
Solar_Http_Response: [FIX] Method getHeader() now uses the right property ($_headers vice $_header) More... about 18 years ago
Solar_Http_Request_Adapter: [BRK] Changed $_content to $content so you can edit it directly if needed. More... about 18 years ago
Solar_Sql_Model: [FIX] Use $allow, not $focus, in _checkFocus(). Thanks Antti. More... about 18 years ago
Solar_Mail_Transport_Adapter_None: [NEW] More... about 18 years ago
remove debug code More... about 18 years ago
Solar_Http_Request_Adapter_Stream: [FIX] In _prepareContext(), use the $content param, not the $this->_content property More... about 18 years ago
Solar_Http_Request_Adapter More... about 18 years ago
Solar_Http_Request_Adapter: [FIX] In POST and PUT requests, forcibly set Content-Length header value More... about 18 years ago
Solar_Http_Request_Adapter: [CHG] In setHeader(), now deletes header only when value is false or null (previously would delete header if value was empty string or zero) More... about 18 years ago
Solar_Mime: [FIX] method headerValue() no longer replaces a value of '0' or 0 with an empty string. More... about 18 years ago
Solar_Http_Request_Adapter: [FIX] In __toString(), make sure there are 2 newlines before content More... about 18 years ago