Directory branches/0.2.1-FINAL/inc/monthly/

Total Files:
6
Deleted Files:
0
Lines of Code:
400

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

Lines of Code

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

Developers

Author Changes Lines of Code Lines per Change
quix0r 323 (100.0%) 1255 (100.0%) 3.8

Most Recent Commits

quix0r 2013-05-31 08:49 Rev.: 6394

Rewrote many parts:
- "Generic" filter splitted up and move to html_mail_filter.php as this filter will only work with ext-html_mail
installed
- ext-holiday does now register a filter on user_exclusion_sql which allows to remove some "static" if() blocks
- Other minor fixes

1 lines of code changed in 2 files:

  • branches/0.2.1-FINAL/inc/monthly: monthly_beg.php (+1 -8), monthly_bonus.php (-6)
quix0r 2013-03-06 01:24 Rev.: 6378

Renamed all SQL-related functions to camel-case notation

10 lines of code changed in 2 files:

  • branches/0.2.1-FINAL/inc/monthly: monthly_beg.php (+5 -5), monthly_bonus.php (+5 -5)
quix0r 2013-02-02 00:39 Rev.: 6374

Further fixes for all resets

1 lines of code changed in 1 file:

  • branches/0.2.1-FINAL/inc/monthly: monthly_bonus.php (+1 -1)
quix0r 2013-01-24 19:51 Rev.: 6367

Updated copyright notice as there are changes in this year

5 lines of code changed in 5 files:

  • branches/0.2.1-FINAL/inc/monthly: monthly_ (+1 -1), monthly_beg.php (+1 -1), monthly_bonus.php (+1 -1), monthly_newsletter.php (+1 -1), monthly_surfbar.php (+1 -1)
quix0r 2013-01-23 12:20 Rev.: 6349

Rewrites to use filters instead of mass if() blocks

29 lines of code changed in 2 files:

  • branches/0.2.1-FINAL/inc/monthly: monthly_beg.php (+16 -9), monthly_bonus.php (+13 -6)
quix0r 2013-01-22 22:24 Rev.: 6341

Rewrote reset and some extensions:
- Rewrote script reset that weekly and monthly are now separated out from daily
functions
- Rewrote ext-profile/order to handle their own configuration entries (were all
in ext-other)
- Moved large 'update' block for ext-order out to
inc/extensions/order/mode-update.php
- TODOs.txt updated

5 lines of code changed in 5 files:

  • branches/0.2.1-FINAL/inc/monthly: monthly_ (+1 -1), monthly_beg.php (+1 -1), monthly_bonus.php (+1 -1), monthly_newsletter.php (+1 -1), monthly_surfbar.php (+1 -1)
quix0r 2013-01-12 07:37 Rev.: 6308

Added script template for cron jobs, fixed some checks on CSS/HTML mode

10 lines of code changed in 5 files:

  • branches/0.2.1-FINAL/inc/monthly: monthly_ (+2 -2), monthly_beg.php (+2 -2), monthly_bonus.php (+2 -2), monthly_newsletter.php (+2 -2), monthly_surfbar.php (+2 -2)
quix0r 2013-01-09 00:47 Rev.: 6282

Previous attempt fixed

8 lines of code changed in 5 files:

  • branches/0.2.1-FINAL/inc/monthly: monthly_ (+2 -2), monthly_beg.php (+2 -2), monthly_bonus.php (+2 -2), monthly_newsletter.php (+1 -1), monthly_surfbar.php (+1 -1)
quix0r 2013-01-08 18:36 Rev.: 6280

Less logging if this is not needed

5 lines of code changed in 5 files:

  • branches/0.2.1-FINAL/inc/monthly: monthly_ (+1 -1), monthly_beg.php (+1 -1), monthly_bonus.php (+1 -1), monthly_newsletter.php (+1 -1), monthly_surfbar.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

1 lines of code changed in 1 file:

  • branches/0.2.1-FINAL/inc/monthly: monthly_beg.php (+1 -1)
quix0r 2012-11-28 00:50 Rev.: 6223

Minor: With dot again (better grammar)

15 lines of code changed in 5 files:

  • branches/0.2.1-FINAL/inc/monthly: monthly_ (+3 -3), monthly_beg.php (+3 -3), monthly_bonus.php (+3 -3), monthly_newsletter.php (+3 -3), monthly_surfbar.php (+3 -3)
