core.git
2017-02-28 Roland HaederContinued:
2017-02-28 Roland Haederadded import for BaseRegistry
2017-02-28 Roland HaederContinued rewriting:
2017-02-28 Roland HaederContinued:
2017-02-28 Roland HaederContinued:
2017-02-28 Roland HaederContinued:
2017-02-28 Roland HaederAdded namespace support to class loader. If not present...
2017-02-28 Roland HaederContinued:
2017-02-28 Roland HaederContinued:
2017-02-28 Roland HaederIntroduced namespaces:
2017-02-28 Roland Haederupdate copyright as changes will happen this year
2016-06-29 Roland HaederPrepared rewrite of framework bootstrap:
2016-06-29 Roland HaederContinued a bit:
2016-06-29 Roland HaederContinued a bit:
2016-02-13 Roland HaederAdded .gitattributes
2015-12-22 Roland HaederCleanup of duplicated methods ... Well, this stuff...
2015-12-14 Roland HaederMake sure 'argv' and 'argc' are there.
2015-11-13 Roland HaederContinued:
2015-10-06 Roland HaederMerge ../hub/core
2015-10-06 Roland HaederMoved more methods to a maybe not-so-good place.
2015-10-06 Roland HaederMoved more methods to a maybe not-so-good place.
2015-10-06 Roland HaederMaybe right place here? Maybe total rewrite!
2015-10-06 Roland HaederMoved some code from TcpListener and made it a bit...
2015-10-06 Roland HaederFixed message.
2015-10-04 Roland HaederMissed to call getConfigInstance() first.
2015-09-12 Roland HaederAdded config entry for configuring the IPC socket file...
2015-09-12 Roland HaederMoved from 'hub'.
2015-09-12 Roland HaederContinued:
2015-09-12 Roland HaederSetting a listener type is needed for later pooling.
2015-09-12 Roland HaederAlso this one ...
2015-09-12 Roland HaederThese methods are already in BaseListener
2015-09-12 Roland HaederOpps.
2015-09-12 Roland HaederMoved files + added interface + generic socket file...
2015-09-03 Roland HaederFixed tableName issue
2015-08-27 Roland HaederAdded new classes for file system and interfaces for...
2015-08-25 Roland HaederTypo fixed ...
2015-08-25 Roland HaederAdded config entry feature_fuse_class
2015-08-25 Roland HaederAdded missing method.
2015-08-25 Roland HaederAdded command for FUSE feature + implemented execute...
2015-08-25 Roland HaederSome fixes for tests application (will become more...
2015-08-25 Roland HaederTest class added (nothing really implemented so far).
2015-08-25 Roland HaederRenamed classes/main/ to main/classes/ + added FuseFeat...
2015-08-25 Roland HaederOpps, forgot this.
2015-08-24 Roland HaederAdded new methods:
2015-08-24 Roland HaederAdded a public methods to interface + some logger messages.
2015-08-24 Roland HaederCommented out this, too.
2015-08-16 Roland HaederSeparated this config entry for console/html as well.
2015-08-16 Roland HaederMoved from 'city' project.
2015-08-16 Roland HaederOpps, please fix this!
2015-08-16 Roland HaederCode templates needs to be configured separately for...
2015-08-01 Roland HaederUsing the bebug middleware class will become deprecated...
2015-07-29 Roland HaederMoved 'result' into 'database' as the actual class...
2015-07-14 Roland HaederAlways use own getter/setter ... A good policy, if...
2015-07-14 Roland HaederMoved outputInstance to BaseFrameworkSystem + added...
2015-07-14 Roland HaederAdded missing class
2015-07-14 Roland HaederOpps, introduced this for debugging ...
2015-07-14 Roland HaederContinued with logger facility:
2015-07-04 Roland HaederMissed this ... :-(
2015-07-04 Roland HaederMake sure the path can be written to.
2015-07-04 Roland HaederAlso check on existence.
2015-07-04 Roland HaederAdded missing exception
2015-07-03 Roland HaederUsed more DatabaseWrapperFactory as one instance of...
2015-06-29 Roland HaederGrrr .... :-(
2015-06-29 Roland HaederTpyo fixed ... ;-)
2015-06-29 Roland HaederNow the idle loop time is configurable, please don...
2015-06-29 Roland HaederWrong tests ...
2015-06-29 Roland HaederOpps ...
2015-06-29 Roland HaederAdded some pre-checks.
2015-06-29 Roland HaederMoved from 'hub' project.
2015-06-29 Roland HaederAdded protocolName from BaseHubSystem as classes outsid...
2015-06-28 Roland HaederThese are noisy debug lines.
2015-06-10 Roland HaederAdded exception from 'hub' project
2015-06-10 Roland HaederAdded accept() and doShutdown() to Taskable as this...
2015-05-29 Roland HaederMoved setter/getter from 'hub' code as also 'city'...
2015-05-27 Roland HaederDebug infos with var()=%d are for length and can be...
2015-05-27 Roland HaederOld lost parameter from old template ... :-(
2015-05-27 Roland HaederNa, not again ... ;-(
2015-05-27 Roland HaederUse of the FrameworkFeature class (which is a manager...
2015-05-27 Roland HaederMethod convertToClassName() and convertDashesToUndersco...
2015-05-27 Roland HaederAdded new FrameworkFeature class + missing exception:
2015-05-26 Roland HaederIntroduced ConfigValueTypeUnsupportedException
2015-05-26 Roland HaederOpps, wrong method name ...
2015-05-26 Roland HaederAdded check for "scrypt feature" (if no config entry...
2015-05-26 Roland HaederMore usage of FileNotFoundException
2015-05-26 Roland HaederIntroduced FileNotFoundException
2015-05-26 Roland HaederIf the file doesn't exist as it has to be created first...
2015-05-26 Roland HaederExpanded log message with Exception and its actual...
2015-05-26 Roland HäderAllow all if open_basedir is not set.
2015-05-26 Roland HaederIntroduced isReachableFilePath() and isReadableFile().
2015-05-24 Roland HaederDouble -> single
2015-05-24 Roland HaederThis should fix it ... ;-)
2015-05-24 Roland HaederAdded post-filter support.
2015-05-24 Roland HaederVery early write (add) support for file-based stack...
2015-05-23 Roland HaederDon't forget to increment counter when writing data.
2015-05-21 Roland HaederAdded communicatorInstance from 'hub' project.
2015-05-21 Roland HaederSome improvements ...
2015-05-14 Roland HaederAdjusted a bit, still not accurate enough and may not...
2015-05-14 Roland HaederAdded calculation scripts (I know, they might be wrong...
2015-05-14 Roland HaederIt is now 'main_content'.
2015-05-14 Roland HaederSome fixes.
next