0
I Use This!
Inactive

Commits : Listings

Analyzed about 14 hours ago. based on code collected about 19 hours ago.
Apr 29, 2023 — Apr 29, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
- Added setting the cache directory to the Piece_Unity_Config object. - Changed the signature of the configure method. - Removed properties. More... almost 18 years ago
- Added setCacheDirectory/getCacheDirectory method for setting/getting the cache directory. More... almost 18 years ago
- Added a test case for setting/getting the cache directory. More... almost 18 years ago
- Changed the method name from testSettingParameters to testSettingParameter. - Changed the method name from testCheckingParameters to testCheckingParameter. More... almost 18 years ago
- Added constructor for configuring the application. - Changed the signature of the configure method. - Moved the configure method to private. - Changed the method name from configure to _configure. More... almost 18 years ago
- Adjusted to interface changes in Piece_Unity class. - Added a test case for dispatching request. - Added to clear the context object to tearDown method. More... almost 18 years ago
- Added constructor for importing parameters. More... almost 18 years ago
- Added a test case for importing parameters. - Added more assertions. - Changed the method name from testSettingParameter to testSettingParameters. - Changed the method name from testCheckingParameter to testCheckingParameters. More... almost 18 years ago
- Added 'dispatcher' extension point for dispatching request. More... almost 18 years ago
- Added clear method for clearing properties. More... almost 18 years ago
- Added a test case for clearing properties of a context object. - Added tearDown method. More... almost 18 years ago
- Fixed callback values which are passed to array_walk function. More... almost 18 years ago
- Added support for PHP 4 version of class_exists function. More... almost 18 years ago
- setRequest: Added missing '&'. More... almost 18 years ago
- Cleaned up. More... almost 18 years ago
- Added. More... almost 18 years ago
- Added support for using an array as an extension. More... almost 18 years ago
- _loadPlugin: Replaced DIRECTORY_SEPARATOR with '/'. More... almost 18 years ago
- Added. More... almost 18 years ago
- Added setting the configuration directory to the Piece_Unity_Config object. - Added an error to the Piece_Unity_Config object if an error exists. More... almost 18 years ago
- Removed an unused require_once statement. More... almost 18 years ago
- Added setConfigurationDirectory/getConfigurationDirectory methods for setting/getting the configuration directory. - Added setError/getError methods for an error on loading a configuration file. More... almost 18 years ago
- Added a test case for setting/getting the configuration directory. - Added a test case for setting/getting an error. - Removed unused require_once statements. More... almost 18 years ago
- Added setRequest/getRequest method for setting and getting a Piece_Unity_Request object. - Updated documentation. More... almost 18 years ago
- Added a test case for setting and getting a Piece_Unity_Request object. - Cleaned up unused stuff. More... almost 18 years ago
- Added. More... almost 18 years ago
- configure: Fixed behavior. Piece_Unity_Config::merge method will be called only if $dynamicConfig variable is a instance of Piece_Unity_Config class. More... almost 18 years ago
- Added a test case for configuration with a cache directory. - Added a test case for configuration without a dynamic configuration. - Added tearDown method. More... almost 18 years ago
- Changed the cache directory setting to null. More... almost 18 years ago
- Added setView method for setting a view string to the current context. More... almost 18 years ago