Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
quix0r | 274 (100.0%) | 1638 (100.0%) | 5.9 |
Rewrote many parts:
- "Generic" filter splitted up and move to html_mail_filter.php as this filter will only work with ext-html_mail
installed
- ext-holiday does now register a filter on user_exclusion_sql which allows to remove some "static" if() blocks
- Other minor fixes
4 lines of code changed in 3 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
2 lines of code changed in 2 files:
Renamed all SQL-related functions to camel-case notation
23 lines of code changed in 3 files:
Updated copyright notice as there are changes in this year
4 lines of code changed in 4 files:
Rewrites to use filters instead of mass if() blocks
80 lines of code changed in 3 files:
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
2 lines of code changed in 2 files:
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
23 lines of code changed in 1 file:
Introduced more wrappers
5 lines of code changed in 1 file:
Updated propset.sh, fixed all SVN properties
3 lines of code changed in 1 file:
Added purging of subid and server_name logs
4 lines of code changed in 1 file:
Also this is deprecated
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
8 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
2 lines of code changed in 2 files:
Rewrote 'we' word a little, rewrote mail order to use SQL_INSERTID() instead of another SELECT query
1 lines of code changed in 1 file:
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
41 lines of code changed in 4 files:
Large code cleanups:
- Typo 'referal' fixed (should be 'referral', really!)
- Several queries improved with back-ticks and formatting
- TODOs.txt updated
11 lines of code changed in 1 file:
www is out-dated
4 lines of code changed in 4 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
2 lines of code changed in 1 file:
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
5 lines of code changed in 3 files:
Missing initReferalSystem() call added
1 lines of code changed in 1 file:
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
1 lines of code changed in 1 file:
- Rewrites to use more the userid than the actual email address when sending
emails to a user
- Fixed 'Send new password'
- is<Post|Get>RequestParameterSet() are now check if the content is not empty
- TODOs.txt updated
2 lines of code changed in 2 files:
Extension ext-coupon basicly finished, no shortcuts in naming:
- Extension ext-coupon basicly finished: Please test it intensively now
- Renamed all _UID to _USERID, we don't want to shortcut words
- Minior renames/improvements here and there
- TODOs.txt updated
3 lines of code changed in 1 file:
Introduced template call-back function 'doTemplateAdminListUserTitle':
- Introduced template call-back function doTemplateAdminListUserTitle() which
encapsulates some nasty code into a small function
- Several minor cleanups/rewrites
- TODOs.txt updated
11 lines of code changed in 1 file:
svn:eol-style set to 'native'
5 lines of code changed in 5 files:
Some language strings fixed, renamed. Copyright notice updated
4 lines of code changed in 4 files:
A lot more wrapper functions introduced, TODOs.txt updated
6 lines of code changed in 1 file:
More wrapper functions introduced, duplicate language strings merged:
- Some duplicate language strings merged
- More wrapper functions for configuration entries introduced
- TODOs.txt updated
2 lines of code changed in 2 files:
Added ability to allow empty passwords, if the user does so, a random password will be generated, many wrapper functions introduced
4 lines of code changed in 1 file:
Columns renamed, more EL than direct usage in PHP script
1 lines of code changed in 1 file:
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 4 files:
Old lost code removed in modules.php, naming convention applied:
- Old lost code to check if 'module' is set removed, it is done now in a filter
- Naming convention applied: subject line identifier should end with _SUBJECT
- Some code simplified
4 lines of code changed in 2 files:
Naming convention applied on language strings, check added to wrapper:
- Naming convention applied on more language strings
- Check added to wrapper function ifPostContainsSelections() to make sure the
form is really sent
- TODOs.txt updated
1 lines of code changed in 1 file:
New wrapper functions introduced
4 lines of code changed in 4 files:
Even more language strings renamed
1 lines of code changed in 1 file:
New extension ext-cliclbanner introduced, a lot SVN properties changed
5 lines of code changed in 5 files:
Some more wrappers added, code cleanups:
- Configuration 'wernis_userid' rewritten to {?wernis_refid?}
- New wrapper getIndexHome() added
- New wrapper getDoublerUserid() added (and a global array element rewritten)
- Doublicate braces (('foo')) cleaned up
- Some code costemtics applied
- Other minor improvements
2 lines of code changed in 1 file:
More fixes for typos in SQL queries
4 lines of code changed in 2 files:
More rewrites to make use of (cached) wrapper functions
2 lines of code changed in 2 files:
API functions renamed:
- getOutputMode() is now known as getScriptOutputMode()
- getCachedOutputMode() is now known as getOutputMode()
- This solves a conflict shown in previous commit
4 lines of code changed in 4 files:
(75 more)