aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
Commit message (Expand)AuthorAgeFilesLines
* [ticket/10270] Moved the AJAX error langyage entries to the footer.Callum Macrae2012-03-314-8/+8
* [ticket/10272] Made a JS selector less specific.Callum Macrae2012-03-311-1/+1
* [ticket/10272] Renamed AJAX callback act_deact to activate_deactivate.Callum Macrae2012-03-314-4/+4
* [ticket/10272] Renamed l-err-processing-req to l-timeout-processing-req.Callum Macrae2012-03-313-3/+3
* [ticket/10272] Added a space to the beginning of a comment.Callum Macrae2012-03-311-1/+1
* [ticket/10272] Renamed a JavaScript variable.Callum Macrae2012-03-311-2/+2
* [ticket/10271] Added a comment to the AJAXification of quick-mod tools.Callum Macrae2012-03-311-0/+2
* [ticket/10328] Fixed the header of json_response.php.Callum Macrae2012-03-311-2/+1
* [ticket/10270] Recoded some potentially buggy code in phpbb.confirm.Callum Macrae2012-03-311-5/+6
* [ticket/10270] Fixed JavaScript alerts in the ACP.Callum Macrae2012-03-313-4/+10
* [ticket/10271] Started using .call for javascript callbacks.Callum Macrae2012-03-313-26/+25
* [ticket/10270] Fixed a bug with the close button in phpbb.confirm.Callum Macrae2012-03-311-1/+7
* [ticket/10271] Fixed the comment for phpbb.parse_querystring.Callum Macrae2012-03-311-1/+1
* [ticket/10273] Changed variable names in the quickmodform AJAX.Callum Macrae2012-03-311-3/+7
* [ticket/10271] Reduced calls to $ in phpbb.ajaxify.Callum Macrae2012-03-311-6/+6
* [ticket/10271] Renamed the "act" js variable to "action".Callum Macrae2012-03-311-6/+6
* [ticket/10271] Improved the comments on return_handler.Callum Macrae2012-03-311-2/+7
* [ticket/10271] data-ajax="false" is now ignored.Callum Macrae2012-03-312-4/+10
* [ticket/10271] Reduced calls to $ in the AJAX JavaScript.Callum Macrae2012-03-313-20/+27
* [ticket/10271] Added comments to AJAX callbacks.Callum Macrae2012-03-313-8/+48
* [ticket/10270] Renamed a variable in phpbb.parse_querystring.Callum Macrae2012-03-311-3/+3
* [ticket/10270] Reduced calls to split in phpbb.parse_querystring.Callum Macrae2012-03-311-2/+3
* [ticket/10270] Fixed comments for phpbb.alert and phpbb.confirm.Callum Macrae2012-03-311-2/+6
* [ticket/10270] Added a new line to constant declarations in JS.Callum Macrae2012-03-311-1/+2
* [ticket/10270] Added a comment to phpbb.loading_alert.Callum Macrae2012-03-311-0/+1
* [ticket/10270] Made a comment clearer for phpbb.confirm.Callum Macrae2012-03-311-1/+1
* [ticket/10270] DRYed alert fades in core.js.Callum Macrae2012-03-311-15/+16
* [ticket/10272] Fixed a bug in the ajax exceptions callback handler.Callum Macrae2012-03-311-1/+1
* [ticket/10271] Added comments to the JavaScript ajax functions.Callum Macrae2012-03-311-1/+25
* [ticket/10270] Replaced find by tag names with class names in the js.Callum Macrae2012-03-313-8/+8
* [ticket/10270] Added the alerts to the ACP footer.Callum Macrae2012-03-311-0/+11
* [ticket/10270] Replaced keydown numbers with named constants.Callum Macrae2012-03-311-3/+5
* [ticket/10271] Removed excess whitespace from core.js.Callum Macrae2012-03-311-18/+18
* [ticket/10270] Renamed the CSS class "jalert" to "phpbb_alert".Callum Macrae2012-03-313-14/+19
* [ticket/10270] Added close buttons to phpbb.alert and phpbb.confirm.Callum Macrae2012-03-314-1/+28
* [ticket/10270] Removed all the inline language and HTML from the JS.Callum Macrae2012-03-316-24/+30
* [feature/ajax] Moved script.js into a few different files.Callum Macrae2012-03-315-104/+133
* [ticket/10270] Removed some unnecessary calls to $() in script.js.Callum Macrae2012-03-311-18/+14
* [ticket/10328] Added capital to "Content-type" in phpbb_json_response.Callum Macrae2012-03-311-1/+1
* [ticket/10270] Sped up animations of popups.Callum Macrae2012-03-311-14/+14
* [ticket/10270] Got rid of the temporary jQuery for the AJAX changes.Callum Macrae2012-03-312-7/+2
* [ticket/10270] Increased the speed of the animations.Callum Macrae2012-03-311-15/+15
* [ticket/10271] Cleaned up phpbb.ajaxify.Callum Macrae2012-03-311-45/+25
* [ticket/10272] Renamed AJAX callback "style_act_deact" to "act_deact".Callum Macrae2012-03-315-5/+5
* [ticket/10272] AJAXified the bots page in the ACP.Callum Macrae2012-03-313-3/+19
* [ticket/10270] Made the alert after an AJAX operation optional.Callum Macrae2012-03-311-2/+10
* [ticket/10271] AJAXified buttons on acp_main.Callum Macrae2012-03-313-9/+50
* [ticket/10271] AJAXified the styles tab in the ACP.Callum Macrae2012-03-314-9/+34
* [ticket/10271] AJAXified various deletions in the ACP.Callum Macrae2012-03-3115-13/+53
* [ticket/10328] Renamed the JSON class, also now using autoloading.Callum Macrae2012-03-316-31/+28