core.git
8 years agoNeed to rename more.
Roland Haeder [Mon, 11 May 2015 19:07:16 +0000 (21:07 +0200)]
Need to rename  more.

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoAdded scrypt stuff.
Roland Haeder [Mon, 11 May 2015 18:57:34 +0000 (20:57 +0200)]
Added scrypt stuff.

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoContinued:
Roland Haeder [Mon, 11 May 2015 12:00:21 +0000 (14:00 +0200)]
Continued:
- Several improvements for binary file classes (can't remember all)
- contrib/lfbdb2/<read|write>.php is now using auto-dection of 64-bit systems (very easy check).

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoinc/classes.php is old and only contains one call, so better remove it entirely.
Roland Haeder [Mon, 11 May 2015 11:58:25 +0000 (13:58 +0200)]
inc/classes.php is old and only contains one call, so better remove it entirely.

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoAdded some stuff (for testing).
Roland Haeder [Wed, 29 Apr 2015 10:22:49 +0000 (12:22 +0200)]
Added some stuff (for testing).

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoAdded debug line.
Roland Haeder [Sat, 25 Apr 2015 22:46:14 +0000 (00:46 +0200)]
Added debug line.

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoSourceable was a strange name ...
Roland Haeder [Sat, 25 Apr 2015 22:35:20 +0000 (00:35 +0200)]
Sourceable was a strange name ...

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoAdded missing methods and removed methods that have already protected access level.
Roland Haeder [Sat, 25 Apr 2015 22:16:11 +0000 (00:16 +0200)]
Added missing methods and removed methods that have already protected access level.

Signed-off-by: Roland Häder <roland@mxchange.org>
9 years agoMore fixes ...
Roland Haeder [Sat, 18 Apr 2015 11:03:27 +0000 (13:03 +0200)]
More fixes ...

Signed-off-by: Roland Häder <roland@mxchange.org>
9 years agoNope, this way ... :-(
Roland Haeder [Sat, 18 Apr 2015 10:27:47 +0000 (12:27 +0200)]
Nope, this way ... :-(

Signed-off-by: Roland Häder <roland@mxchange.org>
9 years agoAdded new factory and fixed confusing between login and actual user classes.
Roland Haeder [Sat, 18 Apr 2015 10:25:02 +0000 (12:25 +0200)]
Added new factory and fixed confusing between login and actual user classes.

Signed-off-by: Roland Häder <roland@mxchange.org>
9 years agoOld leftover from debugging 'city'.
Roland Haeder [Sat, 18 Apr 2015 10:17:02 +0000 (12:17 +0200)]
Old leftover from debugging 'city'.

Signed-off-by: Roland Häder <roland@mxchange.org>
9 years agoThis is more flexible so better take it.
Roland Haeder [Sat, 18 Apr 2015 10:15:44 +0000 (12:15 +0200)]
This is more flexible so better take it.

Signed-off-by: Roland Häder <roland@mxchange.org>
9 years agoAdded new factory (unfinished) + some fixes.
Roland Haeder [Sat, 18 Apr 2015 09:58:26 +0000 (11:58 +0200)]
Added new factory (unfinished) + some fixes.

Signed-off-by: Roland Häder <roland@mxchange.org>
9 years agoIntroduced isFieldSet().
Roland Haeder [Sat, 18 Apr 2015 01:52:56 +0000 (03:52 +0200)]
Introduced isFieldSet().

Signed-off-by: Roland Häder <roland@mxchange.org>
9 years agoAllowed to set extra instance (for special cases, okay).
Roland Haeder [Sat, 18 Apr 2015 01:39:54 +0000 (03:39 +0200)]
Allowed to set extra instance (for special cases, okay).

Signed-off-by: Roland Häder <roland@mxchange.org>
9 years agoAdded some new stuff.
Roland Haeder [Sat, 18 Apr 2015 00:40:33 +0000 (02:40 +0200)]
Added some new stuff.

Signed-off-by: Roland Häder <roland@mxchange.org>
9 years agoAdded checks for 'command' and 'form' and check if CAPTCHA is enabled.
Roland Haeder [Fri, 17 Apr 2015 18:50:53 +0000 (20:50 +0200)]
Added checks for 'command' and 'form' and check if CAPTCHA is enabled.

Signed-off-by: Roland Häder <roland@mxchange.org>
9 years agoOpps, a parser error was introduced last commit.
Roland Haeder [Tue, 7 Apr 2015 22:54:34 +0000 (00:54 +0200)]
Opps, a parser error was introduced last commit.

Signed-off-by: Roland Häder <roland@mxchange.org>
9 years agoAdded isGuest() isConfirmed() to BaseUser for wrapping this type of check into
Roland Haeder [Tue, 7 Apr 2015 22:52:07 +0000 (00:52 +0200)]
Added isGuest() isConfirmed() to BaseUser for wrapping this type of check into
small methods. Also these methods are used to check the user instance before it
is being returned to other classes (see their factory methods).

Also 2 new exceptions has been added for above pre-checks.

Signed-off-by: Roland Häder <roland@mxchange.org>
9 years agostartElement(), finishElement() and characterHandler() must be public as they
Roland Haeder [Tue, 7 Apr 2015 21:22:10 +0000 (23:22 +0200)]
startElement(), finishElement() and characterHandler() must be public as they
are called from XmlParser class.

Signed-off-by: Roland Häder <roland@mxchange.org>
9 years agoSubject line may contain HTML entities and then it needs to be put in
Roland Haeder [Tue, 7 Apr 2015 21:16:42 +0000 (23:16 +0200)]
Subject line may contain HTML entities and then it needs to be put in
<![CDATA[Bl&auml;]]> to get rid of XML parser errors.

Signed-off-by: Roland Häder <roland@mxchange.org>
9 years agoBrought loadEmailTemplate() back to life.
Roland Haeder [Tue, 7 Apr 2015 21:10:27 +0000 (23:10 +0200)]
Brought loadEmailTemplate() back to life.

Signed-off-by: Roland Häder <roland@mxchange.org>
9 years agoFixed parser error ...
Roland Haeder [Tue, 7 Apr 2015 21:01:03 +0000 (23:01 +0200)]
Fixed parser error ...

Signed-off-by: Roland Häder <roland@mxchange.org>
9 years agoFixed parser error.
Roland Haeder [Tue, 7 Apr 2015 20:58:55 +0000 (22:58 +0200)]
Fixed parser error.

Signed-off-by: Roland Häder <roland@mxchange.org>
9 years agoNot so much double quotes for strings (convention).
Roland Haeder [Tue, 7 Apr 2015 16:46:45 +0000 (18:46 +0200)]
Not so much double quotes for strings (convention).

Signed-off-by: Roland Häder <roland@mxchange.org>
9 years agoIt is better 'menu' + output of full fieldArray if DEVELOPER is defined.
Roland Haeder [Tue, 7 Apr 2015 16:33:28 +0000 (18:33 +0200)]
It is better 'menu' + output of full fieldArray if DEVELOPER is defined.

Signed-off-by: Roland Häder <roland@mxchange.org>
9 years agoThis is a public method.
Roland Haeder [Tue, 7 Apr 2015 16:07:54 +0000 (18:07 +0200)]
This is a public method.

Signed-off-by: Roland Häder <roland@mxchange.org>
9 years agoThrowing an NPE here hides the actual exception and it is much harder to track what...
Roland Haeder [Tue, 7 Apr 2015 15:45:44 +0000 (17:45 +0200)]
Throwing an NPE here hides the actual exception and it is much harder to track what is wrong.

Signed-off-by: Roland Häder <roland@mxchange.org>
9 years agoLet's see if this works better.
Roland Haeder [Tue, 7 Apr 2015 14:53:34 +0000 (16:53 +0200)]
Let's see if this works better.

Signed-off-by: Roland Häder <roland@mxchange.org>
9 years agoUpdated this as well.
Roland Haeder [Tue, 7 Apr 2015 14:49:47 +0000 (16:49 +0200)]
Updated this as well.

Signed-off-by: Roland Häder <roland@mxchange.org>
9 years agoUpdated signature of addCriteria().
Roland Haeder [Tue, 7 Apr 2015 14:47:51 +0000 (16:47 +0200)]
Updated signature of addCriteria().

Signed-off-by: Roland Häder <roland@mxchange.org>
9 years agoUpdateCriteria currently needs to overwrite addCriteria().
Roland Haeder [Tue, 7 Apr 2015 14:46:04 +0000 (16:46 +0200)]
UpdateCriteria currently needs to overwrite addCriteria().

Signed-off-by: Roland Häder <roland@mxchange.org>
9 years agoIntroduced genericHanleRequestLoginAreaFailedRedirect()
Roland Haeder [Tue, 7 Apr 2015 14:40:24 +0000 (16:40 +0200)]
Introduced genericHanleRequestLoginAreaFailedRedirect()

Signed-off-by: Roland Häder <roland@mxchange.org>
9 years agoFixed parser error.
Roland Haeder [Tue, 7 Apr 2015 14:25:24 +0000 (16:25 +0200)]
Fixed parser error.

Signed-off-by: Roland Häder <roland@mxchange.org>
9 years agoThis old stuff needs to be rewritten.
Roland Haeder [Tue, 7 Apr 2015 14:24:19 +0000 (16:24 +0200)]
This old stuff needs to be rewritten.

Signed-off-by: Roland Häder <roland@mxchange.org>
9 years agoNo more needed to call parent execute().
Roland Haeder [Tue, 7 Apr 2015 14:14:33 +0000 (16:14 +0200)]
No more needed to call parent execute().

Signed-off-by: Roland Häder <roland@mxchange.org>
9 years agoNope, no more ShipSimu here ...
Roland Haeder [Mon, 6 Apr 2015 23:20:58 +0000 (01:20 +0200)]
Nope, no more ShipSimu here ...

Signed-off-by: Roland Häder <roland@mxchange.org>
9 years agoMoved from shipsimu project.
Roland Haeder [Mon, 6 Apr 2015 23:19:43 +0000 (01:19 +0200)]
Moved from shipsimu project.

Signed-off-by: Roland Häder <roland@mxchange.org>
9 years agoIntroduced genericHanleRequestLoginFailedRedirect().
Roland Haeder [Mon, 6 Apr 2015 23:13:02 +0000 (01:13 +0200)]
Introduced genericHanleRequestLoginFailedRedirect().

Signed-off-by: Roland Häder <roland@mxchange.org>
9 years agoAlso call initWebOutputInstance() here.
Roland Haeder [Mon, 6 Apr 2015 23:00:57 +0000 (01:00 +0200)]
Also call initWebOutputInstance() here.

Signed-off-by: Roland Häder <roland@mxchange.org>
9 years agoAdded some more missing class fields.
Roland Haeder [Mon, 6 Apr 2015 22:56:48 +0000 (00:56 +0200)]
Added some more missing class fields.

Signed-off-by: Roland Häder <roland@mxchange.org>
9 years agoAdded missing field.
Roland Haeder [Mon, 6 Apr 2015 22:54:39 +0000 (00:54 +0200)]
Added missing field.

Signed-off-by: Roland Häder <roland@mxchange.org>
9 years agoSame for controller (?).
Roland Haeder [Mon, 6 Apr 2015 22:51:33 +0000 (00:51 +0200)]
Same for controller (?).

Signed-off-by: Roland Häder <roland@mxchange.org>
9 years agoAdded 'default_image_command' as this is really the default for all applications...
Roland Haeder [Mon, 6 Apr 2015 22:49:04 +0000 (00:49 +0200)]
Added 'default_image_command' as this is really the default for all applications that create images.

Signed-off-by: Roland Häder <roland@mxchange.org>
9 years agoGee, found more copy-paste errors ...
Roland Haeder [Mon, 6 Apr 2015 22:46:06 +0000 (00:46 +0200)]
Gee, found more copy-paste errors ...

Signed-off-by: Roland Häder <roland@mxchange.org>
9 years agoDon't look for commands in controller resolvers as this confuses the code (maybe).
Roland Haeder [Mon, 6 Apr 2015 22:44:02 +0000 (00:44 +0200)]
Don't look for commands in controller resolvers as this confuses the code (maybe).

Signed-off-by: Roland Häder <roland@mxchange.org>
9 years agoresolveController() was everywhere the same, still you can overwrite it with
Roland Haeder [Mon, 6 Apr 2015 22:40:10 +0000 (00:40 +0200)]
resolveController() was everywhere the same, still you can overwrite it with
your own implementation.

Signed-off-by: Roland Häder <roland@mxchange.org>
9 years agoIt is actually a class.
Roland Haeder [Mon, 6 Apr 2015 22:24:58 +0000 (00:24 +0200)]
It is actually a class.

Signed-off-by: Roland Häder <roland@mxchange.org>
9 years agoAdded support for template suffix. This allows to load templates such as register_for...
Roland Haeder [Mon, 6 Apr 2015 22:16:11 +0000 (00:16 +0200)]
Added support for template suffix. This allows to load templates such as register_form, etc.

Signed-off-by: Roland Häder <roland@mxchange.org>
9 years agoSometimes 'page' is wanted, sometimes 'command' but basicly both want a command
Roland Haeder [Mon, 6 Apr 2015 09:48:07 +0000 (11:48 +0200)]
Sometimes 'page' is wanted, sometimes 'command' but basicly both want a command
instance. So it is better to rename it everywhere to 'command'.

Signed-off-by: Roland Häder <roland@mxchange.org>
9 years agoUse getResponseTypeFromSystem() to get 'html' or 'console', what is really needed.
Roland Haeder [Mon, 6 Apr 2015 00:03:06 +0000 (02:03 +0200)]
Use getResponseTypeFromSystem() to get 'html' or 'console', what is really needed.

Signed-off-by: Roland Häder <roland@mxchange.org>
9 years agoDon't allow underscores or dashes in application names (remove them).
Roland Haeder [Sun, 5 Apr 2015 23:52:51 +0000 (01:52 +0200)]
Don't allow underscores or dashes in application names (remove them).

Signed-off-by: Roland Häder <roland@mxchange.org>
9 years agoRenamed a lot more stuff from 'web' to 'html'.
Roland Haeder [Sun, 5 Apr 2015 23:42:07 +0000 (01:42 +0200)]
Renamed a lot more stuff from 'web' to 'html'.

Signed-off-by: Roland Häder <roland@mxchange.org>
9 years agoForgot to rename classes as well ...
Roland Haeder [Sun, 5 Apr 2015 23:31:01 +0000 (01:31 +0200)]
Forgot to rename classes as well ...

Signed-off-by: Roland Häder <roland@mxchange.org>
9 years agoOne to much?
Roland Haeder [Sun, 5 Apr 2015 23:22:32 +0000 (01:22 +0200)]
One to much?

Signed-off-by: Roland Häder <roland@mxchange.org>
9 years agoCleanup + expanded CompileableTemplate with a lot public methods from BaseTemplateEngine
Roland Haeder [Sun, 5 Apr 2015 23:21:21 +0000 (01:21 +0200)]
Cleanup + expanded CompileableTemplate with a lot public methods from BaseTemplateEngine

Signed-off-by: Roland Häder <roland@mxchange.org>
9 years agoConfiguration data is now being inserted as same as other data.
Roland Haeder [Sun, 5 Apr 2015 23:01:43 +0000 (01:01 +0200)]
Configuration data is now being inserted as same as other data.

Signed-off-by: Roland Häder <roland@mxchange.org>
9 years agoAdded 'base_url'
Roland Haeder [Sun, 5 Apr 2015 22:40:54 +0000 (00:40 +0200)]
Added 'base_url'

Signed-off-by: Roland Häder <roland@mxchange.org>
9 years agoIntroduced executeGenericPrePostCommand() which will execute a command with
Roland Haeder [Sun, 5 Apr 2015 22:30:50 +0000 (00:30 +0200)]
Introduced executeGenericPrePostCommand() which will execute a command with
pre and post filters.

Signed-off-by: Roland Häder <roland@mxchange.org>
9 years agoAdded shutdown filter methods.
Roland Haeder [Sun, 5 Apr 2015 22:04:53 +0000 (00:04 +0200)]
Added shutdown filter methods.

Signed-off-by: Roland Häder <roland@mxchange.org>
9 years agoAdded sendGenericGetResponse() which sends a generic HTML GET response to the
Roland Haeder [Sun, 5 Apr 2015 21:59:13 +0000 (23:59 +0200)]
Added sendGenericGetResponse() which sends a generic HTML GET response to the
client. This means a header, menu, content and footer is compiled and send out
to the client.

Signed-off-by: Roland Häder <roland@mxchange.org>
9 years agoAdded isGetRequestMethod(), isHeadRequestMethod() and isPostRequestMethod().
Roland Haeder [Sun, 5 Apr 2015 21:54:05 +0000 (23:54 +0200)]
Added isGetRequestMethod(), isHeadRequestMethod() and isPostRequestMethod().

Signed-off-by: Roland Häder <roland@mxchange.org>
9 years agoMoved some class fields and their setter/getter to BaseFrameworkSystem.
Roland Haeder [Sun, 5 Apr 2015 21:38:05 +0000 (23:38 +0200)]
Moved some class fields and their setter/getter to BaseFrameworkSystem.

Signed-off-by: Roland Häder <roland@mxchange.org>
9 years agoRenamed classes.
Roland Haeder [Sun, 5 Apr 2015 21:19:45 +0000 (23:19 +0200)]
Renamed classes.

Signed-off-by: Roland Häder <roland@mxchange.org>
9 years agoRenamed classes
Roland Haeder [Sun, 5 Apr 2015 21:06:07 +0000 (23:06 +0200)]
Renamed classes

Signed-off-by: Roland Häder <roland@mxchange.org>
9 years agoFixed comments (minor)
Roland Haeder [Sun, 5 Apr 2015 20:59:06 +0000 (22:59 +0200)]
Fixed comments (minor)

Signed-off-by: Roland Häder <roland@mxchange.org>
9 years agoAdded new method as the template engine may need additional
Roland Haeder [Sun, 5 Apr 2015 20:29:54 +0000 (22:29 +0200)]
Added new method as the template engine may need additional
application-depending data from the application.

Signed-off-by: Roland Häder <roland@mxchange.org>
9 years agoBasicly finished menu rendering (wow).
Roland Haeder [Sun, 5 Apr 2015 20:25:03 +0000 (22:25 +0200)]
Basicly finished menu rendering (wow).

Signed-off-by: Roland Häder <roland@mxchange.org>
9 years agoAdded very basic support (unfinished) for menu rendering
Roland Haeder [Sun, 5 Apr 2015 20:06:38 +0000 (22:06 +0200)]
Added very basic support (unfinished) for menu rendering

Signed-off-by: Roland Häder <roland@mxchange.org>
9 years agoKeep multi-line comments in their proper way with /* */.
Roland Haeder [Sun, 5 Apr 2015 18:48:32 +0000 (20:48 +0200)]
Keep multi-line comments in their proper way with /* */.

Signed-off-by: Roland Häder <roland@mxchange.org>
9 years agoIt is now html, not web.
Roland Haeder [Tue, 24 Mar 2015 20:56:28 +0000 (21:56 +0100)]
It is now html, not web.

Signed-off-by: Roland Häder <roland@mxchange.org>
9 years agoMove also this.
Roland Haeder [Tue, 24 Mar 2015 20:39:54 +0000 (21:39 +0100)]
Move also this.

Signed-off-by: Roland Häder <roland@mxchange.org>
9 years agoMoved from 'hub' (jepp, more to come!)
Roland Haeder [Tue, 24 Mar 2015 20:37:45 +0000 (21:37 +0100)]
Moved from 'hub' (jepp, more to come!)
Signed-off-by: Roland Häder <roland@mxchange.org>
9 years agoAdded from 'hub' project.
Roland Haeder [Tue, 24 Mar 2015 20:35:47 +0000 (21:35 +0100)]
Added from 'hub' project.

Signed-off-by: Roland Häder <roland@mxchange.org>
9 years agoMoved from 'hub' project, too.
Roland Haeder [Tue, 24 Mar 2015 20:33:04 +0000 (21:33 +0100)]
Moved from 'hub' project, too.

Signed-off-by: Roland Häder <roland@mxchange.org>
9 years agoMoved from 'hub' project.
Roland Haeder [Tue, 24 Mar 2015 20:31:57 +0000 (21:31 +0100)]
Moved from 'hub' project.

Signed-off-by: Roland Häder <roland@mxchange.org>
9 years agoMoved visitor stuff from 'hub'.
Roland Haeder [Tue, 24 Mar 2015 20:27:47 +0000 (21:27 +0100)]
Moved visitor stuff from 'hub'.

Signed-off-by: Roland Häder <roland@mxchange.org>
9 years agoMoved default iterator from 'hub'.
Roland Haeder [Tue, 24 Mar 2015 20:24:19 +0000 (21:24 +0100)]
Moved default iterator from 'hub'.

Signed-off-by: Roland Häder <roland@mxchange.org>
9 years agoMoved ListGroupList from 'hub'.
Roland Haeder [Tue, 24 Mar 2015 20:21:46 +0000 (21:21 +0100)]
Moved ListGroupList from 'hub'.

Signed-off-by: Roland Häder <roland@mxchange.org>
9 years agoAlso moved this interface (again more will come).
Roland Haeder [Tue, 24 Mar 2015 20:19:20 +0000 (21:19 +0100)]
Also moved this interface (again more will come).

Signed-off-by: Roland Häder <roland@mxchange.org>
9 years agoAlso moved this stuff (more may come).
Roland Haeder [Tue, 24 Mar 2015 20:17:43 +0000 (21:17 +0100)]
Also moved this stuff (more may come).

Signed-off-by: Roland Häder <roland@mxchange.org>
9 years agoAlso moved this interface.
Roland Haeder [Tue, 24 Mar 2015 20:13:55 +0000 (21:13 +0100)]
Also moved this interface.

Signed-off-by: Roland Häder <roland@mxchange.org>
9 years agoAdded task handler from 'hub' project.
Roland Haeder [Tue, 24 Mar 2015 20:10:57 +0000 (21:10 +0100)]
Added task handler from 'hub' project.

Signed-off-by: Roland Häder <roland@mxchange.org>
9 years agoMoved methods to reduce code duplicates.
Roland Haeder [Tue, 24 Mar 2015 19:53:09 +0000 (20:53 +0100)]
Moved methods to reduce code duplicates.

Signed-off-by: Roland Häder <roland@mxchange.org>
9 years agoClass prefixes can be now all lower-case.
Roland Haeder [Tue, 24 Mar 2015 19:47:05 +0000 (20:47 +0100)]
Class prefixes can be now all lower-case.

Signed-off-by: Roland Häder <roland@mxchange.org>
9 years agoResponse type fixed (opps).
Roland Haeder [Tue, 24 Mar 2015 19:41:22 +0000 (20:41 +0100)]
Response type fixed (opps).

Signed-off-by: Roland Häder <roland@mxchange.org>
9 years agogetDefaultCommand() is now moved to BaseResponse.
Roland Haeder [Tue, 24 Mar 2015 19:39:59 +0000 (20:39 +0100)]
getDefaultCommand() is now moved to BaseResponse.

Signed-off-by: Roland Häder <roland@mxchange.org>
9 years agoClass prefixes for actions, commands and controllers can now be like 'foo_bar'.
Roland Haeder [Tue, 24 Mar 2015 19:27:36 +0000 (20:27 +0100)]
Class prefixes for actions, commands and controllers can now be like 'foo_bar'.

Signed-off-by: Roland Häder <roland@mxchange.org>
9 years agoOutput system is now no longer initialized by loading a centralized
Roland Haeder [Tue, 24 Mar 2015 18:21:57 +0000 (19:21 +0100)]
Output system is now no longer initialized by loading a centralized
inc/output.php as this was a stupid idea and sometimes the same application
has a console and web part.

Signed-off-by: Roland Häder <roland@mxchange.org>
9 years agogetResponseTypeFromSystem() is now static.
Roland Haeder [Tue, 24 Mar 2015 17:33:21 +0000 (18:33 +0100)]
getResponseTypeFromSystem() is now static.

Signed-off-by: Roland Häder <roland@mxchange.org>
9 years agoSeparate web and console debugging.
Roland Haeder [Tue, 24 Mar 2015 17:29:01 +0000 (18:29 +0100)]
Separate web and console debugging.

Signed-off-by: Roland Häder <roland@mxchange.org>
9 years agoImported from 'hub' code.
Roland Haeder [Tue, 24 Mar 2015 17:18:05 +0000 (18:18 +0100)]
Imported from 'hub' code.

Signed-off-by: Roland Häder <roland@mxchange.org>
9 years agoRenamed more stuff (will break app_die(), so it needs fixing).
Roland Haeder [Tue, 24 Mar 2015 01:15:15 +0000 (02:15 +0100)]
Renamed more stuff (will break app_die(), so it needs fixing).

Signed-off-by: Roland Häder <roland@mxchange.org>
9 years agoVery noisy line (for web applications).
Roland Haeder [Tue, 24 Mar 2015 00:26:34 +0000 (01:26 +0100)]
Very noisy line (for web applications).

Signed-off-by: Roland Häder <roland@mxchange.org>
9 years agoSome fixes for template parsing.
Roland Haeder [Tue, 24 Mar 2015 00:18:53 +0000 (01:18 +0100)]
Some fixes for template parsing.

Signed-off-by: Roland Häder <roland@mxchange.org>
9 years agoDon't shorten variable names, even when they become long. If so, then find a
Roland Haeder [Tue, 24 Mar 2015 00:09:09 +0000 (01:09 +0100)]
Don't shorten variable names, even when they become long. If so, then find a
better way of naming them.

Signed-off-by: Roland Häder <roland@mxchange.org>
9 years agoBetter use 'self'.
Roland Haeder [Mon, 23 Mar 2015 23:58:57 +0000 (00:58 +0100)]
Better use 'self'.

Signed-off-by: Roland Häder <roland@mxchange.org>
9 years agoLanguage base path is now optional.
Roland Haeder [Mon, 23 Mar 2015 23:56:49 +0000 (00:56 +0100)]
Language base path is now optional.

Signed-off-by: Roland Häder <roland@mxchange.org>
9 years agoAdded config entry.
Roland Haeder [Mon, 23 Mar 2015 23:36:37 +0000 (00:36 +0100)]
Added config entry.

Signed-off-by: Roland Häder <roland@mxchange.org>