Directory branches/0.2.1-FINAL/inc/pool/

Directory Created:
2008-12-12 20:39
Total Files:
4
Deleted Files:
0
Lines of Code:
628

[root]/branches/0.2.1-FINAL/inc/pool

Lines of Code

branches/0.2.1-FINAL/inc/pool/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
quix0r 164 (100.0%) 1634 (100.0%) 9.9

Most Recent Commits

quix0r 2013-05-27 14:37 Rev.: 6389

Heacy rewrite/cleanup:
- Removed all deprecated files (with only @DEPRECATED in it)
- Listing of blacklist entries added (may be uncomplete, untested)
- Fixed AJAX installer + added first admin registration to it
- Prepared better CAPTCHA support
- Various other fixes (tons!)
- TODOs.txt updated

1 lines of code changed in 1 file:

  • branches/0.2.1-FINAL/inc/pool: pool-user.php (+1 -1)
quix0r 2013-03-06 01:32 Rev.: 6379

Renamed more:
- F -> file (no shortened names)
- L -> line (same)
- Found some SQL_FOOBAR() in comments

3 lines of code changed in 1 file:

  • branches/0.2.1-FINAL/inc/pool: pool-user.php (+3 -3)
quix0r 2013-03-06 01:24 Rev.: 6378

Renamed all SQL-related functions to camel-case notation

22 lines of code changed in 2 files:

  • branches/0.2.1-FINAL/inc/pool: pool-bonus.php (+7 -7), pool-user.php (+15 -15)
quix0r 2013-01-24 19:51 Rev.: 6367

Updated copyright notice as there are changes in this year

3 lines of code changed in 3 files:

  • branches/0.2.1-FINAL/inc/pool: pool- (+1 -1), pool-bonus.php (+1 -1), pool-user.php (+1 -1)
quix0r 2013-01-23 02:10 Rev.: 6347

More rewrites to configuration:
- Moved more configuration entries from tables.sql to proper extensions
- Moved some configuration from/to ext-other to/from ext-foo
- Swapped out 'update' step for ext-register
- TODOs.txt updated

7 lines of code changed in 2 files:

  • branches/0.2.1-FINAL/inc/pool: pool-bonus.php (+2 -2), pool-user.php (+5 -5)
quix0r 2013-01-23 00:31 Rev.: 6345

Fixes for parser errors

1 lines of code changed in 1 file:

  • branches/0.2.1-FINAL/inc/pool: pool-user.php (+1 -1)
quix0r 2013-01-23 00:27 Rev.: 6344

Rewrote script to use more EL, introduced wrappers for sending pool:
- Introduced wrapper function getPaymentTime() and getPaymentPayment() and used
both in EL code instead of PHP script
- Added new function library "pool-functions.php"
- Rewrote reading emails from "pool" table
- Rewrote updating of "pool data"
- TODOs.txt updated

13 lines of code changed in 1 file:

  • branches/0.2.1-FINAL/inc/pool: pool-user.php (+13 -24)
quix0r 2013-01-22 23:12 Rev.: 6343

Rewrote a lot parts to extract 'payments' table (+ handling) into own extension:
- Tried to avoid JOINs where possible to instead load data with getters from
cache
- Renamed many array elements for payment data to match with database columns
- Used more EL code for payment data
- TODOs.txt updated

1 lines of code changed in 1 file:

  • branches/0.2.1-FINAL/inc/pool: pool-user.php (+1 -1)
quix0r 2013-01-06 21:25 Rev.: 6271

Mailer project rwritten:
- Extension ext-network continued:
+ More missing type handlers added
+ Also array element translations added
+ Made API query generally working
+ Added missing what-config_network.php to allow configuration
+ Many other improvements
- Used correct MIME type for JavaScripts (text/javascript)
- Many other rewrites
- TODOs.txt updated

2 lines of code changed in 1 file:

  • branches/0.2.1-FINAL/inc/pool: pool-user.php (+2 -2)
quix0r 2012-10-17 22:42 Rev.: 6044

Code style changed, ext-user continued:
- Changed true/false to TRUE/FALSE
- Introduced validateSubId() and prepareFoundSubId()
- Add validation of edited sub id by member
- TODOs.txt updated

8 lines of code changed in 3 files:

  • branches/0.2.1-FINAL/inc/pool: pool- (+2 -2), pool-bonus.php (+4 -4), pool-user.php (+2 -2)
quix0r 2012-10-07 12:41 Rev.: 6023

Rewrote 'we' word a little, rewrote mail order to use SQL_INSERTID() instead of another SELECT query

5 lines of code changed in 2 files:

  • branches/0.2.1-FINAL/inc/pool: pool-bonus.php (+1 -1), pool-user.php (+4 -4)
quix0r 2012-09-30 21:09 Rev.: 5980

Fixed 'payments' cache (all array elements must have 'id' based index)

