Directory inc/filter/

Directory Created:
2011-06-02 06:00
Total Files:
32
Deleted Files:
1
Lines of Code:
3298

[root]/inc/filter

Lines of Code

inc/filter/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
quix0r 290 (100.0%) 3883 (100.0%) 13.3

Most Recent Commits

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

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

1 lines of code changed in 1 file:

  • inc/filter: wernis_filter.php (+1)
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

10 lines of code changed in 2 files:

  • inc/filter: register_filter.php (+5 -5), wernis_filter.php (+5 -5)
quix0r 2013-07-31 02:58 Rev.: 6429

Introduced interruptFilterChain() and continueFilterChain(). Please DO ALWAYS use thse functions instead of directly setting the global array element

35 lines of code changed in 6 files:

  • inc/filter: blacklist_filter.php (+1 -1), forced_filter.php (+2 -2), order_filter.php (+6 -6), register_filter.php (+12), surfbar_filter.php (+2 -2), wernis_filter.php (+12)
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

230 lines of code changed in 3 files:

  • inc/filter: register_filter.php (+74), user_filter.php (+23), wernis_filter.php (new 133)
quix0r 2013-07-30 00:26 Rev.: 6423

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

1 lines of code changed in 1 file:

  • inc/filter: theme_filter.php (+1 -1)
quix0r 2013-06-01 18:17 Rev.: 6399

Renamed templates + added some filters for mail order

74 lines of code changed in 2 files:

  • inc/filter: holiday_filter.php (+72), theme_filter.php (+2 -2)
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 2 files:

  • inc/filter: blacklist_filter.php (+3 -3), user_filter.php (+2 -2)
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

76 lines of code changed in 2 files:

  • inc/filter: holiday_filter.php (new 62), html_mail_filter.php (+14)
quix0r 2013-05-30 19:48 Rev.: 6393

Fixes + asserts

10 lines of code changed in 4 files:

  • inc/filter: blacklist_filter.php (+3 -3), cache_filter.php (+4 -4), online_filter.php (+1 -1), user_filter.php (+2 -2)
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

273 lines of code changed in 6 files:

  • inc/filter: blacklist_filter.php (+34), forced_filter.php (+14 -11), html_mail_filter.php (new 68), order_filter.php (+98), surfbar_filter.php (+2 -2), transaction_filter.php (new 57)
quix0r 2013-03-06 01:24 Rev.: 6378

Renamed all SQL-related functions to camel-case notation

32 lines of code changed in 7 files:

  • inc/filter: beg_filter.php (+1 -1), bonus_filter.php (+2 -2), earning_filter.php (+4 -4), online_filter.php (+7 -7), rallye_filter.php (+6 -6), register_filter.php (+3 -3), user_filter.php (+9 -9)
quix0r 2013-01-24 19:51 Rev.: 6367

Updated copyright notice as there are changes in this year

27 lines of code changed in 27 files:

  • inc/filter: _filter.php (+1 -1), active_filter.php (+1 -1), admins_filter.php (+1 -1), beg_filter.php (+1 -1), blacklist_filter.php (+1 -1), bonus_filter.php (+1 -1), booking_filter.php (+1 -1), cache_filter.php (+1 -1), country_filter.php (+1 -1), coupon_filter.php (+1 -1), doubler_filter.php (+1 -1), earning_filter.php (+1 -1), forced_filter.php (+1 -1), mediadata_filter.php (+1 -1), menu_filter.php (+1 -1), online_filter.php (+1 -1), order_filter.php (+1 -1), other_filter.php (+1 -1), politician-stop_filter.php (+1 -1), rallye_filter.php (+1 -1), register_filter.php (+1 -1), removeip_filter.php (+1 -1), surfbar_filter.php (+1 -1), theme_filter.php (+1 -1), timezone_filter.php (+1 -1), uberwach_filter.php (+1 -1), user_filter.php (+1 -1)
quix0r 2013-01-23 21:37 Rev.: 6364

Use rebuildCache() instead of loadCacheFile()/removeCacheFile()

