Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
quix0r | 222 (100.0%) | 1754 (100.0%) | 7.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
2 lines of code changed in 1 file:
Renamed more:
- F -> file (no shortened names)
- L -> line (same)
- Found some SQL_FOOBAR() in comments
2 lines of code changed in 1 file:
Renamed all SQL-related functions to camel-case notation
42 lines of code changed in 7 files:
Updated copyright notice as there are changes in this year
15 lines of code changed in 15 files:
One more underscore to make it more readable
1 lines of code changed in 1 file:
Rewrites to use filters instead of mass if() blocks
21 lines of code changed in 1 file:
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
15 lines of code changed in 15 files:
Added script template for cron jobs, fixed some checks on CSS/HTML mode
15 lines of code changed in 15 files:
Added separate debugging of 'hourly' reset
5 lines of code changed in 1 file:
Previous attempt fixed
27 lines of code changed in 15 files:
Less logging if this is not needed
11 lines of code changed in 11 files:
Minor: With dot again (better grammar)
44 lines of code changed in 15 files:
Introduced more wrappers
1 lines of code changed in 1 file:
Updated propset.sh, fixed all SVN properties
15 lines of code changed in 15 files:
Some minor (text) improvements
44 lines of code changed in 15 files:
Added purging of subid and server_name logs
85 lines of code changed in 13 files:
R.I.P. old template/script names ...
- Removed all deprecated scripts and templates
- TODOs.txt updated
0 lines of code changed in 1 file:
Fix for broken counter
5 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
3 lines of code changed in 2 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
11 lines of code changed in 3 files:
Rewrote 'we' word a little, rewrote mail order to use SQL_INSERTID() instead of another SELECT query
2 lines of code changed in 2 files:
Code in 'init' phase of ext-order swapped out to daily_order.php, added filters for ext-rallye
59 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
137 lines of code changed in 13 files:
www is out-dated
12 lines of code changed in 12 files:
Handling of bonus points fixed
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
5 lines of code changed in 3 files:
Fix for SQL with ref_depth=NULL
26 lines of code changed in 1 file:
Superfluous SQL query rewritten to getUserData() call
2 lines of code changed in 1 file:
Do not reset accounts on daily reset
0 lines of code changed in 1 file:
Queries fixed
2 lines of code changed in 1 file:
Referal system rewritten, ext-refback continued:
- Referal system refactured, it is now much easier to understand
- Extension ext-refback does now show the click rate in refback list
- BIGINT is now always 20 digits long
- Internal TODO closed (unused column 'status')
- TODOs.txt updated
1 lines of code changed in 1 file:
Extension ext-surfbar continued, fixes:
- Menu point 'list_surfbar_urls' is now fully generated from XML meta data
templates
- Fixes in various places
- TODOs.txt updated
6 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
4 lines of code changed in 2 files:
Also ext-user needs to be excluded here
2 lines of code changed in 1 file:
Extension ext-coupon continued, naming convention, many improvements:
- Extension ext-coupon: Nearly finished, only listing of cashed coupons and a
little in admin area!
- Foder 'inc/autopurge/ renamed to 'inc/purge/ to avoid naming conflicts
- Some language constants renamed to make clear they belong to config area
- A lot more improvements on many places (I cannot remember all)
- TODOs.txt updated
1 lines of code changed in 1 file:
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
11 lines of code changed in 2 files:
Extension ext-engine is dead and will never come back
1 lines of code changed in 1 file:
Properties set
6 lines of code changed in 1 file:
Some language strings fixed, renamed. Copyright notice updated
13 lines of code changed in 13 files:
Also reset (aka daily reset scripts) renamed. The naming 'reset' came from the time when only daily reset scripts exist
1099 lines of code changed in 14 files: