Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
quix0r | 244 (100.0%) | 1534 (100.0%) | 6.2 |
Rewrote some code, added templates/functions:
- Introduced return(Error)Message() functions
- Added template for choosing registration provider
- Added template helper which reads all activated registration provider
- Other improvements
8 lines of code changed in 2 files:
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:
Renamed all SQL-related functions to camel-case notation
11 lines of code changed in 3 files:
Updated copyright notice as there are changes in this year
3 lines of code changed in 3 files:
AJAX installation is 'basicly finished' :) Plus I threw in a small christmas present (hint: see installer)
6 lines of code changed in 1 file:
Swapped out more HTML to templates (see ticket #68)
1 lines of code changed in 1 file:
Project continued with rewrites:
- Introduced doHandleExtraValues() to encapsulate more if/elseif/else blocks
- Introduced addKeyValueSql()
- PHP's array_merge() didn't maintain $array2's index, so now merge_array() does
(optionally) it for us
- Other XML template rewrites
1 lines of code changed in 1 file:
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
11 lines of code changed in 3 files:
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
18 lines of code changed in 3 files:
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
8 lines of code changed in 5 files:
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:
Even more www. removed
1 lines of code changed in 1 file:
www is out-dated
5 lines of code changed in 5 files:
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
14 lines of code changed in 2 files:
Listing of coupons rewritten to more clear
2 lines of code changed in 2 files:
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
6 lines of code changed in 3 files:
More usage of EL code, no longer required checks removed:
- More usage of EL code for messages generated from functions with one parameter
- No longer needed checks for what/action script's own extension
- TODOs.txt updated
6 lines of code changed in 6 files:
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
4 lines of code changed in 2 files:
Function generateGenderSelectionBox() introduced, some cleanups:
- Function generateGenderSelectionBox() introduced which will generate a
selection box for the gender
- Some minor cleanups/improvements here and there
- TODOs.txt updated
0 lines of code changed in 1 file:
Extension 'ext-coupon' moved to branch, SQLs improved:
- All database columns should be surrounded with backticks (`) in all SQL
statements
- Extension 'ext-coupon' resurrected from 'contrib'
1 lines of code changed in 1 file:
svn:eol-style set to 'native'
5 lines of code changed in 5 files:
New wrapper functions introduced, TODOs.txt updated
11 lines of code changed in 3 files:
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 2 files:
Some language strings fixed, renamed. Copyright notice updated
3 lines of code changed in 3 files:
Added ability to allow empty passwords, if the user does so, a random password will be generated, many wrapper functions introduced
1 lines of code changed in 1 file:
Minor rewrites/fixes
2 lines of code changed in 2 files:
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 6 files:
Should be fixed long time ago... :-(
1 lines of code changed in 1 file:
Rewritten to make usage of newly introduced math EL code
2 lines of code changed in 2 files:
Slogan added, logout added to ext-sponsor:
- The slogan will now be displayed in sponsor menu's header
- Logout and only redirect from sponsor area to guest area added
124 lines of code changed in 2 files:
More rewrites/fixes (not all is fixed) for ext-sponsor
15 lines of code changed in 4 files:
Some SQL queries improved, sponsor registration fixed:
- Some SQL queries improved by removed single quotes around data that are
numbers. This may help MySQL to improve speed of the query
- Sponsor registration from admin (and possibly guest) area was broken
- TODOs.txt updated
1 lines of code changed in 1 file:
Naming convention applied (database columns, keys), Code cosmetics applied:
- Naming convention applied on some old-lost database column names (ext-sponsor)
- Notation of SQL queries improved
- Other minor code improvements
- TODOs.txt updated
5 lines of code changed in 3 files:
New extension ext-cliclbanner introduced, a lot SVN properties changed
5 lines of code changed in 5 files:
More language strings renamed, TODOs.txt updated:
- A lot more language strings renamed (naming convention: ADMIN_, GUEST_,
MEMBER_ and SPONSOR_ are used for "level" specific language strings, for all
currently no prefix is used.
- HTML code moved out to template
- TODOs.txt updated
17 lines of code changed in 1 file:
New wrapper function introduced, more EL rewrites:
- New wrapper function getTotalPoints() introduced
- Even more rewrites to make usage of EL
- TODOs.txt updated
14 lines of code changed in 1 file:
Next wave of lesser getMessage()
4 lines of code changed in 4 files:
Next wave of lesser getMessage() usage and more EL
6 lines of code changed in 1 file:
Deprecated variables for templates removed, mor EL-rewrites, getMessage() rewritten:
- Deprecated variables $nick and $email removed from loadEmailTemplate()
- More rewrites for usage of EL
- getMessage() lesser used (saves a lot calls while execution of include file)
- Some internal TODOs closed
- TODOs.txt updated
2 lines of code changed in 2 files:
Even more rewrites/fixes from EL branch (please report any broken part after you have updated to this revision)
2 lines of code changed in 1 file:
(48 more)