[root]/inc/extensions/order
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
quix0r | 7 (100.0%) | 377 (100.0%) | 53.8 |
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
12 lines of code changed in 1 file:
Renamed all SQL-related functions to camel-case notation
1 lines of code changed in 1 file:
Updated copyright notice as there are changes in this year
1 lines of code changed in 1 file:
Swapped all
3 lines of code changed in 1 file:
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
13 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
347 lines of code changed in 2 files: