MantisBT: master 8b29d42b

Author Committer Branch Timestamp Parent
dregad dregad master 2013-03-08 01:37 master 8259623f
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

Conflicts on cherry-pick from master-1.2.x:
admin/move_db2disk.php
admin/system_utils.php

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