Directory inc/libs/

Total Files:
54
Deleted Files:
4
Lines of Code:
18880

[root]/inc/libs

Lines of Code

inc/libs/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 2883 (100.0%) 43209 (100.0%) 14.9
quix0r 2879 (99.9%) 43188 (100.0%) 15.0
root 4 (0.1%) 21 (0.0%) 5.2

Most Recent Commits

quix0r 2013-09-01 21:13 Rev.: 6437

Rewrote 2 str_replace() calls to one with array()

182 lines of code changed in 1 file:

  • inc/libs: wernis_functions.php (+182 -22)
quix0r 2013-08-04 06:38 Rev.: 6434

Registration provider continued:
- Added missing guest templates, "translate" function, language elements
- Fixed handling of 'provider' parameter (renamed!) in filters
- Start of cleanup of CSS classes

9 lines of code changed in 1 file:

  • inc/libs: register_functions.php (+9)
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

52 lines of code changed in 2 files:

  • inc/libs: network_functions.php (+3 -3), register_functions.php (+49)
quix0r 2013-07-31 02:34 Rev.: 6427

Continued with registration provider:
- Added a lot filter for both ext-register/wernis to handle (partly finished)
registration requests and forms
- Add config entry (currently not changeable in web interface) for default
registration and login provider

117 lines of code changed in 3 files:

  • inc/libs: network_functions.php (+3 -3), register_functions.php (+27), user_functions.php (+87 -2)
quix0r 2013-07-30 00:26 Rev.: 6423

Rewrote some parts:
- more double quotes converted to single (speed up)
- introduced isThemeReadable()
- Other minor rewrites

7 lines of code changed in 3 files:

  • inc/libs: admins_functions.php (+1 -1), refback_functions.php (+1 -1), theme_functions.php (+5 -8)
quix0r 2013-07-29 23:57 Rev.: 6422

Better check if it is not empty (means set, too). This will speed-up the code again if no purpose is given

1 lines of code changed in 1 file:

  • inc/libs: wernis_functions.php (+1 -1)
quix0r 2013-07-29 23:55 Rev.: 6421

Added some wrappers to speed-up things

48 lines of code changed in 1 file:

  • inc/libs: wernis_functions.php (+48)
quix0r 2013-07-29 23:47 Rev.: 6419

Some fixes:
- added default value for optional parameter (better understanding)
- some double quotes converted to single
- fixes for Wernis API

11 lines of code changed in 1 file:

  • inc/libs: wernis_functions.php (+11 -2)
quix0r 2013-06-22 04:19 Rev.: 6413

More double-quotes to single-quotes

2 lines of code changed in 2 files:

  • inc/libs: country_functions.php (+1 -1), sponsor_functions.php (+1 -1)
quix0r 2013-06-12 04:24 Rev.: 6407

Added missing 'abort' element

1 lines of code changed in 1 file:

  • inc/libs: forced_functions.php (+1)
quix0r 2013-06-04 14:42 Rev.: 6404

Used 'network' and 'cache' in same file name, fixed proxy config language string

1 lines of code changed in 1 file:

  • inc/libs: task_functions.php (+1 -1)
quix0r 2013-06-04 13:45 Rev.: 6403

Project continued:
- Added more functions for ext-grade
- Fixesd XML template for ext-grade
- Added missing language element
- Swapped out 'setup' phase for ext-grade
- Added more asserts
- Various other fixes

54 lines of code changed in 1 file:

  • inc/libs: grade_functions.php (+54 -20)
quix0r 2013-06-01 20:06 Rev.: 6401

Added (unfinished) links to list API cache entries

6 lines of code changed in 1 file:

  • inc/libs: task_functions.php (+6)
quix0r 2013-06-01 18:17 Rev.: 6399

Renamed templates + added some filters for mail order

3 lines of code changed in 1 file:

  • inc/libs: payout_functions.php (+3 -1)
quix0r 2013-06-01 10:26 Rev.: 6398

Language string cleaned up

1 lines of code changed in 1 file:

  • inc/libs: user_functions.php (+1 -1)
quix0r 2013-05-31 18:18 Rev.: 6396

Removed 2nd parameter for assert() as this is only available in PHP 5.4.8+ but Mailer 0.2.1-FINAL should support PHP 4

5 lines of code changed in 1 file:

  • inc/libs: transaction_functions.php (+5 -5)
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 1 file:

  • inc/libs: task_functions.php (+1 -8)
quix0r 2013-05-30 19:48 Rev.: 6393

Fixes + asserts

16 lines of code changed in 3 files:

  • inc/libs: sponsor_functions.php (+5 -5), transaction_functions.php (+6 -6), user_functions.php (+5 -5)
quix0r 2013-05-29 20:26 Rev.: 6392

Fixes for various bugs (e.g.: 'secret file could not be read', SQL error and more)

24 lines of code changed in 4 files:

  • inc/libs: bonus_functions.php (+12 -12), maintenance_functions.php (+1 -1), surfbar_functions.php (+1 -1), task_functions.php (+10 -6)
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

450 lines of code changed in 16 files:

  • inc/libs: bonus_functions.php (+1 -1), earning_functions.php (+1 -1), forced_functions.php (+13 -12), mailid_functions.php (-1), mediadata_functions.php (+1 -1), network_functions.php (+8 -8), output_functions.php (del), rallye_functions.php (+2 -2), refback_functions.php (+3 -9), register_functions.php (+8 -6), sponsor_functions.php (+1 -1), surfbar_functions.php (+9 -10), task_functions.php (+20 -17), theme_functions.php (+1 -1), transaction_functions.php (new 376), yoomedia_functions.php (+6 -6)
quix0r 2013-03-06 01:32 Rev.: 6379

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

8 lines of code changed in 3 files:

  • inc/libs: mediadata_functions.php (+1 -1), refback_functions.php (+2 -2), surfbar_functions.php (+5 -5)
quix0r 2013-03-06 01:24 Rev.: 6378

Renamed all SQL-related functions to camel-case notation

522 lines of code changed in 28 files:

  • inc/libs: admins_functions.php (+54 -54), beg_functions.php (+2 -2), blacklist_functions.php (+6 -6), bonus_functions.php (+15 -15), booking_functions.php (+1 -1), country_functions.php (+4 -4), doubler_functions.php (+4 -4), earning_functions.php (+4 -4), forced_functions.php (+16 -16), grade_functions.php (+4 -4), holiday_functions.php (+6 -6), jackpot_functions.php (+9 -9), mailid_functions.php (+6 -6), mediadata_functions.php (+9 -9), network_functions.php (+96 -96), optimize_functions.php (+12 -12), payout_functions.php (+4 -4), rallye_functions.php (+55 -55), refback_functions.php (+23 -23), register_functions.php (+27 -27), sponsor_functions.php (+31 -31), surfbar_functions.php (+63 -63), task_functions.php (+4 -4), theme_functions.php (+17 -17), transfer_functions.php (+12 -12), user_functions.php (+29 -29), wernis_functions.php (+1 -1), yoomedia_functions.php (+8 -8)
quix0r 2013-01-24 23:06 Rev.: 6369

Added more configuration wrappers

39 lines of code changed in 1 file:

  • inc/libs: blacklist_functions.php (+39 -3)
quix0r 2013-01-24 19:51 Rev.: 6367

Updated copyright notice as there are changes in this year

52 lines of code changed in 52 files:

  • inc/libs: _functions.php (+1 -1), active_functions.php (+1 -1), admins_functions.php (+1 -1), autopurge_functions.php (+1 -1), beg_functions.php (+1 -1), birthday_functions.php (+1 -1), blacklist_functions.php (+1 -1), bonus_functions.php (+1 -1), booking_functions.php (+1 -1), cache_functions.php (+1 -1), country_functions.php (+1 -1), coupon_functions.php (+1 -1), debug_functions.php (+1 -1), doubler_functions.php (+1 -1), earning_functions.php (+1 -1), events_functions.php (+1 -1), forced_functions.php (+1 -1), grade_functions.php (+1 -1), holiday_functions.php (+1 -1), html_mail_functions.php (+1 -1), jackpot_functions.php (+1 -1), mailid_functions.php (+1 -1), maintenance_functions.php (+1 -1), mediadata_functions.php (+1 -1), menu_functions.php (+1 -1), network_functions.php (+1 -1), newsletter_functions.php (+1 -1), nickname_functions.php (+1 -1), online_functions.php (+1 -1), optimize_functions.php (+1 -1), order_functions.php (+1 -1), other_functions.php (+1 -1), payout_functions.php (+1 -1), politician-stop_functions.php (+1 -1), profile_functions.php (+1 -1), rallye_functions.php (+1 -1), refback_functions.php (+1 -1), register_functions.php (+1 -1), removeip_functions.php (+1 -1), rewrite_functions.php (+1 -1), security_functions.php (+1 -1), sponsor_functions.php (+1 -1), surfbar_functions.php (+1 -1), task_functions.php (+1 -1), theme_functions.php (+1 -1), timezone_functions.php (+1 -1), top10_functions.php (+1 -1), transfer_functions.php (+1 -1), uberwach_functions.php (+1 -1), user_functions.php (+1 -1), wernis_functions.php (+1 -1), yoomedia_functions.php (+1 -1)
quix0r 2013-01-23 21:46 Rev.: 6366

One more underscore to make it more readable

3 lines of code changed in 1 file:

  • inc/libs: network_functions.php (+3 -3)
quix0r 2013-01-23 18:33 Rev.: 6360

Continued with ext-blacklist:
- Blacklisting of IP addresses now possible (with pattern as for all)
- Resorted ext-blacklist library, added new functions for IP blacklisting
- TODOs.txt updated

49 lines of code changed in 2 files:

  • inc/libs: blacklist_functions.php (+41 -14), register_functions.php (+8 -6)
quix0r 2013-01-23 17:55 Rev.: 6359

Rewrote new extension detection:
- Updated new extension detection (and task registration) so that it won't use
so much database space anymore as this only adds a place-holder (see below)
- Renamed OPEN/CLOSE_TEMPLATE TO OPEN/CLOSE_LANGUAGE
- Added OPEN/CLOSE_TEMPLATE for {% and %}
- TODOs.txt updated

3 lines of code changed in 1 file:

  • inc/libs: security_functions.php (+3 -1)
quix0r 2013-01-23 17:36 Rev.: 6358

Fixes and other improvements

2 lines of code changed in 1 file:

  • inc/libs: html_mail_functions.php (+2 -1)
quix0r 2013-01-23 15:36 Rev.: 6356

Fixes

0 lines of code changed in 1 file:

  • inc/libs: other_functions.php (-12)
quix0r 2013-01-23 15:33 Rev.: 6355

Also 'min_age' is now wrapped

12 lines of code changed in 1 file:

  • inc/libs: other_functions.php (+12)
quix0r 2013-01-23 15:31 Rev.: 6354

Introduced (means, being added and then used) more wrappers for ext-order/other

97 lines of code changed in 2 files:

  • inc/libs: order_functions.php (+61 -1), other_functions.php (+36)
quix0r 2013-01-23 15:14 Rev.: 6353

Renamed function, used more "pool functions":
- Renamed SQL_INSERTID() to SQL_INSERT_ID()
- Used more functions from inc/pool-funtions.php instead of JOINs and queries
- TODOs.txt updated

16 lines of code changed in 4 files:

  • inc/libs: earning_functions.php (+1 -1), network_functions.php (+1 -1), register_functions.php (+1 -1), surfbar_functions.php (+13 -13)
quix0r 2013-01-23 12:52 Rev.: 6352

MINOR: Small code improvements

4 lines of code changed in 1 file:

  • inc/libs: bonus_functions.php (+4 -2)
quix0r 2013-01-23 12:31 Rev.: 6350

Fix for wrong variable name

2 lines of code changed in 1 file:

  • inc/libs: task_functions.php (+2 -2)
quix0r 2013-01-23 12:20 Rev.: 6349

Rewrites to use filters instead of mass if() blocks

8 lines of code changed in 2 files:

  • inc/libs: bonus_functions.php (+1 -1), task_functions.php (+7 -9)
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

127 lines of code changed in 3 files:

  • inc/libs: order_functions.php (+60), other_functions.php (+48), register_functions.php (+19 -8)
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 2 files:

  • inc/libs: network_functions.php (+12 -12), surfbar_functions.php (+1 -1)
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

3 lines of code changed in 1 file:

  • inc/libs: rallye_functions.php (+3 -3)
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

4 lines of code changed in 1 file:

  • inc/libs: profile_functions.php (+4 -4)
quix0r 2013-01-21 21:27 Rev.: 6340

Extension ext-blacklist continued:
- Added check in ext-register/mydata to check for email address
- Added filters for above check + unfinsihed logging
- TODOs.txt updated

88 lines of code changed in 2 files:

  • inc/libs: blacklist_functions.php (+77 -62), register_functions.php (+11 -9)

(819 more)

Generated by StatSVN 0.7.0