Added new factory and fixed confusing between login and actual user classes.
[core.git] / inc / classes / main / class_BaseFrameworkSystem.php
2015-04-18 Roland HaederIntroduced isFieldSet().
2015-04-07 Roland HaederIt is better 'menu' + output of full fieldArray if...
2015-04-05 Roland HaederMoved some class fields and their setter/getter to...
2015-03-24 Roland HaedergetResponseTypeFromSystem() is now static.
2015-03-24 Roland HaederSeparate web and console debugging.
2015-03-24 Roland HaederRenamed more stuff (will break app_die(), so it needs...
2015-03-23 Roland HaederHttpRequest and HttpResponse were to generic as they...
2015-03-22 Roland HaederIntroduced initWebOutputInstance() which will initializ...
2015-03-18 Roland HaederDon't "abuse" setters for actually "unsetting" (closing...
2015-03-17 Roland HaederUpdated copyright:
2015-03-16 Roland HaederRenamed DatabaseResult to CachedDatabaseResult as it...
2015-03-07 Roland HaederContinued:
2015-01-20 Roland HaederMerge branch 'master' of git.mxchange.org:/var/cache...
2015-01-20 Roland HaederContinued:
2015-01-10 Roland HaederThe name "Pointer" was to general, better use "FilePoin...
2014-12-24 Roland HaederContinued:
2014-12-24 Roland HaederMoved from 'hub' code.
2014-12-23 Roland HaederAlso this ...
2014-12-23 Roland HaederA much better name is HandleableProtocol.
2014-12-07 Roland HaederAlso this has to be renamed ('Directory' already exists).
2014-12-07 Roland HaederContinued:
2014-10-17 Roland HaederAdded new interfaces Handleable/-DataSet and ProtocolHa...
2014-06-25 Roland HaederAdded setter/getter for a Minable instance (interface...
2014-06-23 Roland HaederRenamed 'stacker' to 'stack' as they are stacks (FiFo...
2014-05-31 Roland HaederFixed: Fatal error: Access to undeclared static propert...
2014-05-30 Roland HaederContinued:
2014-05-24 Roland HaederContinued:
2014-05-24 Roland HaederRenamed more and moved code to Block interface.
2014-05-24 Roland HaederMoved more code to BaseFile as it makes sense to have...
2014-05-24 Roland HaederNo iterator call here + added assertion.
2014-05-23 Roland HaederMoved some code to BaseFrameworkSystem, and yes: getBlo...
2014-05-23 Roland HaederIntroduced CalculatableBlock + basic implementation...
2014-05-20 Roland HaederCommented out debug lines, another branch may help...
2014-05-20 Roland HaederIntroduced rewineUpdateSeekPosition() which needs to...
2014-05-20 Roland HaederOnly seek back to old position if the header has been...
2014-05-20 Roland HaederIf you don't rewind + update + flush header, the curren...
2014-05-20 Roland HaederIntroduced seekToOldPosition() and avoided endless...
2014-05-20 Roland HaederRenamed method + flushFileHeader() must be callable...
2014-05-20 Roland HaederIntroduced: caluclateMinimumFileEntryLength() which...
2014-05-20 Roland HaederHad to rename more stuff.
2014-05-20 Roland HaederUse print_r() instead of direct value.
2014-05-20 Roland HaederreadFileHeader() needs to have protected access level...
2014-05-20 Roland HaederAnd another one needs to be removed.
2014-05-20 Roland HaederRemoved duplicate methods.
2014-05-20 Roland HaederRemove duplicate super constructor.
2014-05-20 Roland HaederCould generalize ("generic") more code which avoid...
2014-05-20 Roland HaederAdded missing index instance with getter/setter.
2014-05-17 Roland HaederContinued with file-based stacks:
2014-05-16 Roland HaederOpps, had 2 Streamable interfaces ...
2014-05-16 Roland HaederAdded new interfaces for file i/o classes.
2014-05-15 Roland HaederFixed type-hint (still no interface).
2014-05-14 Roland HaederAdded fileName parameter.
2014-03-29 Roland HaederMerge branch 'contrib'
2014-03-20 Roland HaederAdded translateBooleanToYesNo().
2014-03-17 Roland HaederAdded new exception code (please cleanup others!).
2014-02-21 Roland HaederTried to make debugger instance more singleton.
2014-02-15 Roland HaederAdded exit; after all trigger_error() calls.
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-18 Roland HäderChanged all true/false to TRUE/FALSE respectively as...
2013-06-28 Roland HäderFixed (again) some more generic array handling
2013-06-28 Roland HäderFixed more generic array handling, introduced unsetGene...
2013-06-28 Roland HäderAdded option parameter 'forceInit'
2013-06-23 Roland HäderFixed more methods, value from shiftGenericArrayElement...
2013-06-23 Roland HäderIntroduced isValidGenericArrayKey()
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-02-22 Roland HäderUpdated core:
2013-02-22 Roland HäderFixed criteria handling
2013-02-07 Roland HäderUse interface DatabaseWrapper instead of generic class...
2013-02-04 Roland HäderAdded DHT instance (Distributable interface)
2012-09-18 Roland HäderCore continued:
2012-08-19 Roland HäderMinor: Improved comments
2012-08-07 Roland HäderMoved generic base classes from 'hub' project to core
2012-08-07 Roland HäderUsed exit() (also app_die()->app_exit()) because die...
2012-07-31 Roland HäderRewrote core:
2012-05-30 Roland HäderSome rewrites
2012-05-20 Roland HäderRemoved some anoying HTML code
2012-05-20 Roland HäderAdded stripTags (default: false) to allow stripping...
2012-05-19 Roland HäderAdded hexval() which really stupid regex
2012-05-18 Roland HäderAdded handling of NPE (which is fine here)
2012-05-18 Roland HäderUsed convertDashesToUnderscores()
2012-05-18 Roland HäderMissing fields may debugging
2012-05-16 Roland HäderCopyright updated
2012-05-14 Roland HäderWarning made more clear
2012-04-28 Roland HäderSorted fields/attributes and setter/getter to top,...
2012-04-27 Roland HäderAllowed debugBackTrace() to not exit (default is to...
2012-04-22 Roland HäderAdded type-hint 'array' for $onlyKeys because this...
2012-04-22 Roland HäderHack to prevent 'array to string conversion' message
2012-03-24 Roland HäderFixed a typo
2012-03-23 Roland HäderForgot this :(
2012-03-23 Roland HäderAssert only if requested so :(
2012-03-21 Roland HäderResurrected "legendary" function bigintval() from maile...
2012-03-21 Roland HäderSome minor cleanups, used single-quote instead of double
2012-02-26 Roland HäderAdded hashString() which simply calls mhash() function...
2012-02-25 Roland HäderMultiple-line comment rewritten
2012-02-16 Roland HäderChanged to generic interface Handleable to allow all...
2012-02-11 Roland HäderRenamed 'seperator' to 'separator'
next