openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
H
HydrogenPHP
Settings
|
Report Duplicate
1
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
about 1 year
ago. based on code collected
about 1 year
ago.
Jan 16, 2023 — Jan 16, 2024
Showing page 18 of 18
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
corrected logic to accept existing dbengine object.
hamador
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
hamador
More...
almost 15 years ago
Merge branch 'master' of
[email protected]
:hamador/Hydrogen.git
hamador
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.
hamador
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.
unknown
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
unknown
More...
almost 15 years ago
Version 0.1.2 Alpha
TomFrost
More...
almost 15 years ago
Changing CHANGELOG format to Markdown
TomFrost
More...
almost 15 years ago
Adding legal crap to the new exception.
TomFrost
More...
almost 15 years ago
Merge branch 'master' of github.com:TomFrost/Hydrogen
TomFrost
More...
almost 15 years ago
Merge branch 'log4win'
TomFrost
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.
TomFrost
More...
almost 15 years ago
Added function getConfigPath() to get the last known config file path.
TomFrost
More...
almost 15 years ago
Assume a relative path from the hydrogen folder when no absolute path is given
TomFrost
More...
almost 15 years ago
Removed date hack
TomFrost
More...
almost 15 years ago
Don't include any customized Hydrogen autoconfig files
TomFrost
More...
almost 15 years ago
Removing superfluous characters
TomFrost
More...
almost 15 years ago
Adding more copyright info for the new license.
TomFrost
More...
almost 15 years ago
Adding license info to make this all official-like.
TomFrost
More...
almost 15 years ago
Replaced the README with a pretty Markdown-formatted version.
TomFrost
More...
almost 15 years ago
Ignore the basics
TomFrost
More...
almost 15 years ago
All text files should have the same extension. Or lack thereof.
TomFrost
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
TomFrost
More...
almost 15 years ago
Allowing the semaphore->engine Config property to be left blank. Default to NoEngine.
TomFrost
More...
almost 15 years ago
Fixing bug causing 'NoEngine' to throw an error on instantiation
TomFrost
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.
TomFrost
More...
almost 15 years ago
Fixed syntax error in catch blocks
TomFrost
More...
almost 15 years ago
Adding the Alpha 1 release as initial commit
TomFrost
More...
almost 15 years ago
←
1
2
…
10
11
12
13
14
15
16
17
18
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree