Directory branches/0.2.1-FINAL/inc/loader/

Directory Created:
2008-09-14 19:13
Total Files:
16
Deleted Files:
12
Lines of Code:
1430

[root]/branches/0.2.1-FINAL/inc/loader

Lines of Code

branches/0.2.1-FINAL/inc/loader/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
quix0r 525 (100.0%) 4652 (100.0%) 8.8

Most Recent Commits

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

54 lines of code changed in 14 files:

  • branches/0.2.1-FINAL/inc/loader: load- (+5 -4), load-admins.php (+4 -3), load-config.php (+3 -2), load-earning.php (+5 -4), load-extension.php (+4 -3), load-filter.php (+3 -2), load-imprint.php (+3 -2), load-modules.php (+6 -2), load-payments.php (+5 -4), load-points_data.php (+5 -4), load-refdepths.php (+3 -2), load-refsystem.php (+3 -2), load-revision.php (+2 -2), load-themes.php (+3 -2)
quix0r 2013-03-06 01:24 Rev.: 6378

Renamed all SQL-related functions to camel-case notation

45 lines of code changed in 13 files:

  • branches/0.2.1-FINAL/inc/loader: load- (+3 -3), load-admins.php (+6 -6), load-config.php (+3 -3), load-earning.php (+3 -3), load-extension.php (+4 -4), load-filter.php (+3 -3), load-imprint.php (+3 -3), load-modules.php (+4 -4), load-payments.php (+3 -3), load-points_data.php (+3 -3), load-refdepths.php (+3 -3), load-refsystem.php (+3 -3), load-themes.php (+4 -4)
quix0r 2013-01-24 19:51 Rev.: 6367

Updated copyright notice as there are changes in this year

14 lines of code changed in 14 files:

  • branches/0.2.1-FINAL/inc/loader: load- (+1 -1), load-admins.php (+1 -1), load-config.php (+1 -1), load-earning.php (+1 -1), load-extension.php (+1 -1), load-filter.php (+1 -1), load-imprint.php (+1 -1), load-modules.php (+1 -1), load-payments.php (+1 -1), load-points_data.php (+1 -1), load-refdepths.php (+1 -1), load-refsystem.php (+1 -1), load-revision.php (+1 -1), load-themes.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

0 lines of code changed in 3 files:

  • branches/0.2.1-FINAL/inc/loader: load- (-3), load-imprint.php (-3), load-payments.php (-3)
quix0r 2013-01-12 07:25 Rev.: 6306

Better checks + always return FALSE on abort

33 lines of code changed in 13 files:

  • branches/0.2.1-FINAL/inc/loader: load- (+1 -1), load-admins.php (+2 -2), load-config.php (+2 -2), load-earning.php (+5 -2), load-extension.php (+2 -2), load-filter.php (+2 -2), load-imprint.php (+4 -4), load-modules.php (+2 -2), load-payments.php (+2 -2), load-points_data.php (+5 -2), load-refdepths.php (+2 -2), load-refsystem.php (+2 -2), load-themes.php (+2 -2)
quix0r 2012-12-27 05:11 Rev.: 6249

