mailer.git
7 years agoPossible fix for array_push() message
Roland Häder [Wed, 20 Jul 2016 07:47:52 +0000 (09:47 +0200)]
Possible fix for array_push() message

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agoalso prevent it in .htacces. You may want to add this to one of your files in /etc...
Roland Häder [Tue, 19 Jul 2016 13:59:31 +0000 (15:59 +0200)]
also prevent it in .htacces. You may want to add this to one of your files in /etc/apache2/ (e.g. create a file called /etc/apache2/conf.d/httpoxy), too to protect all other apps as well.

7 years agoprevent evil "Proxy" header being sent, see https://httpoxy.org for details
Roland Haeder [Tue, 19 Jul 2016 13:16:28 +0000 (15:16 +0200)]
prevent evil "Proxy" header being sent, see https://httpoxy.org for details

7 years agoDon't abuse isValidSqlLink() for checking results
Roland Haeder [Mon, 6 Jun 2016 20:09:01 +0000 (22:09 +0200)]
Don't abuse isValidSqlLink() for checking results

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agointroduced isSqlResult() which encapsulates checking MySQL/i results
Roland Haeder [Mon, 6 Jun 2016 20:05:26 +0000 (22:05 +0200)]
introduced isSqlResult() which encapsulates checking MySQL/i results

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agoRewrote init-phase stuff:
Roland Haeder [Sat, 4 Jun 2016 16:20:03 +0000 (18:20 +0200)]
Rewrote init-phase stuff:
- now inc/init.php is being loaded as first include file
- renamed some libs (old names from my previous project "MyAutoInstaller
  Community") to have them conform with naming convention (easier loading, too)
- moved code to new functions to have it encapsulated
- inc/mysql-connect.php is now deprecated
- updated TODOs.txt

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agoContinued a bit:
Roland Haeder [Sat, 4 Jun 2016 10:24:09 +0000 (12:24 +0200)]
Continued a bit:
- introduced doNormalBootstrap()
- First check for mysqli, then obsolete mysql

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agofixed domain name (opps)
Roland Häder [Wed, 1 Jun 2016 14:13:46 +0000 (16:13 +0200)]
fixed domain name (opps)

7 years agono more SSL
Roland Häder [Wed, 1 Jun 2016 14:11:57 +0000 (16:11 +0200)]
no more SSL

7 years agoalso these networks has discontinued ... :-(
Roland Häder [Wed, 1 Jun 2016 14:11:14 +0000 (16:11 +0200)]
also these networks has discontinued ... :-(

7 years agoContinued a bit:
Roland Häder [Wed, 1 Jun 2016 13:58:45 +0000 (15:58 +0200)]
Continued a bit:
- deactivated more no longer existing networks (be careful, more may turned into something else)
- added support for inactive networks (showing no referal link, etc.)

7 years agoContinued a bit:
Roland Häder [Tue, 31 May 2016 08:27:58 +0000 (10:27 +0200)]
Continued a bit:
- renamed templates as shortening is not wanted here
- renamed variable (was all upper-case)
- fixed tpzo ...

7 years agoContinued a bit:
Roland Häder [Tue, 31 May 2016 08:20:18 +0000 (10:20 +0200)]
Continued a bit:
- added test for required ext-country (needed by user)
- fixed mask from previous rewrite
- try to set max_execution_time to zero. If this fails and you have it set to e.g. 30 seconds, it is likely that the PHP process aborts with a "time exceeded" message and installation failed

7 years agoContinued a bit:
Roland Häder [Tue, 31 May 2016 07:36:23 +0000 (09:36 +0200)]
Continued a bit:
- better check on mysql/mysqli (later is the newer one, first one is obsolete)
- rewrote code to no use 'recode' anymore as it is not available under Windows
- cleaned up some variables: don't modify parameters (more is needed)
- updated TODOs.txt

7 years agoLF is now default
Roland Haeder [Mon, 30 May 2016 20:12:16 +0000 (22:12 +0200)]
LF is now default

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agomoved initialization of this filter to it's own extension mode-setup.php script
Roland Häder [Mon, 30 May 2016 15:51:03 +0000 (17:51 +0200)]
moved initialization of this filter to it's own extension mode-setup.php script

7 years agoOnly ignore project's private files, not the whole one.
Roland Häder [Mon, 30 May 2016 15:23:30 +0000 (17:23 +0200)]
Only ignore project's private files, not the whole one.

7 years agoNo more SSL here
Roland Häder [Fri, 27 May 2016 09:16:55 +0000 (11:16 +0200)]
No more SSL here

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoFixed umlauts.
Roland Haeder [Sat, 2 Apr 2016 11:03:13 +0000 (13:03 +0200)]
Fixed umlauts.

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoIntroduceed new extension ext-server_name which has been extracted from
Roland Haeder [Sat, 2 Apr 2016 10:52:07 +0000 (12:52 +0200)]
Introduceed new extension ext-server_name which has been extracted from
ext-sql_patches. So now you can decided to have this feature or not.

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoRenamed file to avoid not finding it.
Roland Häder [Wed, 30 Mar 2016 07:20:11 +0000 (09:20 +0200)]
Renamed file to avoid not finding it.

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoinc/stylesheet.php is now deprecated + introduced loadStyleSheets() to
Roland Haeder [Mon, 28 Mar 2016 16:14:23 +0000 (18:14 +0200)]
inc/stylesheet.php is now deprecated + introduced loadStyleSheets() to
encapsulate that code in a nice function.

Updated TODOs.txt

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoMoved "fix" files (which only helps to fix stuff) in own inc/fixes/ folder.
Roland Haeder [Mon, 28 Mar 2016 16:07:19 +0000 (18:07 +0200)]
Moved "fix" files (which only helps to fix stuff) in own inc/fixes/ folder.

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoUpdated copyright year.
Roland Haeder [Mon, 28 Mar 2016 13:25:50 +0000 (15:25 +0200)]
Updated copyright year.

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoRenamed ifSqlHasZeroNums() to ifSqlHasZeroNumRows() and improved some queries.
Roland Haeder [Mon, 28 Mar 2016 13:24:33 +0000 (15:24 +0200)]
Renamed ifSqlHasZeroNums() to ifSqlHasZeroNumRows() and improved some queries.

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoAvoided some else blocks for nicer code style.
Roland Haeder [Mon, 28 Mar 2016 13:11:01 +0000 (15:11 +0200)]
Avoided some else blocks for nicer code style.

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoIntroduced detectServerProtocol() to fully support HTTPS and more use of isFullQualif...
Roland Haeder [Mon, 28 Mar 2016 12:55:01 +0000 (14:55 +0200)]
Introduced detectServerProtocol() to fully support HTTPS and more use of isFullQualifiedUrl()

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoAdded .gitattributes
Roland Haeder [Sat, 13 Feb 2016 21:02:31 +0000 (22:02 +0100)]
Added .gitattributes

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoThis has nothing to do with ext-user, so keep the 'user' word out of it. :)
Roland Haeder [Mon, 16 Nov 2015 14:01:39 +0000 (15:01 +0100)]
This has nothing to do with ext-user, so keep the 'user' word out of it. :)

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoIntroduced registerUpdateWernisRegistrationCall() + added some debug lines for develo...
Roland Haeder [Fri, 29 May 2015 17:51:19 +0000 (19:51 +0200)]
Introduced registerUpdateWernisRegistrationCall() + added some debug lines for developers.

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoAdded new (missing) template for admin area + continued a bit with ext-surfbar
Roland Haeder [Thu, 28 May 2015 21:59:24 +0000 (23:59 +0200)]
Added new (missing) template for admin area + continued a bit with ext-surfbar

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoLanguage strings should not contain a lot HTML (better only text) for an easier trans...
Roland Haeder [Thu, 28 May 2015 20:15:30 +0000 (22:15 +0200)]
Language strings should not contain a lot HTML (better only text) for an easier translation.

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoTried to fix installer a bit + added missing language string.
Roland Haeder [Thu, 28 May 2015 20:04:15 +0000 (22:04 +0200)]
Tried to fix installer a bit + added missing language string.

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoGet rid of PHP_SELF (still some are left).
Roland Haeder [Tue, 19 May 2015 11:38:20 +0000 (13:38 +0200)]
Get rid of PHP_SELF (still some are left).

Signed-off-by: Roland Häder <roland@mxchange.org>
9 years agoAlso already accepted/rejected/never started authorizations for registration should...
Roland Haeder [Sat, 4 Apr 2015 02:51:37 +0000 (04:51 +0200)]
Also already accepted/rejected/never started authorizations for registration should work ... :-)

