MantisBT: master 0d602be5

Author Committer Branch Timestamp Parent
dhx dhx master 2010-12-25 08:09 master e487d70f
Affected Issues  0011826: Remove all inline JavaScript from MantisBT (use external scripts instead)
 0012545: Output XHTML strict so browsers can validate the output of MantisBT
Changeset

Issue 0012545: Rewrite attachment listing and previewing

The output printing of bug attachment listings used to use inline custom
JavaScript code. This commit rewrites the printing of attachment lists
to use collapse_api. collapse_api doesn't use inline JavaScript for
collapsing/expanding content on the page.

mod - core/print_api.php Diff File
mod - css/default.css Diff File
mod - core/collapse_api.php Diff File