mailer.git
12 years agoUpdated notice text
Roland Häder [Tue, 23 Aug 2011 15:58:00 +0000 (15:58 +0000)]
Updated notice text

12 years agoExtension ext-network continued:
Roland Häder [Tue, 23 Aug 2011 15:35:55 +0000 (15:35 +0000)]
Extension ext-network continued:
- Moved reload time unit from network_types_config to network_types
- Above column cannot be NULL and default is 'h' (hour), because most networks
  use hours

12 years agoExtension ext-network continued, "translation" function introduced:
Roland Häder [Tue, 23 Aug 2011 14:57:56 +0000 (14:57 +0000)]
Extension ext-network continued, "translation" function introduced:
- Already added network type handler configuration can now be displayed (shown)
  and changed
- Most advertising networks require "hours" for reload time, but other may
  require different time units, therefore a new entry has been added to table
  'network_types_config' to reflect these differences
- "Translation" function 'translateTimeUnit()' introduced which can "translate"
  time units (like W for weeks) into human-readable
- Function createFancyTime() uses now EL code (see newly introduced function)
- TODOs.txt updated

12 years agoBetter text how to deal with reload time setting
Roland Häder [Mon, 22 Aug 2011 18:20:31 +0000 (18:20 +0000)]
Better text how to deal with reload time setting

12 years agoExtension ext-network continued:
Roland Häder [Mon, 22 Aug 2011 18:15:21 +0000 (18:15 +0000)]
Extension ext-network continued:
- Network types handler can now be added (yet a template for showing saved data
  needs to be added)
- Several minor improvements
- todo-builder.sh does now search for .htaccess files with something to do
- TODOs.txt updated

12 years agoExtension ext-network continued, links in bug report mail added:
Roland Häder [Sun, 21 Aug 2011 10:39:04 +0000 (10:39 +0000)]
Extension ext-network continued, links in bug report mail added:
- General German README.txt file updated (mostly how it is written)
- Missing templates for configuring network types added (still one is missing)
- Title of this project added to all 'developer team' text blocks
- Links to forums, bug tracker and DokuWiki added to mail template for bug
  report. Please remember that this mail does not reach the developer team.

12 years agoExtension ext-network continued:
Roland Häder [Sun, 21 Aug 2011 09:02:36 +0000 (09:02 +0000)]
Extension ext-network continued:
- Offline documentation updated
- Fixed wrong parameter 'hash' for advertisement network 'FuCoExSponsor' and
  added sub-tracking id for all types

12 years agoExtension ext-network continued, functions renamed:
Roland Häder [Thu, 18 Aug 2011 23:04:06 +0000 (23:04 +0000)]
Extension ext-network continued, functions renamed:
- Loading of network types handler configuration implemented (with missing
  templates which will follow next commit)
- Functions makeFooToBar() renamed to convertFooToBar(), functions with this
  (convert) prefix will be used in PHP scripts and some templates, compared to
  translateFooBar() which will be used only in templates as "translation
  helper"
- DOCS/debug-lines.log ignored which will be used to identify commented-in
  debug lines
- TODOs.txt updated

12 years agoSuffix '_enabled' in config entries is deprecated
Roland Häder [Thu, 18 Aug 2011 14:12:39 +0000 (14:12 +0000)]
Suffix '_enabled' in config entries is deprecated

12 years agoAdmin menu has now a JavaScript "effect":
Roland Häder [Thu, 18 Aug 2011 02:18:18 +0000 (02:18 +0000)]
Admin menu has now a JavaScript "effect":
- Admin menu system can now be JavaScript-enabled. You need to enable JavaScript
  in your browser to see the full "effect". If you leave it disabled, all menus
  are fully displayed
- The helping text in admin area won't work in JavaScript-enabled mode
- Generic word 'mode' replaced on all (!) places to make it everywhere more
  clear which "mode" I mean there
- TODOs.txt updated

12 years agoAdmin menu prepared for AJAX requests:
Roland Häder [Tue, 16 Aug 2011 20:46:22 +0000 (20:46 +0000)]
Admin menu prepared for AJAX requests:
- Admin menu system prepared for later updates (e.g. AJAX-driven) by adding ids to li-tags
- 2 internal TODOs closed to rewrite to SQL_FETCHARRAY()
- TODOs.txt updated

12 years agoUse 'sub' to identify whether to update an 'action' menu entry or a 'what' menu entry
Roland Häder [Tue, 16 Aug 2011 19:24:53 +0000 (19:24 +0000)]
Use 'sub' to identify whether to update an 'action' menu entry or a 'what' menu entry