4 lines of code changed in 1 file:

  • branches/0.2.1-FINAL/inc/pool: pool-user.php (+4 -4)
quix0r 2012-09-29 13:50 Rev.: 5960

mailer project continued:
- Some global array elements renamed (someGlobalElement -> __some_global_element)
- Copyright notice disabled in mailid.php as it destroys the frameset
- Function debug_report_bug() renamed to reportBug()
- Function app_die() renamed to app_exit()
- More wrapper functions used (e.g. getRandomTan() instead of PHP's mt_rand())
- New AJAX-based installation introduced (it is not finished)
- Renamed several ALL_UPER_CASE() functions to camel-case notation
- Extension ext-currency introduced which will deprecate ext-wernis all other eCurreny-related extensions
- Renamed various HTML and email templates to new notation
- Some shell scripts moved to 'contrib' folder
- JQUERY updated to latest stable version (including custom build of jqueryui)
- License files renamed/moved
- Many other fixes/improvements I forgot to mention
- Varrious typos fixed
- Copyright updated (to 2012)
- TODOs.txt updated

67 lines of code changed in 3 files:

  • branches/0.2.1-FINAL/inc/pool: pool- (+1 -1), pool-bonus.php (+54 -21), pool-user.php (+12 -4)
quix0r 2011-08-12 21:58 Rev.: 5812

Large code cleanups:
- Typo 'referal' fixed (should be 'referral', really!)
- Several queries improved with back-ticks and formatting
- TODOs.txt updated

37 lines of code changed in 1 file:

  • branches/0.2.1-FINAL/inc/pool: pool-user.php (+37 -6)
quix0r 2011-08-07 21:31 Rev.: 5766

Don't exclude the waybackmaschine

1 lines of code changed in 1 file:

  • branches/0.2.1-FINAL/inc/pool: pool-bonus.php (+1 -1)
quix0r 2011-08-07 01:04 Rev.: 5758

www is out-dated

3 lines of code changed in 3 files:

  • branches/0.2.1-FINAL/inc/pool: pool- (+1 -1), pool-bonus.php (+1 -1), pool-user.php (+1 -1)
quix0r 2011-07-28 05:07 Rev.: 5701

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

20 lines of code changed in 2 files:

  • branches/0.2.1-FINAL/inc/pool: pool-bonus.php (+11 -11), pool-user.php (+9 -9)
quix0r 2011-07-15 23:46 Rev.: 5688

Missing initReferalSystem() call added

1 lines of code changed in 1 file:

  • branches/0.2.1-FINAL/inc/pool: pool-user.php (+1)
quix0r 2011-07-12 23:07 Rev.: 5650

Minor cleanups/renaming

53 lines of code changed in 2 files:

  • branches/0.2.1-FINAL/inc/pool: pool-bonus.php (+14 -14), pool-user.php (+39 -39)
quix0r 2011-07-12 13:50 Rev.: 5635

Referal system refactured (and some parts fixed), wrapper function introduced:
- Referal points system refactured: All point accounts can now be handled (admin
menu is not yet finished) through the table 'points_data', including
notification by email.
- Introduced new "translation" wrapper generateYesNoOptionList() to simplify
many configuration menus
- Some internal TODOs closed (e.g. handling of registration welcome points)
- TODOs.txt updated

1 lines of code changed in 1 file:

  • branches/0.2.1-FINAL/inc/pool: pool-user.php (+1 -1)
quix0r 2011-07-05 23:59 Rev.: 5603

- Rewrites to use more the userid than the actual email address when sending
emails to a user
- Fixed 'Send new password'
- is<Post|Get>RequestParameterSet() are now check if the content is not empty
- TODOs.txt updated

5 lines of code changed in 2 files:

  • branches/0.2.1-FINAL/inc/pool: pool-bonus.php (+2 -2), pool-user.php (+3 -3)
quix0r 2011-06-30 04:12 Rev.: 5556

A lot email templates renamed, SQL fixed:
- A lot (!) email templates renamed, the new naming may be more clear
- SQL statement fixed
- TODOs.txt updated

6 lines of code changed in 2 files:

  • branches/0.2.1-FINAL/inc/pool: pool-bonus.php (+1 -1), pool-user.php (+5 -5)
quix0r 2011-04-20 05:50 Rev.: 5488

svn:eol-style set to 'native'

4 lines of code changed in 4 files:

  • branches/0.2.1-FINAL/inc/pool: .htaccess (+1), pool- (+1), pool-bonus.php (+1), pool-user.php (+1)
quix0r 2011-01-18 16:44 Rev.: 5425

Some language strings fixed, renamed. Copyright notice updated

3 lines of code changed in 3 files:

  • branches/0.2.1-FINAL/inc/pool: pool- (+1 -1), pool-bonus.php (+1 -1), pool-user.php (+1 -1)
quix0r 2011-01-10 09:55 Rev.: 5422

Wrong array element fixed

1 lines of code changed in 1 file:

  • branches/0.2.1-FINAL/inc/pool: pool-bonus.php (+1 -1)
quix0r 2010-12-21 23:48 Rev.: 5410

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

98 lines of code changed in 3 files:

  • branches/0.2.1-FINAL/inc/pool: pool- (+1 -1), pool-bonus.php (+42 -33), pool-user.php (+55 -34)
quix0r 2010-12-14 07:10 Rev.: 5404

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

1 lines of code changed in 1 file:

  • branches/0.2.1-FINAL/inc/pool: pool-bonus.php (+1 -1)
quix0r 2010-12-07 02:31 Rev.: 5402

Deprecated 'replacer' removed. Now we use EL code instead (there are a lot example templates available)

0 lines of code changed in 2 files:

  • branches/0.2.1-FINAL/inc/pool: pool-bonus.php (-5), pool-user.php (-5)
quix0r 2010-11-07 21:05 Rev.: 5377

Added ability to allow empty passwords, if the user does so, a random password will be generated, many wrapper functions introduced

2 lines of code changed in 2 files:

  • branches/0.2.1-FINAL/inc/pool: pool-bonus.php (+1 -1), pool-user.php (+1 -1)
quix0r 2010-11-06 20:12 Rev.: 5376

Naming convention applied: is outdated, use (not shortended word), fixed missing variable in what-order.php, thanks to pieter01

6 lines of code changed in 2 files:

  • branches/0.2.1-FINAL/inc/pool: pool-bonus.php (+2 -2), pool-user.php (+4 -4)
quix0r 2010-10-04 00:04 Rev.: 5351

- Beg link does now (not yet implemented but prepared) log all referal URLs. It
is also planed to not pay beg link calls without a referer (admin can setup
it).
- The database layer is now aware of queries like
"ALTER TABLE `foo` CHANGE `bar` `bazz` ...."
- Several minor fixes/improvements
- TODOs.txt updated

1 lines of code changed in 1 file:

  • branches/0.2.1-FINAL/inc/pool: pool-user.php (+1 -1)
quix0r 2010-09-16 23:00 Rev.: 5326

Columns renamed, more EL than direct usage in PHP script

1 lines of code changed in 1 file:

  • branches/0.2.1-FINAL/inc/pool: pool-user.php (+1 -1)
quix0r 2010-09-11 00:47 Rev.: 5309

Removed comment introduced by Profi-Concept, this comment should fine (in a much better fashioned way) its resurrection in the Wiki

0 lines of code changed in 3 files:

  • branches/0.2.1-FINAL/inc/pool: pool- (-2), pool-bonus.php (-2), pool-user.php (-2)
quix0r 2010-07-29 22:01 Rev.: 5198

More usage of isValdUserId()

2 lines of code changed in 1 file:

  • branches/0.2.1-FINAL/inc/pool: pool-user.php (+2 -2)
quix0r 2010-07-22 13:24 Rev.: 5173

More language strings renamed (better naming convention)

1 lines of code changed in 1 file:

  • branches/0.2.1-FINAL/inc/pool: pool-user.php (+1 -1)
quix0r 2010-07-19 01:28 Rev.: 5153

New extension ext-cliclbanner introduced, a lot SVN properties changed

4 lines of code changed in 4 files:

  • branches/0.2.1-FINAL/inc/pool: .htaccess (+1), pool- (+1), pool-bonus.php (+1), pool-user.php (+1)
quix0r 2010-07-01 05:45 Rev.: 5105

More rewrites to make use of (cached) wrapper functions

1 lines of code changed in 1 file:

  • branches/0.2.1-FINAL/inc/pool: pool-user.php (+1 -1)
quix0r 2010-06-28 22:38 Rev.: 5082

New (template) wrapper function fixEmptyContentToDashes() introduced, EL rewrites:
- New (template) wrapper function fixEmptyContentToDashes() introduced, this
function should help template writers to deal with empty content. If an empty
string is detected, it got converted into three dashes. This may fix some
issues with empty div and/or td tags.
- Even more rewrites to make use of EL
- TODOs.txt updated

5 lines of code changed in 1 file:

  • branches/0.2.1-FINAL/inc/pool: pool-user.php (+5 -5)
quix0r 2010-06-28 10:20 Rev.: 5075

Next wave of lesser getMessage()

2 lines of code changed in 1 file:

  • branches/0.2.1-FINAL/inc/pool: pool-user.php (+2 -2)
quix0r 2010-06-23 22:38 Rev.: 5053

New debugging function debugOutput() introduced, some rewrites to EL:
- New debugging function debugOutput() added, this function does output any
XHTML message in a div-block to the browser.
- Some more rewrites to EL
- TODOs.txt updated

18 lines of code changed in 2 files:

  • branches/0.2.1-FINAL/inc/pool: pool-bonus.php (+7 -9), pool-user.php (+11 -11)

(50 more)

Generated by StatSVN 0.7.0