Directory branches/0.2.1-FINAL/inc/modules/sponsor/

Directory Created:
2008-05-19 00:11
Total Files:
7
Deleted Files:
0
Lines of Code:
525

[root]/branches/0.2.1-FINAL/inc/modules/sponsor

Lines of Code

branches/0.2.1-FINAL/inc/modules/sponsor/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
quix0r 244 (100.0%) 1534 (100.0%) 6.2

Most Recent Commits

quix0r 2013-07-31 11:54 Rev.: 6432

Rewrote some code, added templates/functions:
- Introduced return(Error)Message() functions
- Added template for choosing registration provider
- Added template helper which reads all activated registration provider
- Other improvements

8 lines of code changed in 2 files:

  • branches/0.2.1-FINAL/inc/modules/sponsor: account.php (+4 -4), settings.php (+4 -4)
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/modules/sponsor: account.php (+1 -1)
quix0r 2013-03-06 01:24 Rev.: 6378

Renamed all SQL-related functions to camel-case notation

11 lines of code changed in 3 files:

  • branches/0.2.1-FINAL/inc/modules/sponsor: account.php (+4 -4), settings.php (+4 -4), welcome.php (+3 -3)
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/modules/sponsor: account.php (+1 -1), settings.php (+1 -1), welcome.php (+1 -1)
quix0r 2012-12-27 02:40 Rev.: 6247

AJAX installation is 'basicly finished' :) Plus I threw in a small christmas present (hint: see installer)

6 lines of code changed in 1 file:

  • branches/0.2.1-FINAL/inc/modules/sponsor: account.php (+6 -6)
quix0r 2012-11-28 18:40 Rev.: 6227

