core.git
13 years agoNew field/attribute 'cryptoInstance' introduced:
Roland Häder [Tue, 29 Mar 2011 12:30:00 +0000 (12:30 +0000)]
New field/attribute 'cryptoInstance' introduced:
- Getter/setter added for cryptoInstance field/attribute :-)
- Deprecated rngInstance removed from CryptoHelper, it is encapsulated in class
  BaseFrameworkSystem
- TODOs.txt updated

13 years agoAdded parameter 'key' to encryption methods to allow own keys
Roland Häder [Tue, 29 Mar 2011 09:09:08 +0000 (09:09 +0000)]
Added parameter 'key' to encryption methods to allow own keys

13 years agoSetting back compacted template content will reduce memory usage
Roland Häder [Mon, 28 Mar 2011 23:10:17 +0000 (23:10 +0000)]
Setting back compacted template content will reduce memory usage

13 years agoSome cleanups
Roland Häder [Fri, 25 Mar 2011 10:56:06 +0000 (10:56 +0000)]
Some cleanups

13 years agoAdded a XML template engine factory which encapsulates disabling of language support...
Roland Häder [Tue, 22 Mar 2011 00:10:07 +0000 (00:10 +0000)]
Added a XML template engine factory which encapsulates disabling of language support and enabling of XML-compacting

13 years agoObsolete parameter 'applicationInstance' removed from all template engines
Roland Häder [Mon, 21 Mar 2011 23:21:48 +0000 (23:21 +0000)]
Obsolete parameter 'applicationInstance' removed from all template engines

13 years agoReset script added
Roland Häder [Tue, 15 Mar 2011 20:50:59 +0000 (20:50 +0000)]
Reset script added

13 years agoSome documentary updated
Roland Häder [Tue, 15 Mar 2011 20:32:14 +0000 (20:32 +0000)]
Some documentary updated

13 years agoClass template for template engines updated
Roland Häder [Tue, 15 Mar 2011 20:11:04 +0000 (20:11 +0000)]
Class template for template engines updated

13 years agoRewritten static 'create' method in all compressors, some code-cleanup
Roland Häder [Sat, 12 Mar 2011 00:07:02 +0000 (00:07 +0000)]
Rewritten static 'create' method in all compressors, some code-cleanup

13 years agogetStackCount() is now public
Roland Häder [Fri, 11 Mar 2011 10:43:38 +0000 (10:43 +0000)]
getStackCount() is now public

13 years agoinitStacker() can be easily public
Roland Häder [Thu, 10 Mar 2011 22:05:52 +0000 (22:05 +0000)]
initStacker() can be easily public

13 years agoAs of a good naming convention, do not short-cut variables
Roland Häder [Thu, 10 Mar 2011 20:39:55 +0000 (20:39 +0000)]
As of a good naming convention, do not short-cut variables

13 years agoRefactured code for deprecated includes file_io and language:
Roland Häder [Thu, 10 Mar 2011 14:05:22 +0000 (14:05 +0000)]
Refactured code for deprecated includes file_io and language:
- Include inc/file_io.php and inc/language.php are now deprecated, please no
  longer use them
- Therefore the code needs some refacturing
- ... and two deprecated exceptions!
- TODOs.txt updated

13 years agoCopyright updated
Roland Häder [Sat, 5 Mar 2011 14:17:31 +0000 (14:17 +0000)]
Copyright updated

13 years agoBetter debug lines
Roland Häder [Sat, 5 Mar 2011 12:53:28 +0000 (12:53 +0000)]
Better debug lines

