install.git
8 years agoUpdated 'core'. master
Roland Haeder [Thu, 3 Sep 2015 19:32:35 +0000 (21:32 +0200)]
Updated 'core'.

Signed-off-by: Roland Haeder <roland@mxchange.org>
8 years agoUpdated 'core' + renamed 'main' -> 'classes'.
Roland Haeder [Tue, 25 Aug 2015 16:48:48 +0000 (18:48 +0200)]
Updated 'core' + renamed 'main' -> 'classes'.

Signed-off-by: Roland Haeder <roland@mxchange.org>
8 years agoUpdated 'core'.
Roland Haeder [Sun, 19 Jul 2015 10:41:09 +0000 (12:41 +0200)]
Updated 'core'.

Signed-off-by: Roland Haeder <roland@mxchange.org>
8 years agoUpdated 'core'.
Roland Haeder [Wed, 27 May 2015 01:43:07 +0000 (03:43 +0200)]
Updated 'core'.

Signed-off-by: Roland Haeder <roland@mxchange.org>
8 years agoUpdated to latest 'core' + convertToClassName() and convertDashesToUnderscores()...
Roland Haeder [Wed, 27 May 2015 01:35:03 +0000 (03:35 +0200)]
Updated to latest 'core' + convertToClassName() and convertDashesToUnderscores() are now static.

Signed-off-by: Roland Haeder <roland@mxchange.org>
8 years agoUpdated 'core', added missing 'inc' and inc/classes.php is no longer used.
Roland Haeder [Mon, 11 May 2015 12:05:44 +0000 (14:05 +0200)]
Updated 'core', added missing 'inc' and inc/classes.php is no longer used.

Signed-off-by: Roland Haeder <roland@mxchange.org>
9 years agoNew 'core'.
Roland Haeder [Sat, 11 Apr 2015 14:53:11 +0000 (16:53 +0200)]
New 'core'.

Signed-off-by: Roland Haeder <roland@mxchange.org>
9 years ago'page' and 'command' were both the same (command), so better name it same way.
Roland Haeder [Mon, 6 Apr 2015 09:53:11 +0000 (11:53 +0200)]
'page' and 'command' were both the same (command), so better name it same way.

Signed-off-by: Roland Haeder <roland@mxchange.org>
9 years agoMissed this one.
Roland Haeder [Tue, 24 Mar 2015 20:05:28 +0000 (21:05 +0100)]
Missed this one.

Signed-off-by: Roland Haeder <roland@mxchange.org>
9 years agoAdded 'core'.
Roland Haeder [Tue, 24 Mar 2015 20:04:43 +0000 (21:04 +0100)]
Added 'core'.

