core.git
15 years agoMore quotes rewritten
Roland Häder [Fri, 13 Mar 2009 21:07:30 +0000 (21:07 +0000)]
More quotes rewritten

15 years agoEvn more quotes rewritten, old try-catch-blocks removed from old tests
Roland Häder [Fri, 13 Mar 2009 20:59:39 +0000 (20:59 +0000)]
Evn more quotes rewritten, old try-catch-blocks removed from old tests

15 years agoSome rewrites of double-quote to single-quote
Roland Häder [Fri, 13 Mar 2009 20:26:41 +0000 (20:26 +0000)]
Some rewrites of double-quote to single-quote

15 years agosvn-add-all.sh does 'svn add *'...
Roland Häder [Fri, 13 Mar 2009 20:06:28 +0000 (20:06 +0000)]
svn-add-all.sh does 'svn add *'...

15 years agoSome wrongly rewritten quotes fixed
Roland Häder [Fri, 13 Mar 2009 20:03:47 +0000 (20:03 +0000)]
Some wrongly rewritten quotes fixed

15 years agoAll empty double-quoted strings replaced with single-quotes
Roland Häder [Fri, 13 Mar 2009 20:01:36 +0000 (20:01 +0000)]
All empty double-quoted strings replaced with single-quotes

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

15 years agoInstallation wizard added, this must be tested and should be added to all applications
Roland Häder [Fri, 13 Mar 2009 14:53:15 +0000 (14:53 +0000)]
Installation wizard added, this must be tested and should be added to all applications

15 years agoNow all cfgInstance are rewritten to configInstance
Roland Häder [Fri, 13 Mar 2009 13:45:51 +0000 (13:45 +0000)]
Now all cfgInstance are rewritten to configInstance

15 years agoinitLoader() should do that
Roland Häder [Fri, 13 Mar 2009 13:35:21 +0000 (13:35 +0000)]
initLoader() should do that

15 years agoRewritten to register our own __autoload method, loadClasses() renamed to scanClassPath()
Roland Häder [Fri, 13 Mar 2009 13:28:54 +0000 (13:28 +0000)]
Rewritten to register our own __autoload method, loadClasses() renamed to scanClassPath()

15 years agoFilter template class_ in inc/classes/main/filter/ rewritten to extend BaseFilter
Roland Häder [Wed, 11 Mar 2009 18:53:39 +0000 (18:53 +0000)]
Filter template class_ in inc/classes/main/filter/ rewritten to extend BaseFilter

15 years agoSome cosmetic applied
Roland Häder [Wed, 11 Mar 2009 16:01:27 +0000 (16:01 +0000)]
Some cosmetic applied

15 years agoMinor refactured
Roland Häder [Wed, 11 Mar 2009 15:07:54 +0000 (15:07 +0000)]
Minor refactured

15 years agoDebug lines commented out
Roland Häder [Wed, 11 Mar 2009 03:28:14 +0000 (03:28 +0000)]
Debug lines commented out

15 years agoAll filters rewritten to throw FilterChainException
Roland Häder [Wed, 11 Mar 2009 03:27:05 +0000 (03:27 +0000)]
All filters rewritten to throw FilterChainException

15 years agoSome more comments added, selfInstance rewritten to registryInstance
Roland Häder [Wed, 11 Mar 2009 02:37:22 +0000 (02:37 +0000)]
Some more comments added, selfInstance rewritten to registryInstance

15 years agoInterface Registerable added
Roland Häder [Wed, 11 Mar 2009 02:29:00 +0000 (02:29 +0000)]
Interface Registerable added

15 years agoRewrite of all static instances to Registry class
Roland Häder [Wed, 11 Mar 2009 02:26:03 +0000 (02:26 +0000)]
Rewrite of all static instances to Registry class

15 years agoWorkaround for missing librecode
Roland Häder [Wed, 11 Mar 2009 00:34:53 +0000 (00:34 +0000)]
Workaround for missing librecode

15 years agoRemoved method re-added. Warning added to config-hubmaster.php
Roland Häder [Tue, 10 Mar 2009 23:06:19 +0000 (23:06 +0000)]
Removed method re-added. Warning added to config-hubphp

15 years agoComments extended for better inline documentation
Roland Häder [Tue, 10 Mar 2009 22:54:28 +0000 (22:54 +0000)]
Comments extended for better inline documentation