5 lines of code changed in 1 file:

  • inc/filter: cache_filter.php (+5 -14)
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

32 lines of code changed in 1 file:

  • inc/filter: blacklist_filter.php (+32 -2)
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

1 lines of code changed in 1 file:

  • inc/filter: user_filter.php (+1 -1)
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

70 lines of code changed in 1 file:

  • inc/filter: blacklist_filter.php (new 70)
quix0r 2013-01-10 05:29 Rev.: 6298

Theoretical working merge of mailid.php and mailid_top.php into mailid.php + a couple of call-back functions

2 lines of code changed in 1 file:

  • inc/filter: bonus_filter.php (+2 -2)
quix0r 2013-01-10 03:40 Rev.: 6297

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

118 lines of code changed in 5 files:

  • inc/filter: beg_filter.php (+12), bonus_filter.php (+12), doubler_filter.php (new 56), earning_filter.php (+16 -16), rallye_filter.php (+22 -22)
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:

  • inc/filter: coupon_filter.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)

1 lines of code changed in 1 file:

  • inc/filter: register_filter.php (+1 -1)
quix0r 2012-12-01 16:39 Rev.: 6232

More improvements:
- More configuration wrapper functions added
- Renamed templates to naming convention
- Updated TODOs.txt

6 lines of code changed in 1 file:

  • inc/filter: bonus_filter.php (+6 -6)
quix0r 2012-12-01 13:28 Rev.: 6229

Added more missing wrappers

6 lines of code changed in 1 file:

  • inc/filter: bonus_filter.php (+6 -6)
quix0r 2012-11-28 00:48 Rev.: 6222

Rewrote handling of 'menu adverts' to a filter. This allows e.g. ext-clickbanner to register own filters on it

74 lines of code changed in 1 file:

  • inc/filter: menu_filter.php (new 74)
quix0r 2012-11-25 01:37 Rev.: 6201

Updated propset.sh, fixed all SVN properties

24 lines of code changed in 24 files:

  • inc/filter: _filter.php (+1 -1), active_filter.php (+1 -1), admins_filter.php (+1 -1), beg_filter.php (+1 -1), bonus_filter.php (+1 -1), booking_filter.php (+1 -1), cache_filter.php (+1 -1), country_filter.php (+1 -1), coupon_filter.php (+1 -1), earning_filter.php (+1 -1), forced_filter.php (+1 -1), mediadata_filter.php (+1 -1), online_filter.php (+1 -1), order_filter.php (+1 -1), other_filter.php (+1 -1), politician-stop_filter.php (+1 -1), rallye_filter.php (+1 -1), register_filter.php (+1 -1), removeip_filter.php (+1 -1), surfbar_filter.php (+1 -1), theme_filter.php (+1 -1), timezone_filter.php (+1 -1), uberwach_filter.php (+1 -1), user_filter.php (+1 -1)
quix0r 2012-11-10 01:45 Rev.: 6159

Mailer project continued (heavy refactoring):
- Added all missing nodes in all XML templates to allow $content being handled
by referred HTML templates
- This means that you can pass "dynamic" content through the XML sub system to
the templates as usual. If you do so, a generic 'rows' array element is being
used for the row output
- Refactured all form-tags to EL code to allow e.g. adding session id to all
forms or (not yet added) TAN numbers to combat any kind of form spamming and
accidentally done re-submits
- Including closing form tag
- In the above process, onsubmit/onreset are now strongly discouraged as you
should better use the jQuery AJAX framework
- Other rewrites/refacturings I cannot remember
- TODOs.txt updated

1 lines of code changed in 1 file:

  • inc/filter: online_filter.php (+1 -1)
quix0r 2012-11-04 13:18 Rev.: 6131

R.I.P. old template/script names ...
- Removed all deprecated scripts and templates
- TODOs.txt updated

0 lines of code changed in 1 file:

  • inc/filter: politician_stop_filter.php (del)
quix0r 2012-10-21 12:43 Rev.: 6059

Extension ext-booking is basicly finished

1 lines of code changed in 1 file:

  • inc/filter: booking_filter.php (+1 -1)
