MantisBT: master-1.2.x 6da8b234

Author Committer Branch Timestamp Parent
dregad dregad master-1.2.x 2013-03-08 01:37 master-1.2.x 589af332
Affected Issues  0015496: Script to move attachments from db to disk not working
Changeset

Full rewrite the Move Attachments admin page

The old move_db2disk.php program was completely outdated and did not
work properly.

This commit introduces completely new page, with dissociated page to
select which attachments to move, and action page to actually move the
files from DB to disk

Fixes 0015496

add - admin/move_attachments.php Diff File
add - admin/move_attachments_page.php Diff File
rm - admin/move_db2disk.php Diff
mod - admin/system_utils.php Diff File
mod - core/file_api.php Diff File
mod - core/project_api.php Diff File