quix0r 2012-11-25 01:37 Rev.: 6201

Updated propset.sh, fixed all SVN properties

1 lines of code changed in 1 file:

  • branches/0.2.1-FINAL/inc/monthly: monthly_ (+1 -1)
quix0r 2012-11-25 00:22 Rev.: 6194

Some minor (text) improvements

15 lines of code changed in 5 files:

  • branches/0.2.1-FINAL/inc/monthly: monthly_ (+3 -3), monthly_beg.php (+3 -3), monthly_bonus.php (+3 -3), monthly_newsletter.php (+3 -3), monthly_surfbar.php (+3 -3)
quix0r 2012-11-11 22:08 Rev.: 6167

Extension ext-surfbar continued:
- Added booking packages for ext-surfbar (unfinished admin area + member)
- Renamed most 'Surfbar' to 'Besuchertausch' which is more correct
- Swapped out some messages to language file
- Other improvements
- TODOs.txt updated

1 lines of code changed in 1 file:

  • branches/0.2.1-FINAL/inc/monthly: monthly_surfbar.php (+1 -1)
quix0r 2012-10-03 14:24 Rev.: 6003

Some improvements, package.json added

2 lines of code changed in 1 file:

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

11 lines of code changed in 5 files:

  • branches/0.2.1-FINAL/inc/monthly: monthly_ (+1 -1), monthly_beg.php (+4 -3), monthly_bonus.php (+4 -3), monthly_newsletter.php (+1 -1), monthly_surfbar.php (+1 -1)
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

6 lines of code changed in 2 files:

  • branches/0.2.1-FINAL/inc/monthly: monthly_beg.php (+4 -3), monthly_bonus.php (+2 -2)
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/monthly: monthly_ (+1 -1), monthly_beg.php (+1 -1), monthly_bonus.php (+1 -1), monthly_newsletter.php (+1 -1), monthly_surfbar.php (+1 -1)
quix0r 2011-07-29 01:19 Rev.: 5727

Wrapper getBonusRanks() more used

1 lines of code changed in 1 file:

  • branches/0.2.1-FINAL/inc/monthly: monthly_bonus.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

4 lines of code changed in 2 files:

  • branches/0.2.1-FINAL/inc/monthly: monthly_beg.php (+1 -1), monthly_bonus.php (+3 -9)
quix0r 2011-07-15 23:46 Rev.: 5688

Missing initReferalSystem() call added

2 lines of code changed in 2 files:

  • branches/0.2.1-FINAL/inc/monthly: monthly_beg.php (+1), monthly_bonus.php (+1)
quix0r 2011-07-15 23:15 Rev.: 5685

Queries fixed

2 lines of code changed in 2 files:

  • branches/0.2.1-FINAL/inc/monthly: monthly_beg.php (+1 -1), monthly_bonus.php (+1 -1)
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

2 lines of code changed in 2 files:

  • branches/0.2.1-FINAL/inc/monthly: monthly_beg.php (+1 -1), monthly_bonus.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

2 lines of code changed in 2 files:

  • branches/0.2.1-FINAL/inc/monthly: monthly_beg.php (+1 -1), monthly_bonus.php (+1 -1)
quix0r 2011-06-28 19:11 Rev.: 5536

Extension ext-coupon continued, a lot improvements applied:
- Extension ext-coupon: Sending of coupons finished and member form added
- Deprecated variables removed
- All SQLs containing some kind of 'timeout' rewritten
- A lot more code improvements/cleanups applied (I cannot remember all)
- TODOs.txt updated

12 lines of code changed in 2 files:

  • branches/0.2.1-FINAL/inc/monthly: monthly_beg.php (+6 -9), monthly_bonus.php (+6 -9)
quix0r 2011-06-28 10:00 Rev.: 5532

More EL code, security for $_POST elements rewritten (simplified):
- More usage of EL code
- Removed double secureString() call
- Non-array elements in $_POST are now also secured in
inc/libs/security_functions.php
- Renamed more array elements for better naming consistancy
- TODOs.txt updated

2 lines of code changed in 1 file:

  • branches/0.2.1-FINAL/inc/monthly: monthly_beg.php (+2 -2)
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'

2 lines of code changed in 2 files:

  • branches/0.2.1-FINAL/inc/monthly: monthly_beg.php (+1 -1), monthly_bonus.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/monthly: .htaccess (+1), monthly_beg.php (+1), monthly_bonus.php (+1), monthly_newsletter.php (+1), monthly_surfbar.php (+1)
quix0r 2011-02-07 01:34 Rev.: 5450

Properties set

2 lines of code changed in 1 file:

  • branches/0.2.1-FINAL/inc/monthly: monthly_ (+2 -1)
quix0r 2011-02-07 01:26 Rev.: 5449

Hourly reset introduced

5 lines of code changed in 5 files:

  • branches/0.2.1-FINAL/inc/monthly: monthly_ (+1 -1), monthly_beg.php (+1 -1), monthly_bonus.php (+1 -1), monthly_newsletter.php (+1 -1), monthly_surfbar.php (+1 -1)
quix0r 2011-01-29 05:32 Rev.: 5436

Even more fixes for broken first installation attempt (sorry all)

1 lines of code changed in 1 file:

  • branches/0.2.1-FINAL/inc/monthly: monthly_beg.php (+1 -1)
quix0r 2011-01-18 16:44 Rev.: 5425

Some language strings fixed, renamed. Copyright notice updated

5 lines of code changed in 5 files:

  • branches/0.2.1-FINAL/inc/monthly: monthly_ (+1 -1), monthly_beg.php (+1 -1), monthly_bonus.php (+1 -1), monthly_newsletter.php (+1 -1), monthly_surfbar.php (+1 -1)
quix0r 2010-11-21 16:25 Rev.: 5401

A lot more wrapper functions introduced, TODOs.txt updated

3 lines of code changed in 1 file:

  • branches/0.2.1-FINAL/inc/monthly: monthly_beg.php (+3 -3)
quix0r 2010-11-10 00:04 Rev.: 5394

More wrapper functions introduced, duplicate language strings merged:
- Some duplicate language strings merged
- More wrapper functions for configuration entries introduced
- TODOs.txt updated

30 lines of code changed in 5 files:

  • branches/0.2.1-FINAL/inc/monthly: monthly_ (+6), monthly_beg.php (+6 -3), monthly_bonus.php (+6 -3), monthly_newsletter.php (+6), monthly_surfbar.php (+6)
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/monthly: monthly_beg.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 5 files:

  • branches/0.2.1-FINAL/inc/monthly: monthly_ (-2), monthly_beg.php (-2), monthly_bonus.php (-2), monthly_newsletter.php (-2), monthly_surfbar.php (-2)
quix0r 2010-08-01 07:45 Rev.: 5206

Fix for monthly bonus reset script

1 lines of code changed in 1 file:

  • branches/0.2.1-FINAL/inc/monthly: monthly_bonus.php (+1 -1)
quix0r 2010-07-22 12:49 Rev.: 5172

New wrapper functions introduced

7 lines of code changed in 5 files:

  • branches/0.2.1-FINAL/inc/monthly: monthly_ (+1 -1), monthly_beg.php (+2 -2), monthly_bonus.php (+2 -2), monthly_newsletter.php (+1 -1), monthly_surfbar.php (+1 -1)
quix0r 2010-07-21 00:14 Rev.: 5160

Even more language strings renamed

1 lines of code changed in 1 file:

  • branches/0.2.1-FINAL/inc/monthly: monthly_bonus.php (+1 -1)
quix0r 2010-07-19 16:38 Rev.: 5154

Fix for inserted codes while registering of extensions, many rewrites/cleanups:
- Fix for extension registration, codes like {OPEN_CONFIG} and such are no
longer compiled in while the extension gots registered. This come handy for
e.g. our POINTS replacement.
- More usage of countSumTotalData() which should reduce the number of SQL
queries in the whole script
- Replaced a lot double-quotes with single-quotes
- Other minor cleanups

4 lines of code changed in 2 files:

  • branches/0.2.1-FINAL/inc/monthly: monthly_beg.php (+1 -1), monthly_bonus.php (+3 -3)

(73 more)

Generated by StatSVN 0.7.0