quix0r 2012-10-21 11:26 Rev.: 6058

Rewrote view/click.php to filter chains to allow other extensions (e.g. ext-forced) to register own handlers

22 lines of code changed in 1 file:

  • inc/filter: forced_filter.php (+22)
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

29 lines of code changed in 13 files:

  • inc/filter: active_filter.php (+1 -1), beg_filter.php (+1 -1), bonus_filter.php (+5 -5), cache_filter.php (+4 -4), country_filter.php (+1 -1), forced_filter.php (+2 -2), mediadata_filter.php (+1 -1), online_filter.php (+3 -3), politician-stop_filter.php (+1 -1), register_filter.php (+2 -2), surfbar_filter.php (+2 -2), theme_filter.php (+1 -1), user_filter.php (+5 -5)
quix0r 2012-10-17 21:30 Rev.: 6043

Added listing of sub id enhanced referral links in member area + used sub id in referral list

34 lines of code changed in 1 file:

  • inc/filter: user_filter.php (+34)
quix0r 2012-10-14 12:38 Rev.: 6041

Mailer project continued:
- Refactured FILTER_ORDER_ZIP_CODE_SQL() to allow also zip code member inclusion
through GET parameters. This can be used e.g. in what=list_user&zip=12345 to
only list members from zip code 12345
- Some todos added for what-list_user.php: please refacture birthday handling
and link generation
- TODOs.txt updated

23 lines of code changed in 1 file:

  • inc/filter: order_filter.php (+23 -10)
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

4 lines of code changed in 4 files:

  • inc/filter: admins_filter.php (+1 -1), online_filter.php (+1 -1), rallye_filter.php (+1 -1), register_filter.php (+1 -1)
quix0r 2012-10-09 20:43 Rev.: 6032

Caching of XML/email templates finished:
- Added very basic (but working) support for caching XML and email templates
- Added new XML templates for listing user sub ids
- Added filter to "hook" another member action for listing member's sub ids
- Some other minor improvements
- TODOs.txt updated

11 lines of code changed in 1 file:

  • inc/filter: user_filter.php (+11)
quix0r 2012-10-08 22:32 Rev.: 6028

Mailer continued, sub-id tracking continued:
- Introduced function isUrlBlacklisted() (not everywhere used!)
- Templates for sub-id statistics added
- Introduced function anonymizeSensitiveData() which tries to "anonymized"
some data (admins always see all for now)
- Some language ids renamed
- Other minor fixes
- TODOs.txt updated

54 lines of code changed in 1 file:

  • inc/filter: user_filter.php (+54)
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

1 lines of code changed in 1 file:

  • inc/filter: earning_filter.php (+1 -1)
quix0r 2012-10-07 11:34 Rev.: 6022

This debug message was to noisy but it is needed in development (where debug-mode is enabled)

26 lines of code changed in 1 file:

  • inc/filter: user_filter.php (+26)
quix0r 2012-10-04 14:43 Rev.: 6010

Checked also for ext-cache, purged 'payments' cache file in FILTER_CACHE_DESTROY_ALL()

1 lines of code changed in 1 file:

  • inc/filter: cache_filter.php (+1 -1)
quix0r 2012-10-03 19:01 Rev.: 6007

Rewrote some 'manual' cache rebuilding to use rebuildCache()

1 lines of code changed in 1 file:

  • inc/filter: cache_filter.php (+1 -3)
quix0r 2012-10-03 18:20 Rev.: 6006

Mailer project continued:
- New filter chain 'member_admin_actions' allows "hooking" of more admin
member actions in what=list_user listing.
- Added 'list_refs' and list_links' as default admin actions
- Other minor fixes
- TODOs.txt updated

12 lines of code changed in 1 file:

  • inc/filter: booking_filter.php (+12 -1)
quix0r 2012-10-02 15:56 Rev.: 5994

Debug lines removed

2 lines of code changed in 1 file:

  • inc/filter: politician-stop_filter.php (+2 -2)

(38 more)

Generated by StatSVN 0.7.0