]>
git.mxchange.org Git - mailer.git/log
Roland Häder [Tue, 6 Sep 2016 12:07:25 +0000 (14:07 +0200)]
Continued a bit:
- continue is not valid here, use return
Roland Häder [Tue, 6 Sep 2016 10:58:05 +0000 (12:58 +0200)]
Continued a bit:
- some improvements on autoreg_test.php
- removed deprecated script
- updated TODOs.txt
Roland Häder [Tue, 6 Sep 2016 10:04:36 +0000 (12:04 +0200)]
Continued a bit:
- added checks if pool is initialized, better than ending up in PHP warnings/errors
- renamed variables
Roland Häder [Tue, 6 Sep 2016 09:44:42 +0000 (11:44 +0200)]
Continued a bit:
- CSS fixes as it needs to be /* Bla bla */ and not // Bla bla
- fixed CSS stuff, there is no "align"
- ignored more files (from NetBeans)
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>
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.
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
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>
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>
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>
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>
Roland Häder [Wed, 1 Jun 2016 14:13:46 +0000 (16:13 +0200)]
fixed domain name (opps)
Roland Häder [Wed, 1 Jun 2016 14:11:57 +0000 (16:11 +0200)]
no more SSL
Roland Häder [Wed, 1 Jun 2016 14:11:14 +0000 (16:11 +0200)]
also these networks has discontinued ... :-(
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.)
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 ...
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
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
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>
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
Roland Häder [Mon, 30 May 2016 15:23:30 +0000 (17:23 +0200)]
Only ignore project's private files, not the whole one.
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>
Roland Haeder [Sat, 2 Apr 2016 11:03:13 +0000 (13:03 +0200)]
Fixed umlauts.
Signed-off-by: Roland Häder <roland@mxchange.org>
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>
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>
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>
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>
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>
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>
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>
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>
Roland Haeder [Sat, 13 Feb 2016 21:02:31 +0000 (22:02 +0100)]
Added .gitattributes
Signed-off-by: Roland Häder <roland@mxchange.org>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
Roland Haeder [Fri, 3 Apr 2015 18:26:41 +0000 (20:26 +0200)]
Typos fixed.
Signed-off-by: Roland Häder <roland@mxchange.org>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
Roland Haeder [Thu, 11 Sep 2014 19:19:30 +0000 (21:19 +0200)]
Typo fixed.
Signed-off-by: Roland Häder <roland@mxchange.org>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
Roland Haeder [Tue, 8 Apr 2014 21:11:19 +0000 (23:11 +0200)]
Some fixes?
Signed-off-by: Roland Häder <roland@mxchange.org>
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>
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>
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>
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>
Roland Haeder [Tue, 8 Apr 2014 18:47:07 +0000 (20:47 +0200)]
Introduced getWernisMapedDataFromApiByChallenge()
Signed-off-by: Roland Häder <roland@mxchange.org>
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>
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>
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
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>
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>
Roland Häder [Sun, 2 Feb 2014 00:48:07 +0000 (00:48 +0000)]
moved for svn-git switch
Roland Häder [Sun, 2 Feb 2014 00:48:07 +0000 (00:48 +0000)]
moved for svn-git switch
Roland Häder [Sun, 19 Jan 2014 13:27:56 +0000 (13:27 +0000)]
Commented out noisy debug line
Roland Häder [Thu, 26 Dec 2013 19:23:42 +0000 (19:23 +0000)]
The wiki is now SSL-secured
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”.
Roland Häder [Mon, 7 Oct 2013 18:29:24 +0000 (18:29 +0000)]
Fixed handling of SQL strings