core.git
2014-04-21 Roland HaederDon't increment nonce after block was found, some other...
2014-03-31 Roland HaederTaken care of possible usage of uninitialized variable...
2014-03-29 Roland HaederAdded a lot stuff + initial "block miner".
2014-03-29 Roland HaederSome improvements to "genesis" hash.
2014-03-29 Roland HaederMerge branch 'contrib'
2014-03-29 Roland HaederMoved for merge preparation.
2014-03-20 Roland HaederAdded translateBooleanToYesNo().
2014-03-17 Roland HaederAdded new exception code (please cleanup others!).
2014-03-17 Roland HaederSimplified some code + fixed set/get usage (should...
2014-02-21 Roland HaederImproved logger.
2014-02-21 Roland HaederTried to make debugger instance more singleton.
2014-02-15 Roland HaederImproved some debug messages with method's name.
2014-02-15 Roland HaederLog also whole data.
2014-02-15 Roland HaederAdded exit; after all trigger_error() calls.
2014-02-12 Roland HaederWas to noisy.
2014-02-10 Roland HaederCommented out noisy debug lines.
2014-02-10 Roland HaederOpps, forgot to return value + more logging.
2014-02-10 Roland HaederAdded more debug lines + missing super method.
2014-02-10 Roland HaederAlso this static. :-(
2014-02-10 Roland HaederAdded missing methods to interface and added newly...
2014-02-10 Roland HaederAdded missing method.
2014-02-09 Roland HaederAdded removeNonPublicDataFromArray().
2014-02-09 Roland HaederThe previous way didn't work, as the variable stack...
2014-02-09 Roland HaederAdded injectConfigVariables(), please do use with great...
2014-02-09 Roland HaederLittle resorting of public methods: all variable-relate...
2014-02-09 Roland HaederMoved regex to variable.
2014-02-09 Roland HaederConverted more double-quotes to single. This causes...
2014-02-07 Roland HaederCache of database "queries" can now be disabled (defaul...
2014-02-05 Roland HaederMade NullCryptoStream compatible again wit implemented...
2014-02-04 Roland HaederAnd same thing here. As you can see it is very easy...
2014-02-04 Roland HaederRenamed to DatabaseBackend to get rid of word 'Interfac...
2014-02-04 Roland HäderAlso get rid of this.
2014-02-04 Roland HäderNo longer needed as this was required by SVN.
2014-02-02 Roland Hädermoved for svn-git transission
2013-10-19 Roland HäderCopyright year updated, converted double->single quotes
2013-10-19 Roland HäderAdded assert() + commented in debug lines
2013-07-30 Roland HäderUpdated domain without a dash :(
2013-07-25 Roland HäderRenamed 'stacker' -> 'stack'
2013-07-25 Roland HäderOpps, was to warm here :(
2013-07-25 Roland HäderReplaced more double-quotes to single, exposed in...
2013-07-19 Roland HäderUsed valid() instead of next()
2013-07-18 Roland HäderChanged all true/false to TRUE/FALSE respectively as...
2013-07-18 Roland HäderBetter check for PHP version in setMagicQuotesRuntime...
2013-07-17 Roland HäderIntroduced initStackers() which wraps initialization...
2013-07-04 Roland HäderRenamed endElement() to finishElement(), see the final...
2013-06-28 Roland HäderFixed (again) some more generic array handling
2013-06-28 Roland HäderFixed more generic array handling #2
2013-06-28 Roland HäderFixed more generic array handling, introduced unsetGene...
2013-06-28 Roland HäderAdded option parameter 'forceInit'
2013-06-28 Roland HäderFixed handling of newly introduced generic array
2013-06-23 Roland HäderFixed more methods, value from shiftGenericArrayElement...
2013-06-23 Roland HäderIntroduced isValidGenericArrayKey()
2013-06-23 Roland HäderFix for wrong method call
2013-06-23 Roland HäderPatches for making new generic array working
2013-06-23 Roland HäderFixes and double->single converted
2013-05-31 Roland HäderMade lower to upper case:
2013-05-04 Roland HäderSame as before
2013-05-04 Roland HäderFixed missing array
2013-03-03 Roland HäderUse array_push() instead of []
2013-02-25 Roland HäderAdded line number to debug lines as this will become...
2013-02-22 Roland HäderOpps :( #3
2013-02-22 Roland HäderOpps :(
2013-02-22 Roland HäderIntroduced unsetCriteria()
2013-02-22 Roland HäderOpps :(
2013-02-22 Roland HäderUpdated core:
2013-02-22 Roland HäderAdded interface IoHandler
2013-02-22 Roland HäderFixed handling of cache keys as empty results caused...
2013-02-22 Roland HäderFixed searched criteria handling #3
2013-02-22 Roland HäderAnother fix attempt for search criteria
2013-02-22 Roland HäderFixed search criteria handling, added more asserts...
2013-02-22 Roland HäderRemoved die()
2013-02-22 Roland HäderFixed criteria handling
2013-02-22 Roland HäderOpps :(
2013-02-22 Roland HäderTried to write an hostname extraction methods tries...
2013-02-22 Roland HäderIgnore local config
2013-02-18 Roland HäderMake it public now :(
2013-02-18 Roland HäderThis seems to fit most cases
2013-02-18 Roland HäderUse this?
2013-02-18 Roland HäderFixed variable group handling by unsetting right index
2013-02-13 Roland HäderUsed self::createDebugInstance(__CLASS__)->debugOutput...
2013-02-13 Roland HäderRewrote search criteria matching:
2013-02-13 Roland HäderUpdate queries can now also be unlimited (limited in...
2013-02-13 Roland HäderAdded 2 more methods
2013-02-13 Roland HäderAdded assert, all arrays are empty initialized now
2013-02-13 Roland HäderDebug out for whole array
2013-02-13 Roland HäderAlso this was double
2013-02-13 Roland HäderOpps :(
2013-02-12 Roland HäderAdded methods for 'choice' and 'exclude' criteria
2013-02-09 Roland HäderRewrote the static call to dynamic
2013-02-08 Roland HäderOpps :(
2013-02-08 Roland HäderAdded optional $requestInstance parameter
2013-02-08 Roland HäderAdded interface AddableCriteria
2013-02-07 Roland HäderUse PHP_EOL instead of chr(10)
2013-02-07 Roland HäderUse interface DatabaseWrapper instead of generic class...
2013-02-07 Roland HäderAdded public methods from BaseDatabaseWrapper
2013-02-07 Roland HäderNow with wrapper :(
2013-02-07 Roland HäderAdded generic wrapper (next commit)
2013-02-07 Roland HäderUse 'self' here
2013-02-04 Roland HäderAdded DHT instance (Distributable interface)
2013-01-31 Roland HäderAdded example local configuration file
next