mailer.git
12 years agoInterface URLs for SeCash.de updated to v3 'codes'
Roland Häder [Thu, 2 Jun 2011 03:39:45 +0000 (03:39 +0000)]
Interface URLs for SeCash.de updated to v3 'codes'

12 years agoSpiders can handle 302 replies nicely these days ...
Roland Häder [Tue, 24 May 2011 17:09:38 +0000 (17:09 +0000)]
Spiders can handle 302 replies nicely these days ...

12 years agoCIA.vc is down indefinitely :-(
Roland Häder [Thu, 12 May 2011 00:19:14 +0000 (00:19 +0000)]
CIA.vc is down indefinitely :-(

12 years agoDefault prefix for all SQL tables is now 'mailer', developer team now mentioned,...
Roland Häder [Wed, 4 May 2011 19:24:58 +0000 (19:24 +0000)]
Default prefix for all SQL tables is now 'mailer', developer team now mentioned, instead of domain

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

13 years agoAdded patch_core.sh to all 'cored' PHP projects to ease patching of the 'core' project
Roland Häder [Mon, 18 Apr 2011 20:43:26 +0000 (20:43 +0000)]
Added patch_core.sh to all 'cored' PHP projects to ease patching of the 'core' project

13 years agoRenamed script to baseUrl to make it more clear
Roland Häder [Fri, 25 Mar 2011 10:34:19 +0000 (10:34 +0000)]
Renamed script to baseUrl to make it more clear

13 years agoAdded missing language string
Roland Häder [Tue, 8 Mar 2011 13:04:10 +0000 (13:04 +0000)]
Added missing language string

13 years agoReverted previous commit, this is an unfinished area
Roland Häder [Tue, 8 Mar 2011 12:56:06 +0000 (12:56 +0000)]
Reverted previous commit, this is an unfinished area

13 years agoRemoved debug die() call
Roland Häder [Tue, 8 Mar 2011 12:53:57 +0000 (12:53 +0000)]
Removed debug die() call

13 years agoFix for wrong detection of broken HTTP server
Roland Häder [Tue, 8 Mar 2011 12:25:38 +0000 (12:25 +0000)]
Fix for wrong detection of broken HTTP server

13 years agoSubstracting the count of \r\n in chunked-encoded HTTP messages indicates a broken...
Roland Häder [Tue, 8 Mar 2011 11:31:10 +0000 (11:31 +0000)]
Substracting the count of \r\n in chunked-encoded HTTP messages indicates a broken HTTP server implementation, currently only the AnomicHTTPD ( anomic.de or http://yacy.net ) is known to me as broken

13 years agofetchUserData() does not only fetch user data for a given userid, so is renamed...
Roland Häder [Sat, 26 Feb 2011 05:38:46 +0000 (05:38 +0000)]
fetchUserData() does not only fetch user data for a given userid, so  is renamed to reflect this behaviour

13 years agoSeveral minor HTML/CSS fixes
Roland Häder [Sat, 26 Feb 2011 05:13:28 +0000 (05:13 +0000)]
Several minor HTML/CSS fixes

13 years agoFixed wrong braces
Roland Häder [Sat, 26 Feb 2011 04:46:32 +0000 (04:46 +0000)]
Fixed wrong braces

13 years agoExtension ext-forced continued, 'earnings' are now in one menu block:
Roland Häder [Sat, 26 Feb 2011 04:37:11 +0000 (04:37 +0000)]
Extension ext-forced continued, 'earnings' are now in one menu block:
- Basic menu structure for ext-forced finished
- New member menu 'action-earn' added, where all "earning possibilities" should go
- SQL dumps resorted to let them look like the menu will appear
- Bugs in what-<admin|guest|mem>edit.php fixed, mostly small things and memedit
  has linked to adminedit

13 years agoSQL command for member registration moved to proper extension
Roland Häder [Thu, 24 Feb 2011 21:51:45 +0000 (21:51 +0000)]
SQL command for member registration moved to proper extension

13 years agoExtension ext-network does now show if a network requires the webmaster to send a...
Roland Häder [Sun, 20 Feb 2011 16:13:59 +0000 (16:13 +0000)]
Extension ext-network does now show if a network requires the webmaster to send a copy of ID card:
- Some advertiser networks require you to send them a copy of an ID card or
  business registration. They are now marked so.
- Some more lowercase UTF-8 converted to uppercase
- TODOs.txt updated

13 years agoSupport for chunked HTTP messages added, some code encapsulated:
Roland Häder [Thu, 17 Feb 2011 11:12:15 +0000 (11:12 +0000)]
Support for chunked HTTP messages added, some code encapsulated:
- Support for 'Transfer-Encoding: chunked' HTTP header added (it might still
  be buggy, please report)
- New function removeHttpHeaderFromResponse() introduced (which encapsulates
  some code dublicates)
- TODOs.txt updated

13 years agoFunction name fixed
Roland Häder [Wed, 16 Feb 2011 14:46:09 +0000 (14:46 +0000)]
Function name fixed

13 years agoWe should write UTF-8 in upper-case
Roland Häder [Wed, 16 Feb 2011 13:20:14 +0000 (13:20 +0000)]
We should write UTF-8 in upper-case

13 years agoMore usage of EL code in error messages
Roland Häder [Sat, 12 Feb 2011 10:28:41 +0000 (10:28 +0000)]
More usage of EL code in error messages

13 years agoDuplicate function removed
Roland Häder [Tue, 8 Feb 2011 03:29:52 +0000 (03:29 +0000)]
Duplicate function removed

13 years agoRenamed a lot language strings to new naming convention, first english translation...
Roland Häder [Tue, 8 Feb 2011 03:26:24 +0000 (03:26 +0000)]
Renamed a lot language strings to new naming convention, first english translation added

13 years agoNew wrapper functions introduced, TODOs.txt updated
Roland Häder [Mon, 7 Feb 2011 15:46:01 +0000 (15:46 +0000)]
New wrapper functions introduced, TODOs.txt updated

13 years agoWrapper function isAdminsExpertWarningEnabled() introduced
Roland Häder [Mon, 7 Feb 2011 00:53:33 +0000 (00:53 +0000)]
Wrapper function isAdminsExpertWarningEnabled() introduced

13 years agoColumns 'last_month' and 'last_week' are now TINYINT (was: CHAR)
Roland Häder [Mon, 7 Feb 2011 00:40:01 +0000 (00:40 +0000)]
Columns 'last_month' and 'last_week' are now TINYINT (was: CHAR)

13 years agoZEROFILL added (please change manually if sql_patches v0.7.5 is your version)
Roland Häder [Mon, 7 Feb 2011 00:35:47 +0000 (00:35 +0000)]
ZEROFILL added (please change manually if sql_patches v0.7.5 is your version)

13 years agoProperties set
Roland Häder [Mon, 7 Feb 2011 00:34:16 +0000 (00:34 +0000)]
Properties set

13 years agoHourly reset introduced
Roland Häder [Mon, 7 Feb 2011 00:26:20 +0000 (00:26 +0000)]
Hourly reset introduced

13 years agoNew function introduced, missing function getPointsWord() added:
Roland Häder [Sun, 6 Feb 2011 23:00:44 +0000 (23:00 +0000)]
New function introduced, missing function getPointsWord() added:
- New function isSqlTableColumnFound() introduced to handle adding/dropping columns
- Missing wrapper function getPointsWord() now included (it was added but I commited only its usage)
- Some code cleanups

13 years agoSome code cleanups
Roland Häder [Sun, 30 Jan 2011 00:08:47 +0000 (00:08 +0000)]
Some code cleanups

13 years agoSome code beaty applied
Roland Häder [Sat, 29 Jan 2011 22:55:56 +0000 (22:55 +0000)]
Some code beaty applied

13 years agoTODOs.txt updated
Roland Häder [Sat, 29 Jan 2011 21:49:02 +0000 (21:49 +0000)]
TODOs.txt updated

13 years agoA lot more wrapper functions added, templates renamed
Roland Häder [Sat, 29 Jan 2011 21:48:19 +0000 (21:48 +0000)]
A lot more wrapper functions added, templates renamed

13 years agoNew wrapper function getTransferCode() introduced, double-quotes to single-quotes...
Roland Häder [Sat, 29 Jan 2011 17:52:25 +0000 (17:52 +0000)]
New wrapper function getTransferCode() introduced, double-quotes to single-quotes converted

13 years agoHTML fixes and minor cleanups
Roland Häder [Sat, 29 Jan 2011 17:41:19 +0000 (17:41 +0000)]
HTML fixes and minor cleanups

13 years agoExtra 'strong' tags removed
Roland Häder [Sat, 29 Jan 2011 05:22:41 +0000 (05:22 +0000)]
Extra 'strong' tags removed

13 years agoMore wrapper functions added
Roland Häder [Sat, 29 Jan 2011 05:11:50 +0000 (05:11 +0000)]
More wrapper functions added

13 years agoMore fixes for broken admin area
Roland Häder [Sat, 29 Jan 2011 05:00:53 +0000 (05:00 +0000)]
More fixes for broken admin area

13 years agoEven more fixes for broken first installation attempt (sorry all)
Roland Häder [Sat, 29 Jan 2011 04:32:55 +0000 (04:32 +0000)]
Even more fixes for broken first installation attempt (sorry all)

13 years agoCopyright fixed, colors changed in default theme
Roland Häder [Sat, 29 Jan 2011 03:39:55 +0000 (03:39 +0000)]
Copyright fixed, colors changed in default theme

13 years agoSome more fixes and dependency between bonus<->sql_patches
Roland Häder [Fri, 28 Jan 2011 05:37:18 +0000 (05:37 +0000)]
Some more fixes and dependency between bonus<->sql_patches

13 years agoSQL fix
Roland Häder [Fri, 28 Jan 2011 04:59:07 +0000 (04:59 +0000)]
SQL fix

13 years agoSpeed improvement, TODOs.txt updated:
Roland Häder [Thu, 27 Jan 2011 21:23:19 +0000 (21:23 +0000)]
Speed improvement, TODOs.txt updated:
- Several different hacks added to improve script execution time
- TODOs.txt updated

13 years agoTemplate engine fixed:
Roland Häder [Thu, 27 Jan 2011 20:11:45 +0000 (20:11 +0000)]
Template engine fixed:
- Template engine does now not compile the code, this is required for loading
  extension's description templates and maintaining the embeded EL code. This
  will make sure that configuration entries and other "dynamic data" can be
  inserted on execution time and not on compilation time.
- Some extension's description templates still had {?foo_bar?} EL code instead
  of {OPEN_CONFIG}foo_bar{CLOSE_CONFIG}. The first one would insert
  configuration data on compilation time, the second on execution time.
- TODOs.txt updated

13 years agoSwapped out a large number of parameters to an XML construct. The previous commit...
Roland Häder [Thu, 27 Jan 2011 03:40:54 +0000 (03:40 +0000)]
Swapped out a large number of parameters to an XML construct. The previous commit should not contain this because it is non-functional, so don't use ext-surfbar: work in progress

13 years agoFixes some HTML errors, shell scripts cleaned up
Roland Häder [Thu, 27 Jan 2011 03:20:04 +0000 (03:20 +0000)]
Fixes some HTML errors, shell scripts cleaned up

13 years agoNew wrapper functions introduced, some one-line parameter monsters killed:
Roland Häder [Thu, 27 Jan 2011 00:50:40 +0000 (00:50 +0000)]
New wrapper functions introduced, some one-line parameter monsters killed:
- New function addDropTableSql introduced which wraps a DROP TABLE statement
- New (cached) function isSqlTableCreated introduced which checks if the given
  table is created
- New (cached) function isSqlTableIndexAdded introduced which checks on a 'mode'
  condition (see source code) if the table index is created
- In two admin what-modules there was a one/multi-line parameter monster which
  is now dead and resurrected as a human-readable multi-line creature ... ;-)
- TODOs.txt updated

13 years agoSeveral code-cleanups:
Roland Häder [Wed, 19 Jan 2011 19:20:43 +0000 (19:20 +0000)]
Several code-cleanups:
- Some if() blocks improved by using curly braces (better human-readable)
- The sender of bonus mails is not zero (0) anymore, we use NULL now (maybe
  needs some fixing)
- Thanks to SixCooler for reading text of ext-yacy

13 years agoExtensions bitcoins/yacy added, new API functions for handling proxy/non-proxy added:
Roland Häder [Wed, 19 Jan 2011 17:43:35 +0000 (17:43 +0000)]
Extensions bitcoins/yacy added, new API functions for handling proxy/non-proxy added:
- New extension ext-bitcoins ( http://www.bitcoin.org) added as an alternative payment method to direct
  cash (Euro, US Dollar, ...)
- New extension ext-yacy ( http://yacy.net ) added to ease setup of a 'site
  search'. You still need a running YaCy instance somewhere (should be localhost
  for performance reasons).
- The API can now provide the real IP address (even from bethind a proxy) and
  'REMOTE_ADDR'. The real IP address can be "detected" with detectRealIpAddress()
  and 'REMOTE_ADDR' (which could be a proxy IP) with detectRemoteAddr().
- Wrapper function detectDomainName() introduced
- TODOs.txt updated

13 years agoSome language strings fixed, renamed. Copyright notice updated
Roland Häder [Tue, 18 Jan 2011 15:44:31 +0000 (15:44 +0000)]
Some language strings fixed, renamed. Copyright notice updated

13 years agoMissing commata added
Roland Häder [Mon, 10 Jan 2011 09:10:34 +0000 (09:10 +0000)]
Missing commata added

13 years agoFix for missing language string and variable renamed to better naming convention
Roland Häder [Mon, 10 Jan 2011 09:06:13 +0000 (09:06 +0000)]
Fix for missing language string and variable renamed to better naming convention

13 years agoWrong array element fixed
Roland Häder [Mon, 10 Jan 2011 08:55:46 +0000 (08:55 +0000)]
Wrong array element fixed

13 years agoFix for bigintval() which does only take numbers
Roland Häder [Mon, 10 Jan 2011 08:46:24 +0000 (08:46 +0000)]
Fix for bigintval() which does only take numbers

13 years agoFix for missing variable
Roland Häder [Mon, 10 Jan 2011 08:33:31 +0000 (08:33 +0000)]
Fix for missing variable

13 years agoSome code cleanups/fixes:
Roland Häder [Sat, 8 Jan 2011 20:41:08 +0000 (20:41 +0000)]
Some code cleanups/fixes:
- Function translateUserStatus() does now have a default value, only because it
  is better coding practice to init your variables before a switch() command
- Language string ACCOUNT_STATUS_UNKNOWN_STATUS renamed and moved a little
- TODOs.txt updated

13 years agoDo we still need this query reset?
Roland Häder [Sat, 8 Jan 2011 20:30:15 +0000 (20:30 +0000)]
Do we still need this query reset?

13 years agoRenaming error
Roland Häder [Thu, 6 Jan 2011 05:51:15 +0000 (05:51 +0000)]
Renaming error

13 years agoAlso reset (aka daily reset scripts) renamed. The naming 'reset' came from the time...
Roland Häder [Thu, 6 Jan 2011 05:31:25 +0000 (05:31 +0000)]
Also reset (aka daily reset scripts) renamed. The naming 'reset' came from the time when only daily reset scripts exist

13 years agoLoader for cache files renamed to avoid a lot naming conflicts
Roland Häder [Thu, 6 Jan 2011 05:24:22 +0000 (05:24 +0000)]
Loader for cache files renamed to avoid a lot naming conflicts

13 years agoExtension ext-forced enhanced, some code cleanup:
Roland Häder [Thu, 30 Dec 2010 18:45:43 +0000 (18:45 +0000)]
Extension ext-forced enhanced, some code cleanup:
- ext-forced enhanced: Table mxchange_forced_campaigns_ads is a n-n table which
  connects the ads with the campaigns
- In same extension file more UNSIGNED added and other improvements
- Removed old-lost value init in getConfig()
- TODOs.txt updated

13 years agoNew functions introduced:
Roland Häder [Tue, 21 Dec 2010 23:32:04 +0000 (23:32 +0000)]
New functions introduced:
- sql_patches must now be 0.7.4 in what-email_details.php
- New (?) template function 'generateExtensionOutdatedMessage() introduced
- Wrapper getMailsPage() introduced
- TODOs.txt updated

13 years agoYet another wrong array element fixed... :-(
Roland Häder [Tue, 21 Dec 2010 23:02:55 +0000 (23:02 +0000)]
Yet another wrong array element fixed... :-(

13 years agoThe usual asset of bugfixes/improvements:
Roland Häder [Tue, 21 Dec 2010 22:48:08 +0000 (22:48 +0000)]
The usual asset of bugfixes/improvements:
- Variable $bonus renamed in function to make clear it is boolean type
- Counting of sent mails (column mails_sent) added
- No longer needed header comments removed (it is heavily rewritten anyway)
- A lot missing/wrong array elements fixed in templates and PHP scripts
- New wrapper added (used several times in pool-user.php)
- CSS classes fixed in several 'order' templates
- Several other minor improvements/fixes
- TODOs.txt updated

13 years agoMissing bonus mode 'ADD' added
Roland Häder [Tue, 21 Dec 2010 19:22:20 +0000 (19:22 +0000)]
Missing bonus mode 'ADD' added

13 years agoFixed obsolete (?) links to category/payment
Roland Häder [Tue, 21 Dec 2010 19:10:35 +0000 (19:10 +0000)]
Fixed obsolete (?) links to category/payment

13 years agoSome minor rewrites
Roland Häder [Tue, 21 Dec 2010 18:28:15 +0000 (18:28 +0000)]
Some minor rewrites

13 years agoFix for broken cache handling in lib-mysql3.php, debug lines added
Roland Häder [Mon, 20 Dec 2010 15:03:45 +0000 (15:03 +0000)]
Fix for broken cache handling in lib-mysql3.php, debug lines added

13 years agoisAdminAllowedAccessMenu() introduced (cache is currently not required but it can...
Roland Häder [Tue, 14 Dec 2010 07:07:05 +0000 (07:07 +0000)]
isAdminAllowedAccessMenu() introduced (cache is currently not required but it can be done very easily)

13 years agoPerformance hacks, encapsulation and more EL code usage:
Roland Häder [Tue, 14 Dec 2010 06:10:00 +0000 (06:10 +0000)]
Performance hacks, encapsulation and more EL code usage:
- Performance hack in SQL_QUERY() to save some expensive str_replace() and other
  function calls
- Encapsulation of admin session data
- Some more usage of EL code in admin welcome templates
- TODOs.txt updated

13 years agoCode cosmetics applied, performance hacks (saved two loops):
Roland Häder [Sat, 11 Dec 2010 01:03:21 +0000 (01:03 +0000)]
Code cosmetics applied, performance hacks (saved two loops):
- Performance increased by giving str_replace() the full array and not all
  array elements one-by-one
- Some code cosmetics applied
- TODOs.txt updated

13 years agoDeprecated 'replacer' removed. Now we use EL code instead (there are a lot example...
Roland Häder [Tue, 7 Dec 2010 01:31:16 +0000 (01:31 +0000)]
Deprecated 'replacer' removed. Now we use EL code instead (there are a lot example templates available)

13 years agoA lot more wrapper functions introduced, TODOs.txt updated
Roland Häder [Sun, 21 Nov 2010 15:25:55 +0000 (15:25 +0000)]
A lot more wrapper functions introduced, TODOs.txt updated

13 years agoFixed missing array element
Roland Häder [Sat, 20 Nov 2010 16:24:03 +0000 (16:24 +0000)]
Fixed missing array element

13 years agoFix for missing array element 'userid', see ticket #205, thanks to piter01
Roland Häder [Sat, 20 Nov 2010 15:37:49 +0000 (15:37 +0000)]
Fix for missing array element 'userid', see ticket #205, thanks to piter01

13 years agoSome comments fixed
Roland Häder [Wed, 17 Nov 2010 23:05:50 +0000 (23:05 +0000)]
Some comments fixed

13 years agoRemoved deprecated usage of isConfigEntrySet()
Roland Häder [Wed, 17 Nov 2010 22:58:41 +0000 (22:58 +0000)]
Removed deprecated usage of isConfigEntrySet()

13 years agoRenamed function so it might be more understandable
Roland Häder [Thu, 11 Nov 2010 17:31:23 +0000 (17:31 +0000)]
Renamed function so it might be more understandable

13 years agoRemoved old-lost directory
Roland Häder [Wed, 10 Nov 2010 12:00:00 +0000 (12:00 +0000)]
Removed old-lost directory

13 years agoMore wrapper functions introduced, duplicate language strings merged:
Roland Häder [Tue, 9 Nov 2010 23:04:18 +0000 (23:04 +0000)]
More wrapper functions introduced, duplicate language strings merged:
- Some duplicate language strings merged
- More wrapper functions for configuration entries introduced
- TODOs.txt updated

13 years agoFix for misstyped function name isUrlBlacklistEnabled() is the right one
Roland Häder [Mon, 8 Nov 2010 17:47:13 +0000 (17:47 +0000)]
Fix for misstyped function name isUrlBlacklistEnabled() is the right one

13 years agoGerman documentation updated to reflect e.g. our wiki at http://wiki.mxchange.org
Roland Häder [Mon, 8 Nov 2010 03:18:58 +0000 (03:18 +0000)]
German documentation updated to reflect e.g. our wiki at wiki.mxchange.org

13 years agoInitial TRANSLATORS.txt added
Roland Häder [Mon, 8 Nov 2010 03:10:31 +0000 (03:10 +0000)]
Initial TRANSLATORS.txt added

13 years agoThe TODOs.txt thing again...
Roland Häder [Mon, 8 Nov 2010 02:38:18 +0000 (02:38 +0000)]
The TODOs.txt thing again...

13 years agoOpps...
Roland Häder [Mon, 8 Nov 2010 02:36:26 +0000 (02:36 +0000)]
Opps...

13 years agoAdded activation/deactivation queries for ext-beg and ext-theme
Roland Häder [Mon, 8 Nov 2010 02:34:52 +0000 (02:34 +0000)]
Added activation/deactivation queries for ext-beg and ext-theme

13 years agoFixed saving of nickname, a deprecated way was used before isInString() was introduced
Roland Häder [Mon, 8 Nov 2010 02:30:48 +0000 (02:30 +0000)]
Fixed saving of nickname, a deprecated way was used before isInString() was introduced

13 years agoFixed default selection of theme
Roland Häder [Mon, 8 Nov 2010 02:26:47 +0000 (02:26 +0000)]
Fixed default selection of theme

13 years agoHTML improved, several tables are now have NULL and some more UNSIGNED (is both better)
Roland Häder [Mon, 8 Nov 2010 02:22:39 +0000 (02:22 +0000)]
HTML improved, several tables are now have NULL and some more UNSIGNED (is both better)

13 years agoNaming convention applied
Roland Häder [Mon, 8 Nov 2010 01:50:32 +0000 (01:50 +0000)]
Naming convention applied

13 years agoFixed category saving, added unique key, removed deprecated templates:
Roland Häder [Mon, 8 Nov 2010 01:19:09 +0000 (01:19 +0000)]
Fixed category saving, added unique key, removed deprecated templates:
- Fixed handling of user category selections
- Added unique key in _user_cats on column userid,cat_id together
- Deprecated templates removed
- TODOs.txt updated

13 years agoAgain missing class='bottom' added
Roland Häder [Mon, 8 Nov 2010 00:21:49 +0000 (00:21 +0000)]
Again missing class='bottom' added

13 years agoMissing class='bottom' added
Roland Häder [Mon, 8 Nov 2010 00:16:48 +0000 (00:16 +0000)]
Missing class='bottom' added

13 years agoHopefully this doesn't break anything
Roland Häder [Mon, 8 Nov 2010 00:09:38 +0000 (00:09 +0000)]
Hopefully this doesn't break anything

13 years agoBetter this one ...
Roland Häder [Sun, 7 Nov 2010 20:39:01 +0000 (20:39 +0000)]
Better this one ...

13 years agoThis TODOs.txt thing...
Roland Häder [Sun, 7 Nov 2010 20:05:48 +0000 (20:05 +0000)]
This TODOs.txt thing...

13 years agoAdded ability to allow empty passwords, if the user does so, a random password will...
Roland Häder [Sun, 7 Nov 2010 20:05:13 +0000 (20:05 +0000)]
Added ability to allow empty passwords, if the user does so, a random password will be generated, many wrapper functions introduced

13 years agoNaming convention applied: is outdated, use (not shortended word), fixed missing...
Roland Häder [Sat, 6 Nov 2010 19:12:51 +0000 (19:12 +0000)]
Naming convention applied:  is outdated, use  (not shortended word), fixed missing variable in what-order.php, thanks to pieter01