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
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
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
Roland Häder [Thu, 28 Jul 2011 04:07:10 +0000 (04:07 +0000)]
A lot has been rewritten, ext-teams added, ext-forced continued:
- Adding of (admin only) forced-ads basicly finished
- Listing of forced-ads in admin area basicly finished
- Extension ext-teams introduced (stub only)
- Many rewrites/refacturings (I cannot recall them all!) here and there,
including more usage of EL code and filters
- TODOs.txt updated
Roland Häder [Fri, 15 Jul 2011 15:40:15 +0000 (15:40 +0000)]
Extension ext-funcoins started, some cleanups:
- ext-funcoins started (only extra table, config entries and menu entries plus
one script are ready)
- ext-wernis: SQL fixed
- Superfluous duplicate 'POINTS' removed
Roland Häder [Fri, 15 Jul 2011 11:23:30 +0000 (11:23 +0000)]
Extension ext-mediadata continued, wrapper function introduced:
- ext-mediadata: Rewritten output of engine software, version and repository
data (used revision and when created)
- Wrapper function getDateTimeFromRepository() introduced
Roland Häder [Fri, 15 Jul 2011 11:10:01 +0000 (11:10 +0000)]
Extensions fixed/improved:
- ext-rallye: A lot templates renamed and member-related added for better
naming, language strings swapped out to language file
- ext-active: Fixed missing variable $last
- TODOs.txt updated
Roland Häder [Fri, 15 Jul 2011 10:40:09 +0000 (10:40 +0000)]
Naming convention applied, ext-refback description updated:
- ext-mediadata: renamed _clr to click_rate (better naming)
- ext-refback: Description for refback updated (which the member can see)
- Some minor improvements here and there
- TODOs.txt updated
Roland Häder [Fri, 15 Jul 2011 01:21:46 +0000 (01:21 +0000)]
Refback and referal points hopefully fixed:
- All userids are now initialized NULL and not '0'
- Template added for deleted bonus mails
- Handling of refback and referal points now fully fixed (I hope so)
- Several debug lines extended with more debugging data
- TODOs.txt updated
Roland Häder [Thu, 14 Jul 2011 21:47:54 +0000 (21:47 +0000)]
Some CSS classes purged, ol.listing added, extensions fixed:
- Some out-dated (superfluous) CSS classes purged
- Others fixed/rewritten (really a lot!)
- Extension ext-beg now displays correctly memeber menu entries and SQL query
is fixed
- Extension ext-refback now sends correct userids out and allows an optional
note to the recipient
- Other minor improvements/fixes