12 years agoThis makes the admin table a little shorter
Roland Häder [Tue, 16 Aug 2011 18:02:25 +0000 (18:02 +0000)]
This makes the admin table a little shorter

12 years agoCleanups and all "base scripts" fixed:
Roland Häder [Tue, 16 Aug 2011 15:16:13 +0000 (15:16 +0000)]
Cleanups and all "base scripts" fixed:
- Referral listing in admin area fixed and deprecated code removed (cleanup)
- All "base scripts" now set start time (to avoid later missing elements)
- I missed to update 0.4.6 for ext-user, now it is updated
- Non-set timestamps are now NULL (was still in ext-user)
- TODOs.txt updated

12 years agoExtension ext-network continued:
Roland Häder [Mon, 15 Aug 2011 18:18:05 +0000 (18:18 +0000)]
Extension ext-network continued:
- Table 'network_error_types' is no longer needed, the 'handler' value is
  written directly in table 'network_error_codes'.

12 years agoSQL fixed (opps)
Roland Häder [Mon, 15 Aug 2011 12:31:45 +0000 (12:31 +0000)]
SQL fixed (opps)

12 years agoisEmailTaken() now relaxes if e.g. the current user just changed other data
Roland Häder [Mon, 15 Aug 2011 11:43:04 +0000 (11:43 +0000)]
isEmailTaken() now relaxes if e.g. the current user just changed other data

12 years agoSQL fixed
Roland Häder [Sun, 14 Aug 2011 20:14:23 +0000 (20:14 +0000)]
SQL fixed

12 years agoExtension ext-beg improved, better EL code used:
Roland Häder [Sun, 14 Aug 2011 03:57:13 +0000 (03:57 +0000)]
Extension ext-beg improved, better EL code used:
- Two language strings merged together (ext-beg)
- Template call-back function {%template,DisplayUsername=$fooUserid%}
  introduced for encapsulated displaying of userid / nickname

12 years agoRemoved 'notice' CSS class from listing tasks
Roland Häder [Sun, 14 Aug 2011 02:06:24 +0000 (02:06 +0000)]
Removed 'notice' CSS class from listing tasks

12 years agoREADME.txt-s updated
Roland Häder [Sun, 14 Aug 2011 01:45:47 +0000 (01:45 +0000)]
README.txt-s updated

12 years ago- The update of jquery caused an about with missing variable $this which is
Roland Häder [Sun, 14 Aug 2011 01:24:09 +0000 (01:24 +0000)]
- The update of jquery caused an about with missing variable $this which is
  caused by the code "compiler" (see FILTER_COMPILE_CODE() and eval() command
  in loadTemplate()). If I would prevent "compiling" dollar chars, also
  JavaScript templates e.g. from ext-surfbar won't work anymore.
- TODOs.txt updated

12 years agoCSS cleanup, jquery updated:
Roland Häder [Sun, 14 Aug 2011 00:56:27 +0000 (00:56 +0000)]
CSS cleanup, jquery updated:
- CSS classes cleaned up (sponsor classes renamed to generic)
- jquery updated to version 1.6.2
- TODOs.txt updated

12 years agoMost <em> tags replaced/removed
Roland Häder [Sun, 14 Aug 2011 00:17:15 +0000 (00:17 +0000)]
Most <em> tags replaced/removed