Swapped out more HTML to templates (see ticket #68)

1 lines of code changed in 1 file:

  • branches/0.2.1-FINAL/inc/modules/sponsor: account.php (+1 -1)
quix0r 2012-10-23 19:23 Rev.: 6092

Project continued with rewrites:
- Introduced doHandleExtraValues() to encapsulate more if/elseif/else blocks
- Introduced addKeyValueSql()
- PHP's array_merge() didn't maintain $array2's index, so now merge_array() does
(optionally) it for us
- Other XML template rewrites

1 lines of code changed in 1 file:

  • branches/0.2.1-FINAL/inc/modules/sponsor: .php (+1 -1)
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

11 lines of code changed in 3 files:

  • branches/0.2.1-FINAL/inc/modules/sponsor: account.php (+5 -5), settings.php (+5 -5), welcome.php (+1 -1)
quix0r 2012-10-13 16:47 Rev.: 6036

Mailer project continued:
- Most data of advert network 'superomo24.de' added to ext-network
- Some templates for ext-network renamed (networks->network_data) to fix
inconsistence with database table
- Templates for extension management (admin_extensions/~_delete/~_edit) renamed
to follow naming convention
- Sub-Id tracking: Admin area almost finished (edit/delete of sub ids
unfinished)
- Added space between `foo`,`bar` database query to make it better readable
- Other minor improvements
- TODOs.txt updated

18 lines of code changed in 3 files:

  • branches/0.2.1-FINAL/inc/modules/sponsor: account.php (+4 -4), settings.php (+7 -1), welcome.php (+7 -3)
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

8 lines of code changed in 5 files:

  • branches/0.2.1-FINAL/inc/modules/sponsor: account.php (+2 -2), guest.php (+1 -1), logout.php (+1 -1), settings.php (+2 -2), welcome.php (+2 -2)
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

1 lines of code changed in 1 file:

  • branches/0.2.1-FINAL/inc/modules/sponsor: account.php (+1 -1)
quix0r 2011-08-07 01:08 Rev.: 5759

Even more www. removed

1 lines of code changed in 1 file:

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

www is out-dated

5 lines of code changed in 5 files:

  • branches/0.2.1-FINAL/inc/modules/sponsor: account.php (+1 -1), guest.php (+1 -1), logout.php (+1 -1), settings.php (+1 -1), welcome.php (+1 -1)
quix0r 2011-08-03 05:51 Rev.: 5753

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

14 lines of code changed in 2 files:

  • branches/0.2.1-FINAL/inc/modules/sponsor: account.php (+10 -10), settings.php (+4 -4)
quix0r 2011-07-29 05:40 Rev.: 5731

Listing of coupons rewritten to more clear

2 lines of code changed in 2 files:

  • branches/0.2.1-FINAL/inc/modules/sponsor: account.php (+1 -2), settings.php (+1 -2)
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

6 lines of code changed in 3 files:

  • branches/0.2.1-FINAL/inc/modules/sponsor: account.php (+4 -4), settings.php (+1 -1), welcome.php (+1 -1)
quix0r 2011-07-08 04:25 Rev.: 5610

More usage of EL code, no longer required checks removed:
- More usage of EL code for messages generated from functions with one parameter
- No longer needed checks for what/action script's own extension
- TODOs.txt updated

6 lines of code changed in 6 files:

  • branches/0.2.1-FINAL/inc/modules/sponsor: .php (+1 -1), account.php (+1 -1), guest.php (+1 -1), logout.php (+1 -1), settings.php (+1 -1), welcome.php (+1 -1)
quix0r 2011-07-05 04:50 Rev.: 5600

Way more usage of EL code:
- Way more EL code introduced by replacing direct calls in PHP scripts with EL
code in templates
- TODOs.txt updated

4 lines of code changed in 2 files:

  • branches/0.2.1-FINAL/inc/modules/sponsor: account.php (+2 -2), settings.php (+2 -2)
quix0r 2011-06-28 06:25 Rev.: 5522

Function generateGenderSelectionBox() introduced, some cleanups:
- Function generateGenderSelectionBox() introduced which will generate a
selection box for the gender
- Some minor cleanups/improvements here and there
- TODOs.txt updated

0 lines of code changed in 1 file:

  • branches/0.2.1-FINAL/inc/modules/sponsor: account.php (-8)
quix0r 2011-06-10 23:12 Rev.: 5496

Extension 'ext-coupon' moved to branch, SQLs improved:
- All database columns should be surrounded with backticks (`) in all SQL
statements
- Extension 'ext-coupon' resurrected from 'contrib'

1 lines of code changed in 1 file:

  • branches/0.2.1-FINAL/inc/modules/sponsor: welcome.php (+1 -1)
quix0r 2011-04-20 05:50 Rev.: 5488

svn:eol-style set to 'native'

5 lines of code changed in 5 files:

  • branches/0.2.1-FINAL/inc/modules/sponsor: .htaccess (+1), .php (+1), account.php (+1), settings.php (+1), welcome.php (+1)
quix0r 2011-02-07 16:46 Rev.: 5454

New wrapper functions introduced, TODOs.txt updated

11 lines of code changed in 3 files:

  • branches/0.2.1-FINAL/inc/modules/sponsor: account.php (+5 -5), settings.php (+5 -5), welcome.php (+1 -1)
quix0r 2011-01-19 20:20 Rev.: 5427

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

2 lines of code changed in 2 files:

  • branches/0.2.1-FINAL/inc/modules/sponsor: account.php (+1 -1), settings.php (+1 -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/modules/sponsor: account.php (+1 -1), settings.php (+1 -1), welcome.php (+1 -1)
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

1 lines of code changed in 1 file:

  • branches/0.2.1-FINAL/inc/modules/sponsor: account.php (+1 -1)
quix0r 2010-09-16 23:26 Rev.: 5328

Minor rewrites/fixes

2 lines of code changed in 2 files:

  • branches/0.2.1-FINAL/inc/modules/sponsor: logout.php (-3), welcome.php (+2 -4)
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 6 files:

  • branches/0.2.1-FINAL/inc/modules/sponsor: .php (-2), account.php (-2), guest.php (-2), logout.php (-2), settings.php (-2), welcome.php (-2)
quix0r 2010-07-24 04:57 Rev.: 5191

Should be fixed long time ago... :-(

1 lines of code changed in 1 file:

  • branches/0.2.1-FINAL/inc/modules/sponsor: settings.php (+1 -1)
quix0r 2010-07-24 03:58 Rev.: 5190

Rewritten to make usage of newly introduced math EL code

2 lines of code changed in 2 files:

  • branches/0.2.1-FINAL/inc/modules/sponsor: guest.php (+1 -1), logout.php (+1 -1)
quix0r 2010-07-24 02:47 Rev.: 5189

Slogan added, logout added to ext-sponsor:
- The slogan will now be displayed in sponsor menu's header
- Logout and only redirect from sponsor area to guest area added

124 lines of code changed in 2 files:

  • branches/0.2.1-FINAL/inc/modules/sponsor: guest.php (new 55), logout.php (new 69)
quix0r 2010-07-24 02:32 Rev.: 5186

More rewrites/fixes (not all is fixed) for ext-sponsor

15 lines of code changed in 4 files:

  • branches/0.2.1-FINAL/inc/modules/sponsor: .php (+2 -2), account.php (+6 -6), settings.php (+5 -5), welcome.php (+2 -2)
quix0r 2010-07-23 06:13 Rev.: 5184

Some SQL queries improved, sponsor registration fixed:
- Some SQL queries improved by removed single quotes around data that are
numbers. This may help MySQL to improve speed of the query
- Sponsor registration from admin (and possibly guest) area was broken
- TODOs.txt updated

1 lines of code changed in 1 file:

  • branches/0.2.1-FINAL/inc/modules/sponsor: account.php (+1 -1)
quix0r 2010-07-21 02:38 Rev.: 5168

Naming convention applied (database columns, keys), Code cosmetics applied:
- Naming convention applied on some old-lost database column names (ext-sponsor)
- Notation of SQL queries improved
- Other minor code improvements
- TODOs.txt updated

5 lines of code changed in 3 files:

  • branches/0.2.1-FINAL/inc/modules/sponsor: account.php (+2 -2), settings.php (+2 -2), welcome.php (+1 -1)
quix0r 2010-07-19 01:28 Rev.: 5153

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

5 lines of code changed in 5 files:

  • branches/0.2.1-FINAL/inc/modules/sponsor: .htaccess (+1), .php (+1), account.php (+1), settings.php (+1), welcome.php (+1)
quix0r 2010-07-16 04:49 Rev.: 5146

More language strings renamed, TODOs.txt updated:
- A lot more language strings renamed (naming convention: ADMIN_, GUEST_,
MEMBER_ and SPONSOR_ are used for "level" specific language strings, for all
currently no prefix is used.
- HTML code moved out to template
- TODOs.txt updated

17 lines of code changed in 1 file:

  • branches/0.2.1-FINAL/inc/modules/sponsor: account.php (+17 -9)
quix0r 2010-07-10 09:51 Rev.: 5133

New wrapper function introduced, more EL rewrites:
- New wrapper function getTotalPoints() introduced
- Even more rewrites to make usage of EL
- TODOs.txt updated

14 lines of code changed in 1 file:

  • branches/0.2.1-FINAL/inc/modules/sponsor: welcome.php (+14 -8)
quix0r 2010-06-28 10:20 Rev.: 5075

Next wave of lesser getMessage()

4 lines of code changed in 4 files:

  • branches/0.2.1-FINAL/inc/modules/sponsor: .php (+1 -1), account.php (+1 -1), settings.php (+1 -1), welcome.php (+1 -1)
quix0r 2010-06-28 10:04 Rev.: 5074

Next wave of lesser getMessage() usage and more EL

6 lines of code changed in 1 file:

  • branches/0.2.1-FINAL/inc/modules/sponsor: account.php (+6 -6)
quix0r 2010-06-28 08:07 Rev.: 5070

Deprecated variables for templates removed, mor EL-rewrites, getMessage() rewritten:
- Deprecated variables $nick and $email removed from loadEmailTemplate()
- More rewrites for usage of EL
- getMessage() lesser used (saves a lot calls while execution of include file)
- Some internal TODOs closed
- TODOs.txt updated

2 lines of code changed in 2 files:

  • branches/0.2.1-FINAL/inc/modules/sponsor: account.php (+1 -1), settings.php (+1 -1)
quix0r 2010-05-28 19:38 Rev.: 4976

Even more rewrites/fixes from EL branch (please report any broken part after you have updated to this revision)

2 lines of code changed in 1 file:

  • branches/0.2.1-FINAL/inc/modules/sponsor: settings.php (+2 -4)

(48 more)

Generated by StatSVN 0.7.0