Roland Häder [Tue, 5 Jun 2012 15:50:06 +0000 (15:50 +0000)]
fetchUserStatus()-s return value was not handled, which causes possible login errors ('Unknown account status occured' or so) with nickname, login with user id is not affected by this bug
Roland Häder [Thu, 15 Sep 2011 12:23:00 +0000 (12:23 +0000)]
Extension ext-cprping introduced (dummy), 'install' directory excluded from GNU GPL:
- New extension ext-cprping introduced (I had that idea of reactivating the code
at http://cpr-stats.mxchange.org
- Some functions moved above note for auto-recreated functions
- Directory 'install' excluded from GNU GPL
- TODOs.txt updated
Roland Häder [Tue, 13 Sep 2011 16:06:27 +0000 (16:06 +0000)]
Some functions renamed:
- sendHeader() and flushHeaders() renamed to addHttpHeader() and
flushHttpHeaders(), these are only HTTP-related functions
- Therefore they have been moved to proper library script
Roland Häder [Mon, 12 Sep 2011 21:38:37 +0000 (21:38 +0000)]
Extension ext-network continued:
- Adding/listing of v-check parameters added
- V-check parameters added for all supported networks (more will follow!)
- Function fooParamKey() renamed to fooParameterKey(), we don't shortcut things
- TODOs.txt updated
Roland Häder [Sat, 10 Sep 2011 10:00:00 +0000 (10:00 +0000)]
Extension ext-network continued:
- Tables network_vcheck_params, network_vcheck_errors and network_vcheck_config
added which will allow a per-advertising-network access on network-vcheck.php
to report back from the network to the mailer that the payout was success
- A column was missing in one export function which results in broken SQL
queries
Roland Häder [Tue, 30 Aug 2011 22:02:55 +0000 (22:02 +0000)]
Extension ext-network continued:
- All max/min_foo renamed to maximum/minimum_foo (no shortcutting things)
- Advertising network AdProvi added
- Added the ability to deactivate networks (see code for possible reasons)
- Updated daily free requests for all setup networks
- TODOs.txt updated
Roland Häder [Tue, 30 Aug 2011 01:00:57 +0000 (01:00 +0000)]
Extension ext-network continued:
- All 'network params' templates, scripts etc cetera renamed to 'request
params', 'network' is dublicate here
- A lot more renamed for better naming convention
- Column 'network_type_handle' renamed to 'network_type_handler' to make it
more matching with other parts of ext-network
- 'do' is now everywhere in URL (GET)
- TODOs.txt updated
Roland Häder [Mon, 29 Aug 2011 21:45:40 +0000 (21:45 +0000)]
Extension ext-network continued:
- Advertising network 'Adminlose.de' added
- Added SQL exports (part dumps, won't work with phpMyAdmin) for easy
maintenance of all networks
- Renamed all 'api translation' related templates, scripts, database columns,
database table and language ids to 'array translation' for better naming
- TODOs.txt updated
Roland Häder [Fri, 26 Aug 2011 01:53:34 +0000 (01:53 +0000)]
Extension ext-network continued:
- Advertising network adgain.de added
- Column 'network_param_id' renamed to 'network_request_param_id' to make it
more clear that this column belongs to the table 'network_request_params'
- Added missing (still out of function) script for API querying
- Renamed above script for better naming convention
- Misc fixes/improvements
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
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
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
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.