Directory inc/modules/

Total Files:
9
Deleted Files:
2
Lines of Code:
936

[root]/inc/modules
            directory in repo admin (195 files, 23163 lines)
            directory in repo guest (30 files, 3124 lines)
            directory in repo member (61 files, 7273 lines)
            directory in repo sponsor (7 files, 525 lines)

Lines of Code

inc/modules/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 597 (100.0%) 3780 (100.0%) 6.3
quix0r 596 (99.8%) 3778 (99.9%) 6.3
root 1 (0.2%) 2 (0.1%) 2.0

Most Recent Commits

quix0r 2013-07-30 00:26 Rev.: 6423

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

2 lines of code changed in 1 file:

  • inc/modules: admin.php (+2 -2)
quix0r 2013-06-22 04:19 Rev.: 6413

More double-quotes to single-quotes

2 lines of code changed in 2 files:

  • inc/modules: index.php (+1 -1), login.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

4 lines of code changed in 4 files:

  • inc/modules: admin.php (+3 -6), frameset.php (del), frametester.php (+1 -1), welcome.php (del)
quix0r 2013-03-06 01:24 Rev.: 6378

Renamed all SQL-related functions to camel-case notation

1 lines of code changed in 1 file:

  • inc/modules: frametester.php (+1 -1)
quix0r 2013-01-24 19:51 Rev.: 6367

Updated copyright notice as there are changes in this year

8 lines of code changed in 8 files:

  • inc/modules: admin.php (+1 -1), chk_login.php (+1 -1), frametester.php (+1 -1), index.php (+1 -1), loader.php (+1 -1), login.php (+1 -1), order.php (+1 -1), sponsor.php (+1 -1)
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

2 lines of code changed in 1 file:

  • inc/modules: order.php (+2 -2)
quix0r 2013-01-23 00:31 Rev.: 6345

Fixes for parser errors

1 lines of code changed in 1 file:

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

7 lines of code changed in 2 files:

  • inc/modules: frametester.php (+2 -6), order.php (+5 -23)
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

1 lines of code changed in 1 file:

  • inc/modules: order.php (+1 -1)
quix0r 2013-01-16 05:14 Rev.: 6320

Extension ext-network continued
- Added advertising network "Forced-Lose"
- Column 'network_api_config_site_id' now allows NULL
- Introduced function displayErrorMessage()
- TODOs.txt updated

1 lines of code changed in 1 file:

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

4 lines of code changed in 1 file:

  • inc/modules: admin.php (+4 -4)
quix0r 2013-01-10 07:29 Rev.: 6303

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

0 lines of code changed in 1 file:

  • inc/modules: sponsor.php (-6)
quix0r 2013-01-09 23:20 Rev.: 6292

Use countSumTotalData() instead of SQL query

2 lines of code changed in 1 file:

  • inc/modules: frametester.php (+2 -2)
quix0r 2012-12-27 02:40 Rev.: 6247

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

2 lines of code changed in 1 file:

  • inc/modules: admin.php (+2 -2)
quix0r 2012-12-01 16:39 Rev.: 6232

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

4 lines of code changed in 2 files:

  • inc/modules: index.php (+2 -2), login.php (+2 -2)
quix0r 2012-11-28 00:23 Rev.: 6221

Introduced registerFirstAdmin() and fixed some checks on 'ok' to 'add_first_admin'

2 lines of code changed in 1 file:

  • inc/modules: admin.php (+2 -127)
quix0r 2012-11-25 14:03 Rev.: 6208

Added doTemplateGuestFooterExtras() call-back and guest_footer_extras filter chain

2 lines of code changed in 1 file:

  • inc/modules: index.php (+2 -2)
quix0r 2012-11-25 01:37 Rev.: 6201

Updated propset.sh, fixed all SVN properties

6 lines of code changed in 2 files:

  • inc/modules: frameset.php (+3), welcome.php (+3)
quix0r 2012-11-25 00:52 Rev.: 6197

More renaming of name='ok' to something else (better to separate them out)

1 lines of code changed in 1 file:

  • inc/modules: admin.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

