Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
quix0r | 30 (100.0%) | 1012 (100.0%) | 33.7 |
Better use isValidSqlLink() (driver-dependent) than is_resource() which worked only with now deprecated MySQL extension
1 lines of code changed in 1 file:
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
106 lines of code changed in 3 files:
Renamed all SQL-related functions to camel-case notation
4 lines of code changed in 1 file:
Updated copyright notice as there are changes in this year
3 lines of code changed in 3 files:
Added more logging of half-failed AJAX requests
2 lines of code changed in 2 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
7 lines of code changed in 3 files:
More fixes for new installer and script in general :(
3 lines of code changed in 1 file:
AJAX installation is 'basicly finished' :) Plus I threw in a small christmas present (hint: see installer)
124 lines of code changed in 2 files:
Fixed :(
2 lines of code changed in 1 file:
Continued on AJAX installer to start first step (more are easily to add)
104 lines of code changed in 1 file:
Continued:
- Renamed setOutputMode() to setScriptOutputMode() to be more conform with
getScriptOutput()
- Added template for AJAX scripts
- Added check for isAjaxOutput() and isInstallationPhase() to proper scripts
47 lines of code changed in 3 files:
Installation NG continued (still not fully working)
15 lines of code changed in 1 file:
Fixes for installation phase
3 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
15 lines of code changed in 2 files:
Caching of XML/email templates finished:
- Added very basic (but working) support for caching XML and email templates
- Added new XML templates for listing user sub ids
- Added filter to "hook" another member action for listing member's sub ids
- Some other minor improvements
- TODOs.txt updated
2 lines of code changed in 2 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
574 lines of code changed in 3 files: