Directory branches/0.2.1-FINAL/DOCS/

Total Files:
12
Deleted Files:
10
Lines of Code:
2698

[root]/branches/0.2.1-FINAL/DOCS
                directory in repo de (18 files, 1521 lines)
                    directory in repo autoreg (2 files, 34 lines)
                    directory in repo cache (2 files, 27 lines)
                    directory in repo country (5 files, 572 lines)
                    directory in repo doubler (2 files, 24 lines)
                    directory in repo engine (2 files, 41 lines)
                    directory in repo forced (2 files, 12 lines)
                    directory in repo network (2 files, 75 lines)
                    directory in repo rallye (2 files, 28 lines)
                    directory in repo rewrite (3 files, 55 lines)
                    directory in repo surfbar (3 files, 24 lines)
                    directory in repo task (1 files, 1 lines)
                    directory in repo themes (2 files, 75 lines)
                directory in repo doxygen (1 files, 0 lines)
                directory in repo en (19 files, 1464 lines)
                    directory in repo cache (2 files, 20 lines)
                    directory in repo country (5 files, 572 lines)
                    directory in repo doubler (2 files, 24 lines)
                    directory in repo engine (2 files, 41 lines)
                    directory in repo rallye (2 files, 28 lines)
                    directory in repo rewrite (3 files, 55 lines)
                    directory in repo task (2 files, 7 lines)
                    directory in repo themes (2 files, 65 lines)

Lines of Code

branches/0.2.1-FINAL/DOCS/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
quix0r 535 (100.0%) 9357 (100.0%) 17.4

Most Recent Commits

quix0r 2013-07-31 03:00 Rev.: 6430

Asserts + TODO added

7 lines of code changed in 1 file:

  • branches/0.2.1-FINAL/DOCS: TODOs.txt (+7 -5)
quix0r 2013-07-31 02:35 Rev.: 6428

TODOs.txt updated :(

56 lines of code changed in 1 file:

  • branches/0.2.1-FINAL/DOCS: TODOs.txt (+56 -27)
quix0r 2013-06-01 18:17 Rev.: 6399

Renamed templates + added some filters for mail order

77 lines of code changed in 1 file:

  • branches/0.2.1-FINAL/DOCS: TODOs.txt (+77 -75)
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

23 lines of code changed in 1 file:

  • branches/0.2.1-FINAL/DOCS: TODOs.txt (+23 -135)
quix0r 2013-03-23 04:10 Rev.: 6383

Some improvements, Doxyfile upgraded

398 lines of code changed in 1 file:

  • branches/0.2.1-FINAL/DOCS: Doxyfile (+398 -120)
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:

  • branches/0.2.1-FINAL/DOCS: COPYING (+1 -1), tpl-validator.php (+1 -1)
quix0r 2013-01-23 21:46 Rev.: 6366

One more underscore to make it more readable

0 lines of code changed in 1 file:

  • branches/0.2.1-FINAL/DOCS: TODOs.txt (-1)
quix0r 2013-01-23 21:39 Rev.: 6365

Mark as not found when array is closed

13 lines of code changed in 1 file:

  • branches/0.2.1-FINAL/DOCS: TODOs.txt (+13 -13)
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

4 lines of code changed in 1 file:

  • branches/0.2.1-FINAL/DOCS: TODOs.txt (+4 -3)
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

2 lines of code changed in 1 file:

  • branches/0.2.1-FINAL/DOCS: TODOs.txt (+2 -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

22 lines of code changed in 1 file:

  • branches/0.2.1-FINAL/DOCS: TODOs.txt (+22 -19)
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

11 lines of code changed in 1 file:

  • branches/0.2.1-FINAL/DOCS: TODOs.txt (+11 -9)
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

15 lines of code changed in 1 file:

  • branches/0.2.1-FINAL/DOCS: TODOs.txt (+15 -13)
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

10 lines of code changed in 1 file:

  • branches/0.2.1-FINAL/DOCS: TODOs.txt (+10 -9)
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

14 lines of code changed in 1 file:

  • branches/0.2.1-FINAL/DOCS: TODOs.txt (+14 -13)
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

3 lines of code changed in 1 file:

  • branches/0.2.1-FINAL/DOCS: TODOs.txt (+3 -2)
quix0r 2013-01-21 20:25 Rev.: 6339

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

2 lines of code changed in 1 file:

  • branches/0.2.1-FINAL/DOCS: TODOs.txt (+2 -2)
quix0r 2013-01-20 12:04 Rev.: 6337

Renamed more templates

35 lines of code changed in 1 file:

  • branches/0.2.1-FINAL/DOCS: TODOs.txt (+35 -27)
quix0r 2013-01-17 03:20 Rev.: 6334

Typos fixed + keep fake modules hidden

15 lines of code changed in 1 file:

  • branches/0.2.1-FINAL/DOCS: TODOs.txt (+15 -15)
quix0r 2013-01-15 13:09 Rev.: 6317

Extension ext-network continued:
- First erotic advertising network added (only softcore)
- LoseAds network added
- TODOs.txt updated

24 lines of code changed in 1 file:

  • branches/0.2.1-FINAL/DOCS: TODOs.txt (+24 -21)
quix0r 2013-01-14 22:05 Rev.: 6315

Extension ext-network cleaned up
- I had a missunderstanding with how vcheck works, now I know it better :(
- Rewrite some functions to use countSumTotalData() and "cache" it
- TODOs.txt updated

8 lines of code changed in 1 file:

  • branches/0.2.1-FINAL/DOCS: TODOs.txt (+8 -2)
quix0r 2013-01-14 21:13 Rev.: 6314

Extension ext-network continued:
- Network 'Werbeflut' added
- Prepared for Delete-URL feature
- TODOs.txt updated

1 lines of code changed in 1 file:

  • branches/0.2.1-FINAL/DOCS: TODOs.txt (+1)
quix0r 2013-01-14 06:11 Rev.: 6312

Extension ext-network continued:
- Paid4Ad has now a new script, added support for it
- TODOs.txt updated

25 lines of code changed in 1 file:

  • branches/0.2.1-FINAL/DOCS: TODOs.txt (+25 -23)
quix0r 2013-01-14 01:16 Rev.: 6310

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

40 lines of code changed in 1 file:

  • branches/0.2.1-FINAL/DOCS: TODOs.txt (+40 -34)
quix0r 2013-01-12 12:12 Rev.: 6309

Extension ext-network continued:
- Added optional 'VisualPayCheck' parameter for API configuration
- Added network 'ProAdverty'
- TODOs.txt updated

14 lines of code changed in 1 file:

  • branches/0.2.1-FINAL/DOCS: TODOs.txt (+14 -13)
quix0r 2013-01-12 07:16 Rev.: 6305

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

2 lines of code changed in 1 file:

  • branches/0.2.1-FINAL/DOCS: TODOs.txt (+2 -2)
quix0r 2013-01-10 07:29 Rev.: 6303

Used EL code {%template,LoadTemplate=foo%} instead of loadTemplate('foo', TRUE);

4 lines of code changed in 1 file:

  • branches/0.2.1-FINAL/DOCS: TODOs.txt (+4 -3)
quix0r 2013-01-10 06:54 Rev.: 6301

TODOs.txt updated

2 lines of code changed in 1 file:

  • branches/0.2.1-FINAL/DOCS: TODOs.txt (+2 -2)
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

11 lines of code changed in 1 file:

  • branches/0.2.1-FINAL/DOCS: TODOs.txt (+11 -12)
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

15 lines of code changed in 1 file:

  • branches/0.2.1-FINAL/DOCS: TODOs.txt (+15 -15)
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

0 lines of code changed in 1 file:

  • branches/0.2.1-FINAL/DOCS: TODOs.txt (-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 2 files:

  • branches/0.2.1-FINAL/DOCS: .htaccess (-1), TODOs.txt (+1 -3)
quix0r 2013-01-09 02:49 Rev.: 6284

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

16 lines of code changed in 1 file:

  • branches/0.2.1-FINAL/DOCS: TODOs.txt (+16 -17)
quix0r 2013-01-06 22:35 Rev.: 6277

Added cron.php:
- This script can be called from outside cron job script or being called from
command-line (e.g. php /full/path/to/script/cron.php)
- The local script mode does not support parameters
- TODOs.txt updated

1 lines of code changed in 1 file:

  • branches/0.2.1-FINAL/DOCS: TODOs.txt (+1)
quix0r 2013-01-06 22:30 Rev.: 6276

Introduced ext-cron

2 lines of code changed in 1 file:

  • branches/0.2.1-FINAL/DOCS: TODOs.txt (+2 -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

69 lines of code changed in 1 file:

  • branches/0.2.1-FINAL/DOCS: TODOs.txt (+69 -65)
quix0r 2012-12-28 23:21 Rev.: 6252

Major rewrite of template system:
- Major rewrite on template system:
+ Added code in flushTemplateCache() which will reduce compilation loops
in doFinalCompilation() which gives a speed boost about 10-20% (not sure)
+ All template caches are now included, not read which gives another speed
boost
+ DO ALWAYS PURGE YOUR TEMPLATE CACHES!!!
- Other minor rewrites
- Internal TODO closed by removing deprecated parameters
- TODOs.txt updated

24 lines of code changed in 1 file:

  • branches/0.2.1-FINAL/DOCS: TODOs.txt (+24 -25)
quix0r 2012-12-27 02:40 Rev.: 6247

AJAX installation is 'basicly finished' :) Plus I threw in a small christmas present (hint: see installer)

14 lines of code changed in 1 file:

  • branches/0.2.1-FINAL/DOCS: TODOs.txt (+14 -12)
quix0r 2012-12-02 11:25 Rev.: 6234

Protection for all DOCS directories

1 lines of code changed in 1 file:

  • branches/0.2.1-FINAL/DOCS: .htaccess (new 1)
quix0r 2012-12-01 16:39 Rev.: 6232

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

23 lines of code changed in 1 file:

  • branches/0.2.1-FINAL/DOCS: TODOs.txt (+23 -17)

(385 more)

Generated by StatSVN 0.7.0