7 lines of code changed in 1 file:

  • inc/modules: admin.php (+7 -7)
quix0r 2012-11-04 13:47 Rev.: 6136

Also these scripts are long-time dead

7 lines of code changed in 2 files:

  • inc/modules: frameset.php (+3), welcome.php (new 4)
quix0r 2012-11-04 02:44 Rev.: 6127

Even more fixes :(

1 lines of code changed in 1 file:

  • inc/modules: admin.php (+1 -1)
quix0r 2012-11-04 02:28 Rev.: 6126

Fixes for isAdmin() rewrite of latest commits.

6 lines of code changed in 1 file:

  • inc/modules: admin.php (+6)
quix0r 2012-11-04 01:03 Rev.: 6124

Temporary configuration 'RAND_NUMBER' is now 'cached' in session variable, possibly fixed handling of hash (wrong salt)

2 lines of code changed in 1 file:

  • inc/modules: loader.php (+2 -2)
quix0r 2012-10-24 22:25 Rev.: 6097

Added site and date key for improved security

7 lines of code changed in 1 file:

  • inc/modules: loader.php (+7 -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

1 lines of code changed in 1 file:

  • inc/modules: order.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

34 lines of code changed in 7 files:

  • inc/modules: admin.php (+15 -15), chk_login.php (+2 -2), frametester.php (+4 -4), index.php (+3 -3), loader.php (+1 -1), login.php (+5 -5), sponsor.php (+4 -4)
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 2 files:

  • inc/modules: frametester.php (+1 -1), order.php (+1 -1)
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

2 lines of code changed in 1 file:

  • inc/modules: frametester.php (+2 -2)
quix0r 2012-10-06 23:55 Rev.: 6020

Added logging for missing 'hash'

6 lines of code changed in 1 file:

  • inc/modules: loader.php (+6)
quix0r 2012-10-06 23:52 Rev.: 6019

Dereferrer is now secured with hashes

14 lines of code changed in 1 file:

  • inc/modules: loader.php (+14 -5)
quix0r 2012-09-30 21:09 Rev.: 5980

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

1 lines of code changed in 1 file:

  • inc/modules: order.php (+1 -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

39 lines of code changed in 8 files:

  • inc/modules: admin.php (+16 -24), chk_login.php (+2 -2), frametester.php (+9 -4), index.php (+2 -2), loader.php (+2 -2), login.php (+2 -2), order.php (+3 -3), sponsor.php (+3 -3)
quix0r 2011-08-16 21:46 Rev.: 5836

Admin menu prepared for AJAX requests:
- Admin menu system prepared for later updates (e.g. AJAX-driven) by adding ids to li-tags
- 2 internal TODOs closed to rewrite to SQL_FETCHARRAY()
- TODOs.txt updated

7 lines of code changed in 1 file:

  • inc/modules: admin.php (+7 -3)
quix0r 2011-08-14 00:16 Rev.: 5821

Now all parameters will be restored after login

3 lines of code changed in 1 file:

  • inc/modules: admin.php (+3 -43)
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

1 lines of code changed in 1 file:

  • inc/modules: order.php (+1 -1)
quix0r 2011-08-07 21:31 Rev.: 5766

Don't exclude the waybackmaschine

9 lines of code changed in 1 file:

  • inc/modules: order.php (+9 -2)
quix0r 2011-08-07 01:04 Rev.: 5758

www is out-dated

8 lines of code changed in 8 files:

  • inc/modules: admin.php (+1 -1), chk_login.php (+1 -1), frametester.php (+1 -1), index.php (+1 -1), loader.php (+1 -1), login.php (+1 -1), order.php (+1 -1), sponsor.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

80 lines of code changed in 4 files:

  • inc/modules: admin.php (+63 -63), frametester.php (+12 -12), loader.php (+2 -2), order.php (+3 -3)
quix0r 2011-07-29 22:19 Rev.: 5739

Renamed form fields to separate them from others

27 lines of code changed in 1 file:

  • inc/modules: admin.php (+27 -27)

(215 more)

Generated by StatSVN 0.7.0