Signed-off-by: Roland Haeder <roland@mxchange.org>
10 years agoUpdated domain without a dash :(
Roland Häder [Tue, 30 Jul 2013 07:21:02 +0000 (07:21 +0000)]
Updated domain without a dash :(

10 years agoChanged all true/false to TRUE/FALSE respectively as PHP constants are better than...
Roland Häder [Thu, 18 Jul 2013 12:51:47 +0000 (12:51 +0000)]
Changed all true/false to TRUE/FALSE respectively as PHP constants are better than keywords

11 years agoRemoved deprecated array (very old code)
Roland Häder [Fri, 1 Feb 2013 10:38:33 +0000 (10:38 +0000)]
Removed deprecated array (very old code)

11 years agoGlobal fix for generating right class name for controller resolver (to make that...
Roland Häder [Thu, 20 Dec 2012 21:41:53 +0000 (21:41 +0000)]
Global fix for generating right class name for controller resolver (to make that code part more generic and later move out to 'core' project as a new class/method)

11 years agoUpdated ApplicationHelper class to latest API
Roland Häder [Thu, 20 Dec 2012 21:18:59 +0000 (21:18 +0000)]
Updated ApplicationHelper class to latest API

11 years agoUsed exit() instead of die()
Roland Häder [Tue, 7 Aug 2012 00:21:17 +0000 (00:21 +0000)]
Used exit() instead of die()

12 years agoFixed all getSelfInstance
Roland Häder [Sun, 22 Apr 2012 20:17:41 +0000 (20:17 +0000)]
Fixed all getSelfInstance

12 years agoAlso this ...
Roland Häder [Tue, 8 Nov 2011 10:13:31 +0000 (10:13 +0000)]
Also this ...

12 years agoselfInstance is better
Roland Häder [Tue, 8 Nov 2011 07:49:27 +0000 (07:49 +0000)]
selfInstance is better

12 years agoRenamed getInstance() to getSelfInstance(), conflicts BaseRegistry versus several...
Roland Häder [Tue, 8 Nov 2011 06:38:31 +0000 (06:38 +0000)]
Renamed getInstance() to getSelfInstance(), conflicts BaseRegistry versus several other classes

13 years agosvn:eol-style set to 'native' also for Doxyfile ... :/
Roland Häder [Wed, 20 Apr 2011 04:59:00 +0000 (04:59 +0000)]
svn:eol-style set to 'native' also for Doxyfile ... :/

13 years agosvn:eol-style set to 'native'
Roland Häder [Wed, 20 Apr 2011 04:55:45 +0000 (04:55 +0000)]
svn:eol-style set to 'native'

13 years agoeol-style set
Roland Häder [Wed, 20 Apr 2011 04:13:10 +0000 (04:13 +0000)]
eol-style set

13 years agoSome code cosmetics applied
Roland Häder [Wed, 6 Apr 2011 01:07:58 +0000 (01:07 +0000)]
Some code cosmetics applied

13 years agoReverted appplication/xml because SVN thinks this is a binary file...
Roland Häder [Sat, 26 Mar 2011 00:18:14 +0000 (00:18 +0000)]
Reverted appplication/xml because SVN thinks this is a binary file...

13 years agoIf the class is final, no methods can be overwritten and therefore all methods are...
Roland Häder [Fri, 25 Mar 2011 10:38:46 +0000 (10:38 +0000)]
If the class is final, no methods can be overwritten and therefore all methods are also final

13 years agoSet application instance first (to prevent a NPE in BaseRegistry)
Roland Häder [Tue, 22 Mar 2011 21:12:32 +0000 (21:12 +0000)]
Set application instance first (to prevent a NPE in BaseRegistry)

13 years agoRemoved obsolete parameter 'applicationInstance' from all template engines
Roland Häder [Mon, 21 Mar 2011 23:25:46 +0000 (23:25 +0000)]
Removed obsolete parameter 'applicationInstance' from all template engines

13 years agoDocumentation tag fixed for method detectCorePath() (all projects)
Roland Häder [Tue, 15 Mar 2011 20:45:39 +0000 (20:45 +0000)]
Documentation tag fixed for method detectCorePath() (all projects)

13 years agoDeprecated includes file_io/language removed
Roland Häder [Thu, 10 Mar 2011 14:08:04 +0000 (14:08 +0000)]
Deprecated includes file_io/language removed

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

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

13 years agoProperties added/fixed, externals updated (www. is out-dated)
Roland Häder [Sat, 12 Feb 2011 23:49:38 +0000 (23:49 +0000)]
Properties added/fixed, externals updated ( is out-dated)

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

13 years agoBetter handling of missing emergency_exit.ctp
Roland Häder [Tue, 18 May 2010 16:19:54 +0000 (16:19 +0000)]
Better handling of missing emergency_exit.ctp

14 years agoindex.php updated (generic)
Roland Häder [Mon, 1 Mar 2010 01:16:34 +0000 (01:16 +0000)]
index.php updated (generic)

14 years agoGeneric index.php is now masking backtrace data
Roland Häder [Wed, 9 Dec 2009 20:50:43 +0000 (20:50 +0000)]
Generic index.php is now masking backtrace data

14 years agoGlobal fix for svn::execuetable ... :(
Roland Häder [Wed, 2 Dec 2009 20:21:25 +0000 (20:21 +0000)]
Global fix for svn::execuetable ... :(

14 years agoGlobal fix/add/update:
Roland Häder [Wed, 2 Dec 2009 20:10:27 +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 agopackage.sh rewritten
Roland Häder [Mon, 7 Sep 2009 22:11:25 +0000 (22:11 +0000)]
package.sh rewritten

14 years ago'template_class' renamed to 'web_template_class'
Roland Häder [Sat, 5 Sep 2009 19:46:29 +0000 (19:46 +0000)]
'template_class' renamed to 'web_template_class'

14 years agoInstance variable rewritten
Roland Häder [Sun, 30 Aug 2009 22:20:31 +0000 (22:20 +0000)]
Instance variable rewritten

14 years agoMissing config entries for news added #3
Roland Häder [Sun, 30 Aug 2009 02:25:06 +0000 (02:25 +0000)]
Missing config entries for news added #3

14 years agoMissing config entries for news added #2
Roland Häder [Sun, 30 Aug 2009 02:24:08 +0000 (02:24 +0000)]
Missing config entries for news added #2

14 years agoMissing config entries for news added
Roland Häder [Sun, 30 Aug 2009 02:23:09 +0000 (02:23 +0000)]
Missing config entries for news added

14 years agoMissing menu class and config entries added
Roland Häder [Sun, 30 Aug 2009 02:21:47 +0000 (02:21 +0000)]
Missing menu class and config entries added

14 years agoUpdated to latest core changes
Roland Häder [Fri, 21 Aug 2009 17:56:08 +0000 (17:56 +0000)]
Updated to latest core changes

14 years agoMoved to better place
Roland Häder [Fri, 21 Aug 2009 17:47:34 +0000 (17:47 +0000)]
Moved to better place

14 years agoWeb output instance added
Roland Häder [Fri, 21 Aug 2009 17:44:22 +0000 (17:44 +0000)]
Web output instance added

14 years agoApplication qa added
Roland Häder [Sat, 15 Aug 2009 13:18:29 +0000 (13:18 +0000)]
Application qa added

14 years agoOld, lost directories removed (see repos qa)
Roland Häder [Sat, 15 Aug 2009 12:55:51 +0000 (12:55 +0000)]
Old, lost directories removed (see repos qa)

14 years agoCopyright fixed
Roland Häder [Tue, 11 Aug 2009 21:41:25 +0000 (21:41 +0000)]
Copyright fixed

14 years agoNow executeable
Roland Häder [Tue, 11 Aug 2009 17:34:23 +0000 (17:34 +0000)]
Now executeable

14 years agoDeprecated call removed
Roland Häder [Tue, 11 Aug 2009 17:06:21 +0000 (17:06 +0000)]
Deprecated call removed

14 years agoDouble->single converted
Roland Häder [Sat, 1 Aug 2009 21:16:08 +0000 (21:16 +0000)]
Double->single converted

14 years agoMissing 2nd parameter added
Roland Häder [Fri, 31 Jul 2009 17:31:21 +0000 (17:31 +0000)]
Missing 2nd parameter added

14 years agoreadConfig() is not naming convention, renamed to getConfigEntry()
Roland Häder [Tue, 28 Jul 2009 17:27:24 +0000 (17:27 +0000)]
readConfig() is not naming convention, renamed to getConfigEntry()

14 years agoreadConfig() is not naming convention, renamed to getConfigEntry()
Roland Häder [Tue, 28 Jul 2009 17:16:52 +0000 (17:16 +0000)]
readConfig() is not naming convention, renamed to getConfigEntry()

14 years agoSet command name in request to prevent some strange errors
Roland Häder [Sat, 18 Jul 2009 08:21:11 +0000 (08:21 +0000)]
Set command name in request to prevent some strange errors

14 years agoDeprecated 'page_with_news' removed
Roland Häder [Sat, 18 Jul 2009 07:05:42 +0000 (07:05 +0000)]
Deprecated 'page_with_news' removed

14 years agoGeneric index.php updated from hub project
Roland Häder [Fri, 1 May 2009 20:08:55 +0000 (20:08 +0000)]
Generic index.php updated from hub project

15 years agoNow UTF-8
Roland Häder [Sun, 5 Apr 2009 08:13:31 +0000 (08:13 +0000)]
Now UTF-8

15 years agoRenamed to match with latest core
Roland Häder [Sun, 5 Apr 2009 07:45:09 +0000 (07:45 +0000)]
Renamed to match with latest core

15 years agoDouble-quotes rewritten to single-quotes
Roland Häder [Tue, 24 Mar 2009 10:29:03 +0000 (10:29 +0000)]
Double-quotes rewritten to single-quotes

15 years agoCopyright updated
Roland Häder [Thu, 19 Mar 2009 19:57:39 +0000 (19:57 +0000)]
Copyright updated

15 years agoUpdated to latest core revision, a lot debug constants removed
Roland Häder [Sat, 14 Mar 2009 03:41:16 +0000 (03:41 +0000)]
Updated to latest core revision, a lot debug constants removed

15 years agoTemplates moved from core to add directory
Roland Häder [Sat, 14 Mar 2009 01:57:45 +0000 (01:57 +0000)]
Templates moved from core to add directory

15 years agoheader_extras_hook added, templates in inc/templates/ may become deprecated soon...
Roland Häder [Fri, 13 Mar 2009 19:54:35 +0000 (19:54 +0000)]
header_extras_hook added, templates in inc/templates/ may become deprecated soon (core is not just even a web-application-framework)

15 years agoApplication initialized with default things (yes, we will have news right inside...
Roland Häder [Fri, 13 Mar 2009 14:48:38 +0000 (14:48 +0000)]
Application initialized with default things (yes, we will have news right inside the installer)

15 years agoDoxyfile updated
Roland Häder [Fri, 13 Mar 2009 14:01:08 +0000 (14:01 +0000)]
Doxyfile updated

15 years agoInitial import with linked core from skeleton
Roland Häder [Fri, 13 Mar 2009 13:56:42 +0000 (13:56 +0000)]
Initial import with linked core from skeleton