More fixes for new installer and script in general :(

12 lines of code changed in 11 files:

  • branches/0.2.1-FINAL/inc/loader: load- (+1 -1), load-admins.php (+2 -2), load-config.php (+1 -1), load-extension.php (+1 -1), load-filter.php (+1 -1), load-imprint.php (+1 -1), load-modules.php (+1 -1), load-payments.php (+1 -1), load-refdepths.php (+1 -1), load-refsystem.php (+1 -1), load-themes.php (+1 -1)
quix0r 2012-12-01 16:05 Rev.: 6230

Introduced 'per-what-word-wrapping

2 lines of code changed in 1 file:

  • branches/0.2.1-FINAL/inc/loader: load-extension.php (+2 -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 11 files:

  • branches/0.2.1-FINAL/inc/loader: load-extensions.php (del), load_cache-admin.php (del), load_cache-config.php (del), load_cache-extension.php (del), load_cache-filter.php (del), load_cache-impressum.php (del), load_cache-modules.php (del), load_cache-refdepths.php (del), load_cache-refsystem.php (del), load_cache-revision.php (del), load_cache-them.php (del)
quix0r 2012-11-04 02:44 Rev.: 6127

Even more fixes :(

1 lines of code changed in 1 file:

  • branches/0.2.1-FINAL/inc/loader: load-filter.php (+1 -1)
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:

  • branches/0.2.1-FINAL/inc/loader: load-extension.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

5 lines of code changed in 3 files:

  • branches/0.2.1-FINAL/inc/loader: load-extension.php (+3 -3), load-modules.php (+1 -1), load-themes.php (+1 -1)
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

13 lines of code changed in 3 files:

  • branches/0.2.1-FINAL/inc/loader: load-extension.php (+10 -1), load-refdepths.php (+1 -1), load-themes.php (+2 -2)
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

5 lines of code changed in 4 files:

  • branches/0.2.1-FINAL/inc/loader: load-admins.php (+2 -2), load-extension.php (+1 -1), load-modules.php (+1 -1), load-points_data.php (+1 -1)
quix0r 2012-09-30 21:09 Rev.: 5980

Fixed 'payments' cache (all array elements must have 'id' based index)

19 lines of code changed in 1 file:

  • branches/0.2.1-FINAL/inc/loader: load-payments.php (+19)
quix0r 2012-09-30 20:55 Rev.: 5979

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

73 lines of code changed in 1 file:

  • branches/0.2.1-FINAL/inc/loader: load-payments.php (new 73)
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

18 lines of code changed in 13 files:

  • branches/0.2.1-FINAL/inc/loader: load- (+1 -1), load-admins.php (+2 -2), load-config.php (+1 -1), load-earning.php (+1 -1), load-extension.php (+2 -2), load-filter.php (+1 -1), load-imprint.php (+1 -1), load-modules.php (+3 -3), load-points_data.php (+2 -2), load-refdepths.php (+1 -1), load-refsystem.php (+1 -1), load-revision.php (+1 -1), load-themes.php (+1 -1)
quix0r 2012-07-31 20:16 Rev.: 5958

Fix for wrong SQL statement 'LOW_PRIRITY'

1 lines of code changed in 1 file:

  • branches/0.2.1-FINAL/inc/loader: load-extension.php (+1 -1)
quix0r 2012-07-31 20:14 Rev.: 5957

Final (?) fix for #223

9 lines of code changed in 1 file:

  • branches/0.2.1-FINAL/inc/loader: load-extension.php (+9 -2)
quix0r 2012-07-31 20:05 Rev.: 5956

Fix for #223

7 lines of code changed in 1 file:

  • branches/0.2.1-FINAL/inc/loader: load-extension.php (+7 -1)
quix0r 2011-08-13 21:04 Rev.: 5816

Fixes and cleanups

2 lines of code changed in 1 file:

  • branches/0.2.1-FINAL/inc/loader: load-points_data.php (+2 -2)
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

63 lines of code changed in 9 files:

  • branches/0.2.1-FINAL/inc/loader: load-admins.php (+7 -3), load-config.php (+3 -1), load-extension.php (+5 -3), load-filter.php (+4 -2), load-modules.php (+21 -6), load-points_data.php (+1 -1), load-refdepths.php (+5 -3), load-refsystem.php (+15 -4), load-themes.php (+2 -2)
quix0r 2011-08-09 18:35 Rev.: 5768

Added check if cache is valid, points_data is only available with recent ext-sql_patches, thanks to yester for reporting this

15 lines of code changed in 2 files:

  • branches/0.2.1-FINAL/inc/loader: load-modules.php (+5 -2), load-points_data.php (+10 -1)
quix0r 2011-08-08 18:02 Rev.: 5767

Fix for missing ext-earning on installation phase

1 lines of code changed in 1 file:

  • branches/0.2.1-FINAL/inc/loader: load-earning.php (+1 -1)
quix0r 2011-08-07 01:04 Rev.: 5758

www is out-dated

13 lines of code changed in 13 files:

  • branches/0.2.1-FINAL/inc/loader: load- (+1 -1), load-admins.php (+1 -1), load-config.php (+1 -1), load-earning.php (+1 -1), load-extension.php (+1 -1), load-filter.php (+1 -1), load-imprint.php (+1 -1), load-modules.php (+1 -1), load-points_data.php (+1 -1), load-refdepths.php (+1 -1), load-refsystem.php (+1 -1), load-revision.php (+1 -1), load-themes.php (+1 -1)
quix0r 2011-08-03 05:51 Rev.: 5753

Extension ext-earning introduced (unfinished), renamings:
- Extension ext-earning introduced (ext-sql_patches did hold the tables)
- Some messages updated ('Mitglied-Id' reads better)
- All fooRequestParameterBar() functions renamed to fooRequestElementBar()
- TODOs.txt updated

3 lines of code changed in 1 file:

  • branches/0.2.1-FINAL/inc/loader: load-earning.php (+3 -3)
quix0r 2011-07-31 22:23 Rev.: 5749

Added cache loader for table 'points_data'

90 lines of code changed in 2 files:

  • branches/0.2.1-FINAL/inc/loader: load- (+1 -1), load-points_data.php (new 89)
quix0r 2011-07-31 13:16 Rev.: 5746

Earning subscriptions introduced (unfinished):
- Generic support (unfinished admin/member scripts) added for extra earnings on
a "subscription" basis. The user can (or shall when finished) see how much
he/she earned per "earning subscription". This whole data table is now cached,
other user_earning will follow
- Extension ext-forced continued, reload lock and minimum stay moved to
campaigns
- Fix in inc/db/lib-mysql3.php for badly named variable (now: $isAlterIndex)
which could cause many ALTER TABLE commands to fail
- Other minor improvements

72 lines of code changed in 2 files:

  • branches/0.2.1-FINAL/inc/loader: load- (+2 -2), load-earning.php (new 70)
quix0r 2011-07-28 22:41 Rev.: 5712

modules.cache now depends in ext-mods, some SQLs improved

1 lines of code changed in 1 file:

  • branches/0.2.1-FINAL/inc/loader: load-modules.php (+1)
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

12 lines of code changed in 7 files:

  • branches/0.2.1-FINAL/inc/loader: load-admins.php (+3 -3), load-extension.php (+1 -1), load-imprint.php (+2 -2), load-modules.php (+2 -2), load-refdepths.php (+1 -1), load-refsystem.php (+1 -1), load-themes.php (+2 -2)
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

19 lines of code changed in 4 files:

  • branches/0.2.1-FINAL/inc/loader: load-admins.php (+6 -3), load-extension.php (+10 -18), load-refdepths.php (+1 -1), load-themes.php (+2 -2)
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

34 lines of code changed in 1 file:

  • branches/0.2.1-FINAL/inc/loader: load-admins.php (+34 -3)
quix0r 2011-06-25 21:45 Rev.: 5517

Wrapper functions introduced for configuration, loaders refactured:
- Introduced addConfigDropSql() and addConfigChangeSql() to encapsulate dropping
and changing database configuration entries
- Refactured header (abort lines) for all loaders
- TODOs.txt updated

35 lines of code changed in 10 files:

  • branches/0.2.1-FINAL/inc/loader: load- (+4 -4), load-admins.php (+4 -4), load-config.php (+3 -3), load-extension.php (+4 -4), load-filter.php (+4 -4), load-imprint.php (+3 -3), load-modules.php (+4 -4), load-refdepths.php (+3 -3), load-refsystem.php (+3 -3), load-themes.php (+3 -3)
quix0r 2011-06-14 17:51 Rev.: 5503

Bad typo fixed and extension 'ext-coupon' started:
- Typo fixed
- Extension 'ext-coupon' started
- TODOs.txt updated

17 lines of code changed in 1 file:

  • branches/0.2.1-FINAL/inc/loader: load-extension.php (+17 -15)
quix0r 2011-04-20 05:50 Rev.: 5488

svn:eol-style set to 'native'

22 lines of code changed in 22 files:

  • branches/0.2.1-FINAL/inc/loader: .htaccess (+1), load- (+1), load-admins.php (+1), load-config.php (+1), load-extension.php (+1), load-extensions.php (+1), load-filter.php (+1), load-imprint.php (+1), load-modules.php (+1), load-refdepths.php (+1), load-refsystem.php (+1), load-themes.php (+1), load_cache- (+1), load_cache-admin.php (+1), load_cache-config.php (+1), load_cache-extension.php (+1), load_cache-filter.php (+1), load_cache-impressum.php (+1), load_cache-modules.php (+1), load_cache-refdepths.php (+1), load_cache-refsystem.php (+1), load_cache-them.php (+1)
quix0r 2011-01-18 16:44 Rev.: 5425

Some language strings fixed, renamed. Copyright notice updated

11 lines of code changed in 11 files:

  • branches/0.2.1-FINAL/inc/loader: load- (+1 -1), load-admins.php (+1 -1), load-config.php (+1 -1), load-extension.php (+1 -1), load-filter.php (+1 -1), load-imprint.php (+1 -1), load-modules.php (+1 -1), load-refdepths.php (+1 -1), load-refsystem.php (+1 -1), load-revision.php (+1 -1), load-themes.php (+1 -1)
quix0r 2011-01-06 06:51 Rev.: 5417

Renaming error

187 lines of code changed in 2 files:

  • branches/0.2.1-FINAL/inc/loader: load-extension.php (new 186), load-extensions.php (+1 -185)
quix0r 2011-01-06 06:24 Rev.: 5415

Loader for cache files renamed to avoid a lot naming conflicts

1064 lines of code changed in 22 files:

  • branches/0.2.1-FINAL/inc/loader: load- (new 72), load-admins.php (new 139), load-config.php (new 80), load-extensions.php (new 189), load-filter.php (new 72), load-imprint.php (new 75), load-modules.php (new 124), load-refdepths.php (new 69), load-refsystem.php (new 69), load-revision.php (new 68), load-themes.php (new 96), load_cache- (+1 -71), load_cache-admin.php (+1 -138), load_cache-config.php (+1 -79), load_cache-extension.php (+1 -185), load_cache-filter.php (+1 -71), load_cache-impressum.php (+1 -74), load_cache-modules.php (+1 -123), load_cache-refdepths.php (+1 -68), load_cache-refsystem.php (+1 -68), load_cache-revision.php (+1 -66), load_cache-them.php (+1 -95)
quix0r 2010-09-27 13:35 Rev.: 5341

Empty module added, 2 internal TODOs closed
- Empty module for ext-booking added
- Internal TODOs closed: Rewrite some array elements, rewrite SQL_FETCHROW() to
SQL_FETCHARRAY()
- TODOs.txt updated

1 lines of code changed in 1 file:

  • branches/0.2.1-FINAL/inc/loader: load_cache- (+1 -1)
quix0r 2010-09-12 13:42 Rev.: 5313

Functions renamed

1 lines of code changed in 1 file:

  • branches/0.2.1-FINAL/inc/loader: load_cache-revision.php (+1 -1)
quix0r 2010-09-11 00:47 Rev.: 5309

Removed comment introduced by Profi-Concept, this comment should fine (in a much better fashioned way) its resurrection in the Wiki

0 lines of code changed in 11 files:

  • branches/0.2.1-FINAL/inc/loader: load_cache- (-2), load_cache-admin.php (-2), load_cache-config.php (-2), load_cache-extension.php (-2), load_cache-filter.php (-2), load_cache-impressum.php (-2), load_cache-modules.php (-2), load_cache-refdepths.php (-2), load_cache-refsystem.php (-2), load_cache-revision.php (-2), load_cache-them.php (-2)

(72 more)

Generated by StatSVN 0.7.0