Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
quix0r | 323 (100.0%) | 1255 (100.0%) | 3.8 |
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
1 lines of code changed in 2 files:
Renamed all SQL-related functions to camel-case notation
10 lines of code changed in 2 files:
Further fixes for all resets
1 lines of code changed in 1 file:
Updated copyright notice as there are changes in this year
5 lines of code changed in 5 files:
Rewrites to use filters instead of mass if() blocks
29 lines of code changed in 2 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
5 lines of code changed in 5 files:
Added script template for cron jobs, fixed some checks on CSS/HTML mode
10 lines of code changed in 5 files:
Previous attempt fixed
8 lines of code changed in 5 files:
Less logging if this is not needed
5 lines of code changed in 5 files:
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
1 lines of code changed in 1 file:
Minor: With dot again (better grammar)
15 lines of code changed in 5 files:
Updated propset.sh, fixed all SVN properties
1 lines of code changed in 1 file:
Some minor (text) improvements
15 lines of code changed in 5 files:
Extension ext-surfbar continued:
- Added booking packages for ext-surfbar (unfinished admin area + member)
- Renamed most 'Surfbar' to 'Besuchertausch' which is more correct
- Swapped out some messages to language file
- Other improvements
- TODOs.txt updated
1 lines of code changed in 1 file:
Some improvements, package.json added
2 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
11 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
6 lines of code changed in 2 files:
www is out-dated
5 lines of code changed in 5 files:
Wrapper getBonusRanks() more used
1 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
4 lines of code changed in 2 files:
Missing initReferalSystem() call added
2 lines of code changed in 2 files:
Queries fixed
2 lines of code changed in 2 files:
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
2 lines of code changed in 2 files:
- 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 continued, a lot improvements applied:
- Extension ext-coupon: Sending of coupons finished and member form added
- Deprecated variables removed
- All SQLs containing some kind of 'timeout' rewritten
- A lot more code improvements/cleanups applied (I cannot remember all)
- TODOs.txt updated
12 lines of code changed in 2 files:
More EL code, security for $_POST elements rewritten (simplified):
- More usage of EL code
- Removed double secureString() call
- Non-array elements in $_POST are now also secured in
inc/libs/security_functions.php
- Renamed more array elements for better naming consistancy
- TODOs.txt updated
2 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'
2 lines of code changed in 2 files:
svn:eol-style set to 'native'
5 lines of code changed in 5 files:
Properties set
2 lines of code changed in 1 file:
Hourly reset introduced
5 lines of code changed in 5 files:
Even more fixes for broken first installation attempt (sorry all)
1 lines of code changed in 1 file:
Some language strings fixed, renamed. Copyright notice updated
5 lines of code changed in 5 files:
A lot more wrapper functions introduced, TODOs.txt updated
3 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
30 lines of code changed in 5 files:
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 5 files:
Fix for monthly bonus reset script
1 lines of code changed in 1 file:
New wrapper functions introduced
7 lines of code changed in 5 files:
Even more language strings renamed
1 lines of code changed in 1 file:
Fix for inserted codes while registering of extensions, many rewrites/cleanups:
- Fix for extension registration, codes like {OPEN_CONFIG} and such are no
longer compiled in while the extension gots registered. This come handy for
e.g. our POINTS replacement.
- More usage of countSumTotalData() which should reduce the number of SQL
queries in the whole script
- Replaced a lot double-quotes with single-quotes
- Other minor cleanups
4 lines of code changed in 2 files:
(73 more)