1
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
corrected logic to accept existing dbengine object. More... almost 15 years ago
Corrections: fixed Config::getVal - parameter exceptionOnError default to false removed semicolon from array in DatabaseEngineFactory - getEngine and getEngineByName removed setting $this->prefix from inside else statement added tablePrefix attribute to MysqlPDOEngine More... almost 15 years ago
Merge branch 'master' of [email protected]:hamador/Hydrogen.git More... almost 15 years ago
Added tablePrefix parameter to setConnection function in DatabaseEngine Class, added table_prefix to reconstruct array. Added tablePrefix parameter to getEngie function in DatabaseEngineFactory to allow changing table prefix on the fly, included logic to allow for database configurations that are/aren't arrays, added tablePrefix to engine key. Added getEngineByName function to DatabaseEngineFactory to allow calling array database configurations by subkey name. Added logic to SQLBeans class to allow dbengine parameter to be an object or a string, to call getEngineByName when string is passed. Added logic to Model class to allow dbengine parameter to be an object or a string, to call getEngineByName when string is passed. Added logic to Query class to allow dbengine parameter to be an object or a string, to call getEngineByName when string is passed, changed prefix variables to aquire value from database engine instead of configuration. More... almost 15 years ago
Added tablePrefix parameter to setConnection function in DatabaseEngine Class, added table_prefix to reconstruct array. Added tablePrefix parameter to getEngie function in DatabaseEngineFactory to allow changing table prefix on the fly, included logic to allow for database configurations that are/aren't arrays, added tablePrefix to engine key. Added getEngineByName function to DatabaseEngineFactory to allow calling array database configurations by subkey name. Added logic to SQLBeans class to allow dbengine parameter to be an object or a string, to call getEngineByName when string is passed. Added logic to Model class to allow dbengine parameter to be an object or a string, to call getEngineByName when string is passed. Added logic to Query class to allow dbengine parameter to be an object or a string, to call getEngineByName when string is passed, changed prefix variables to aquire value from database engine instead of configuration. More... almost 15 years ago
Added subkey parameter to getVal function of Config class, set exceptionOnError parameter default to false. Created getRequiredVal function in Config class, this will always throw an exception if they section/key pair does not exist. Updated other files for the changes to the Config class More... almost 15 years ago
Version 0.1.2 Alpha More... almost 15 years ago
Changing CHANGELOG format to Markdown More... almost 15 years ago
Adding legal crap to the new exception. More... almost 15 years ago
Merge branch 'master' of github.com:TomFrost/Hydrogen More... almost 15 years ago
Merge branch 'log4win' More... almost 15 years ago
Reworked TextFileEngine to work on Windows. Now throws InvalidPathException when the supplied logfile directory can't be accessed or written into. Relative paths for that directory are now relative from the location of the config file. If the config file path was relative, InvalidPathException is thrown. More... almost 15 years ago
Added function getConfigPath() to get the last known config file path. More... almost 15 years ago
Assume a relative path from the hydrogen folder when no absolute path is given More... almost 15 years ago
Removed date hack More... almost 15 years ago
Don't include any customized Hydrogen autoconfig files More... almost 15 years ago
Removing superfluous characters More... almost 15 years ago
Adding more copyright info for the new license. More... almost 15 years ago
Adding license info to make this all official-like. More... almost 15 years ago
Replaced the README with a pretty Markdown-formatted version. More... almost 15 years ago
Ignore the basics More... almost 15 years ago
All text files should have the same extension. Or lack thereof. More... almost 15 years ago
adding a changelog and renaming the readme, because apparently git doesn't like it when you name readme files something other than README More... almost 15 years ago
Allowing the semaphore->engine Config property to be left blank. Default to NoEngine. More... almost 15 years ago
Fixing bug causing 'NoEngine' to throw an error on instantiation More... almost 15 years ago
Changed spelling of 'detatch' to 'detach' because I'm a moron. Also, fixed bug causing detach() not to turn off the error handler when the last handler was being removed. More... almost 15 years ago
Fixed syntax error in catch blocks More... almost 15 years ago
Adding the Alpha 1 release as initial commit More... almost 15 years ago