MantisBT: master 735ddedd

Author Committer Branch Timestamp Parent
dhx dhx master 2010-08-20 07:19 master 78c2e76c
Affected Issues  0011826: Remove all inline JavaScript from MantisBT (use external scripts instead)
Changeset

Issue 0011826: Remove ajax_api

ajax_api was used in two places (bug_update_page and tag_update_page)
for the purpose of hiding user selection comboboxes until clicked upon.
This approach relied upon inline JavaScript which is being removed in
1.3.x. It was easier to remove this feature than to reimplement it using
jQuery. It's disputable as to whether anything has been lost (some would
say that the AJAX click-to-edit added more clicks and more delay to
updating forms).

rm - javascript/ajax.js Diff
mod - core/xmlhttprequest_api.php Diff File
rm - core/ajax_api.php Diff
mod - bug_update_advanced_page.php Diff File
mod - core/html_api.php Diff File
mod - tag_update_page.php Diff File