15 years agoDummy methods removed (didn't find them in code) and stelzi's fix for a lame OS fixed...
Roland Häder [Tue, 10 Mar 2009 22:07:27 +0000 (22:07 +0000)]
Dummy methods removed (didn't find them in code) and stelzi's fix for a lame OS fixed... ;-P

15 years agoPHPMailer updated to latest version 2.3
Roland Häder [Tue, 10 Mar 2009 21:21:59 +0000 (21:21 +0000)]
PHPMailer updated to latest version 2.3

15 years agoWill be upgraded to PHP5/6 version
Roland Häder [Tue, 10 Mar 2009 21:17:47 +0000 (21:17 +0000)]
Will be upgraded to PHP5/6 version

15 years agoCopyright updated
Roland Häder [Tue, 3 Feb 2009 22:02:18 +0000 (22:02 +0000)]
Copyright updated

15 years agoHub software cleared (prepared for full rewrite)
Roland Häder [Tue, 3 Feb 2009 21:25:34 +0000 (21:25 +0000)]
Hub software cleared (prepared for full rewrite)

15 years agoFixed a non-object call and added NullPointerException if searchInstance or updateIns...
Roland Häder [Mon, 22 Dec 2008 11:15:34 +0000 (11:15 +0000)]
Fixed a non-object call and added NullPointerException if searchInstance or updateInstance are null

15 years agoMethod redirectToConfiguredUrl() does now append the suffix '_url' to all config...
Roland Häder [Sun, 21 Dec 2008 04:22:53 +0000 (04:22 +0000)]
Method redirectToConfiguredUrl() does now append the suffix '_url' to all config entries

15 years agoUpdating/inserting points finished (basicly), flushing needed database updates moved...
Roland Häder [Sun, 21 Dec 2008 04:08:50 +0000 (04:08 +0000)]
Updating/inserting points finished (basicly), flushing needed database updates moved to BaseFrameworkSystem

15 years agoApplication helper class rewritten, buildMasterTemplateName() method added, Manageabl...
Roland Häder [Sat, 20 Dec 2008 20:20:05 +0000 (20:20 +0000)]
Application helper class rewritten, buildMasterTemplateName() method added, ManageableApplication interface updated

15 years agoTypo fixed
Roland Häder [Thu, 18 Dec 2008 04:31:41 +0000 (04:31 +0000)]
Typo fixed

15 years agoFixed double-loading of classes
Roland Häder [Tue, 9 Dec 2008 19:24:44 +0000 (19:24 +0000)]
Fixed double-loading of classes

15 years agoError messages are longer surpressed
Roland Häder [Tue, 9 Dec 2008 19:19:41 +0000 (19:19 +0000)]
Error messages are longer surpressed

15 years agoNow protected method
Roland Häder [Sun, 7 Dec 2008 16:13:44 +0000 (16:13 +0000)]
Now protected method

15 years agoWebLinkHelper class rewritten
Roland Häder [Sat, 6 Dec 2008 22:20:18 +0000 (22:20 +0000)]
WebLinkHelper class rewritten

15 years agoNo controller instances are now passed to filters
Roland Häder [Thu, 20 Nov 2008 19:58:42 +0000 (19:58 +0000)]
No controller instances are now passed to filters

15 years agoController instance shall now be fetched from registry
Roland Häder [Thu, 20 Nov 2008 19:54:30 +0000 (19:54 +0000)]
Controller instance shall now be fetched from registry

15 years agoEven more fixes...
Roland Häder [Thu, 20 Nov 2008 05:19:39 +0000 (05:19 +0000)]
Even more fixes...

15 years agoProblem with additional config files fixed
Roland Häder [Thu, 20 Nov 2008 03:38:09 +0000 (03:38 +0000)]
Problem with additional config files fixed

15 years agoUpdated/fixed
Roland Häder [Thu, 20 Nov 2008 02:10:15 +0000 (02:10 +0000)]
Updated/fixed

15 years agoUpdated script
Roland Häder [Thu, 20 Nov 2008 01:21:16 +0000 (01:21 +0000)]
Updated script

15 years agoOwn script tool added (you don't need this!)
Roland Häder [Thu, 20 Nov 2008 01:20:03 +0000 (01:20 +0000)]
Own script tool added (you don't need this!)

15 years agoDocuments added
Roland Häder [Thu, 20 Nov 2008 01:11:24 +0000 (01:11 +0000)]
Documents added

15 years agoReference file added which is needed to build new repositories with external referenc...
Roland Häder [Thu, 20 Nov 2008 00:43:40 +0000 (00:43 +0000)]
Reference file added which is needed to build new repositories with external reference on this repository

15 years agoNow in own repository for remote checkouts
Roland Häder [Wed, 19 Nov 2008 23:44:34 +0000 (23:44 +0000)]
Now in own repository for remote checkouts