Directory inc/classes/

Directory Created:
2009-10-27 18:24
Total Files:
5
Deleted Files:
0
Lines of Code:
2413

[root]/inc/classes

Lines of Code

inc/classes/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
quix0r 105 (100.0%) 3036 (100.0%) 28.9

Most Recent Commits

quix0r 2013-08-03 08:57 Rev.: 6433

Parser error fixed + some empty lines added between table rows (tr)

15 lines of code changed in 2 files:

  • inc/classes: cachesystem.class.php (+1 -1), resolver.class.php (+14 -3)
quix0r 2013-06-22 04:19 Rev.: 6413

More double-quotes to single-quotes

1 lines of code changed in 1 file:

  • inc/classes: cachesystem.class.php (+1 -1)
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:

  • inc/classes: cachesystem.class.php (+1 -1)
quix0r 2013-03-06 01:24 Rev.: 6378

Renamed all SQL-related functions to camel-case notation

7 lines of code changed in 1 file:

  • inc/classes: resolver.class.php (+7 -7)
quix0r 2013-01-24 19:51 Rev.: 6367

Updated copyright notice as there are changes in this year

2 lines of code changed in 2 files:

  • inc/classes: cachesystem.class.php (+1 -1), resolver.class.php (+1 -1)
quix0r 2013-01-23 21:37 Rev.: 6364

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

2 lines of code changed in 1 file:

  • inc/classes: cachesystem.class.php (+2 -2)
quix0r 2013-01-09 22:09 Rev.: 6290

RDF/RSS parser fixed:
- Added possiblity of a call-back function for finish() method
- Fixed many other things (sorry)
- TODOs.txt updated

114 lines of code changed in 1 file:

  • inc/classes: rdf.class.php (+114 -87)
quix0r 2013-01-09 21:15 Rev.: 6289

Save cache 'compacted'

1 lines of code changed in 1 file:

  • inc/classes: rdf.class.php (+1 -1)
quix0r 2013-01-09 21:09 Rev.: 6288

Fixes to HTTP functions to return proper HTTP body and headers:
- Emptied to .htaccess files to allow accessing doxygen documentation (html)
- The first "$response = array('', '', '')" line caused to much trouble
- Use "strlen($line) == 0" instead of "empty($line)" or else \r\n will be
detected as empty
- Removed superfluious empty line removal block
- Fixed broken HTTP headers
- Added \r\n to them to mimic header->body
- TODOs.txt updated

1 lines of code changed in 1 file:

  • inc/classes: rdf.class.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

3 lines of code changed in 2 files:

  • inc/classes: primera_api.class.php (+1 -1), rdf.class.php (+2 -2)
quix0r 2013-01-03 05:34 Rev.: 6270

More cleanups

57 lines of code changed in 1 file:

  • inc/classes: rdf.class.php (+57 -56)
quix0r 2013-01-03 05:23 Rev.: 6269

Cleanups + optional binding to mailer functions

142 lines of code changed in 1 file:

  • inc/classes: rdf.class.php (+142 -124)
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/classes: cachesystem.class.php (+1 -1)
quix0r 2012-10-24 20:48 Rev.: 6095

Renamed many stuff (again), added points/user breakup:
- Renamed again many language ids
- Moved text from template to language file
- Added listing of user points amount and percentage holder
- TODOs.txt updated

3 lines of code changed in 1 file:

  • inc/classes: cachesystem.class.php (+3)
quix0r 2012-10-19 15:57 Rev.: 6046

Some rewrites, you don't need to do: bigintval(getUserData('some_id_column')) as the id column will mostly be BIGINT(20) which will always be a number

1 lines of code changed in 1 file:

  • inc/classes: resolver.class.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

63 lines of code changed in 3 files:

  • inc/classes: cachesystem.class.php (+18 -18), primera_api.class.php (+5 -5), rdf.class.php (+40 -40)
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

2 lines of code changed in 1 file:

  • inc/classes: resolver.class.php (+2 -2)
quix0r 2012-09-30 20:55 Rev.: 5979

Added caching of 'payments' table, rewrote another 'else' block

