Issue Details (XML | Word | Printable)

Key: MDL-15351
Type: Sub-task Sub-task
Status: Resolved Resolved
Resolution: Fixed
Priority: Critical Critical
Assignee: Dongsheng Cai
Reporter: Martin Dougiamas
Votes: 0
Watchers: 2
Operations

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

Develop "local" plugin to browse local database via File API

Created: 23/Jun/08 02:34 PM   Updated: 13/Oct/09 02:18 PM
Return to search
Component/s: Repository API
Affects Version/s: 2.0
Fix Version/s: 2.0

Issue Links:
Relates
 

Participants: David Mudrak, Dongsheng Cai, Jerome Mouneyrac and Martin Dougiamas
Security Level: None
QA Assignee: Martin Dougiamas
Resolved date: 13/Oct/09
Affected Branches: MOODLE_20_STABLE
Fixed Branches: MOODLE_20_STABLE


 Description  « Hide
Functional and Technoical Specification can be find here:
http://docs.moodle.org/en/Development:Local_Repository_Plugin

 All   Comments   Change History   Version Control      Sort Order: Ascending order - Click to sort in descending order
Dongsheng Cai added a comment - 24/Jun/08 11:52 PM
Sorry, wrong click

Martin Dougiamas added a comment - 09/Sep/08 11:33 AM
Still needs:
  • searching
  • some other file areas
  • browsing by icon doesn't work
  • selected files (eg images) seem to be empty in the new copy

Jerome Mouneyrac added a comment - 17/Oct/08 11:08 AM
Failed Tests:
1. Select image option into tiny MCE => the file doesn't appear in tiny MCE
2. Attach a file into a forum post => the post is saved but when you check the file is empty

Jerome Mouneyrac added a comment - 29/Oct/08 05:22 PM
Ok I fixed the bugs (it was the same problem in fact)

Jerome Mouneyrac added a comment - 31/Oct/08 10:06 AM
Folder are now only displayed if they contain a file.
Common code with the remote plugin has been moved into the repository library (as the function return specific value for the file picker it was best to put that in the rep lib).

Dongsheng Cai added a comment - 20/May/09 01:22 PM
rewrite local plugin

Jerome Mouneyrac added a comment - 21/May/09 11:44 AM
dongsheng can you have a look at the mnet plugin too, cause when I create it, I used big part of the local code, in order to browse and display the folders. In fact the mnet plugin work the same as the local plugin except for the connection.

David Mudrak added a comment - 28/Jul/09 05:56 AM
I am experiencing a bug in local files plugin. The file structure displayed via icons view differ from the one displayed as tree (list).
Reproduce:
=========
1. get into the local repo browser
2. click at "View as list"
3. unfold "Miscellaneous" - you should see the list of courses from the category
4. click at "View as icons"
5. click at "Miscellaneous" icon

Expected:
========
icons representing the courses should appear

Happened:
========
I seem to be inside "Front page folder", not in the category one


Dongsheng Cai added a comment - 29/Jul/09 03:16 PM
Hi, David, I tried reproduce this bug on two moodle intallations, but cannot reproduce it.
Did you try the other catgories? do they have the same problem?

Dongsheng Cai added a comment - 04/Aug/09 12:16 PM
David, I confirmed this bug today, working on a fix

Dongsheng Cai added a comment - 13/Oct/09 02:18 PM
feel free to reopen it if you find a bug