Issue Details (XML | Word | Printable)

Key: MDL-15762
Type: Sub-task Sub-task
Status: Resolved Resolved
Resolution: Fixed
Priority: Minor Minor
Assignee: Penny Leach
Reporter: Penny Leach
Votes: 0
Watchers: 0
Operations

Add/Edit UI Mockup to this issue
If you were logged in you would be able to see more operations.
Moodle
MDL-14591

make sure we log file transfers (and check the sha1 later in case of dups)

Created: 22/Jul/08 09:08 PM   Updated: 31/Jul/08 12:38 AM
Return to search
Component/s: Portfolio API
Affects Version/s: 2.0
Fix Version/s: 2.0

Participants: Penny Leach
Security Level: None
Resolved date: 31/Jul/08
Affected Branches: MOODLE_20_STABLE
Fixed Branches: MOODLE_20_STABLE


 All   Comments   Change History   Version Control      Sort Order: Ascending order - Click to sort in descending order
Penny Leach made changes - 30/Jul/08 06:12 PM
Field Original Value New Value
Status Open [ 1 ] In Progress [ 3 ]
Penny Leach added a comment - 30/Jul/08 10:47 PM
I wonder if we need a nice way to remember where in moodle the exported content originated (if we're alerting the user about duplicates).#

I just implemented this and then realised that the user could have uploaded a file to an assignment and as a forum attachment, and even though they result from different places, the sha1 is the same.


mjollnir_ committed 3 files to 'Moodle CVS' - 30/Jul/08 11:04 PM
MDL-15762 - add table for portfolio logging
MODIFY version.php   Rev. 1.741    (+1 -1 lines)
MODIFY lib/db/upgrade.php   Rev. 1.217    (+28 -1 lines)
MODIFY lib/db/install.xml   Rev. 1.157    (+17 -1 lines)
Penny Leach made changes - 31/Jul/08 12:38 AM
Status In Progress [ 3 ] Resolved [ 5 ]
Resolution Fixed [ 1 ]
mjollnir_ committed 9 files to 'Moodle CVS' - 31/Jul/08 12:38 AM
MDL-15762 log portfolio transfers and notify the user when there are dups
MODIFY portfolio/add.php   Rev. 1.3    (+7 -2 lines)
MODIFY mod/assignment/lib.php   Rev. 1.339    (+27 -7 lines)
MODIFY lib/portfoliolib.php   Rev. 1.11    (+62 -16 lines)
MODIFY mod/resource/type/html/Attic/resource.class.php   Rev. 1.45    (+5 -1 lines)
MODIFY mod/resource/type/text/Attic/resource.class.php   Rev. 1.40    (+6 -1 lines)
MODIFY mod/assignment/type/online/assignment.class.php   Rev. 1.59    (+14 -1 lines)
MODIFY mod/resource/lib.php   Rev. 1.92    (+22 -7 lines)
MODIFY lang/en_utf8/portfolio.php   Rev. 1.5    (+2 -1 lines)
MODIFY mod/forum/lib.php   Rev. 1.695    (+20 -1 lines)
Mitsuhiro Yoshida committed 5 files to 'Lang CVS' - 02/Aug/08 10:55 AM
MDL-10107 Translated new strings for forum, messagings and repository.
MDL-15762 Translated new strings for portfolio.
MODIFY ja_utf8/README   Rev. 1.773    (+1 -1 lines)
MODIFY ja_utf8/portfolio.php   Rev. 1.5    (+4 -2 lines)
MODIFY ja_utf8/forum.php   Rev. 1.72    (+3 -1 lines)
MODIFY ja_utf8/moodle.php   Rev. 1.304    (+5 -1 lines)
MODIFY ja_utf8/message.php   Rev. 1.18    (+2 -1 lines)