4 lines of code changed in 1 file:

  • inc/classes: cachesystem.class.php (+4 -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

20 lines of code changed in 2 files:

  • inc/classes: cachesystem.class.php (+19 -19), resolver.class.php (+1 -1)
quix0r 2012-06-15 20:00 Rev.: 5929

Extension ext-primera is now deprecated (see ticket #8's last comment)

238 lines of code changed in 1 file:

  • inc/classes: primera_api.class.php (new 238)
quix0r 2011-09-06 14:49 Rev.: 5868

useProxy is duplicate, because isProxyUsed() is cached, fixed bug in IP resolver (opps)

3 lines of code changed in 1 file:

  • inc/classes: resolver.class.php (+3 -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

2 lines of code changed in 1 file:

  • inc/classes: cachesystem.class.php (+2 -2)
quix0r 2011-08-07 01:04 Rev.: 5758

www is out-dated

2 lines of code changed in 2 files:

  • inc/classes: cachesystem.class.php (+1 -1), resolver.class.php (+1 -1)
quix0r 2011-08-01 06:02 Rev.: 5751

Handling of cache 'earning' added

3 lines of code changed in 1 file:

  • inc/classes: cachesystem.class.php (+3)
quix0r 2011-07-31 22:23 Rev.: 5749

Added cache loader for table 'points_data'

3 lines of code changed in 1 file:

  • inc/classes: cachesystem.class.php (+3)
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

3 lines of code changed in 2 files:

  • inc/classes: cachesystem.class.php (+1 -1), resolver.class.php (+2 -2)
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 1 file:

  • inc/classes: resolver.class.php (+2 -2)
quix0r 2011-07-11 19:52 Rev.: 5633

Several code cleanups:
- Debug lines rewritten to use logDebugMessage() instead of plain print()
- Several calls of addFatalMessage() rewritten to debug_report_bug()
- $data in all filters renamed to $filterData
- Message id cleanup
- Other minor fixes/improvements
- TODOs.txt updated

8 lines of code changed in 1 file:

  • inc/classes: cachesystem.class.php (+8 -8)
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

3 lines of code changed in 1 file:

  • inc/classes: cachesystem.class.php (+3 -4)
quix0r 2011-07-03 22:47 Rev.: 5569

Countless fixes, ext-grade started:
- Extension ext-grade started: First tables created
- Countless fixes applied, this includes extension and cache management as well
as avoiding around 3 needless SQL queries and badly handled ALTER TABLE
queries in db-mysql3.php
- TODOs.txt updated

1 lines of code changed in 1 file:

  • inc/classes: cachesystem.class.php (+1)
quix0r 2011-06-30 02:43 Rev.: 5546

Naming convention on language strings applied, ACL handling fixed:
- A lot more (or all?) configuration-related language ids prefixed with 'admin_config_'
- Fixed saving, loading and handling of ACLs
- Renamed 'config_admins' to 'list_admins_acls' to make it more clear
- TODOs.txt updated

3 lines of code changed in 1 file:

  • inc/classes: cachesystem.class.php (+3)
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

1 lines of code changed in 1 file:

  • inc/classes: resolver.class.php (+1 -1)
quix0r 2011-04-20 05:50 Rev.: 5488

svn:eol-style set to 'native'

4 lines of code changed in 4 files:

  • inc/classes: .htaccess (+1), cachesystem.class.php (+1), rdf.class.php (+1), resolver.class.php (+1)
quix0r 2011-02-20 17:13 Rev.: 5463

Extension ext-network does now show if a network requires the webmaster to send a copy of ID card:
- Some advertiser networks require you to send them a copy of an ID card or
business registration. They are now marked so.
- Some more lowercase UTF-8 converted to uppercase
- TODOs.txt updated

1 lines of code changed in 1 file:

  • inc/classes: rdf.class.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 1 file:

  • inc/classes: cachesystem.class.php (+2 -2)
quix0r 2011-01-18 16:44 Rev.: 5425

Some language strings fixed, renamed. Copyright notice updated

2 lines of code changed in 2 files:

  • inc/classes: cachesystem.class.php (+1 -1), resolver.class.php (+1 -1)
quix0r 2010-12-11 02:03 Rev.: 5403

Code cosmetics applied, performance hacks (saved two loops):
- Performance increased by giving str_replace() the full array and not all
array elements one-by-one
- Some code cosmetics applied
- TODOs.txt updated

8 lines of code changed in 1 file:

  • inc/classes: cachesystem.class.php (+8 -6)
quix0r 2010-11-08 02:50 Rev.: 5384

Naming convention applied

29 lines of code changed in 1 file:

  • inc/classes: cachesystem.class.php (+29 -13)
quix0r 2010-11-05 02:54 Rev.: 5374

Function appendLineToFile() introduced

29 lines of code changed in 1 file:

  • inc/classes: cachesystem.class.php (+29 -11)
quix0r 2010-10-29 12:33 Rev.: 5358

Backwards-compatiblity must be turned off

5 lines of code changed in 1 file:

  • inc/classes: cachesystem.class.php (+5)

(46 more)

Generated by StatSVN 0.7.0