13 years agoTo much 'Deny from all' removed :(
Roland Häder [Sat, 5 Mar 2011 12:37:22 +0000 (12:37 +0000)]
To much 'Deny from all' removed :(

13 years agoDirectory prepared, missing variable fixed:
Roland Häder [Sat, 5 Mar 2011 12:35:18 +0000 (12:35 +0000)]
Directory prepared, missing variable fixed:
- Added missing class template for resolver class
- Prepared directory for request resolver (the method entryPoint() is to large)
- Fixed missing variable $result in method equals()

13 years agoNow required method equals() added
Roland Häder [Sat, 5 Mar 2011 12:26:17 +0000 (12:26 +0000)]
Now required method equals() added

13 years agoWho says 'hashCode()' says also 'equals()' ... Shame on me
Roland Häder [Sat, 5 Mar 2011 12:23:16 +0000 (12:23 +0000)]
Who says 'hashCode()' says also 'equals()' ... Shame on me

13 years agoHost name fixed (a redirect causes an error), duplicate code rewrriten to be more...
Roland Häder [Sat, 5 Mar 2011 11:09:11 +0000 (11:09 +0000)]
Host name fixed (a redirect causes an error), duplicate code rewrriten to be more generic

13 years ago'public static final' is correct
Roland Häder [Mon, 28 Feb 2011 00:09:47 +0000 (00:09 +0000)]
'public static final' is correct

13 years agoNew server IP is 188.138.90.169
Roland Häder [Wed, 16 Feb 2011 12:59:07 +0000 (12:59 +0000)]
New server IP is 188.138.90.169

13 years agoProperties set/deleted on .htaccess
Roland Häder [Sun, 13 Feb 2011 15:28:41 +0000 (15:28 +0000)]
Properties set/deleted on .htaccess

13 years agoHelper script added, externals are now no longer with www. (because it is really...
Roland Häder [Sat, 12 Feb 2011 23:44:08 +0000 (23:44 +0000)]
Helper script added, externals are now no longer with  (because it is really out-dated)

13 years agoSome methods moved, speed improved
Roland Häder [Thu, 11 Nov 2010 18:31:46 +0000 (18:31 +0000)]
Some methods moved, speed improved

13 years agoSVN properties globally set
Roland Häder [Tue, 14 Sep 2010 14:19:30 +0000 (14:19 +0000)]
SVN properties globally set

13 years agoProperties set/changed
Roland Häder [Tue, 14 Sep 2010 13:18:06 +0000 (13:18 +0000)]
Properties set/changed

13 years agoChanged (still ugly code) the way of determining external IP
Roland Häder [Thu, 17 Jun 2010 02:26:18 +0000 (02:26 +0000)]
Changed (still ugly code) the way of determining external IP

13 years agoRewritten to static method
Roland Häder [Thu, 17 Jun 2010 01:31:45 +0000 (01:31 +0000)]
Rewritten to static method

13 years agoDebug lines added, empty folder removed
Roland Häder [Thu, 17 Jun 2010 01:19:17 +0000 (01:19 +0000)]
Debug lines added, empty folder removed

13 years agoMore relaxed check (only first X characters)
Roland Häder [Thu, 17 Jun 2010 00:37:15 +0000 (00:37 +0000)]
More relaxed check (only first X characters)

13 years agoSocket resource added, port for bootstrap nodes is 9061 now
Roland Häder [Sun, 13 Jun 2010 21:36:29 +0000 (21:36 +0000)]
Socket resource added, port for bootstrap nodes is 9061 now

13 years agoFix for 'undefined variable cacheInstance', should be a field
Roland Häder [Sun, 13 Jun 2010 20:51:00 +0000 (20:51 +0000)]
Fix for 'undefined variable cacheInstance', should be a field

13 years agoNew factory for database wrappers added, some code cosmetics
Roland Häder [Sun, 6 Jun 2010 12:50:25 +0000 (12:50 +0000)]
New factory for database wrappers added, some code cosmetics

13 years agoMoved...
Roland Häder [Fri, 28 May 2010 03:07:58 +0000 (03:07 +0000)]
Moved...

13 years ago can now be set/get
Roland Häder [Fri, 28 May 2010 02:57:19 +0000 (02:57 +0000)]
 can now be set/get

13 years agoIf no valid entry (e.g. failed query) is counted, this does now return -1
Roland Häder [Fri, 28 May 2010 02:30:41 +0000 (02:30 +0000)]
If no valid entry (e.g. failed query) is counted, this does now return -1

13 years agoNew SocketShutdownException added, this should be thrown if the socket cannot be...
Roland Häder [Fri, 28 May 2010 01:36:26 +0000 (01:36 +0000)]
New SocketShutdownException added, this should be thrown if the socket cannot be shutted down and last error is not 107

13 years agoRequired interface updated
Roland Häder [Sat, 22 May 2010 17:09:31 +0000 (17:09 +0000)]
Required interface updated

13 years agoMoved socket registry to hub project, extended socket container with more parameters
Roland Häder [Sat, 22 May 2010 15:59:46 +0000 (15:59 +0000)]
Moved socket registry to hub project, extended socket container with more parameters

13 years agoSome code-cosmetics applied:
Roland Häder [Tue, 18 May 2010 19:44:22 +0000 (19:44 +0000)]
Some code-cosmetics applied:
- No longer gettings a $configInstance, lets use
  $templateInstance->getConfigInstance() instead.
- Some other minor costemical changes

13 years agoSocketRegistry basicly finished:
Roland Häder [Mon, 26 Apr 2010 14:52:24 +0000 (14:52 +0000)]
SocketRegistry basicly finished:
- A newly added SubRegistry was required for the socket registry
- Added container for sockets (so they can be stored in registries)
- Getter/setter added for socket resource (no validation)

13 years agoMore widen interface ProtocolHandler (which should be extended by listener and writer...
Roland Häder [Sat, 24 Apr 2010 02:04:04 +0000 (02:04 +0000)]
More widen interface ProtocolHandler (which should be extended by listener and writer interfaces) applied

13 years agoIncomplete SocketRegistry class added, code cosmetics applied
Roland Häder [Sat, 24 Apr 2010 01:43:47 +0000 (01:43 +0000)]
Incomplete SocketRegistry class added, code cosmetics applied

13 years agoOther naming convention...
Roland Häder [Sat, 24 Apr 2010 01:08:28 +0000 (01:08 +0000)]
Other naming convention...

13 years agoAdded missing file
Roland Häder [Sat, 24 Apr 2010 01:06:48 +0000 (01:06 +0000)]
Added missing file

13 years agoFixes... :(
Roland Häder [Sat, 24 Apr 2010 01:06:31 +0000 (01:06 +0000)]
Fixes... :(

13 years agoRegistry rewritten, exception added #2
Roland Häder [Sat, 24 Apr 2010 01:00:00 +0000 (01:00 +0000)]
Registry rewritten, exception added #2

13 years agoRegistry rewritten, exception added
Roland Häder [Sat, 24 Apr 2010 00:59:27 +0000 (00:59 +0000)]
Registry rewritten, exception added

13 years agoFIFO basicly finished
Roland Häder [Fri, 23 Apr 2010 23:01:25 +0000 (23:01 +0000)]
FIFO basicly finished

14 years agoSome methods are now public and added to the interface
Roland Häder [Mon, 12 Apr 2010 10:00:29 +0000 (10:00 +0000)]
Some methods are now public and added to the interface

14 years agoDouble quotes in single converted
Roland Häder [Sat, 27 Mar 2010 15:18:16 +0000 (15:18 +0000)]
Double quotes in single converted

14 years agoCompleted decorator, extended interface
Roland Häder [Wed, 24 Mar 2010 04:31:16 +0000 (04:31 +0000)]
Completed decorator, extended interface

14 years agoVariable handling in template engine rewritten
Roland Häder [Mon, 1 Mar 2010 01:15:38 +0000 (01:15 +0000)]
Variable handling in template engine rewritten

14 years agoCopyright upgraded to 2010
Roland Häder [Wed, 10 Feb 2010 20:41:10 +0000 (20:41 +0000)]
Copyright upgraded to 2010

14 years agoExtra new-line removed...
Roland Häder [Wed, 10 Feb 2010 00:07:57 +0000 (00:07 +0000)]
Extra new-line removed...

14 years agoTODOs.txt updated... :(
Roland Häder [Tue, 9 Feb 2010 23:56:27 +0000 (23:56 +0000)]
TODOs.txt updated... :(

14 years agoDecorators moved, naming convention applied:
Roland Häder [Tue, 9 Feb 2010 23:55:45 +0000 (23:55 +0000)]
Decorators moved, naming convention applied:
- Some generic decorators moved from hub project to this
- The naming convention requires $tplInstance to be not shorted, so
  $templateInstance is the right name
- Interface CompileableTemplate updated
- Deprecated methods removed from BaseTemplateEngine

14 years agoCompressor instances can now be set/get
Roland Häder [Fri, 5 Feb 2010 00:40:41 +0000 (00:40 +0000)]
Compressor instances can now be set/get

14 years agoFIFO stacker basicly implemented
Roland Häder [Thu, 4 Feb 2010 23:35:05 +0000 (23:35 +0000)]
FIFO stacker basicly implemented

14 years agosvn:executable removed, which isn't needed for PHP scripts.
Roland Häder [Wed, 3 Feb 2010 11:54:52 +0000 (11:54 +0000)]
svn:executable removed, which isn't needed for PHP scripts.

14 years agoThe ObjectFactory may now be extended e.g. done in hub project by a NodeStateFactory...
Roland Häder [Wed, 27 Jan 2010 01:48:25 +0000 (01:48 +0000)]
The ObjectFactory may now be extended e.g. done in hub project by a NodeStateFactory class

14 years agoFake template engine added, variables can now be compiled for config entries:
Roland Häder [Tue, 5 Jan 2010 05:14:16 +0000 (05:14 +0000)]
Fake template engine added, variables can now be compiled for config entries:
- New fake template engine ConsoleTemplateEngine added (unfinished)
- New method to compile configuration entries in 'general' variable stack added

14 years agoNew method replaceControlCharacters() introduced (very basic implementation), typo...
Roland Häder [Tue, 22 Dec 2009 15:43:40 +0000 (15:43 +0000)]
New method replaceControlCharacters() introduced (very basic implementation), typo fixed

14 years agoUnsupported parameter removed
Roland Häder [Tue, 22 Dec 2009 10:19:18 +0000 (10:19 +0000)]
Unsupported parameter removed

14 years agoComment fixed (important for later admin area script)
Roland Häder [Tue, 22 Dec 2009 08:31:12 +0000 (08:31 +0000)]
Comment fixed (important for later admin area script)

14 years agodie() removed... :(
Roland Häder [Tue, 22 Dec 2009 08:22:49 +0000 (08:22 +0000)]
die() removed... :(

14 years agoLanguage support can now be disabled (e.g. good for hub announcement descriptor)
Roland Häder [Tue, 22 Dec 2009 08:21:53 +0000 (08:21 +0000)]
Language support can now be disabled (e.g. good for hub announcement descriptor)

14 years agoNaming convention applied on class templates
Roland Häder [Tue, 22 Dec 2009 08:05:43 +0000 (08:05 +0000)]
Naming convention applied on class templates

14 years agoMissing exception added
Roland Häder [Thu, 10 Dec 2009 09:53:44 +0000 (09:53 +0000)]
Missing exception added

14 years agoCode cleanups, deprecated classes renamed
Roland Häder [Thu, 10 Dec 2009 09:52:14 +0000 (09:52 +0000)]
Code cleanups, deprecated classes renamed

14 years agoSetup script fixed to set other externals for non-qa projects
Roland Häder [Wed, 9 Dec 2009 20:54:57 +0000 (20:54 +0000)]
Setup script fixed to set other externals for non-qa projects

14 years agoRewritten to stacker class, old lost methods removed
Roland Häder [Mon, 7 Dec 2009 22:23:11 +0000 (22:23 +0000)]
Rewritten to stacker class, old lost methods removed

14 years agoCleaned up because we do not want templates with partly HTML code
Roland Häder [Mon, 7 Dec 2009 22:16:22 +0000 (22:16 +0000)]
Cleaned up because we do not want templates with partly HTML code

14 years agoCleaned up because we do not want templates with partly HTML code
Roland Häder [Mon, 7 Dec 2009 22:12:50 +0000 (22:12 +0000)]
Cleaned up because we do not want templates with partly HTML code

14 years agoTemplate class_ updated
Roland Häder [Mon, 7 Dec 2009 22:06:09 +0000 (22:06 +0000)]
Template class_ updated

14 years agoDuplicate #2 removed...
Roland Häder [Mon, 7 Dec 2009 21:58:21 +0000 (21:58 +0000)]
Duplicate #2 removed...

14 years agoDuplicate removed ... :(
Roland Häder [Mon, 7 Dec 2009 21:41:22 +0000 (21:41 +0000)]
Duplicate removed ... :(

14 years agoStacker classes/interface/exceptions (FiFoStacker is not completed, will follow soon...
Roland Häder [Mon, 7 Dec 2009 21:37:13 +0000 (21:37 +0000)]
Stacker classes/interface/exceptions (FiFoStacker is not completed, will follow soon) added, some minor rewrites for better Doxygen parsing

14 years agoGlobal fix/add/update:
Roland Häder [Wed, 2 Dec 2009 20:10:16 +0000 (20:10 +0000)]
Global fix/add/update:
- index.php updated in all projects from ship-simu
- Missing todo-builder.sh added
- TODOs.txt updated in all projects
- Missing svn:executable added

14 years agoReverted because xml_set_object() requires a variable to be passed by reference...
Roland Häder [Wed, 2 Dec 2009 12:12:24 +0000 (12:12 +0000)]
Reverted because xml_set_object() requires a variable to be passed by reference...

14 years agoMelted together because was only used once
Roland Häder [Wed, 2 Dec 2009 12:11:01 +0000 (12:11 +0000)]
Melted together because  was only used once

14 years agoTypos fixed
Roland Häder [Wed, 2 Dec 2009 11:37:14 +0000 (11:37 +0000)]
Typos fixed

14 years agoUTF-8 is now set in XML parser
Roland Häder [Wed, 2 Dec 2009 11:33:39 +0000 (11:33 +0000)]
UTF-8 is now set in XML parser

14 years agoMethods renamed
Roland Häder [Wed, 2 Dec 2009 11:21:35 +0000 (11:21 +0000)]
Methods renamed

14 years agoXML nodes renamed to match naming convention
Roland Häder [Wed, 2 Dec 2009 11:19:55 +0000 (11:19 +0000)]
XML nodes renamed to match naming convention

14 years agoMore methods cleared due to XML rewrite
Roland Häder [Wed, 2 Dec 2009 11:13:52 +0000 (11:13 +0000)]
More methods cleared due to XML rewrite

14 years agoNew XML nodes added
Roland Häder [Wed, 2 Dec 2009 11:07:40 +0000 (11:07 +0000)]
New XML nodes added

14 years agoClear methods due to XML rewrites (see shipsimu project)
Roland Häder [Wed, 2 Dec 2009 11:06:16 +0000 (11:06 +0000)]
Clear methods due to XML rewrites (see shipsimu project)

14 years agoNow all sub nodes for an anchor are supported
Roland Häder [Mon, 9 Nov 2009 02:32:03 +0000 (02:32 +0000)]
Now all sub nodes for an anchor are supported

14 years agoAnchors has no longer arguments
Roland Häder [Mon, 9 Nov 2009 02:22:09 +0000 (02:22 +0000)]
Anchors has no longer arguments

14 years agoHandling of nodes fixed
Roland Häder [Mon, 9 Nov 2009 02:16:12 +0000 (02:16 +0000)]
Handling of nodes fixed

14 years ago'entries' should be renamed to 'entry-list'
Roland Häder [Mon, 9 Nov 2009 02:04:18 +0000 (02:04 +0000)]
'entries' should be renamed to 'entry-list'

14 years agoNo double prefix needed
Roland Häder [Mon, 9 Nov 2009 02:00:42 +0000 (02:00 +0000)]
No double prefix needed

14 years agoMenu blocks are now supported
Roland Häder [Mon, 9 Nov 2009 01:59:03 +0000 (01:59 +0000)]
Menu blocks are now supported

14 years agoClass template updated
Roland Häder [Sat, 26 Sep 2009 18:20:55 +0000 (18:20 +0000)]
Class template updated

14 years agoMenu engine heavily extended, misc rewrites:
Roland Häder [Sat, 5 Sep 2009 20:03:35 +0000 (20:03 +0000)]
Menu engine heavily extended, misc rewrites:
- Template engine MenuTemplateEngine heavily extended with a lot basic methods
  (maybe we need call the menu class in some methods?)
- 'template_class' rewritten to 'web_template_class' to be similar like the other
  config entries
- Attribute $imageInstance centralized in BaseFrameworkSystem

14 years agoendElement() does now no longer ignore sub nodes, debug lines commented out
Roland Häder [Sat, 5 Sep 2009 00:36:55 +0000 (00:36 +0000)]
endElement() does now no longer ignore sub nodes, debug lines commented out

14 years agoMenuTemplateEngine heavily extended, but still in non-working state
Roland Häder [Wed, 2 Sep 2009 21:56:00 +0000 (21:56 +0000)]
MenuTemplateEngine heavily extended, but still in non-working state