Signed-off-by: Roland Häder <roland@mxchange.org>
9 years agoAdded encryption stuff + rewrote sendWernisApiRequest() to handle the decryption.
Roland Haeder [Sat, 4 Apr 2015 01:47:30 +0000 (03:47 +0200)]
Added encryption stuff + rewrote sendWernisApiRequest() to handle the decryption.

Signed-off-by: Roland Häder <roland@mxchange.org>
9 years agoAdded update_year.sh (still not fully flexible) and updated all years with it.
Roland Haeder [Fri, 3 Apr 2015 22:23:47 +0000 (00:23 +0200)]
Added update_year.sh (still not fully flexible) and updated all years with it.

Signed-off-by: Roland Häder <roland@mxchange.org>
9 years agoAdded notice for authentication (data transfer) URLs.
Roland Haeder [Fri, 3 Apr 2015 21:57:30 +0000 (23:57 +0200)]
Added notice for authentication (data transfer) URLs.

Signed-off-by: Roland Häder <roland@mxchange.org>
9 years agoThis service won't come back + added missing language string.
Roland Haeder [Fri, 3 Apr 2015 21:29:58 +0000 (23:29 +0200)]
This service won't come back + added missing language string.

Signed-off-by: Roland Häder <roland@mxchange.org>
9 years agoA-tag fixed.
Roland Haeder [Fri, 3 Apr 2015 20:27:52 +0000 (22:27 +0200)]
A-tag fixed.

Signed-off-by: Roland Häder <roland@mxchange.org>
9 years agotableless is no more ... :-(
Roland Haeder [Fri, 3 Apr 2015 20:25:58 +0000 (22:25 +0200)]
tableless is no more ... :-(

Signed-off-by: Roland Häder <roland@mxchange.org>
9 years agoSometimes a whole array needs to be set in session (installer).
Roland Haeder [Fri, 3 Apr 2015 19:42:18 +0000 (21:42 +0200)]
Sometimes a whole array needs to be set in session (installer).

Signed-off-by: Roland Häder <roland@mxchange.org>
9 years agoFixed some badly broken stuff in installation phase.
Roland Haeder [Fri, 3 Apr 2015 19:20:03 +0000 (21:20 +0200)]
Fixed some badly broken stuff in installation phase.

Signed-off-by: Roland Häder <roland@mxchange.org>
9 years agoAdded missing language strings, more may popup!
Roland Haeder [Fri, 3 Apr 2015 18:35:08 +0000 (20:35 +0200)]
Added missing language strings, more may popup!

Signed-off-by: Roland Häder <roland@mxchange.org>
9 years agoTypos fixed.
Roland Haeder [Fri, 3 Apr 2015 18:26:41 +0000 (20:26 +0200)]
Typos fixed.

Signed-off-by: Roland Häder <roland@mxchange.org>
9 years agoFixed bad naming of variable
Roland Haeder [Fri, 3 Apr 2015 18:24:04 +0000 (20:24 +0200)]
Fixed bad naming of variable

Signed-off-by: Roland Häder <roland@mxchange.org>
9 years agoUpdated TODOs.txt file.
Roland Haeder [Fri, 3 Apr 2015 18:20:17 +0000 (20:20 +0200)]
Updated TODOs.txt file.

Signed-off-by: Roland Häder <roland@mxchange.org>
9 years agoNo reference to bitcoin (except template).
Roland Haeder [Fri, 3 Apr 2015 18:18:04 +0000 (20:18 +0200)]
No reference to bitcoin (except template).

Signed-off-by: Roland Häder <roland@mxchange.org>
9 years agoRemoved deprecated 'hidden' column from mod_reg table.
Roland Haeder [Fri, 3 Apr 2015 18:16:11 +0000 (20:16 +0200)]
Removed deprecated 'hidden' column from mod_reg table.

Signed-off-by: Roland Häder <roland@mxchange.org>
9 years agoNot only Bitcoins shall be supported, why not support all other forks?
Roland Haeder [Fri, 3 Apr 2015 17:59:44 +0000 (19:59 +0200)]
Not only Bitcoins shall be supported, why not support all other forks?

Signed-off-by: Roland Häder <roland@mxchange.org>
9 years agodl() is not always available in all supported PHP versions (SAPIs from 5.3+ may
Roland Haeder [Fri, 3 Apr 2015 17:50:19 +0000 (19:50 +0200)]
dl() is not always available in all supported PHP versions (SAPIs from 5.3+ may
not contain it, why?). Maybe it is not contained due to security reasons?

Signed-off-by: Roland Häder <roland@mxchange.org>
9 years agoDeleted deprecated files + updated TODOs.txt
Roland Haeder [Wed, 1 Apr 2015 15:25:34 +0000 (17:25 +0200)]
Deleted deprecated files + updated TODOs.txt

Signed-off-by: Roland Häder <roland@mxchange.org>
9 years agoTemporary set 404 to avoid backtrace:
Roland Haeder [Wed, 1 Apr 2015 14:27:55 +0000 (16:27 +0200)]
Temporary set 404 to avoid backtrace:

------------------------------
Fehlermeldung: No HTTP status set!
------------------------------
Backtrace:
1.:template-functions.php:1311, debug_get_mailable_backtrace(0)
2.:wrapper-functions.php:1242, reportBug(3)
3.:http-functions.php:55, getHttpStatus(0)
4.:template-functions.php:158, sendHttpHeaders(0)
5.:filters.php:711, outputHtml(0)
6.:debug_get_mailable_backtrace:1074, FILTER_FLUSH_OUTPUT(1)
7.:filter-functions.php:332, call_user_func_array(2)
8.:functions.php:1724, runFilterChain(2)
9.:footer.php:60, doShutdown(0)
10.:inc-functions.php:133, include(1)
11.:inc-functions.php:141, loadInclude(1)
12.:api.php:71, loadIncludeOnce(1)
------------------------------
Abfrage-String: /api/statuses/public_timeline.atom
------------------------------

Signed-off-by: Roland Häder <roland@mxchange.org>
9 years agoOpps, not all elements for sprintf() has been set.
Roland Haeder [Thu, 11 Sep 2014 20:12:17 +0000 (22:12 +0200)]
Opps, not all elements for sprintf() has been set.

Signed-off-by: Roland Häder <roland@mxchange.org>
9 years agoCommented out noisy debug lines (maybe another branch is needed for debug-only).
Roland Haeder [Thu, 11 Sep 2014 20:06:42 +0000 (22:06 +0200)]
Commented out noisy debug lines (maybe another branch is needed for debug-only).

Signed-off-by: Roland Häder <roland@mxchange.org>
9 years agoTypo fixed.
Roland Haeder [Thu, 11 Sep 2014 19:19:30 +0000 (21:19 +0200)]
Typo fixed.

Signed-off-by: Roland Häder <roland@mxchange.org>
9 years agoA lot fixes:
Roland Haeder [Thu, 11 Sep 2014 18:59:44 +0000 (20:59 +0200)]
A lot fixes:
- $_SESSION must be used, not $GLOBALS['_SESSION']
- "Cache" 'isAdmin' must be unset, not set to FALSE
- initSession() must be called before user name (including admin data) has been read from session (so? ;-) )
- Various other improvements
- TODOs.txt updated

Signed-off-by: Roland Häder <roland@mxchange.org>
9 years agoFixed: 'hash' is always a GET parameter and it is 'admin_login', not 'login' which...
Roland Haeder [Thu, 11 Sep 2014 18:21:36 +0000 (20:21 +0200)]
Fixed: 'hash' is always a GET parameter and it is 'admin_login', not 'login' which is dedicated for users.

Signed-off-by: Roland Häder <roland@mxchange.org>
9 years agoAdded missing initSession() call.
Roland Haeder [Thu, 11 Sep 2014 18:16:56 +0000 (20:16 +0200)]
Added missing initSession() call.

Signed-off-by: Roland Häder <roland@mxchange.org>
10 years agoSome fixes for password scrambling.
Roland Haeder [Fri, 18 Apr 2014 15:37:41 +0000 (17:37 +0200)]
Some fixes for password scrambling.

Signed-off-by: Roland Häder <roland@mxchange.org>
10 years agoMinor typo fixed.
Roland Haeder [Thu, 17 Apr 2014 22:21:40 +0000 (00:21 +0200)]
Minor typo fixed.

Signed-off-by: Roland Häder <roland@mxchange.org>
10 years agoAdded missing 'extension' initialization in installer and used EL code there + fixed...
Roland Haeder [Thu, 17 Apr 2014 22:18:59 +0000 (00:18 +0200)]
Added missing 'extension' initialization in installer and used EL code there + fixed typo.

Signed-off-by: Roland Häder <roland@mxchange.org>
10 years agoSome minor improvements.
Roland Haeder [Thu, 17 Apr 2014 22:00:09 +0000 (00:00 +0200)]
Some minor improvements.

Signed-off-by: Roland Häder <roland@mxchange.org>
10 years agoinc/session.php is no longer needed.
Roland Haeder [Thu, 17 Apr 2014 21:59:21 +0000 (23:59 +0200)]
inc/session.php is no longer needed.

Signed-off-by: Roland Häder <roland@mxchange.org>
10 years agoAdded missing functions logSqlError() and loadPageHeader()/loadPageFooter().
Roland Haeder [Thu, 17 Apr 2014 21:40:38 +0000 (23:40 +0200)]
Added missing functions logSqlError() and loadPageHeader()/loadPageFooter().

Signed-off-by: Roland Häder <roland@mxchange.org>
10 years agoFunction getSession() does now only use secureString() if no database
Roland Haeder [Thu, 17 Apr 2014 21:38:15 +0000 (23:38 +0200)]
Function getSession() does now only use secureString() if no database
connection is there. This saves some "expensive" calls to the EL-code
functions.

Signed-off-by: Roland Häder <roland@mxchange.org>
10 years agoMore cleanups and small improvements (e.g. usage of wrappers).
Roland Haeder [Thu, 17 Apr 2014 21:37:30 +0000 (23:37 +0200)]
More cleanups and small improvements (e.g. usage of wrappers).

Signed-off-by: Roland Häder <roland@mxchange.org>
10 years agoAdded new pre-registration filter for WDS66-based registration (unfinished).
Roland Haeder [Thu, 17 Apr 2014 21:36:08 +0000 (23:36 +0200)]
Added new pre-registration filter for WDS66-based registration (unfinished).

Signed-off-by: Roland Häder <roland@mxchange.org>
10 years agoUse new wrapper isPhpExtensionLoaded() instead of extension_loaded().
Roland Haeder [Thu, 17 Apr 2014 21:33:51 +0000 (23:33 +0200)]
Use new wrapper isPhpExtensionLoaded() instead of extension_loaded().

Signed-off-by: Roland Häder <roland@mxchange.org>
10 years agoEven more removals of deprecated revision-stuff (was used in SVN to show updates).
Roland Haeder [Thu, 17 Apr 2014 21:32:22 +0000 (23:32 +0200)]
Even more removals of deprecated revision-stuff (was used in SVN to show updates).

Signed-off-by: Roland Häder <roland@mxchange.org>
10 years agoAdded stuff for PHP extension selection in both installers.
Roland Haeder [Thu, 17 Apr 2014 21:29:53 +0000 (23:29 +0200)]
Added stuff for PHP extension selection in both installers.

Signed-off-by: Roland Häder <roland@mxchange.org>
10 years agoFix for missing proxy_host if script is not installed yet and requires a HTTP request.
Roland Haeder [Thu, 17 Apr 2014 21:26:01 +0000 (23:26 +0200)]
Fix for missing proxy_host if script is not installed yet and requires a HTTP request.

Signed-off-by: Roland Häder <roland@mxchange.org>
10 years agoMore stuff for mysql3->mysql switch.
Roland Haeder [Thu, 17 Apr 2014 21:16:29 +0000 (23:16 +0200)]
More stuff for mysql3->mysql switch.

Signed-off-by: Roland Häder <roland@mxchange.org>
10 years agoUse upcoming functions loadPageHeader() and loadPageFooter() instead of include
Roland Haeder [Thu, 17 Apr 2014 21:10:11 +0000 (23:10 +0200)]
Use upcoming functions loadPageHeader() and loadPageFooter() instead of include
files (which made the script slower).

Signed-off-by: Roland Häder <roland@mxchange.org>
10 years agoFirst batch of removal of the headers needed for revision-functions.php
Roland Haeder [Thu, 17 Apr 2014 21:04:32 +0000 (23:04 +0200)]
First batch of removal of the headers needed for revision-functions.php
(repository-x-only stuff is not a good idea in general terms).

Renamed lib-mysql3.php ->lib-mysql.php for upcoming commits.

Signed-off-by: Roland Häder <roland@mxchange.org>
10 years agoSome more improvements:
Roland Haeder [Wed, 16 Apr 2014 19:27:16 +0000 (21:27 +0200)]
Some more improvements:
- 'provider' renamed to 'registration_provider' (GET parameter)
- Added developer-only code (do only use if you are developing on the
  registration and don't want to have registrations, e.g. because you are
  implementing a new registration provider.

Signed-off-by: Roland Häder <roland@mxchange.org>
10 years agoSome improvements:
Roland Haeder [Wed, 16 Apr 2014 18:07:34 +0000 (20:07 +0200)]
Some improvements:
- No need for 'status' in $content because it is always '1' at this point
- Fixed form name and submit button to allow isFormSent() call catch it

Signed-off-by: Roland Häder <roland@mxchange.org>
10 years agoAdded missing elements for WDS66-based registration.
Roland Haeder [Wed, 16 Apr 2014 18:01:23 +0000 (20:01 +0200)]
Added missing elements for WDS66-based registration.

Signed-off-by: Roland Häder <roland@mxchange.org>
10 years agoThe maximum file size needs to be increased a little. Still you may not need
Roland Haeder [Tue, 8 Apr 2014 21:14:50 +0000 (23:14 +0200)]
The maximum file size needs to be increased a little. Still you may not need
to worry about your small files as @DEPRECATED must be included to be found by
this script.

Deleted deprecated files + updated TODOs.txt.

Signed-off-by: Roland Häder <roland@mxchange.org>
10 years agoSome fixes?
Roland Haeder [Tue, 8 Apr 2014 21:11:19 +0000 (23:11 +0200)]
Some fixes?

Signed-off-by: Roland Häder <roland@mxchange.org>
10 years agoAlso use git here.
Roland Haeder [Tue, 8 Apr 2014 21:09:54 +0000 (23:09 +0200)]
Also use git here.

Signed-off-by: Roland Häder <roland@mxchange.org>
10 years ago- Introduced generateDateMonthYearSelectionBox() which is suitable for e.g.
Roland Haeder [Tue, 8 Apr 2014 21:03:17 +0000 (23:03 +0200)]
- Introduced generateDateMonthYearSelectionBox() which is suitable for e.g.
  birthday input fields.
- Introduced doTemplateDisplayReferralIdContent() template helper to get rid
  of an unneccessary if() block and $content[foo] in template
- Content of template register_header.tpl has now been moved to
  inc/language/register_de.php and has marked as deprecated
- Added new template (unfinished) for ext-wernis registration provider

Signed-off-by: Roland Häder <roland@mxchange.org>
10 years ago- remove triplle extension (.tpl.cache.php)
Roland Haeder [Tue, 8 Apr 2014 19:19:12 +0000 (21:19 +0200)]
- remove triplle extension (.tpl.cache.php)
- ignored only new cache files
- missed to use getPath() to generate FQFN (full-qualified file name) for template cache file

Signed-off-by: Roland Häder <roland@mxchange.org>
10 years agoIntroduced some wrapper functions, the extension for cache files is now .cache.php...
Roland Haeder [Tue, 8 Apr 2014 19:11:57 +0000 (21:11 +0200)]
Introduced some wrapper functions, the extension for cache files is now .cache.php to make them executed on servers like Lighttpd. This will make the data "invisible" to the client as the script only contains an array.

Signed-off-by: Roland Häder <roland@mxchange.org>
10 years agoIntroduced getWernisMapedDataFromApiByChallenge()
Roland Haeder [Tue, 8 Apr 2014 18:47:07 +0000 (20:47 +0200)]
Introduced getWernisMapedDataFromApiByChallenge()

Signed-off-by: Roland Häder <roland@mxchange.org>
10 years agoContinued with ext-wernis:
Roland Haeder [Sun, 6 Apr 2014 21:25:19 +0000 (23:25 +0200)]
Continued with ext-wernis:
- Added wernis_refid column which will hold the referral id from WDS66. This
  can be used to link a registered (through ext-wernis, not ext-register)
  account with this.
- Added registration provider to mappedData array
- Some rewrites
- Added convertEmptyToNull() (generic)

Signed-off-by: Roland Häder <roland@mxchange.org>
10 years agoAdded more functions to handle registrations over WDS66 + encapsulated check for...
Roland Haeder [Sun, 6 Apr 2014 16:27:23 +0000 (18:27 +0200)]
Added more functions to handle registrations over WDS66 + encapsulated check for HTTP response status.

Signed-off-by: Roland Häder <roland@mxchange.org>
10 years agoMerge branch 'contrib' into 0.2.1-FINAL
Roland Haeder [Mon, 3 Feb 2014 19:27:58 +0000 (20:27 +0100)]
Merge branch 'contrib' into 0.2.1-FINAL

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

10 years agoAdded 'core' to be ignored here as this branch is not based on it
Roland Haeder [Mon, 3 Feb 2014 19:22:44 +0000 (20:22 +0100)]
Added 'core' to be ignored here as this branch is not based on it

Signed-off-by: Roland Häder <roland@mxchange.org>
10 years agoMoved to contrib/ in preperation for merge
Roland Haeder [Mon, 3 Feb 2014 19:18:29 +0000 (20:18 +0100)]
Moved to contrib/ in preperation for merge

Signed-off-by: Roland Häder <roland@mxchange.org>
10 years agomoved for svn-git switch
Roland Häder [Sun, 2 Feb 2014 00:48:07 +0000 (00:48 +0000)]
moved for svn-git switch

10 years agomoved for svn-git switch
Roland Häder [Sun, 2 Feb 2014 00:48:07 +0000 (00:48 +0000)]
moved for svn-git switch

10 years agoCommented out noisy debug line
Roland Häder [Sun, 19 Jan 2014 13:27:56 +0000 (13:27 +0000)]
Commented out noisy debug line

10 years agoThe wiki is now SSL-secured
Roland Häder [Thu, 26 Dec 2013 19:23:42 +0000 (19:23 +0000)]
The wiki is now SSL-secured

10 years agoDisallow subtraction on unsigned columns:
Roland Häder [Sat, 30 Nov 2013 21:31:21 +0000 (21:31 +0000)]
Disallow subtraction on unsigned columns:

When you use subtraction between integer values where one is of type
UNSIGNED, the result is unsigned unless the NO_UNSIGNED_SUBTRACTION SQL
mode is enabled. See Section 12.10, “Cast Functions and Operators”.

10 years agoFixed handling of SQL strings
Roland Häder [Mon, 7 Oct 2013 18:29:24 +0000 (18:29 +0000)]
Fixed handling of SQL strings

10 years agoRewrote 2 str_replace() calls to one with array()
Roland Häder [Sun, 1 Sep 2013 20:13:27 +0000 (20:13 +0000)]
Rewrote 2 str_replace() calls to one with array()

10 years agoSome cleanups/improvements
Roland Häder [Mon, 5 Aug 2013 20:18:58 +0000 (20:18 +0000)]
Some cleanups/improvements

10 years agoRe-added height, but smaller to make most menus appear shorter
Roland Häder [Sun, 4 Aug 2013 13:36:59 +0000 (13:36 +0000)]
Re-added height, but smaller to make most menus appear shorter

10 years agoRegistration provider continued:
Roland Häder [Sun, 4 Aug 2013 05:38:00 +0000 (05:38 +0000)]
Registration provider continued:
- Added missing guest templates, "translate" function, language elements
- Fixed handling of 'provider' parameter (renamed!) in filters
- Start of cleanup of CSS classes