Directory inc/ajax/

Directory Created:
2012-09-29 13:50
Total Files:
4
Deleted Files:
0
Lines of Code:
922

[root]/inc/ajax

Lines of Code

inc/ajax/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
quix0r 30 (100.0%) 1012 (100.0%) 33.7

Most Recent Commits

quix0r 2013-07-29 23:04 Rev.: 6418

Better use isValidSqlLink() (driver-dependent) than is_resource() which worked only with now deprecated MySQL extension

1 lines of code changed in 1 file:

  • inc/ajax: ajax_installer.php (+1 -1)
quix0r 2013-05-27 14:37 Rev.: 6389

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:

  • inc/ajax: ajax_ (+4 -2), ajax_admin.php (+3 -1), ajax_installer.php (+99 -15)
quix0r 2013-03-06 01:24 Rev.: 6378

Renamed all SQL-related functions to camel-case notation

4 lines of code changed in 1 file:

  • inc/ajax: ajax_installer.php (+4 -4)
quix0r 2013-01-24 19:51 Rev.: 6367

Updated copyright notice as there are changes in this year

3 lines of code changed in 3 files:

  • inc/ajax: ajax_ (+1 -1), ajax_admin.php (+1 -1), ajax_installer.php (+1 -1)
quix0r 2013-01-08 18:27 Rev.: 6279

Added more logging of half-failed AJAX requests

2 lines of code changed in 2 files:

  • inc/ajax: ajax_admin.php (+1), ajax_installer.php (+1)
quix0r 2013-01-06 21:25 Rev.: 6271

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:

  • inc/ajax: ajax_ (+2 -1), ajax_admin.php (+2 -1), ajax_installer.php (+3 -2)
quix0r 2012-12-27 05:11 Rev.: 6249

More fixes for new installer and script in general :(

3 lines of code changed in 1 file:

  • inc/ajax: ajax_installer.php (+3 -3)
quix0r 2012-12-27 02:40 Rev.: 6247

AJAX installation is 'basicly finished' :) Plus I threw in a small christmas present (hint: see installer)

124 lines of code changed in 2 files:

  • inc/ajax: ajax_admin.php (+1 -1), ajax_installer.php (+123 -6)
quix0r 2012-12-26 19:45 Rev.: 6246

Fixed :(

2 lines of code changed in 1 file:

  • inc/ajax: ajax_installer.php (+2 -2)
quix0r 2012-12-26 19:11 Rev.: 6245

Continued on AJAX installer to start first step (more are easily to add)

104 lines of code changed in 1 file:

  • inc/ajax: ajax_installer.php (+104 -9)
quix0r 2012-11-19 02:09 Rev.: 6182

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:

  • inc/ajax: ajax_ (new 44), ajax_admin.php (+2 -1), ajax_installer.php (+1 -1)
quix0r 2012-11-19 00:45 Rev.: 6180

Installation NG continued (still not fully working)

15 lines of code changed in 1 file:

  • inc/ajax: ajax_installer.php (+15 -17)
quix0r 2012-11-08 23:42 Rev.: 6157

Fixes for installation phase

3 lines of code changed in 1 file:

  • inc/ajax: ajax_installer.php (+3 -3)
quix0r 2012-10-17 22:42 Rev.: 6044

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:

  • inc/ajax: ajax_admin.php (+2 -2), ajax_installer.php (+13 -13)
quix0r 2012-10-09 20:43 Rev.: 6032

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:

  • inc/ajax: ajax_admin.php (+1 -1), ajax_installer.php (+1 -1)
quix0r 2012-09-29 13:50 Rev.: 5960

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:

  • inc/ajax: .htaccess (new 1), ajax_admin.php (new 112), ajax_installer.php (new 461)
Generated by StatSVN 0.7.0