[root]/inc/extensions
admins
(2 files, 326 lines)
autopurge
(2 files, 238 lines)
beg
(2 files, 316 lines)
bonus
(2 files, 597 lines)
doubler
(3 files, 283 lines)
forced
(2 files, 154 lines)
grade
(2 files, 112 lines)
holiday
(2 files, 177 lines)
html_mail
(2 files, 116 lines)
network
(2 files, 12243 lines)
order
(2 files, 371 lines)
other
(2 files, 238 lines)
payout
(2 files, 202 lines)
rallye
(2 files, 256 lines)
register
(2 files, 380 lines)
sponsor
(2 files, 371 lines)
sql_patches
(3 files, 1057 lines)
surfbar
(2 files, 214 lines)
task
(2 files, 220 lines)
transaction
(2 files, 45 lines)
transfer
(3 files, 298 lines)
user
(4 files, 814 lines)
wernis
(2 files, 141 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
quix0r | 5258 (100.0%) | 68013 (100.0%) | 12.9 |
moved for svn-git switch
2 lines of code changed in 1 file:
Rewrote 2 str_replace() calls to one with array()
3 lines of code changed in 1 file:
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
18 lines of code changed in 3 files:
Updated domain without a dash :(
4 lines of code changed in 2 files:
Rewrote some parts:
- more double quotes converted to single (speed up)
- introduced isThemeReadable()
- Other minor rewrites
91 lines of code changed in 86 files:
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
0 lines of code changed in 1 file:
Renamed templates + added some filters for mail order
22 lines of code changed in 6 files:
Removed double-update (0.2.1) for ext-doubler as it caused SQL error (which needs fixing anyway)
2 lines of code changed in 1 file:
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
9 lines of code changed in 2 files:
Fixes for SQL error + missing config
1 lines of code changed in 1 file:
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
252 lines of code changed in 26 files:
Since Wernis API 0.6-BETA SHA256 is the default now
9 lines of code changed in 1 file:
Renamed all SQL-related functions to camel-case notation
3 lines of code changed in 2 files:
Also update copyright in these files
2 lines of code changed in 2 files:
Updated copyright notice as there are changes in this year
84 lines of code changed in 83 files:
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
5 lines of code changed in 1 file:
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
16 lines of code changed in 6 files:
Fixes and other improvements
8 lines of code changed in 1 file:
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
27 lines of code changed in 5 files:
Better only check on daily reset
1 lines of code changed in 1 file:
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
23 lines of code changed in 3 files:
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
17 lines of code changed in 1 file:
Introduced new extension ext-blacklist:
- Extracted new extension ext-blacklist from aldready existing functions, as
this should become a more generic black-/white listing feature
- TODOs.txt updated
127 lines of code changed in 2 files:
Typos fixed + keep fake modules hidden
2 lines of code changed in 1 file:
Added fake modules
8 lines of code changed in 2 files:
Please find all these as they currently cause missing SQL columns if they are not renamed to new name
1 lines of code changed in 1 file:
Forgot this to rename
1 lines of code changed in 1 file:
Typos fixed
3 lines of code changed in 3 files:
Extension ext-network continued:
- Network 'Werbeflut' added
- Prepared for Delete-URL feature
- TODOs.txt updated
0 lines of code changed in 1 file:
Some major rewrites + ext-network continued:
- A lot more advertising network added (GolloX is still missing)
- Renamed extension mode 'register' to 'setup' to have no conflicting file names
- Large extension modes (a lot code) can now be swapped out to "mode" files,
see inc/extensions/foo/mode-bar.php for them. These mode-files will be loaded
after the main include has been loaded
- TODOs.txt updated
107 lines of code changed in 84 files:
Extension ext-network continued:
- Added optional 'VisualPayCheck' parameter for API configuration
- Added network 'ProAdverty'
- TODOs.txt updated
180 lines of code changed in 1 file:
Requires business card for payout :(
1 lines of code changed in 1 file:
Better checks + always return FALSE on abort
1 lines of code changed in 1 file:
Extension ext-network continued:
- Added basic data for GolloX
- Added network Giga-Ad
- Corrected some wrong BID to CID were no banner is used
- Added v1/v2 to click URLs of all (?) supported networks
- TODOs.txt updated
395 lines of code changed in 1 file:
Theoretical working merge of mailid.php and mailid_top.php into mailid.php + a couple of call-back functions
12 lines of code changed in 2 files:
Filters for configurable userid exclusion added:
- Rewrote some if() blocks to a filter to exclude configured userids, if set
- Closed internal TODO (see above)
- Added SQL columns/aliases/table names in back-ticks (missed some)
- TODOs.txt updated
46 lines of code changed in 4 files:
Better report this instead of silent logging
108 lines of code changed in 84 files:
Introduced padLeftZero()
4 lines of code changed in 1 file:
Extension ext-network continued:
- Fixed a lot array indexes (27->41)
- Added advertising network 'Crystall' (only Klammlose)
- Internal TODO closed: All api_2.php scripts with parameter "&vc=" are sending
8 array elements, but 7th is empty if not used
- TODOs.txt updated
264 lines of code changed in 1 file:
Fixes for 'click URL' and weltpromotion rename
43 lines of code changed in 1 file:
(679 more)