Only seek back to old position if the header has been flushed.
[core.git] / inc / classes / main / class_BaseFrameworkSystem.php
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'
2012-02-11 Roland HäderSome minor rewrites
2011-11-08 Roland HäderStatic method getInstance() conflicts with getInstance...
2011-11-08 Roland HäderNo! More numbers! ;)
2011-11-08 Roland HäderFor better reading
2011-11-08 Roland HäderSeveral debug things (e.g. for timing) added
2011-09-01 Roland HäderSome 'static' array elements rewritten to constant...
2011-08-31 Roland HäderSome cleanups, more usage of ObjectFactory:
2011-08-31 Roland HäderMethod getResponseTypeFromSystem() introduced
2011-07-21 Roland HäderMinor improvements here and there:
2011-04-30 Roland HäderGetter for source instance added.
2011-04-20 Roland HäderVisitor instances can now be stored in all objects...
2011-04-19 Roland HäderMoved $handlerInstance from BaseHubSystem to BaseFramew...
2011-04-18 Roland HäderErrors from time_sleep_until() are now ignored, it...
2011-04-18 Roland HäderAdded isBase64Encoded() with a simple check on Base64...
2011-04-17 Roland HäderAdded missing field wrapperInstance (thanks to __set...
2011-04-14 Roland HäderAdded setter/getter for I/O streams
2011-04-04 Roland Häder- Introduced prependStringToString() which can prepend...
2011-04-04 Roland Häder- Added a helper script to ease applying patches
2011-04-04 Roland HäderOpps...
2011-04-04 Roland HäderMoved translation arrays, added new convertion functions:
2011-04-04 Roland HäderAdded methods dec2hex()/hex2dec() which are based on...
2011-04-02 Roland HäderNew exception 'UnsupportedOperationException' added
2011-03-29 Roland HäderAdded __unset() to catch unsetting of missing fields...
2011-03-29 Roland HäderRewritten class loader to skip deprecated class files:
2011-03-29 Roland HäderIntroduced new setter/getter and generic interface:
2011-03-29 Roland HäderAdded magic methods __get/set(). Please watch these...
2011-03-29 Roland HäderNew field/attribute 'cryptoInstance' introduced:
2011-03-25 Roland HäderSome cleanups
2011-03-21 Roland HäderObsolete parameter 'applicationInstance' removed from...
2011-03-10 Roland HäderAs of a good naming convention, do not short-cut variables
2011-03-10 Roland HäderRefactured code for deprecated includes file_io and...
2011-03-05 Roland HäderCopyright updated
2011-03-05 Roland HäderDirectory prepared, missing variable fixed:
2010-11-11 Roland HäderSome methods moved, speed improved
next