12 years agoBad things are now 'classified' as bad (CSS class 'bad' is being used instead of...
Roland Häder [Sun, 14 Aug 2011 00:05:08 +0000 (00:05 +0000)]
Bad things are now 'classified' as bad (CSS class 'bad' is being used instead of 'notice')

12 years agoNow all parameters will be restored after login
Roland Häder [Sat, 13 Aug 2011 23:16:11 +0000 (23:16 +0000)]
Now all parameters will be restored after login

12 years agoBetter secure the '()' and ' parts... (sorry for this silly message)
Roland Häder [Sat, 13 Aug 2011 21:47:53 +0000 (21:47 +0000)]
Better secure the '()' and ' parts... (sorry for this silly message)

12 years agoThese are all handlers
Roland Häder [Sat, 13 Aug 2011 21:35:54 +0000 (21:35 +0000)]
These are all handlers

12 years agoSpace is to much here
Roland Häder [Sat, 13 Aug 2011 21:29:38 +0000 (21:29 +0000)]
Space is to much here

12 years agoExtension ext-network continued:
Roland Häder [Sat, 13 Aug 2011 20:30:35 +0000 (20:30 +0000)]
Extension ext-network continued:
- Stub script added for network types configuration
- GET request parameter 'network' renamed to 'network_id' for clear naming
- TODOs.txt updated

12 years agoFixes and cleanups
Roland Häder [Sat, 13 Aug 2011 20:04:34 +0000 (20:04 +0000)]
Fixes and cleanups

12 years agoExtension ext-network continued:
Roland Häder [Sat, 13 Aug 2011 16:10:08 +0000 (16:10 +0000)]
Extension ext-network continued:
- All button language ids renamed to better naming convention, suffix is
  _SUBMIT because the language id will be placed on a submit button
- Also many other language id renamed
- Referral link and 88x31 button added, now the webmaster (you!) can enter his
  or her referral link and a 88x31 formatted banner which are planned to be
  displayed in guest and member area (not yet finished)
- TODOs.txt updated

12 years agoOutput of wether random refid is active for members
Roland Häder [Sat, 13 Aug 2011 09:36:41 +0000 (09:36 +0000)]
Output of wether random refid is active for members

12 years agoIf min/max beg points are the same output only min points
Roland Häder [Sat, 13 Aug 2011 09:08:36 +0000 (09:08 +0000)]
If min/max beg points are the same output only min points

12 years agoLarge code cleanups:
Roland Häder [Fri, 12 Aug 2011 20:58:25 +0000 (20:58 +0000)]
Large code cleanups:
- Typo 'referal' fixed (should be 'referral', really!)
- Several queries improved with back-ticks and formatting
- TODOs.txt updated

12 years agoDo not update rand_confirmed counter if random referal id is disabled
Roland Häder [Fri, 12 Aug 2011 19:55:39 +0000 (19:55 +0000)]
Do not update rand_confirmed counter if random referal id is disabled

12 years agoHTTP-related functions refactured:
Roland Häder [Fri, 12 Aug 2011 19:30:02 +0000 (19:30 +0000)]
HTTP-related functions refactured:
- Function extractHostnameFromUrl() moved to http-functions.php
- Now all sendFooRequest() functions, except sendRawRequest() are having the
  structure in first lines (POST requests doesn't have parts in URL for this
  script).
- TODOs.txt update

12 years agoTypo fixed
Roland Häder [Fri, 12 Aug 2011 18:27:07 +0000 (18:27 +0000)]
Typo fixed

12 years agoSome minor cleanups
Roland Häder [Fri, 12 Aug 2011 14:05:01 +0000 (14:05 +0000)]
Some minor cleanups

12 years agoLanguage id renamed, some network query amounts added
Roland Häder [Fri, 12 Aug 2011 11:27:56 +0000 (11:27 +0000)]
Language id renamed, some network query amounts added

12 years agoThe 'network dailly free query amount' is now stored in general network data
Roland Häder [Fri, 12 Aug 2011 03:07:50 +0000 (03:07 +0000)]
The 'network dailly free query amount' is now stored in general network data

12 years agoOpps...
Roland Häder [Fri, 12 Aug 2011 02:49:10 +0000 (02:49 +0000)]
Opps...

12 years agoExtension ext-network continued:
Roland Häder [Fri, 12 Aug 2011 02:48:20 +0000 (02:48 +0000)]
Extension ext-network continued:
- New network AdCity.eu fully added
- In template 'admin_expert_settings_form' table-tag replaced with div-tags

12 years agoExtension ext-network continued:
Roland Häder [Fri, 12 Aug 2011 01:08:01 +0000 (01:08 +0000)]
Extension ext-network continued:
- Some language ids renamed (better naming)
- Function isNetworkApiConfigured() introduced which checks if a network API is
  already configured by given network id
- Variable $id renamed to $networkId
- Wether the network API is configured is now displayed in network selection box

General:
- CSS classes 'good' and 'bad' added (but unused)

12 years agoMinor cleanups
Roland Häder [Fri, 12 Aug 2011 00:36:40 +0000 (00:36 +0000)]
Minor cleanups

12 years agoForgot them ... :(
Roland Häder [Thu, 11 Aug 2011 23:40:41 +0000 (23:40 +0000)]
Forgot them ... :(

12 years agoExtension ext-network continued (sorry guys for all these splitted commits):
Roland Häder [Thu, 11 Aug 2011 23:37:01 +0000 (23:37 +0000)]
Extension ext-network continued (sorry guys for all these splitted commits):
- Renamed database table 'network_config' to 'network_api_config'
- Also renamed all to above table belonging PHP script, template and language
  strings
- TODOs.txt updated

12 years agoExtension ext-network continued:
Roland Häder [Thu, 11 Aug 2011 23:28:51 +0000 (23:28 +0000)]
Extension ext-network continued:
- Saving of network API configuration data basicly finished
- Function getUpdateSqlFromArray() introduced which "converts" an array (both
  one- and two-dimensional) into an SQL query for updating database tables
- TODOs.txt updated

12 years ago'what' files should be loaded only once
Roland Häder [Thu, 11 Aug 2011 22:37:09 +0000 (22:37 +0000)]
'what' files should be loaded only once

12 years agoExtension ext-network continued, ext-iso3166 cleared
Roland Häder [Thu, 11 Aug 2011 22:33:08 +0000 (22:33 +0000)]
Extension ext-network continued, ext-iso3166 cleared
- Column 'network_active' renamed to 'network_api_active'
- Same for "translation" function
- Extension ext-iso3166 is now made empty
- TODOs.txt updated

12 years agoExtension ext-network continued:
Roland Häder [Thu, 11 Aug 2011 21:42:46 +0000 (21:42 +0000)]
Extension ext-network continued:
- All advertising networks are now configured in a separate form
- Link to network configuration added
- Language ids renamed and text updated to reflect latest code changes
- TODOs.txt updated

12 years agoExtension ext-network continued:
Roland Häder [Thu, 11 Aug 2011 19:32:41 +0000 (19:32 +0000)]
Extension ext-network continued:
- network-check.php renamed to network-vcheck.php to make to most German
  webmasters clear what this script is about :)
- TODOs.txt updated

12 years agoAutomatic deactivation of installed but deprecated extwensions fixed
Roland Häder [Thu, 11 Aug 2011 19:25:31 +0000 (19:25 +0000)]
deactivation of installed but deprecated extwensions fixed

12 years agoExtension ext-forced/network continued:
Roland Häder [Thu, 11 Aug 2011 18:39:49 +0000 (18:39 +0000)]
Extension ext-forced/network continued:
- README.txt added for how you have to name your design (folder/directory name
  only). Don't forget to set the real (displayed) name in theme.php.
- Extension ext-forced continued: Template for editing forced-ads added
- Some language ids in ext-network renamed

12 years agoMore fixes ...
Roland Häder [Thu, 11 Aug 2011 17:53:33 +0000 (17:53 +0000)]
More fixes ...

12 years agoNo self-advertising in scripts/templates, please
Roland Häder [Thu, 11 Aug 2011 17:32:42 +0000 (17:32 +0000)]
No self-advertising in scripts/templates, please

12 years agoAlso these SQLs require support for NULL
Roland Häder [Thu, 11 Aug 2011 17:21:05 +0000 (17:21 +0000)]
Also these SQLs require support for NULL

12 years ago'assigned_admin' and 'userid' can now be NULL
Roland Häder [Thu, 11 Aug 2011 17:19:03 +0000 (17:19 +0000)]
'assigned_admin' and 'userid' can now be NULL

12 years agoMore '0' to NULL and fix for failing extension deprecation if no admin is logged in
Roland Häder [Thu, 11 Aug 2011 17:13:45 +0000 (17:13 +0000)]
More '0' to NULL and fix for failing extension deprecation if no admin is logged in

12 years ago- Template renamed for better naming
Roland Häder [Thu, 11 Aug 2011 16:48:36 +0000 (16:48 +0000)]
- Template renamed for better naming
- Notice in ext-payout for optional parameters (API call) updated
- TODOs.txt updated

12 years agoFix for non-working what-config_payouts
Roland Häder [Thu, 11 Aug 2011 15:38:41 +0000 (15:38 +0000)]
Fix for non-working what-config_payouts

12 years agoFix for missing variable OUT, thanks to yester
Roland Häder [Thu, 11 Aug 2011 14:32:31 +0000 (14:32 +0000)]
Fix for missing variable OUT, thanks to yester

12 years agoFix for missing template elements
Roland Häder [Thu, 11 Aug 2011 13:45:48 +0000 (13:45 +0000)]
Fix for missing template elements

12 years agoMissing 'points subjects' and 'subject' added
Roland Häder [Thu, 11 Aug 2011 13:41:21 +0000 (13:41 +0000)]
Missing 'points subjects' and 'subject' added

12 years agoMore fixes for ext-yoomedia (didn't handle non-error responses correctly)
Roland Häder [Thu, 11 Aug 2011 13:25:58 +0000 (13:25 +0000)]
More fixes for ext-yoomedia (didn't handle non-error responses correctly)

12 years agoAdded (unfinished) a way to edit forced ads, rwritten many XML templates
Roland Häder [Thu, 11 Aug 2011 01:35:25 +0000 (01:35 +0000)]
Added (unfinished) a way to edit forced ads, rwritten many XML templates

12 years agoFixes for ext-yoomedia to be compatible with Interface 2.0
Roland Häder [Wed, 10 Aug 2011 21:06:29 +0000 (21:06 +0000)]
Fixes for ext-yoomedia to be compatible with Interface 2.0

12 years agoImportant notice added
Roland Häder [Wed, 10 Aug 2011 19:49:01 +0000 (19:49 +0000)]
Important notice added

12 years agoExtension ext-admins improved:
Roland Häder [Wed, 10 Aug 2011 19:38:10 +0000 (19:38 +0000)]
Extension ext-admins improved:
- The menu point what-admins_contct does now provide a shiny new selection box
  fully made of templates
- Fixed admin contact link (still there are a lot copies around in the script)
- TODOs.txt updated

12 years agoExtension ext-admins updated:
Roland Häder [Wed, 10 Aug 2011 18:44:11 +0000 (18:44 +0000)]
Extension ext-admins updated:
- We don't shortcut names of any columns, array elements et cetera. This may
  lead to misunderstandings of the code.
- More EL code used in ext-admins
- Function getAdminMenuMode() introduced
- Internal TODO closed (SQL_FETCHARRAY() shall be more used)
- TODOs.txt updated

12 years agoThis elseif() block has causes problems on installation phases and is now removed
Roland Häder [Wed, 10 Aug 2011 17:40:20 +0000 (17:40 +0000)]
This elseif() block has causes problems on installation phases and is now removed

12 years agoext-iso3166 is deprecated, please use ext-country instead
Roland Häder [Wed, 10 Aug 2011 17:27:45 +0000 (17:27 +0000)]
ext-iso3166 is deprecated, please use ext-country instead

12 years agoFixes for ext-network, 'Ad-Hit.de' added
Roland Häder [Wed, 10 Aug 2011 03:12:55 +0000 (03:12 +0000)]
Fixes for ext-network, 'Ad-Hit.de' added

12 years agoExtension ext-network continued/fixed:
Roland Häder [Wed, 10 Aug 2011 02:12:28 +0000 (02:12 +0000)]
Extension ext-network continued/fixed:
- Advertising network 'allads4you' updated: allowed countries and minimum stay
  now is for all advertising types
- New api array translation "allowed_countries" added
- SQL fixed in ext-network
- Language ids renamed to match with database column

12 years agoDeprecated parameters removed, oversized SQL statements won't "explode" the design:
Roland Häder [Tue, 9 Aug 2011 21:10:55 +0000 (21:10 +0000)]
Deprecated parameters removed, oversized SQL statements won't "explode" the design:
- Parameters 'dashed', 'switch' and 'width' removed
- Oversized SQL statements will no longer "explode" the design
- TODOs.txt updated

12 years agoNow more clear (was a really old word for it)
Roland Häder [Tue, 9 Aug 2011 18:05:32 +0000 (18:05 +0000)]
Now more clear (was a really old word for it)

12 years agoShould be reported at the forums, please
Roland Häder [Tue, 9 Aug 2011 18:00:13 +0000 (18:00 +0000)]
Should be reported at the forums, please

12 years agoADD UNIQUE ... what? INDEX now. And auto-unregistration of missing filter functions...
Roland Häder [Tue, 9 Aug 2011 17:59:06 +0000 (17:59 +0000)]
ADD UNIQUE ... what? INDEX now. And auto-unregistration of missing filter functions is logged

12 years agoAdded check if cache is valid, points_data is only available with recent ext-sql_patc...
Roland Häder [Tue, 9 Aug 2011 17:35:33 +0000 (17:35 +0000)]
Added check if cache is valid, points_data is only available with recent ext-sql_patches, thanks to yester for reporting this

12 years agoFix for missing ext-earning on installation phase
Roland Häder [Mon, 8 Aug 2011 17:02:11 +0000 (17:02 +0000)]
Fix for missing ext-earning on installation phase

12 years agoDon't exclude the waybackmaschine
Roland Häder [Sun, 7 Aug 2011 20:31:37 +0000 (20:31 +0000)]
Don't exclude the waybackmaschine

12 years agoIntroduced ext-geoip (unfinished)
Roland Häder [Sun, 7 Aug 2011 17:40:41 +0000 (17:40 +0000)]
Introduced ext-geoip (unfinished)

12 years agogrep-ing for global statements in security_functions.php is not required
Roland Häder [Sun, 7 Aug 2011 00:57:39 +0000 (00:57 +0000)]
grep-ing for global statements in security_functions.php is not required

12 years agoEven more www. removed
Roland Häder [Sun, 7 Aug 2011 00:08:18 +0000 (00:08 +0000)]
Even more www. removed

12 years agowww is out-dated
Roland Häder [Sun, 7 Aug 2011 00:04:18 +0000 (00:04 +0000)]
www is out-dated

12 years agoExtension ext-forced continued:
Roland Häder [Sat, 6 Aug 2011 22:05:37 +0000 (22:05 +0000)]
Extension ext-forced continued:
- Added missing XML templates for campaigns and costs
- Added missing what-list_forced_costs.php (stub)
- Added missing language strings for missing entries message
- Renamed table column to naming convention
- TODOs.txt updated

12 years agoTypo in naming a database column fixed
Roland Häder [Fri, 5 Aug 2011 08:50:09 +0000 (08:50 +0000)]
Typo in naming a database column fixed

12 years agoearning_name renamed to earning_provider
Roland Häder [Fri, 5 Aug 2011 07:43:47 +0000 (07:43 +0000)]
earning_name renamed to earning_provider

12 years agoExtension ext-earning continued:
Roland Häder [Wed, 3 Aug 2011 16:11:27 +0000 (16:11 +0000)]
Extension ext-earning continued:
- JOIN doesn't work if the joined table contains data but with wrong entries,
  so it needs be splitted up into two queries
- Renamed earnings->earning
- TODOs.txt updated

12 years agoExtension ext-earning introduced (unfinished), renamings:
Roland Häder [Wed, 3 Aug 2011 04:51:02 +0000 (04:51 +0000)]
Extension ext-earning introduced (unfinished), renamings:
- Extension ext-earning introduced (ext-sql_patches did hold the tables)
- Some messages updated ('Mitglied-Id' reads better)
- All fooRequestParameterBar() functions renamed to fooRequestElementBar()
- TODOs.txt updated

12 years agoIt is Bitcoins, not BitCoins
Roland Häder [Tue, 2 Aug 2011 13:14:25 +0000 (13:14 +0000)]
It is Bitcoins, not BitCoins

12 years agoHandling of cache 'earning' added
Roland Häder [Mon, 1 Aug 2011 05:02:01 +0000 (05:02 +0000)]
Handling of cache 'earning' added

12 years agoAdded points_data cache to some filters
Roland Häder [Sun, 31 Jul 2011 21:40:04 +0000 (21:40 +0000)]
Added points_data cache to some filters

12 years agoAdded cache loader for table 'points_data'
Roland Häder [Sun, 31 Jul 2011 21:23:48 +0000 (21:23 +0000)]
Added cache loader for table 'points_data'

12 years agoTypo fixed (please do so)
Roland Häder [Sun, 31 Jul 2011 20:59:08 +0000 (20:59 +0000)]
Typo fixed (please do so)

12 years agoText slightly rewritten
Roland Häder [Sun, 31 Jul 2011 12:20:11 +0000 (12:20 +0000)]
Text slightly rewritten

12 years agoEarning subscriptions introduced (unfinished):
Roland Häder [Sun, 31 Jul 2011 12:16:48 +0000 (12:16 +0000)]
Earning subscriptions introduced (unfinished):
- Generic support (unfinished admin/member scripts) added for extra earnings on
  a "subscription" basis. The user can (or shall when finished) see how much
  he/she earned per "earning subscription". This whole data table is now cached,
  other user_earning will follow
- Extension ext-forced continued, reload lock and minimum stay moved to
  campaigns
- Fix in inc/db/lib-mysql3.php for badly named variable (now: $isAlterIndex)
  which could cause many ALTER TABLE commands to fail
- Other minor improvements

12 years agoTypo fixed
Roland Häder [Sat, 30 Jul 2011 08:45:57 +0000 (08:45 +0000)]
Typo fixed

12 years agoOpps, that was no longer needed
Roland Häder [Sat, 30 Jul 2011 08:43:50 +0000 (08:43 +0000)]
Opps, that was no longer needed

12 years agoMissing message id added
Roland Häder [Sat, 30 Jul 2011 08:42:43 +0000 (08:42 +0000)]
Missing message id added