Issue Details (XML | Word | Printable)

Key: MDL-13766
Type: New Feature New Feature
Status: Open Open
Priority: Blocker Blocker
Assignee: Dongsheng Cai
Reporter: Martin Dougiamas
Votes: 17
Watchers: 30
Operations

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

META: Develop new Repository API

Created: 04/Mar/08 01:19 PM   Updated: 30/Oct/09 02:27 PM
Return to search
Component/s: Repository API
Affects Version/s: 2.0
Fix Version/s: 2.0

File Attachments: 1. Text File repo_refactor.patch (76 kB)

Issue Links:
Dependency
Duplicate
 
Relates

Participants: Dongsheng Cai, Leo Thiessen, Martin Dougiamas, Nick Thompson, Nicolas Connault and Petr Skoda
Security Level: None
Affected Branches: MOODLE_20_STABLE
Fixed Branches: MOODLE_20_STABLE

Sub-Tasks  All   Open   
 Sub-Task Progress: 

 Description  « Hide
This meta bug lists and links all the subtasks for developing the repository API which is specified here:

   http://docs.moodle.org/en/Development:Repository_API

Some discussion and a large number of votes is on MDL-9134

 All   Comments   Change History   Version Control      Sort Order: Ascending order - Click to sort in descending order
Dongsheng Cai committed 9 files to 'Moodle CVS' - 18/Jul/08 03:40 PM
MDL-13766
1. Move curl and repository_cache class to filelib.php
2. Name the file before downloading it
3. clean up code
DEL repository/Attic/curl.class.php   Rev. 1.14    (+0 -0 lines)
MODIFY repository/Attic/ajax.php   Rev. 1.8    (+62 -50 lines)
MODIFY repository/lib.php   Rev. 1.14    (+9 -57 lines)
MODIFY repository/boxnet/Attic/boxlibphp5.php   Rev. 1.7    (+3 -5 lines)
MODIFY repository/flickr/Attic/phpFlickr.php   Rev. 1.8    (+0 -1 lines)
MODIFY lib/filelib.php   Rev. 1.74    (+486 -5 lines)
MODIFY repository/flickr/repository.class.php   Rev. 1.7    (+21 -20 lines)
MODIFY repository/boxnet/repository.class.php   Rev. 1.12    (+15 -30 lines)
MODIFY repository/Attic/ws.php   Rev. 1.6    (+7 -10 lines)
Dongsheng Cai committed 1 file to 'Moodle CVS' - 18/Jul/08 03:44 PM
MDL-13766
remove require_once call to curl.class.php
MODIFY repository/lib.php   Rev. 1.15    (+12 -17 lines)
Dongsheng Cai committed 2 files to 'Moodle CVS' - 21/Jul/08 11:26 AM
MDL-13766, fix bugs in javascript, and use different icons in boxnet plugin according to the extension.
MODIFY repository/boxnet/repository.class.php   Rev. 1.14    (+2 -2 lines)
MODIFY repository/Attic/ajax.php   Rev. 1.10    (+3 -3 lines)
Dongsheng Cai committed 6 files to 'Moodle CVS' - 23/Jul/08 12:43 PM
MDL-13766, use exception model to report error.
MODIFY repository/Attic/ajax.php   Rev. 1.11    (+28 -13 lines)
MODIFY repository/flickr/repository.class.php   Rev. 1.9    (+7 -1 lines)
MODIFY repository/boxnet/repository.class.php   Rev. 1.15    (+7 -3 lines)
MODIFY repository/lib.php   Rev. 1.16    (+9 -2 lines)
MODIFY repository/Attic/ws.php   Rev. 1.7    (+47 -18 lines)
MODIFY repository/boxnet/Attic/boxlibphp5.php   Rev. 1.11    (+2 -2 lines)
Dongsheng Cai committed 3 files to 'Moodle CVS' - 23/Jul/08 08:17 PM
MDL-13766, rewrite ajax client code, encapsulate all javascrpt code in repository class, which is easy to reuse now.
MODIFY repository/boxnet/repository.class.php   Rev. 1.16    (+1 -1 lines)
MODIFY repository/flickr/repository.class.php   Rev. 1.10    (+1 -1 lines)
MODIFY repository/Attic/ajax.php   Rev. 1.12    (+312 -327 lines)
Dongsheng Cai committed 1 file to 'Moodle CVS' - 24/Jul/08 02:04 PM
MDL-13766, press "create" button to create 2 repository instances.
MODIFY repository/Attic/ajax.php   Rev. 1.13    (+59 -3 lines)
Dongsheng Cai committed 1 file to 'Moodle CVS' - 24/Jul/08 03:08 PM
MDL-13766, fix a invalid javascript call in thumbview.
MODIFY repository/Attic/ajax.php   Rev. 1.14    (+1 -1 lines)
Dongsheng Cai committed 9 files to 'Moodle CVS' - 28/Jul/08 04:24 PM
Dongsheng Cai committed 1 file to 'Moodle CVS' - 28/Jul/08 04:30 PM
"MDL-13766, fix nav link"
ADD repository/boxnet/Attic/settings.php   Rev. 1.1    (+0 -0 lines)
Mitsuhiro Yoshida committed 5 files to 'Lang CVS' - 29/Jul/08 10:57 AM
MDL-15498 Translated new strings for forum.
MDL-15758 Translated a new string for resource.
MDL-15498 Adding a translated string file for completation.
MDL-13766 Translated new strings for repository.
ADD ja_utf8/completion.php   Rev. 1.1    (+0 -0 lines)
ADD ja_utf8/repository.php   Rev. 1.1    (+0 -0 lines)
MODIFY ja_utf8/resource.php   Rev. 1.32    (+2 -1 lines)
MODIFY ja_utf8/README   Rev. 1.770    (+1 -1 lines)
MODIFY ja_utf8/forum.php   Rev. 1.71    (+10 -1 lines)
Dongsheng Cai committed 10 files to 'Moodle CVS' - 31/Jul/08 10:51 AM
MDL-13766
1. Filepicker component for moodleform
2. Integrate TinyMCE and FilePicker
3. Fix show/hide bug in filepicker
4. Rewrite print_login function for ajax
MODIFY repository/boxnet/lang/en_utf8/Attic/repository_boxnet.php   Rev. 1.4    (+2 -0 lines)
MODIFY repository/flickr/lang/en_utf8/Attic/repository_flickr.php   Rev. 1.3    (+2 -0 lines)
MODIFY repository/lib.php   Rev. 1.18    (+415 -2 lines)
MODIFY lang/en_utf8/repository.php   Rev. 1.2    (+14 -1 lines)
MODIFY repository/Attic/ajax.php   Rev. 1.17    (+2 -349 lines)
MODIFY lib/weblib.php   Rev. 1.1117    (+6 -2 lines)
ADD lib/form/filepicker.php   Rev. 1.1    (+0 -0 lines)
MODIFY lib/formslib.php   Rev. 1.148    (+3 -2 lines)
MODIFY repository/boxnet/repository.class.php   Rev. 1.19    (+24 -2 lines)
MODIFY lib/editor/Attic/tinymce.js.php   Rev. 1.15    (+1 -12 lines)
Dongsheng Cai committed 1 file to 'Moodle CVS' - 31/Jul/08 10:54 AM
MDL-13766, print_login for ajax.
MODIFY repository/flickr/repository.class.php   Rev. 1.12    (+14 -1 lines)
Dongsheng Cai committed 1 file to 'Moodle CVS' - 31/Jul/08 11:13 AM
"MDL-13766, move require_once"
MODIFY lib/weblib.php   Rev. 1.1118    (+3 -4 lines)
Dongsheng Cai committed 1 file to 'Moodle CVS' - 01/Aug/08 11:35 AM
MDL-13766, change zindex value of file picker
MODIFY repository/lib.php   Rev. 1.19    (+2 -2 lines)
Dongsheng Cai committed 1 file to 'Moodle CVS' - 01/Aug/08 11:40 AM
MDL-13766, use FILE_API in repository.
MODIFY repository/Attic/ws.php   Rev. 1.9    (+18 -3 lines)
Dongsheng Cai committed 5 files to 'Moodle CVS' - 01/Aug/08 12:10 PM
MDL-13766, tell server side where file picker opened.
MODIFY lib/form/filepicker.php   Rev. 1.2    (+2 -2 lines)
MODIFY repository/Attic/ws.php   Rev. 1.10    (+17 -9 lines)
MODIFY repository/lib.php   Rev. 1.20    (+7 -5 lines)
MODIFY lib/editor/Attic/tinymce.js.php   Rev. 1.18    (+1 -1 lines)
MODIFY repository/Attic/ajax.php   Rev. 1.18    (+1 -1 lines)
Dongsheng Cai committed 1 file to 'Moodle CVS' - 01/Aug/08 12:23 PM
"MDL-13766, clean up js lib"
MODIFY repository/lib.php   Rev. 1.21    (+11 -17 lines)
Dongsheng Cai committed 3 files to 'Moodle CVS' - 01/Aug/08 03:04 PM
MDL-13766, add lang strings.
MODIFY lib/adminlib.php   Rev. 1.234    (+2 -2 lines)
MODIFY lang/en_utf8/repository.php   Rev. 1.3    (+14 -11 lines)
DEL lang/en_utf8/Attic/repositories.php   Rev. 1.2    (+0 -0 lines)
Mitsuhiro Yoshida committed 2 files to 'Lang CVS' - 02/Aug/08 01:34 PM
MDL-15402 MDL-13766 Translated new strings for repository.
MODIFY ja_utf8/repository.php   Rev. 1.2    (+17 -1 lines)
MODIFY ja_utf8/admin.php   Rev. 1.284    (+3 -1 lines)
Dongsheng Cai committed 4 files to 'Moodle CVS' - 02/Aug/08 11:52 PM
Dongsheng Cai committed 4 files to 'Moodle CVS' - 04/Aug/08 01:53 PM
"MDL-13766, use file api to move files"
MODIFY lib/editor/Attic/tinymce.js.php   Rev. 1.21    (+2 -1 lines)
MODIFY repository/lib.php   Rev. 1.22    (+41 -5 lines)
MODIFY repository/Attic/ws.php   Rev. 1.12    (+7 -24 lines)
MODIFY lib/form/filepicker.php   Rev. 1.3    (+13 -2 lines)
Dongsheng Cai committed 8 files to 'Moodle CVS' - 05/Aug/08 01:12 PM
MDL-13766
1. Make mulit-filepicker in one page possible
2. fix lang strings
3. use itemid specify a draft file
TODO
itemid should use a better value.
MODIFY lib/editor/Attic/tinymce.js.php   Rev. 1.22    (+0 -4 lines)
MODIFY repository/flickr/repository.class.php   Rev. 1.14    (+2 -2 lines)
MODIFY lib/form/filepicker.php   Rev. 1.4    (+12 -5 lines)
MODIFY repository/flickr/lang/en_utf8/Attic/repository_flickr.php   Rev. 1.4    (+2 -0 lines)
MODIFY repository/boxnet/repository.class.php   Rev. 1.21    (+1 -1 lines)
MODIFY repository/lib.php   Rev. 1.23    (+49 -33 lines)
MODIFY repository/Attic/ws.php   Rev. 1.13    (+6 -1 lines)
MODIFY lib/weblib.php   Rev. 1.1120    (+7 -2 lines)
Dongsheng Cai committed 3 files to 'Moodle CVS' - 05/Aug/08 01:49 PM
MDL-13766, more changes to mulit-filepicker in one page.
MODIFY lib/editor/Attic/tinymce.js.php   Rev. 1.23    (+2 -1 lines)
MODIFY repository/lib.php   Rev. 1.24    (+38 -37 lines)
MODIFY lib/weblib.php   Rev. 1.1121    (+3 -3 lines)
Dongsheng Cai committed 1 file to 'Moodle CVS' - 05/Aug/08 01:58 PM
MDL-13766, fix for filepicker in moodleform
MODIFY lib/form/filepicker.php   Rev. 1.5    (+6 -6 lines)
Dongsheng Cai committed 4 files to 'Moodle CVS' - 05/Aug/08 04:12 PM
MDL-13766, mulit-filepicker in htmleditor worked.
MODIFY lib/Attic/javascript.php   Rev. 1.41    (+2 -1 lines)
MODIFY lib/editor/Attic/tinymce.js.php   Rev. 1.24    (+6 -0 lines)
MODIFY repository/lib.php   Rev. 1.25    (+2 -2 lines)
MODIFY lib/weblib.php   Rev. 1.1122    (+3 -6 lines)
Dongsheng Cai committed 3 files to 'Moodle CVS' - 06/Aug/08 11:26 AM
MDL-13766, fix bugs in formlib
MODIFY lib/form/filepicker.php   Rev. 1.6    (+9 -4 lines)
MODIFY lang/en_utf8/repository.php   Rev. 1.4    (+2 -1 lines)
MODIFY repository/lib.php   Rev. 1.26    (+5 -1 lines)
Mitsuhiro Yoshida committed 3 files to 'Lang CVS' - 06/Aug/08 02:19 PM
MDL-15402 Removed repository activation related strings based on lang/en_utf8 removal.
MDL-13766 Translated a new string for repository.
MODIFY ja_utf8/admin.php   Rev. 1.287    (+1 -3 lines)
MODIFY ja_utf8/moodle.php   Rev. 1.305    (+1 -3 lines)
MODIFY ja_utf8/repository.php   Rev. 1.3    (+2 -1 lines)
Dongsheng Cai committed 3 files to 'Moodle CVS' - 06/Aug/08 04:09 PM
MDL-13766, use a better value for itemid.
MODIFY repository/lib.php   Rev. 1.27    (+5 -7 lines)
MODIFY lib/form/filepicker.php   Rev. 1.7    (+2 -5 lines)
MODIFY repository/Attic/ws.php   Rev. 1.14    (+6 -4 lines)
Dongsheng Cai committed 4 files to 'Moodle CVS' - 07/Aug/08 11:33 AM
MDL-13766
1. Pass context information to repository
TODO
Not sure about the way to get context, hard to find where we are, because print_textarea and moodle may be used in any place in moodle.
2. Change parameter type in ws.php
MODIFY repository/lib.php   Rev. 1.28    (+14 -13 lines)
MODIFY lib/form/filepicker.php   Rev. 1.8    (+8 -3 lines)
MODIFY lib/weblib.php   Rev. 1.1123    (+9 -3 lines)
MODIFY repository/Attic/ws.php   Rev. 1.15    (+10 -8 lines)
Dongsheng Cai committed 3 files to 'Moodle CVS' - 07/Aug/08 03:48 PM
MDL-13766, new field for repository table
MODIFY version.php   Rev. 1.756    (+1 -1 lines)
MODIFY lib/db/install.xml   Rev. 1.163    (+2 -1 lines)
MODIFY lib/db/upgrade.php   Rev. 1.225    (+15 -1 lines)
Dongsheng Cai committed 1 file to 'Moodle CVS' - 07/Aug/08 04:36 PM
MDL-13766, use a better function name
MODIFY repository/lib.php   Rev. 1.29    (+5 -3 lines)
Dongsheng Cai committed 2 files to 'Moodle CVS' - 07/Aug/08 05:01 PM
MDL-13766, change function call.
MODIFY user/tabs.php   Rev. 1.58    (+2 -2 lines)
MODIFY user/repository.php   Rev. 1.2    (+2 -2 lines)
Eloy Lafuente (stronk7) committed 1 file to 'Moodle CVS' - 07/Aug/08 06:17 PM
Missing NEXT attribute in previous commit breaking install. MDL-13766
(I'd suggest to always check those changes in the XMLDB Editor)
MODIFY lib/db/install.xml   Rev. 1.164    (+1 -1 lines)
Dongsheng Cai committed 3 files to 'Moodle CVS' - 08/Aug/08 11:31 AM
MDL-13766
1. Create "local" plugin
2. Improve document
ADD repository/flickr/lang/en_utf8/Attic/repository_local.php   Rev. 1.1    (+0 -0 lines)
MODIFY repository/flickr/repository.class.php   Rev. 1.15    (+18 -172 lines)
MODIFY repository/lib.php   Rev. 1.30    (+58 -19 lines)
Dongsheng Cai committed 3 files to 'Moodle CVS' - 08/Aug/08 11:47 AM
MDL-13766, revert flickr/repository.class.php, commit local plugin.
ADD repository/local/repository.class.php   Rev. 1.1    (+0 -0 lines)
ADD repository/local/lang/en_utf8/Attic/repository_local.php   Rev. 1.1    (+0 -0 lines)
MODIFY repository/flickr/repository.class.php   Rev. 1.16    (+172 -19 lines)
Dongsheng Cai committed 1 file to 'Moodle CVS' - 08/Aug/08 11:49 AM
MDL-13766, remove repository_local.php file
DEL repository/flickr/lang/en_utf8/Attic/repository_local.php   Rev. 1.2    (+0 -0 lines)
Dongsheng Cai committed 1 file to 'Moodle CVS' - 08/Aug/08 03:11 PM
MDL-13766
1. fix repository_get_options
2. Use DOM method generate html
MODIFY repository/lib.php   Rev. 1.31    (+64 -26 lines)
martignoni committed 1 file to 'Lang CVS' - 08/Aug/08 07:18 PM
MDL-13766, translation for repository settings
ADD fr_utf8/repository.php   Rev. 1.1    (+0 -0 lines)
Dongsheng Cai committed 4 files to 'Moodle CVS' - 11/Aug/08 11:30 AM
MDL-13766, some small changes for repository api.
MODIFY lang/en_utf8/repository.php   Rev. 1.5    (+6 -2 lines)
MODIFY lib/form/filepicker.php   Rev. 1.9    (+4 -6 lines)
MODIFY repository/lib.php   Rev. 1.32    (+26 -20 lines)
MODIFY repository/Attic/ws.php   Rev. 1.16    (+3 -2 lines)
Dongsheng Cai committed 3 files to 'Moodle CVS' - 11/Aug/08 03:41 PM
MDL-13766, add icon for each repository, fix css style
MODIFY repository/flickr/icon.png   Rev. 1.1    (+0 -0 lines)
MODIFY repository/boxnet/icon.png   Rev. 1.1    (+0 -0 lines)
MODIFY repository/lib.php   Rev. 1.33    (+43 -17 lines)
Mitsuhiro Yoshida committed 2 files to 'Lang CVS' - 11/Aug/08 06:20 PM
MDL-13766 Translated new strings for repository.
Brushed up translated strings for auth. Many thanks to Dr. Shirai.
MODIFY ja_utf8/auth.php   Rev. 1.70    (+7 -3 lines)
MODIFY ja_utf8/repository.php   Rev. 1.4    (+5 -1 lines)
martignoni committed 1 file to 'Lang CVS' - 12/Aug/08 08:07 PM
MDL-13766, some strings translated
MODIFY fr_utf8/repository.php   Rev. 1.2    (+5 -1 lines)
Dongsheng Cai committed 1 file to 'Moodle CVS' - 13/Aug/08 09:40 AM
MDL-13766, add default vaule for cache expired time.
MODIFY lib/filelib.php   Rev. 1.85    (+6 -2 lines)
Dongsheng Cai committed 1 file to 'Moodle CVS' - 13/Aug/08 12:13 PM
MDL-13766, add icon for local plugin
MODIFY repository/local/icon.png   Rev. 1.1    (+0 -0 lines)
Dongsheng Cai committed 2 files to 'Moodle CVS' - 13/Aug/08 04:35 PM
MDL-13766
1. worked with muliti-instance of same plugins
2. get API KEY from database
MODIFY repository/boxnet/repository.class.php   Rev. 1.23    (+11 -13 lines)
MODIFY repository/flickr/repository.class.php   Rev. 1.18    (+17 -14 lines)
Dongsheng Cai committed 2 files to 'Moodle CVS' - 14/Aug/08 02:48 PM
MDL-13766, test api_key, and remove shared secret in flickr plug-in
MODIFY repository/flickr/repository.class.php   Rev. 1.19    (+4 -2 lines)
MODIFY repository/boxnet/repository.class.php   Rev. 1.24    (+3 -0 lines)
Dongsheng Cai committed 1 file to 'Moodle CVS' - 14/Aug/08 05:39 PM
MDL-13766, add more docs
MODIFY repository/lib.php   Rev. 1.35    (+43 -32 lines)
Dongsheng Cai committed 1 file to 'Moodle CVS' - 15/Aug/08 10:22 AM
MDL-13766, self::static_func doesn't work well on php 5.2.6, change to another way to do this
MODIFY repository/lib.php   Rev. 1.36    (+5 -5 lines)
Dongsheng Cai committed 3 files to 'Moodle CVS' - 15/Aug/08 11:23 AM
Dongsheng Cai committed 3 files to 'Moodle CVS' - 15/Aug/08 11:27 AM
Mitsuhiro Yoshida committed 7 files to 'Lang CVS' - 16/Aug/08 01:28 AM
MDL-14589 Translated new strings for tooltips
MDL-14201 Translated a new string for quiz overview.
Brushed up an automatically generated translation file for TinyMCE.
MDL-13766 Adding three translated lang files for repository.
ADD ja_utf8/repository_local.php   Rev. 1.1    (+0 -0 lines)
MODIFY ja_utf8/quiz_overview.php   Rev. 1.17    (+2 -1 lines)
ADD ja_utf8/repository_flickr.php   Rev. 1.1    (+0 -0 lines)
ADD ja_utf8/repository_boxnet.php   Rev. 1.1    (+0 -0 lines)
MODIFY ja_utf8/moodle.php   Rev. 1.306    (+3 -1 lines)
MODIFY ja_utf8/README   Rev. 1.787    (+1 -1 lines)
MODIFY ja_utf8/Attic/tinymce.php   Rev. 1.10    (+23 -23 lines)
martignoni committed 3 files to 'Lang CVS' - 16/Aug/08 05:37 PM
Dongsheng Cai committed 1 file to 'Moodle CVS' - 19/Aug/08 11:54 AM
"MDL-13766, add original format for flickr"
MODIFY repository/flickr/repository.class.php   Rev. 1.20    (+7 -2 lines)
Dongsheng Cai committed 4 files to 'Moodle CVS' - 19/Aug/08 11:56 AM
"MDL-13766, small changes to repository management"
MODIFY admin/repository.php   Rev. 1.2    (+2 -3 lines)
MODIFY lib/adminlib.php   Rev. 1.242    (+11 -12 lines)
MODIFY admin/settings/plugins.php   Rev. 1.14    (+6 -6 lines)
MODIFY lang/en_utf8/repository.php   Rev. 1.7    (+5 -2 lines)
Mitsuhiro Yoshida committed 4 files to 'Lang CVS' - 20/Aug/08 01:56 AM
MDL-15768 Translated new strings for gloassary.
MDL-16047 Updated a translated string for portfolio based on lang/en_utf8 fix.
MDL-15666 MDL-16048 MDL-16124 MDL-16134 Translated new strings for portfolio.
MDL-13766 Translated new strings for repository.
MODIFY ja_utf8/glossary.php   Rev. 1.43    (+3 -1 lines)
MODIFY ja_utf8/README   Rev. 1.791    (+1 -1 lines)
MODIFY ja_utf8/repository.php   Rev. 1.6    (+4 -1 lines)
MODIFY ja_utf8/portfolio.php   Rev. 1.14    (+12 -2 lines)
Dongsheng Cai committed 7 files to 'Moodle CVS' - 20/Aug/08 10:52 AM
MDL-13766
1. Use treeview display files in repository
2. Dymanicly loading file support
3. Upload file in local repository plugin
4. Move file picker to the top level of DOM
5. get original photo format from flickr web service
MODIFY lib/editor/Attic/tinymce.js.php   Rev. 1.25    (+4 -0 lines)
MODIFY repository/flickr/repository.class.php   Rev. 1.21    (+1 -1 lines)
MODIFY repository/local/repository.class.php   Rev. 1.3    (+3 -2 lines)
MODIFY lib/weblib.php   Rev. 1.1127    (+3 -3 lines)
MODIFY lib/form/filepicker.php   Rev. 1.10    (+6 -2 lines)
MODIFY repository/boxnet/repository.class.php   Rev. 1.25    (+3 -1 lines)
MODIFY repository/lib.php   Rev. 1.37    (+164 -80 lines)
Dongsheng Cai committed 2 files to 'Moodle CVS' - 20/Aug/08 11:47 AM
MDL-13766
Better tree building
MODIFY repository/boxnet/repository.class.php   Rev. 1.26    (+1 -2 lines)
MODIFY repository/lib.php   Rev. 1.38    (+23 -37 lines)
Dongsheng Cai committed 5 files to 'Moodle CVS' - 20/Aug/08 12:24 PM
MDL-13766
improve action parameter, add comments for local plugin
MODIFY repository/boxnet/repository.class.php   Rev. 1.27    (+7 -3 lines)
MODIFY repository/Attic/ws.php   Rev. 1.17    (+2 -2 lines)
MODIFY repository/lib.php   Rev. 1.39    (+10 -5 lines)
MODIFY repository/local/repository.class.php   Rev. 1.4    (+17 -5 lines)
MODIFY repository/flickr/repository.class.php   Rev. 1.22    (+5 -1 lines)
Dongsheng Cai committed 3 files to 'Moodle CVS' - 20/Aug/08 12:53 PM
MDL-13766
add more lang string
MODIFY repository/local/repository.class.php   Rev. 1.5    (+2 -2 lines)
MODIFY lang/en_utf8/repository.php   Rev. 1.8    (+18 -8 lines)
MODIFY repository/lib.php   Rev. 1.40    (+32 -19 lines)
Mitsuhiro Yoshida committed 4 files to 'Lang CVS' - 20/Aug/08 01:35 PM
Brushed up translated help files.
MDL-13766 Translated new strings for repository.
MDL-16113 Translated a new string for scrom.
MODIFY ja_utf8/help/directorypaths.html   Rev. 1.5    (+5 -5 lines)
MODIFY ja_utf8/scorm.php   Rev. 1.32    (+2 -1 lines)
MODIFY ja_utf8/repository.php   Rev. 1.7    (+10 -0 lines)
MODIFY ja_utf8/help/advanced_markdown.html   Rev. 1.9    (+3 -3 lines)
Dongsheng Cai committed 4 files to 'Moodle CVS' - 20/Aug/08 02:38 PM
MDL-13766
Show manage link for each repository
MODIFY repository/lib.php   Rev. 1.41    (+45 -21 lines)
MODIFY repository/flickr/repository.class.php   Rev. 1.23    (+1 -1 lines)
MODIFY repository/boxnet/repository.class.php   Rev. 1.28    (+1 -0 lines)
MODIFY repository/local/repository.class.php   Rev. 1.6    (+2 -1 lines)
Dongsheng Cai committed 4 files to 'Moodle CVS' - 20/Aug/08 03:26 PM
MDL-13766, use one api_key for all boxnet instances
MODIFY lang/en_utf8/repository.php   Rev. 1.9    (+2 -1 lines)
MODIFY repository/boxnet/repository.class.php   Rev. 1.29    (+23 -2 lines)
MODIFY repository/flickr/repository.class.php   Rev. 1.24    (+0 -1 lines)
MODIFY repository/lib.php   Rev. 1.42    (+1 -0 lines)
Dongsheng Cai committed 2 files to 'Moodle CVS' - 20/Aug/08 03:51 PM
MDL-13766, fix a not_logged_in bug
MODIFY repository/lib.php   Rev. 1.43    (+27 -29 lines)
MODIFY repository/boxnet/repository.class.php   Rev. 1.30    (+3 -1 lines)
Mitsuhiro Yoshida committed 5 files to 'Lang CVS' - 21/Aug/08 02:24 AM
MDL-15075. Update a translated help file for grade aggregation based on lang/en_utf8 change.
MDL-14591 Translated a new string for portfolio.
MDL-13766 Translated a new string for repository.
Translated a new string for simpletest.
MODIFY ja_utf8/repository.php   Rev. 1.8    (+1 -0 lines)
MODIFY ja_utf8/portfolio.php   Rev. 1.15    (+1 -0 lines)
MODIFY ja_utf8/README   Rev. 1.792    (+1 -1 lines)
MODIFY ja_utf8/simpletest.php   Rev. 1.8    (+6 -5 lines)
MODIFY ja_utf8/help/grade/aggregation.html   Rev. 1.5    (+4 -4 lines)
Dongsheng Cai committed 1 file to 'Moodle CVS' - 21/Aug/08 10:05 AM
"MDL-13766, ws.php should not be cached"
MODIFY repository/Attic/ws.php   Rev. 1.18    (+2 -0 lines)
Dongsheng Cai committed 1 file to 'Moodle CVS' - 21/Aug/08 10:46 AM
"MDL-13766, beautify source code"
MODIFY repository/lib.php   Rev. 1.46    (+505 -504 lines)
Dongsheng Cai committed 1 file to 'Moodle CVS' - 21/Aug/08 02:13 PM
"MDL-13766, small fix for repository"
MODIFY repository/lib.php   Rev. 1.47    (+22 -16 lines)
Dongsheng Cai committed 3 files to 'Moodle CVS' - 21/Aug/08 04:07 PM
MDL-13766, fix javascript error and improve css.
MODIFY repository/boxnet/Attic/boxlibphp5.php   Rev. 1.16    (+5 -0 lines)
MODIFY repository/boxnet/repository.class.php   Rev. 1.31    (+2 -1 lines)
MODIFY repository/lib.php   Rev. 1.48    (+7 -6 lines)
Dongsheng Cai committed 2 files to 'Moodle CVS' - 21/Aug/08 05:27 PM
MDL-13766, boxnet files show as a tree now!
MODIFY repository/boxnet/Attic/boxlibphp5.php   Rev. 1.17    (+59 -1 lines)
MODIFY repository/boxnet/repository.class.php   Rev. 1.32    (+4 -29 lines)
Mathieu Petit-Clair committed 1 file to 'Moodle CVS' - 22/Aug/08 01:59 PM
MDL-13766: adding some documentation for the file listing sent back by a repository plugin
MODIFY repository/lib.php   Rev. 1.49    (+30 -1 lines)
Mathieu Petit-Clair committed 1 file to 'Moodle CVS' - 22/Aug/08 02:06 PM
MDL-13766: improve documentation
MODIFY repository/lib.php   Rev. 1.50    (+9 -9 lines)
Dongsheng Cai committed 1 file to 'Moodle CVS' - 22/Aug/08 02:10 PM
"MDL-13766, browse subfolder in thumbview"
MODIFY repository/lib.php   Rev. 1.51    (+29 -12 lines)
Mathieu Petit-Clair committed 1 file to 'Moodle CVS' - 22/Aug/08 02:24 PM
MDL-13766 better documentation (forgot one field, re-ordered fields)
MODIFY repository/lib.php   Rev. 1.52    (+7 -5 lines)
Dongsheng Cai committed 1 file to 'Moodle CVS' - 22/Aug/08 03:29 PM
"MDL-13766, make folder in treeview looks different from the files"
MODIFY repository/lib.php   Rev. 1.53    (+4 -3 lines)
Dongsheng Cai committed 8 files to 'Moodle CVS' - 26/Aug/08 03:20 PM
MDL-13766
1. Chanage database, create 2 more tables for repository
2. One-step download in file picker
MODIFY admin/repository.php   Rev. 1.3    (+4 -2 lines)
MODIFY repository/boxnet/repository.class.php   Rev. 1.33    (+3 -2 lines)
MODIFY lib/db/upgrade.php   Rev. 1.230    (+70 -1 lines)
MODIFY repository/flickr/repository.class.php   Rev. 1.25    (+19 -0 lines)
MODIFY repository/lib.php   Rev. 1.54    (+77 -53 lines)
MODIFY lib/db/install.xml   Rev. 1.168    (+42 -26 lines)
MODIFY version.php   Rev. 1.781    (+1 -1 lines)
MODIFY repository/Attic/ws.php   Rev. 1.19    (+3 -3 lines)
Dongsheng Cai committed 2 files to 'Moodle CVS' - 26/Aug/08 04:00 PM
MDL-13766, add a cancel button on file picker, fix bugs in repository administration panel
MODIFY repository/Attic/ws.php   Rev. 1.20    (+1 -1 lines)
MODIFY repository/lib.php   Rev. 1.55    (+25 -17 lines)
Petr Skoda committed 1 file to 'Moodle CVS' - 27/Aug/08 03:44 AM
MDL-13766 optimised upgrade - no need to create & modify repository table and delete it afterwards
MODIFY lib/db/upgrade.php   Rev. 1.231    (+1 -48 lines)
Petr Skoda committed 2 files to 'Moodle CVS' - 27/Aug/08 03:49 AM
MDL-13766 rerunning latest repo upgrade block, the 2008082600 was not correct in upgrade.php, should have been 2008082601
MODIFY lib/db/upgrade.php   Rev. 1.232    (+3 -3 lines)
MODIFY version.php   Rev. 1.782    (+1 -1 lines)
Dongsheng Cai committed 3 files to 'Moodle CVS' - 27/Aug/08 12:17 PM
MDL-13766
1. click thumbnail to download or view target file
2. fix css issues
3. boxnet api url changed
MODIFY repository/lib.php   Rev. 1.56    (+30 -16 lines)
MODIFY repository/flickr/repository.class.php   Rev. 1.26    (+6 -2 lines)
MODIFY repository/boxnet/repository.class.php   Rev. 1.34    (+1 -1 lines)
Dongsheng Cai committed 4 files to 'Moodle CVS' - 27/Aug/08 02:23 PM
MDL-13766, fix lang strings and small bugs
MODIFY repository/boxnet/Attic/boxlibphp5.php   Rev. 1.18    (+2 -2 lines)
MODIFY lang/en_utf8/repository.php   Rev. 1.12    (+3 -1 lines)
MODIFY repository/lib.php   Rev. 1.57    (+7 -5 lines)
MODIFY repository/Attic/ws.php   Rev. 1.21    (+4 -2 lines)
Mitsuhiro Yoshida committed 15 files to 'Lang CVS' - 27/Aug/08 04:28 PM
MDL-16166 Translated new strings for admin, mnet and notes.
Brushed up a translated help file for quiz max grade.
MDL-7010 Translated new strings for quiz settings.
MDL-13766 Translated new strings for repository.
Updated translated strings for repository based on lang/en_utf8 change.
MODIFY ja_utf8/quiz_analysis.php   Rev. 1.8    (+2 -1 lines)
MODIFY ja_utf8/help/quiz/maxgrade.html   Rev. 1.6    (+2 -2 lines)
MODIFY ja_utf8/repository.php   Rev. 1.9    (+6 -4 lines)
MODIFY ja_utf8/admin.php   Rev. 1.296    (+2 -1 lines)
MODIFY ja_utf8/notes.php   Rev. 1.8    (+4 -1 lines)
MODIFY ja_utf8/repository_boxnet.php   Rev. 1.2    (+3 -3 lines)
MODIFY ja_utf8/quiz_grading.php   Rev. 1.9    (+2 -1 lines)
MODIFY ja_utf8/repository_flickr.php   Rev. 1.2    (+2 -2 lines)
MODIFY ja_utf8/repository_local.php   Rev. 1.2    (+5 -5 lines)
MODIFY ja_utf8/quiz_responses.php   Rev. 1.6    (+2 -1 lines)
MODIFY ja_utf8/quiz_overview.php   Rev. 1.18    (+2 -1 lines)
MODIFY ja_utf8/quiz_statistics.php   Rev. 1.15    (+6 -5 lines)
MODIFY ja_utf8/mnet.php   Rev. 1.42    (+2 -1 lines)
MODIFY ja_utf8/quiz.php   Rev. 1.159    (+20 -1 lines)
MODIFY ja_utf8/README   Rev. 1.796    (+1 -1 lines)
martignoni committed 1 file to 'Lang CVS' - 27/Aug/08 04:42 PM
MDL-13766, strings added
MODIFY fr_utf8/repository.php   Rev. 1.6    (+5 -2 lines)
martignoni committed 1 file to 'Lang CVS' - 27/Aug/08 05:37 PM
MDL-13766 Strings added
MODIFY fr_utf8/repository.php   Rev. 1.7    (+11 -2 lines)
martignoni committed 1 file to 'Lang CVS' - 27/Aug/08 05:42 PM
MDL-13766, string translated
MODIFY fr_utf8/repository.php   Rev. 1.9    (+2 -1 lines)
martignoni committed 1 file to 'Lang CVS' - 27/Aug/08 07:41 PM
MDL-13766, strings added
MODIFY fr_utf8/repository.php   Rev. 1.13    (+3 -1 lines)
Dongsheng Cai committed 2 files to 'Moodle CVS' - 28/Aug/08 10:23 AM
MDL-13766, verify data before return to browser.
MODIFY repository/lib.php   Rev. 1.58    (+34 -22 lines)
MODIFY repository/Attic/ws.php   Rev. 1.22    (+1 -3 lines)
Jerome Mouneyrac committed 5 files to 'Moodle CVS' - 28/Aug/08 01:13 PM
MDL-13766: refactor all libary functions, they now all start with repository_
MODIFY repository/Attic/ws.php   Rev. 1.23    (+1 -1 lines)
MODIFY lib/weblib.php   Rev. 1.1131    (+3 -3 lines)
MODIFY lib/form/filepicker.php   Rev. 1.13    (+2 -2 lines)
MODIFY repository/Attic/ajax.php   Rev. 1.19    (+1 -1 lines)
MODIFY repository/lib.php   Rev. 1.59    (+3 -3 lines)
Jerome Mouneyrac committed 4 files to 'Moodle CVS' - 28/Aug/08 01:23 PM
MDL-13766: refactor all repository_instance() => repository_get_instance()
MODIFY admin/repository.php   Rev. 1.4    (+4 -4 lines)
MODIFY repository/lib.php   Rev. 1.60    (+3 -3 lines)
MODIFY repository/Attic/ws.php   Rev. 1.24    (+1 -1 lines)
MODIFY repository/boxnet/Attic/settings.php   Rev. 1.2    (+2 -2 lines)
Jerome Mouneyrac committed 5 files to 'Moodle CVS' - 28/Aug/08 01:30 PM
MDL-13766: refactor all repository_instances() => repository_get_instances()
MODIFY repository/lib.php   Rev. 1.61    (+21 -21 lines)
MODIFY user/repository.php   Rev. 1.4    (+2 -2 lines)
MODIFY user/tabs.php   Rev. 1.62    (+2 -2 lines)
MODIFY lib/adminlib.php   Rev. 1.249    (+3 -3 lines)
MODIFY admin/settings/plugins.php   Rev. 1.18    (+2 -2 lines)
Jerome Mouneyrac committed 1 file to 'Moodle CVS' - 28/Aug/08 02:15 PM
MDL-13766: fix/add comments
MODIFY repository/lib.php   Rev. 1.62    (+104 -43 lines)
Dongsheng Cai committed 2 files to 'Moodle CVS' - 28/Aug/08 02:23 PM
MDL-13766
1. Change location of cached and downloaded files
2. Clean up expired cache files
3. Remove downloaded files after completing moving
MODIFY lib/filelib.php   Rev. 1.87    (+6 -5 lines)
MODIFY repository/lib.php   Rev. 1.63    (+10 -9 lines)
Dongsheng Cai committed 1 file to 'Moodle CVS' - 28/Aug/08 02:39 PM
"MDL-13766, update comments"
MODIFY repository/lib.php   Rev. 1.64    (+20 -32 lines)
Dongsheng Cai committed 2 files to 'Moodle CVS' - 29/Aug/08 02:31 PM
MDL-13766
1. click icon to download
2. display filename when downloading complete
MODIFY repository/Attic/ws.php   Rev. 1.25    (+2 -2 lines)
MODIFY repository/lib.php   Rev. 1.65    (+66 -45 lines)
Dongsheng Cai committed 3 files to 'Moodle CVS' - 29/Aug/08 03:45 PM
MDL-13766
1. attach seekey to ajax request
2. fix string
MODIFY repository/boxnet/repository.class.php   Rev. 1.35    (+3 -2 lines)
MODIFY repository/lib.php   Rev. 1.66    (+40 -17 lines)
MODIFY repository/flickr/repository.class.php   Rev. 1.27    (+2 -2 lines)
Dongsheng Cai committed 1 file to 'Moodle CVS' - 29/Aug/08 05:17 PM
MDL-13766, add a lang string.
MODIFY lang/en_utf8/repository.php   Rev. 1.13    (+2 -1 lines)
Mitsuhiro Yoshida committed 9 files to 'Lang CVS' - 30/Aug/08 09:42 PM
MDL-13766 - Translated a new string for repository.
MDL-16267 - Updated a translated string for messaging.
MDL-16267 - Adding three new translated lang files for message processor.
MDL-15362 - Addding a translated lang file for Mahara portfolio plugin.
MDL-16263 - Translated new strings for question and role.
ADD ja_utf8/messageprocessor_jabber.php   Rev. 1.1    (+0 -0 lines)
MODIFY ja_utf8/question.php   Rev. 1.26    (+6 -1 lines)
MODIFY ja_utf8/role.php   Rev. 1.70    (+9 -8 lines)
MODIFY ja_utf8/README   Rev. 1.799    (+1 -1 lines)
ADD ja_utf8/portfolio_mahara.php   Rev. 1.1    (+0 -0 lines)
ADD ja_utf8/messageprocessor_email.php   Rev. 1.1    (+0 -0 lines)
MODIFY ja_utf8/message.php   Rev. 1.19    (+3 -2 lines)
ADD ja_utf8/messageprocessor_popup.php   Rev. 1.1    (+0 -0 lines)
MODIFY ja_utf8/repository.php   Rev. 1.10    (+2 -1 lines)
Dongsheng Cai committed 2 files to 'Moodle CVS' - 31/Aug/08 12:48 AM
Dongsheng Cai committed 1 file to 'Moodle CVS' - 01/Sep/08 10:00 AM
"MDL-13766, display file name after file downloaded"
MODIFY lib/form/filepicker.php   Rev. 1.14    (+3 -3 lines)
Dongsheng Cai committed 3 files to 'Moodle CVS' - 01/Sep/08 11:07 AM
MDL-13766, add a navbar to thumbnail view.
MODIFY repository/lib.php   Rev. 1.69    (+16 -25 lines)
MODIFY repository/boxnet/repository.class.php   Rev. 1.37    (+2 -2 lines)
MODIFY repository/boxnet/Attic/boxlibphp5.php   Rev. 1.19    (+7 -3 lines)
Dongsheng Cai committed 2 files to 'Moodle CVS' - 01/Sep/08 02:04 PM
MDL-13766, pictures for file picker.
MODIFY pix/i/loading.gif   Rev. 1.2    (+0 -0 lines)
MODIFY pix/i/progressbar.gif   Rev. 1.1    (+0 -0 lines)
Dongsheng Cai committed 2 files to 'Moodle CVS' - 01/Sep/08 02:05 PM
"MDL-13766, improve loading UI"
MODIFY repository/lib.php   Rev. 1.70    (+20 -7 lines)
MODIFY lang/en_utf8/repository.php   Rev. 1.14    (+2 -1 lines)
Mitsuhiro Yoshida committed 3 files to 'Lang CVS' - 01/Sep/08 03:01 PM
MDL-16268 - Translated a new string for messaging.
MDL-13766 - Translated a new string for repostitory.
MODIFY ja_utf8/README   Rev. 1.800    (+1 -1 lines)
MODIFY ja_utf8/message.php   Rev. 1.20    (+1 -0 lines)
MODIFY ja_utf8/repository.php   Rev. 1.11    (+2 -1 lines)
Dongsheng Cai committed 2 files to 'Moodle CVS' - 01/Sep/08 04:19 PM
MDL-13766
Upload plugin added
MODIFY repository/lib.php   Rev. 1.71    (+67 -11 lines)
MODIFY repository/Attic/ws.php   Rev. 1.26    (+15 -5 lines)
Dongsheng Cai committed 3 files to 'Moodle CVS' - 01/Sep/08 04:21 PM
Dongsheng Cai committed 1 file to 'Moodle CVS' - 01/Sep/08 04:48 PM
"MDL-13766, improve upload UI"
MODIFY repository/lib.php   Rev. 1.72    (+22 -10 lines)
Dongsheng Cai committed 2 files to 'Moodle CVS' - 01/Sep/08 05:10 PM
"MDL-13766, create instances for each plugin, testing"
MODIFY version.php   Rev. 1.791    (+1 -1 lines)
MODIFY lib/db/upgrade.php   Rev. 1.235    (+83 -1 lines)
Dongsheng Cai committed 4 files to 'Moodle CVS' - 02/Sep/08 12:05 PM
MDL-13766
1. Remove search link in upload plugin
2. add get_name function
MODIFY repository/upload/repository.class.php   Rev. 1.2    (+6 -2 lines)
MODIFY repository/lib.php   Rev. 1.73    (+23 -3 lines)
MODIFY repository/local/repository.class.php   Rev. 1.11    (+4 -1 lines)
ADD lang/en_utf8/repository_upload.php   Rev. 1.1    (+0 -0 lines)
Dongsheng Cai committed 1 file to 'Moodle CVS' - 02/Sep/08 12:08 PM
"MDL-13766, pass repository name"
MODIFY repository/Attic/ws.php   Rev. 1.27    (+2 -2 lines)
Dongsheng Cai committed 3 files to 'Moodle CVS' - 02/Sep/08 05:21 PM
MDL-13766, remove old testing page
DEL repository/Attic/picker.php   Rev. 1.6    (+0 -0 lines)
DEL repository/Attic/style.css   Rev. 1.3    (+0 -0 lines)
DEL repository/Attic/ajax.php   Rev. 1.20    (+0 -0 lines)
Mitsuhiro Yoshida committed 6 files to 'Lang CVS' - 02/Sep/08 11:25 PM
MDL-13766 - Adding a translated lang file for repository upload.
MDL-15402 - Translated new strings for repository administration.
MDL-15362 - Translated a new string for mahara portfolio plugin
MODIFY ja_utf8/repository_boxnet.php   Rev. 1.3    (+2 -1 lines)
MODIFY ja_utf8/repository.php   Rev. 1.12    (+13 -3 lines)
ADD ja_utf8/repository_upload.php   Rev. 1.1    (+0 -0 lines)
MODIFY ja_utf8/moodle.php   Rev. 1.311    (+2 -1 lines)
MODIFY ja_utf8/README   Rev. 1.802    (+1 -1 lines)
MODIFY ja_utf8/portfolio_mahara.php   Rev. 1.3    (+2 -1 lines)
Dongsheng Cai committed 1 file to 'Moodle CVS' - 03/Sep/08 01:35 PM
"MDL-13766, fix css problem"
MODIFY repository/lib.php   Rev. 1.75    (+7 -6 lines)
Dongsheng Cai committed 2 files to 'Moodle CVS' - 03/Sep/08 04:20 PM
"MDL-13766, improve css"
MODIFY repository/lib.php   Rev. 1.77    (+18 -22 lines)
MODIFY lang/en_utf8/repository.php   Rev. 1.17    (+2 -1 lines)
Dongsheng Cai committed 1 file to 'Moodle CVS' - 03/Sep/08 04:45 PM
"MDL-13766, change color scheme, make file picker look better"
MODIFY repository/lib.php   Rev. 1.78    (+8 -2 lines)
Mitsuhiro Yoshida committed 3 files to 'Lang CVS' - 04/Sep/08 12:52 AM
MDL-16263 - Translated a new string for question flagging.
MDL-13766, MDL-15402 - Translated new strings for repository.
MODIFY ja_utf8/question.php   Rev. 1.27    (+2 -1 lines)
MODIFY ja_utf8/README   Rev. 1.803    (+1 -1 lines)
MODIFY ja_utf8/repository.php   Rev. 1.14    (+4 -0 lines)
Dongsheng Cai committed 1 file to 'Moodle CVS' - 04/Sep/08 12:36 PM
"MDL-13766, highlight filename when downloading a file"
MODIFY repository/lib.php   Rev. 1.83    (+3 -2 lines)
Dongsheng Cai committed 1 file to 'Moodle CVS' - 04/Sep/08 01:23 PM
"MDL-13766, order repository instances"
MODIFY repository/lib.php   Rev. 1.84    (+8 -19 lines)
Dongsheng Cai committed 1 file to 'Moodle CVS' - 04/Sep/08 01:40 PM
"MDL-13766, recommit jerome's changes"
MODIFY repository/lib.php   Rev. 1.85    (+15 -5 lines)
Dongsheng Cai committed 3 files to 'Moodle CVS' - 04/Sep/08 02:28 PM
"MDL-13766, check context id"
MODIFY repository/Attic/ws.php   Rev. 1.28    (+6 -0 lines)
MODIFY lang/en_utf8/repository.php   Rev. 1.22    (+2 -1 lines)
MODIFY repository/lib.php   Rev. 1.86    (+27 -0 lines)
Dongsheng Cai committed 1 file to 'Moodle CVS' - 04/Sep/08 02:50 PM
"MDL-13766, donot create boxnet and flickr instances automatically, for local and upload plugin, the instance name should get from lang file"
MODIFY lib/db/upgrade.php   Rev. 1.236    (+3 -41 lines)
Mitsuhiro Yoshida committed 1 file to 'Lang CVS' - 04/Sep/08 03:08 PM
MDL-13766, MDL-15402 - Translated new strings for repository.
MODIFY ja_utf8/repository.php   Rev. 1.16    (+4 -0 lines)
Dongsheng Cai committed 1 file to 'Moodle CVS' - 05/Sep/08 10:05 AM
"MDL-13766, adjust file picker UI"
MODIFY repository/lib.php   Rev. 1.89    (+11 -9 lines)
Mathieu Petit-Clair committed 1 file to 'Moodle CVS' - 05/Sep/08 10:41 AM
MDL-13766: missing argument in function.
MODIFY repository/lib.php   Rev. 1.90    (+2 -2 lines)
Dongsheng Cai committed 1 file to 'Moodle CVS' - 05/Sep/08 10:51 AM
"MDL-13766, use a random path for uploaded file"
MODIFY repository/upload/repository.class.php   Rev. 1.5    (+3 -2 lines)
Mathieu Petit-Clair committed 1 file to 'Moodle CVS' - 05/Sep/08 03:39 PM
MDL-13766: adjust comments & code to match, and make saved time consistent.
MODIFY repository/lib.php   Rev. 1.92    (+8 -8 lines)
Dongsheng Cai committed 1 file to 'Moodle CVS' - 05/Sep/08 04:11 PM
"MDL-13766, fix a bug introduced by last commit"
MODIFY repository/lib.php   Rev. 1.93    (+2 -2 lines)
Dongsheng Cai committed 1 file to 'Moodle CVS' - 05/Sep/08 06:14 PM
"MDL-13766, fire onchange event in tinymce to preview picture"
MODIFY repository/lib.php   Rev. 1.95    (+2 -1 lines)
martignoni committed 1 file to 'Lang CVS' - 05/Sep/08 06:37 PM
MDL-13766, new string
MODIFY fr_utf8/repository.php   Rev. 1.15    (+2 -1 lines)
martignoni committed 1 file to 'Lang CVS' - 05/Sep/08 06:59 PM
MDL-13766, string translated
MODIFY fr_utf8/repository.php   Rev. 1.16    (+2 -1 lines)
martignoni committed 1 file to 'Lang CVS' - 08/Sep/08 03:07 AM
MDL-13766 new lang file added
ADD fr_utf8/repository_upload.php   Rev. 1.1    (+0 -0 lines)
martignoni committed 1 file to 'Lang CVS' - 08/Sep/08 03:29 AM
MDL-13766 New string
MODIFY fr_utf8/repository.php   Rev. 1.19    (+2 -1 lines)
martignoni committed 1 file to 'Lang CVS' - 08/Sep/08 03:37 AM
MDL-13766, new string
MODIFY fr_utf8/repository.php   Rev. 1.23    (+2 -1 lines)
Mathieu Petit-Clair committed 1 file to 'Moodle CVS' - 08/Sep/08 11:07 AM
MDL-13766: make the filepicker work over https when necessary.
MODIFY repository/lib.php   Rev. 1.96    (+26 -26 lines)
Dongsheng Cai committed 4 files to 'Moodle CVS' - 08/Sep/08 01:38 PM
Dongsheng Cai committed 4 files to 'Moodle CVS' - 08/Sep/08 02:20 PM
MDL-13766
1. fix boxnet search feature
2. fix bugs in global search
MODIFY repository/Attic/ws.php   Rev. 1.30    (+5 -1 lines)
MODIFY repository/flickr/repository.class.php   Rev. 1.32    (+8 -9 lines)
MODIFY repository/boxnet/repository.class.php   Rev. 1.40    (+22 -0 lines)
MODIFY repository/lib.php   Rev. 1.98    (+16 -7 lines)
Dongsheng Cai committed 1 file to 'Moodle CVS' - 08/Sep/08 03:24 PM
"MDL-13766, fix treeview html id"
MODIFY repository/lib.php   Rev. 1.99    (+2 -2 lines)
Dongsheng Cai committed 1 file to 'Moodle CVS' - 08/Sep/08 03:51 PM
"MDL-13766, fix repository id in thumbnail view"
MODIFY repository/lib.php   Rev. 1.100    (+6 -2 lines)
Dongsheng Cai committed 4 files to 'Moodle CVS' - 08/Sep/08 04:48 PM
MDL-13766, users can delele their own cache files in fp.
MODIFY repository/lib.php   Rev. 1.101    (+68 -49 lines)
MODIFY lib/filelib.php   Rev. 1.98    (+22 -4 lines)
MODIFY lang/en_utf8/repository.php   Rev. 1.30    (+3 -1 lines)
MODIFY repository/Attic/ws.php   Rev. 1.31    (+5 -0 lines)
Mitsuhiro Yoshida committed 3 files to 'Lang CVS' - 08/Sep/08 11:48 PM
MDL-16348 - Translated new strings for admin.
MDL-13766 - Translated new strings for repository.
MODIFY ja_utf8/repository.php   Rev. 1.20    (+3 -1 lines)
MODIFY ja_utf8/README   Rev. 1.808    (+1 -1 lines)
MODIFY ja_utf8/admin.php   Rev. 1.299    (+3 -1 lines)
Dongsheng Cai committed 2 files to 'Moodle CVS' - 09/Sep/08 11:25 AM
MDL-13766
popup authentication support (draft)
MODIFY repository/Attic/ws.php   Rev. 1.32    (+43 -23 lines)
MODIFY repository/lib.php   Rev. 1.103    (+27 -14 lines)
Dongsheng Cai committed 8 files to 'Moodle CVS' - 09/Sep/08 05:04 PM
MDL-13766
1. redesign file picker UI
2. fix a bug of popup window
3. reduce number of pics per page (flickr plugin)
MODIFY repository/lib.php   Rev. 1.104    (+133 -141 lines)
MODIFY pix/a/logout.png   Rev. 1.1    (+0 -0 lines)
MODIFY repository/flickr/repository.class.php   Rev. 1.33    (+1 -1 lines)
MODIFY pix/a/refresh.png   Rev. 1.1    (+0 -0 lines)
MODIFY repository/Attic/ws.php   Rev. 1.33    (+1 -1 lines)
MODIFY pix/a/setting.png   Rev. 1.1    (+0 -0 lines)
MODIFY pix/a/search.png   Rev. 1.1    (+0 -0 lines)
MODIFY lang/en_utf8/repository.php   Rev. 1.33    (+2 -1 lines)
Mitsuhiro Yoshida committed 12 files to 'Lang CVS' - 10/Sep/08 01:20 AM
MDL-16088 - Translated new strings for SCORM.
MDL-6751,MDL-16407 - Translated new strings for admin.
MDL-16408 - Translated new strings for question types pages.
MDL-15833 - Translated new strings for portfolio.
MDL-15362 - Translated new strings for Mahara ePortfolio.
MDL-13766 - Translated new strings for repository.
MDL-16409 - Translated new strings for question instance report.
MODIFY ja_utf8/qtype_multichoice.php   Rev. 1.14    (+3 -2 lines)
ADD ja_utf8/qtype_missingtype.php   Rev. 1.1    (+0 -0 lines)
ADD ja_utf8/report_questioninstances.php   Rev. 1.1    (+0 -0 lines)
MODIFY ja_utf8/qtype_multianswer.php   Rev. 1.4    (+4 -1 lines)
MODIFY ja_utf8/repository.php   Rev. 1.23    (+2 -1 lines)
MODIFY ja_utf8/README   Rev. 1.809    (+1 -1 lines)
MODIFY ja_utf8/portfolio.php   Rev. 1.18    (+11 -1 lines)
MODIFY ja_utf8/qtype_shortanswer.php   Rev. 1.4    (+4 -1 lines)
MODIFY ja_utf8/portfolio_mahara.php   Rev. 1.6    (+6 -1 lines)
MODIFY ja_utf8/qtype_randomsamatch.php   Rev. 1.2    (+4 -1 lines)
MODIFY ja_utf8/admin.php   Rev. 1.300    (+12 -1 lines)
MODIFY ja_utf8/scorm.php   Rev. 1.34    (+14 -1 lines)
Dongsheng Cai committed 1 file to 'Moodle CVS' - 10/Sep/08 09:57 AM
"MDL-13766, fix event register bug"
MODIFY repository/lib.php   Rev. 1.105    (+6 -5 lines)
Dongsheng Cai committed 1 file to 'Moodle CVS' - 10/Sep/08 10:49 AM
"MDL-13766, load yui lib one time, TODO: load file picker code one time"
MODIFY repository/lib.php   Rev. 1.106    (+28 -15 lines)
Dongsheng Cai committed 1 file to 'Moodle CVS' - 10/Sep/08 01:20 PM
"MDL-13766, remove debug code"
MODIFY repository/boxnet/repository.class.php   Rev. 1.42    (+2 -6 lines)
Dongsheng Cai committed 5 files to 'Moodle CVS' - 10/Sep/08 03:11 PM
MDL-13766
1. change css className
2. add comments
MODIFY lib/editor/Attic/tinymce.js.php   Rev. 1.30    (+1 -0 lines)
MODIFY repository/lib.php   Rev. 1.108    (+49 -57 lines)
MODIFY lib/form/filepicker.php   Rev. 1.19    (+2 -1 lines)
MODIFY lib/boxlib.php   Rev. 1.2    (+5 -5 lines)
MODIFY repository/Attic/ws.php   Rev. 1.34    (+2 -0 lines)
Dongsheng Cai committed 1 file to 'Moodle CVS' - 10/Sep/08 03:42 PM
"MDL-13766, add path to node"
MODIFY repository/lib.php   Rev. 1.109    (+2 -1 lines)
Dongsheng Cai committed 1 file to 'Moodle CVS' - 11/Sep/08 03:58 PM
"MDL-13766, expand automaticlly"
MODIFY repository/lib.php   Rev. 1.111    (+4 -1 lines)
Dongsheng Cai committed 1 file to 'Moodle CVS' - 11/Sep/08 05:15 PM
"MDL-13766, improve settings"
MODIFY repository/flickr/repository.class.php   Rev. 1.38    (+14 -8 lines)
Dongsheng Cai committed 4 files to 'Moodle CVS' - 12/Sep/08 03:28 PM
MDL-13766, improve repository search, search interface can be defined
in print_search function now!
MODIFY repository/flickr/repository.class.php   Rev. 1.40    (+6 -3 lines)
MODIFY repository/lib.php   Rev. 1.112    (+52 -13 lines)
MODIFY repository/flickr_public/repository.class.php   Rev. 1.2    (+7 -3 lines)
MODIFY repository/Attic/ws.php   Rev. 1.36    (+3 -0 lines)
Dongsheng Cai committed 3 files to 'Moodle CVS' - 12/Sep/08 04:16 PM
MDL-13766
introduce new search API
MODIFY repository/flickr_public/repository.class.php   Rev. 1.3    (+40 -12 lines)
MODIFY repository/Attic/ws.php   Rev. 1.37    (+9 -4 lines)
MODIFY repository/lib.php   Rev. 1.113    (+18 -9 lines)
martignoni committed 1 file to 'Lang CVS' - 15/Sep/08 12:09 AM
MDL-13766, strings for cache cleaning
MODIFY fr_utf8/repository.php   Rev. 1.31    (+3 -1 lines)
moodler committed 1 file to 'Moodle CVS' - 15/Sep/08 02:56 PM
MDL-13766 Cleaned up the formatting a bit for readability
MODIFY repository/Attic/ws.php   Rev. 1.38    (+161 -163 lines)
moodler committed 1 file to 'Moodle CVS' - 15/Sep/08 02:58 PM
MDL-13766 Tidying
MODIFY repository/Attic/ws.php   Rev. 1.39    (+8 -4 lines)
Dongsheng Cai committed 5 files to 'Moodle CVS' - 15/Sep/08 05:31 PM
MDL-13766
1. create logout() and check_login() function
2. Remove the code use global varibal
MODIFY repository/lib.php   Rev. 1.116    (+20 -1 lines)
MODIFY repository/boxnet/repository.class.php   Rev. 1.44    (+68 -95 lines)
MODIFY repository/Attic/ws.php   Rev. 1.40    (+25 -17 lines)
MODIFY repository/flickr/repository.class.php   Rev. 1.42    (+46 -60 lines)
MODIFY repository/flickr_public/repository.class.php   Rev. 1.5    (+23 -35 lines)
Dongsheng Cai committed 3 files to 'Moodle CVS' - 15/Sep/08 05:42 PM
MDL-13766
1. remove repo_id field in plugin
2. remove reset varible in javascript code.
MODIFY repository/boxnet/repository.class.php   Rev. 1.45    (+15 -19 lines)
MODIFY repository/lib.php   Rev. 1.117    (+4 -4 lines)
MODIFY repository/flickr_public/repository.class.php   Rev. 1.6    (+6 -10 lines)
Dongsheng Cai committed 6 files to 'Moodle CVS' - 16/Sep/08 11:11 AM
MDL-13766
1. Clean up source code
2. use search api replace old get_listing api
MODIFY repository/flickr_public/repository.class.php   Rev. 1.8    (+34 -150 lines)
MODIFY repository/boxnet/repository.class.php   Rev. 1.47    (+36 -135 lines)
MODIFY repository/Attic/ws.php   Rev. 1.41    (+4 -3 lines)
MODIFY repository/flickr/repository.class.php   Rev. 1.44    (+41 -159 lines)
MODIFY repository/local/repository.class.php   Rev. 1.19    (+6 -6 lines)
MODIFY repository/lib.php   Rev. 1.118    (+13 -7 lines)
Dongsheng Cai committed 2 files to 'Moodle CVS' - 16/Sep/08 11:52 AM
MDL-13766, move filepicker javascript code to a seperated file.
MODIFY repository/lib.php   Rev. 1.119    (+5 -900 lines)
ADD repository/Attic/javascript.php   Rev. 1.1    (+0 -0 lines)
Dongsheng Cai committed 3 files to 'Moodle CVS' - 16/Sep/08 01:33 PM
Dongsheng Cai committed 1 file to 'Moodle CVS' - 18/Sep/08 10:25 AM
"MDL-13766, print_login should not be an abstract function"
MODIFY repository/lib.php   Rev. 1.122    (+4 -3 lines)
Dongsheng Cai committed 3 files to 'Moodle CVS' - 18/Sep/08 03:08 PM
"MDL-13766, 1) improve javascript error handle 2) add language string 3) change parameter type"
MODIFY lang/en_utf8/repository.php   Rev. 1.37    (+3 -1 lines)
MODIFY repository/Attic/javascript.php   Rev. 1.3    (+20 -23 lines)
MODIFY repository/Attic/ws.php   Rev. 1.42    (+2 -2 lines)
Mitsuhiro Yoshida committed 3 files to 'Lang CVS' - 19/Sep/08 01:44 AM
MDL-13766 - Translated new strings for repository.
MDL-16559 - Translated a new string for question.
MODIFY ja_utf8/question.php   Rev. 1.28    (+2 -1 lines)
MODIFY ja_utf8/README   Rev. 1.817    (+1 -1 lines)
MODIFY ja_utf8/repository.php   Rev. 1.27    (+3 -1 lines)
martignoni committed 1 file to 'Lang CVS' - 21/Sep/08 04:56 PM
MDL-13766, new string
MODIFY fr_utf8/repository.php   Rev. 1.34    (+2 -1 lines)
Dongsheng Cai committed 1 file to 'Moodle CVS' - 22/Sep/08 12:37 PM
"MDL-13766, press enter to do global searching"
MODIFY repository/Attic/javascript.php   Rev. 1.6    (+21 -13 lines)
Dongsheng Cai committed 1 file to 'Moodle CVS' - 06/Oct/08 09:33 AM
"MDL-13766, update yui files"
MODIFY repository/Attic/javascript.php   Rev. 1.8    (+3 -3 lines)
Dongsheng Cai committed 1 file to 'Moodle CVS' - 09/Oct/08 10:17 AM
"MDL-13766, always display personal repositories"
MODIFY repository/Attic/javascript.php   Rev. 1.10    (+3 -2 lines)
Dongsheng Cai committed 1 file to 'Moodle CVS' - 10/Oct/08 03:33 PM
"MDL-13766, update for YUI 2.6"
MODIFY repository/Attic/javascript.php   Rev. 1.11    (+19 -12 lines)
Dongsheng Cai committed 1 file to 'Moodle CVS' - 10/Oct/08 03:53 PM
"MDL-13766, strip html code in error report"
MODIFY repository/Attic/javascript.php   Rev. 1.12    (+11 -6 lines)
martignoni committed 1 file to 'Lang CVS' - 11/Oct/08 08:08 PM
MDL-13766 strings added/corrected
MODIFY fr_utf8/repository.php   Rev. 1.38    (+4 -2 lines)
Dongsheng Cai committed 1 file to 'Moodle CVS' - 13/Oct/08 03:37 PM
"Repository: repository_get_client(), treeview node doesnot support onXXX anymore, fix the problem of subsribing event MDL-13766"
MODIFY repository/Attic/javascript.php   Rev. 1.13    (+9 -2 lines)
Dongsheng Cai committed 1 file to 'Moodle CVS' - 13/Oct/08 04:38 PM
"Repository: repository_get_client(), thumbnail view fixed, MDL-13766"
MODIFY repository/Attic/javascript.php   Rev. 1.14    (+12 -3 lines)
Dongsheng Cai committed 1 file to 'Moodle CVS' - 20/Oct/08 10:14 AM
"MDL-13766, fix listing css"
MODIFY repository/Attic/javascript.php   Rev. 1.15    (+2 -2 lines)
Dongsheng Cai committed 1 file to 'Moodle CVS' - 20/Oct/08 10:26 AM
"MDL-13766, improve upload interface"
MODIFY repository/Attic/javascript.php   Rev. 1.16    (+4 -4 lines)
Dongsheng Cai committed 1 file to 'Moodle CVS' - 21/Oct/08 02:39 PM
"MDL-13766, fixed repository file picker bugs in IE"
MODIFY repository/Attic/javascript.php   Rev. 1.17    (+5 -6 lines)
Dongsheng Cai committed 1 file to 'Moodle CVS' - 22/Oct/08 11:59 AM
"MDL-13766, enable scrolling in repository listing"
MODIFY repository/Attic/javascript.php   Rev. 1.18    (+2 -2 lines)
Dongsheng Cai committed 1 file to 'Moodle CVS' - 23/Oct/08 03:10 PM
"MDL-13766, add thumbnail_width option for listing"
MODIFY repository/Attic/javascript.php   Rev. 1.19    (+11 -5 lines)
Dongsheng Cai committed 1 file to 'Moodle CVS' - 30/Oct/08 11:11 AM
"MDL-13766, the keylistener should be created dependently of the input element"
MODIFY repository/Attic/javascript.php   Rev. 1.23    (+3 -2 lines)
Dongsheng Cai committed 1 file to 'Moodle CVS' - 30/Oct/08 04:12 PM
"MDL-13766, fixed options saving bug"
MODIFY repository/lib.php   Rev. 1.139    (+6 -5 lines)
Dongsheng Cai committed 2 files to 'Moodle CVS' - 03/Nov/08 01:44 PM
"MDL-13766, support iframe repository"
MODIFY repository/lib.php   Rev. 1.141    (+23 -3 lines)
MODIFY repository/Attic/javascript.php   Rev. 1.24    (+7 -1 lines)
Dongsheng Cai committed 1 file to 'Moodle CVS' - 20/Nov/08 02:51 PM
"REPOSITORY/MDL-13766, when click cancel button, go back to file listing"
MODIFY repository/Attic/javascript.php   Rev. 1.25    (+2 -3 lines)
Dongsheng Cai committed 1 file to 'Moodle CVS' - 20/Nov/08 03:00 PM
"REPOSITORY/MDL-13766, use thumbnail view by default"
MODIFY repository/Attic/javascript.php   Rev. 1.26    (+12 -12 lines)
Dongsheng Cai committed 2 files to 'Moodle CVS' - 20/Nov/08 03:20 PM
REPOSITORY/MDL-13766
display repository name in search form.
MODIFY repository/Attic/javascript.php   Rev. 1.27    (+10 -7 lines)
MODIFY lang/en_utf8/repository.php   Rev. 1.40    (+2 -2 lines)
Dongsheng Cai committed 1 file to 'Moodle CVS' - 21/Nov/08 04:04 PM
"MDL-13766, display paging bar both top and bottom of the page"
MODIFY repository/Attic/javascript.php   Rev. 1.28    (+5 -4 lines)
Dongsheng Cai committed 1 file to 'Moodle CVS' - 21/Nov/08 04:17 PM
"REPOSITORY/MDL-13766, remove background color of file title"
MODIFY repository/Attic/javascript.php   Rev. 1.29    (+2 -2 lines)
Mitsuhiro Yoshida committed 4 files to 'Lang CVS' - 22/Nov/08 04:56 PM
MDL-16999 Translated a new string for admin.
MDL-16999 Updated translated strings for database.
MDL-13766 Updated a translated string for repository.
MODIFY ja_utf8/admin.php   Rev. 1.317    (+2 -1 lines)
MODIFY ja_utf8/repository.php   Rev. 1.30    (+2 -2 lines)
MODIFY ja_utf8/data.php   Rev. 1.101    (+3 -2 lines)
MODIFY ja_utf8/README   Rev. 1.872    (+1 -1 lines)
Dongsheng Cai committed 1 file to 'Moodle CVS' - 24/Nov/08 11:43 AM
REPOSITORY/MDL-13766
1. enable clicking title to select a file
2. remove top paging bar when renaming the file
MODIFY repository/Attic/javascript.php   Rev. 1.30    (+17 -9 lines)
Dongsheng Cai committed 1 file to 'Moodle CVS' - 24/Nov/08 02:16 PM
REPOSITORY/MDL-13766
clean up javascript code
MODIFY repository/Attic/javascript.php   Rev. 1.31    (+56 -55 lines)
Dongsheng Cai committed 5 files to 'Moodle CVS' - 26/Nov/08 12:26 PM
REPOSITORY/MDL-13766
pass mimetype and return value type to file picker to filter repository instances
MODIFY repository/Attic/javascript.php   Rev. 1.32    (+7 -6 lines)
MODIFY lib/form/filepicker.php   Rev. 1.21    (+5 -3 lines)
MODIFY lib/weblib.php   Rev. 1.1178    (+3 -3 lines)
MODIFY lib/editor/tinymce/Attic/tinymce.js.php   Rev. 1.3    (+2 -3 lines)
MODIFY repository/lib.php   Rev. 1.142    (+42 -2 lines)
Dongsheng Cai committed 1 file to 'Moodle CVS' - 26/Nov/08 12:29 PM
FILE PICKER/MDL-13766
remove debug code
MODIFY repository/Attic/javascript.php   Rev. 1.33    (+1 -2 lines)
Dongsheng Cai committed 1 file to 'Moodle CVS' - 26/Nov/08 04:11 PM
REPOSITORY/MDL-13766
improve javascript for file picker
MODIFY repository/Attic/javascript.php   Rev. 1.35    (+2 -2 lines)
martignoni committed 1 file to 'Lang CVS' - 30/Nov/08 04:13 AM
MDL-13766 tweaked string
MODIFY fr_utf8/repository.php   Rev. 1.41    (+2 -2 lines)
Dongsheng Cai committed 1 file to 'Moodle CVS' - 07/Jan/09 10:13 AM
"MDL-13766, fixed a bug concerning files filter"
MODIFY repository/lib.php   Rev. 1.150    (+2 -2 lines)
Dongsheng Cai committed 1 file to 'Moodle CVS' - 08/Jan/09 02:12 PM
"MDL-13766/REPOSITORY, deal with filtering empty directory"
MODIFY repository/lib.php   Rev. 1.151    (+4 -2 lines)
Dongsheng Cai committed 1 file to 'Moodle CVS' - 08/Jan/09 03:10 PM
"MDL-13766/REPOSITORY,make sure parent construct function will be called by repository pluigns"
MODIFY repository/lib.php   Rev. 1.152    (+29 -18 lines)
Dongsheng Cai committed 1 file to 'Moodle CVS' - 08/Jan/09 03:15 PM
"MDL-13766, fixed bug of preview link"
MODIFY repository/Attic/javascript.php   Rev. 1.43    (+5 -3 lines)
Dongsheng Cai committed 1 file to 'Moodle CVS' - 09/Jan/09 10:57 AM
"REPOSITORY/MDL-13766, allow numbers in repository name"
MODIFY admin/repository.php   Rev. 1.20    (+3 -2 lines)
Dongsheng Cai committed 1 file to 'Moodle CVS' - 09/Jan/09 12:20 PM
"REPOSITORY/MDL-13766, allow use repository name with numbers in it"
MODIFY admin/repository.php   Rev. 1.21    (+5 -5 lines)
Dongsheng Cai committed 2 files to 'Moodle CVS' - 13/Jan/09 02:04 PM
"REPOSITORY/MDL-13766, provide accepted_types when sending request"
MODIFY repository/Attic/javascript.php   Rev. 1.44    (+2 -1 lines)
MODIFY repository/lib.php   Rev. 1.153    (+3 -2 lines)
Dongsheng Cai committed 36 files to 'Moodle CVS' - 14/Jan/09 12:26 PM
"MDL-13766, use bigger icons for file picker"
MODIFY pix/f/excel-32.png   Rev. 1.1    (+0 -0 lines)
MODIFY pix/f/dotx-32.png   Rev. 1.1    (+0 -0 lines)
MODIFY repository/wikimedia/repository.class.php   Rev. 1.3    (+2 -2 lines)
MODIFY repository/alfresco/repository.class.php   Rev. 1.7    (+2 -2 lines)
MODIFY pix/f/pps-32.png   Rev. 1.1    (+0 -0 lines)
MODIFY pix/f/unknown-32.png   Rev. 1.1    (+0 -0 lines)
MODIFY pix/f/video-32.png   Rev. 1.1    (+0 -0 lines)
MODIFY pix/f/odt-32.png   Rev. 1.1    (+0 -0 lines)
MODIFY pix/f/folder-32.png   Rev. 1.1    (+0 -0 lines)
MODIFY pix/f/odp-32.png   Rev. 1.1    (+0 -0 lines)
MODIFY pix/f/docx-32.png   Rev. 1.1    (+0 -0 lines)
MODIFY pix/f/explore-32.png   Rev. 1.1    (+0 -0 lines)
MODIFY pix/f/audio-32.png   Rev. 1.1    (+0 -0 lines)
MODIFY pix/f/parent-32.png   Rev. 1.1    (+0 -0 lines)
MODIFY pix/f/xml-32.png   Rev. 1.1    (+0 -0 lines)
MODIFY repository/s3/repository.class.php   Rev. 1.2    (+3 -3 lines)
MODIFY pix/f/web-32.png   Rev. 1.1    (+0 -0 lines)
MODIFY pix/f/html-32.png   Rev. 1.1    (+0 -0 lines)
MODIFY pix/f/dotm-32.png   Rev. 1.1    (+0 -0 lines)
MODIFY pix/f/edit-32.png   Rev. 1.1    (+0 -0 lines)
MODIFY pix/f/word-32.png   Rev. 1.1    (+0 -0 lines)
MODIFY repository/boxnet/repository.class.php   Rev. 1.58    (+2 -2 lines)
MODIFY pix/f/powerpoint-32.png   Rev. 1.1    (+0 -0 lines)
MODIFY pix/f/help-32.png   Rev. 1.1    (+0 -0 lines)
MODIFY pix/f/avi-32.png   Rev. 1.1    (+0 -0 lines)
MODIFY lib/filelib.php   Rev. 1.120    (+13 -2 lines)
MODIFY pix/f/ppsx-32.png   Rev. 1.1    (+0 -0 lines)
MODIFY repository/lib.php   Rev. 1.154    (+3 -3 lines)
MODIFY pix/f/image-32.png   Rev. 1.1    (+0 -0 lines)
MODIFY pix/f/dmg-32.png   Rev. 1.1    (+0 -0 lines)
MODIFY pix/f/docm-32.png   Rev. 1.1    (+0 -0 lines)
MODIFY pix/f/pptx-32.png   Rev. 1.1    (+0 -0 lines)
MODIFY pix/f/text-32.png   Rev. 1.1    (+0 -0 lines)
MODIFY repository/smb/Attic/repository.class.php   Rev. 1.5    (+2 -2 lines)
MODIFY pix/f/zip-32.png   Rev. 1.1    (+0 -0 lines)
MODIFY repository/webdav/repository.class.php   Rev. 1.3    (+2 -2 lines)
Dongsheng Cai committed 1 file to 'Moodle CVS' - 14/Jan/09 01:26 PM
"REPOSITORY/MDL-13766, 1. move preview link to the top; 2. click folder title to enter "
MODIFY repository/Attic/javascript.php   Rev. 1.45    (+11 -9 lines)
Dongsheng Cai committed 1 file to 'Moodle CVS' - 14/Jan/09 01:40 PM
"MDL-13766, move login form to the center of panal"
MODIFY repository/Attic/javascript.php   Rev. 1.46    (+4 -2 lines)
Dongsheng Cai committed 1 file to 'Moodle CVS' - 15/Jan/09 03:53 PM
"REPOSITORY/MDL-13766, use default icon for unknow file type"
MODIFY lib/filelib.php   Rev. 1.121    (+7 -3 lines)
Dongsheng Cai committed 1 file to 'Moodle CVS' - 19/Jan/09 04:07 PM
"REPOSITORY/MDL-13766, merge js files into one file"
MODIFY repository/Attic/javascript.php   Rev. 1.48    (+46 -27 lines)
Dongsheng Cai committed 1 file to 'Moodle CVS' - 19/Jan/09 04:49 PM
"REPOSITORY/MDL-13766, fix js path"
MODIFY repository/Attic/javascript.php   Rev. 1.49    (+2 -2 lines)
Dongsheng Cai committed 1 file to 'Moodle CVS' - 17/Feb/09 10:47 AM
"FILEPICKER/MDL-13766, fix type"
MODIFY repository/Attic/javascript.php   Rev. 1.52    (+2 -2 lines)
Dongsheng Cai committed 1 file to 'Moodle CVS' - 18/Feb/09 02:33 PM
"REPOSITORY/MDL-13766, add thumbnail_alt, thumbnail_title and shorttitle parameters to repository api"
MODIFY repository/Attic/javascript.php   Rev. 1.54    (+10 -1 lines)
Dongsheng Cai committed 2 files to 'Moodle CVS' - 19/Feb/09 04:28 PM
"REPOSITORY/MDL-13766, rename gloabl search button"
MODIFY repository/Attic/javascript.php   Rev. 1.56    (+3 -2 lines)
MODIFY lang/en_utf8/repository.php   Rev. 1.43    (+2 -1 lines)
Mitsuhiro Yoshida committed 6 files to 'Lang CVS' - 23/Feb/09 03:20 AM
Brushed up a translated string for block course summary.
MDL-14589 Translated a new string for course section summary.
MDL-18041 Translated a new string for security report.
MDL-13766 Translated a new string for repository.
Brushed up a translated string for tinymce.
MODIFY ja_utf8/README   Rev. 1.950    (+1 -1 lines)
MODIFY ja_utf8/repository.php   Rev. 1.33    (+2 -1 lines)
MODIFY ja_utf8/block_course_summary.php   Rev. 1.5    (+2 -2 lines)
MODIFY ja_utf8/moodle.php   Rev. 1.348    (+2 -1 lines)
MODIFY ja_utf8/report_security.php   Rev. 1.16    (+2 -1 lines)
MODIFY ja_utf8/Attic/tinymce.php   Rev. 1.19    (+2 -2 lines)
Dongsheng Cai committed 1 file to 'Moodle CVS' - 24/Feb/09 05:24 PM
"REPOSITORY/MDL-13766, check varible before setting style"
MODIFY repository/Attic/javascript.php   Rev. 1.58    (+4 -2 lines)
Dongsheng Cai committed 2 files to 'Moodle CVS' - 27/Feb/09 01:29 PM
"REPOSITORY/MDL-13766, 1. support help option 2. make breadcrumb clickable"
MODIFY repository/Attic/javascript.php   Rev. 1.60    (+14 -3 lines)
MODIFY pix/a/help.png   Rev. 1.1    (+0 -0 lines)
Dongsheng Cai committed 1 file to 'Moodle CVS' - 27/Feb/09 03:25 PM
"REPOSITORY/MDL-13766, should not use abstract function in repository base class, inproperly use of parameters can break moodle page"
MODIFY repository/lib.php   Rev. 1.156    (+3 -3 lines)
Dongsheng Cai committed 1 file to 'Moodle CVS' - 27/Feb/09 03:38 PM
"REPOSITORY/MDL-13766, repaint filepicker when hide/show it"
MODIFY repository/Attic/javascript.php   Rev. 1.61    (+3 -1 lines)
martignoni committed 1 file to 'Lang CVS' - 01/Mar/09 09:43 PM
MDL-13766 New string for federated search
MODIFY fr_utf8/repository.php   Rev. 1.44    (+2 -1 lines)
Dongsheng Cai committed 1 file to 'Moodle CVS' - 05/Mar/09 02:22 PM
"FILEPICKER/MDL-13766, fix search action"
MODIFY repository/Attic/javascript.php   Rev. 1.62    (+2 -3 lines)
Dongsheng Cai committed 4 files to 'Moodle CVS' - 05/Mar/09 02:40 PM
"REPOSITORY/MDL-13766, improve create function"
MODIFY admin/repository.php   Rev. 1.22    (+8 -5 lines)
MODIFY repository/lib.php   Rev. 1.159    (+8 -9 lines)
MODIFY repository/flickr_public/repository.class.php   Rev. 1.35    (+7 -2 lines)
MODIFY lang/en_utf8/repository.php   Rev. 1.46    (+2 -1 lines)
Mitsuhiro Yoshida committed 2 files to 'Lang CVS' - 07/Mar/09 02:34 AM
MDL-13766 Translated new strings for repository.
MODIFY ja_utf8/README   Rev. 1.956    (+1 -1 lines)
MODIFY ja_utf8/repository.php   Rev. 1.34    (+3 -1 lines)
martignoni committed 1 file to 'Lang CVS' - 09/Mar/09 01:51 AM
MDL-13766 new string added
MODIFY fr_utf8/repository.php   Rev. 1.47    (+2 -1 lines)
Dongsheng Cai committed 2 files to 'Moodle CVS' - 11/Mar/09 03:03 PM
"REPOSITORY, FILEPICKER/MDL-13766, plugin developers can define login button label."
MODIFY repository/flickr_public/repository.class.php   Rev. 1.36    (+3 -1 lines)
MODIFY repository/Attic/javascript.php   Rev. 1.63    (+3 -2 lines)
Dongsheng Cai committed 1 file to 'Moodle CVS' - 12/Mar/09 05:02 PM
"REPOSITORY/MDL-13766, return unknown type icon for repository api"
MODIFY lib/filelib.php   Rev. 1.129    (+5 -2 lines)
Dongsheng Cai committed 1 file to 'Moodle CVS' - 12/Mar/09 05:44 PM
"REPOSITORY/MDL-13766, sometimes element id is missing, fixed"
MODIFY repository/Attic/javascript.php   Rev. 1.64    (+5 -3 lines)
Dongsheng Cai committed 1 file to 'Moodle CVS' - 13/Mar/09 11:52 AM
"REPOSITORY/MDL-13766, 1. don't remove file if repository_no_delete is set 2. remove a useless function"
MODIFY repository/lib.php   Rev. 1.161    (+9 -24 lines)
Dongsheng Cai committed 9 files to 'Moodle CVS' - 16/Mar/09 11:16 AM
Dongsheng Cai committed 1 file to 'Moodle CVS' - 21/Apr/09 10:30 AM
"MDL-13766, remove debug code"
MODIFY repository/Attic/ws.php   Rev. 1.53    (+1 -3 lines)
Dongsheng Cai committed 1 file to 'Moodle CVS' - 21/Apr/09 06:02 PM
"MDL-13766, clean up repository code"
MODIFY repository/lib.php   Rev. 1.169    (+38 -104 lines)
Dongsheng Cai committed 1 file to 'Moodle CVS' - 22/Apr/09 12:54 PM
"Repository/MDL-13766, search_result should be boolean value"
MODIFY repository/Attic/ws.php   Rev. 1.55    (+2 -2 lines)
Dongsheng Cai committed 1 file to 'Moodle CVS' - 22/Apr/09 03:41 PM
"file picker/MDL-13766, hide breadcrumb trail when select a file"
MODIFY repository/repository.js   Rev. 1.5    (+14 -18 lines)
Dongsheng Cai committed 2 files to 'Moodle CVS' - 24/Apr/09 11:19 AM
"MDL-13766, improve file picker login interface"
MODIFY lang/en_utf8/repository.php   Rev. 1.50    (+2 -2 lines)
MODIFY repository/repository.js   Rev. 1.6    (+10 -8 lines)
Dongsheng Cai committed 1 file to 'Moodle CVS' - 24/Apr/09 11:24 AM
"MDL-13766, display progress bar when callback function is executing"
MODIFY repository/repository.js   Rev. 1.7    (+2 -3 lines)
Dongsheng Cai committed 1 file to 'Moodle CVS' - 24/Apr/09 12:53 PM
"MDL-13766, output repository id when logging out"
MODIFY repository/Attic/ws.php   Rev. 1.57    (+2 -1 lines)
martignoni committed 1 file to 'Lang CVS' - 24/Apr/09 03:59 PM
MDL-13766 String reworded
MODIFY fr_utf8/repository.php   Rev. 1.53    (+2 -2 lines)
Mitsuhiro Yoshida committed 5 files to 'Lang CVS' - 24/Apr/09 11:37 PM
MDL-18942 Translated a new string for error messages.
MDL-18830 Translated new strings for repository flickr.
MDL-18942 Translated a new string for grade.
MDL-13766 Updated a translated string for file picker login interface based on lang/en_utf8 improvement.
MODIFY ja_utf8/grades.php   Rev. 1.154    (+3 -2 lines)
MODIFY ja_utf8/README   Rev. 1.985    (+1 -1 lines)
MODIFY ja_utf8/repository.php   Rev. 1.39    (+1 -1 lines)
MODIFY ja_utf8/repository_flickr_public.php   Rev. 1.5    (+10 -1 lines)
MODIFY ja_utf8/error.php   Rev. 1.133    (+2 -1 lines)
Dongsheng Cai committed 2 files to 'Moodle CVS' - 04/May/09 04:59 PM
"MDL-13766, improve file picker pagination"
MODIFY repository/repository.js   Rev. 1.15    (+1 -1 lines)
MODIFY repository/repository.src.js   Rev. 1.3    (+20 -6 lines)
Dongsheng Cai committed 1 file to 'Moodle CVS' - 04/May/09 05:25 PM
"MDL-13766, if moodle is working on HTTPS, then we are not allowed to access parent window, we need to warn users what is going on, and tell them to refresh repository manually"
MODIFY repository/Attic/ws.php   Rev. 1.60    (+8 -1 lines)
Dongsheng Cai committed 2 files to 'Moodle CVS' - 07/May/09 02:10 PM
"MDL-13766, disable toolbar is logging needed"
MODIFY repository/repository.src.js   Rev. 1.4    (+3 -1 lines)
MODIFY repository/repository.js   Rev. 1.16    (+1 -1 lines)
Dongsheng Cai committed 13 files to 'Moodle CVS' - 07/May/09 02:47 PM
"MDL-13766, add extra yui images for yui treeview, this will display folder-style treeview in file picker"
MODIFY pix/y/tm.gif   Rev. 1.1    (+0 -0 lines)
MODIFY pix/y/lmh.gif   Rev. 1.1    (+0 -0 lines)
MODIFY pix/y/ln.gif   Rev. 1.1    (+0 -0 lines)
MODIFY pix/y/loading.gif   Rev. 1.1    (+0 -0 lines)
MODIFY pix/y/tn.gif   Rev. 1.1    (+0 -0 lines)
MODIFY pix/y/tph.gif   Rev. 1.1    (+0 -0 lines)
MODIFY pix/y/vline.gif   Rev. 1.1    (+0 -0 lines)
MODIFY pix/y/lph.gif   Rev. 1.1    (+0 -0 lines)
MODIFY pix/y/tp.gif   Rev. 1.1    (+0 -0 lines)
MODIFY pix/y/lp.gif   Rev. 1.1    (+0 -0 lines)
MODIFY repository/lib.php   Rev. 1.171    (+42 -3 lines)
MODIFY pix/y/lm.gif   Rev. 1.1    (+0 -0 lines)
MODIFY pix/y/tmh.gif   Rev. 1.1    (+0 -0 lines)
Petr Skoda committed 1 file to 'Moodle CVS' - 18/May/09 02:51 AM
MDL-13766 fixed xhtml strict
MODIFY repository/lib.php   Rev. 1.172    (+3 -3 lines)
Petr Skoda committed 1 file to 'Moodle CVS' - 18/May/09 02:56 AM
MDL-13766 fixed htts detection logic bug
MODIFY lib/editor/tinymce/lib.php   Rev. 1.2    (+1 -1 lines)
Dongsheng Cai committed 1 file to 'Moodle CVS' - 29/May/09 05:14 PM
"MDL-13766, remove magic functions, improve maintainability"
MODIFY repository/lib.php   Rev. 1.175    (+13 -55 lines)
Dongsheng Cai committed 1 file to 'Moodle CVS' - 29/May/09 05:28 PM
"MDL-13766, repository module, fixed a undefined variable"
MODIFY repository/lib.php   Rev. 1.176    (+2 -2 lines)
Dongsheng Cai committed 3 files to 'Moodle CVS' - 04/Jun/09 02:40 PM
"MDL-13766, repository api, fixed typeid value"
MODIFY admin/repositoryinstance.php   Rev. 1.8    (+3 -3 lines)
MODIFY repository/lib.php   Rev. 1.177    (+4 -4 lines)
MODIFY repository/filesystem/repository.class.php   Rev. 1.7    (+3 -3 lines)
Dongsheng Cai committed 6 files to 'Moodle CVS' - 04/Jun/09 05:33 PM
"MDL-13766, ->pixpath doesn't work in web service, use ->httpswwwroot instead"
MODIFY repository/filesystem/repository.class.php   Rev. 1.8    (+3 -3 lines)
MODIFY repository/mahara/repository.class.php   Rev. 1.6    (+2 -2 lines)
MODIFY repository/boxnet/repository.class.php   Rev. 1.64    (+10 -2 lines)
MODIFY repository/alfresco/repository.class.php   Rev. 1.11    (+3 -3 lines)
MODIFY repository/lib.php   Rev. 1.178    (+4 -4 lines)
MODIFY repository/s3/repository.class.php   Rev. 1.6    (+3 -3 lines)
Dongsheng Cai committed 1 file to 'Moodle CVS' - 10/Jun/09 04:46 PM
"MDL-13766, shouldn't check login in repository base class, because developer may define a session name later"
MODIFY repository/lib.php   Rev. 1.179    (+1 -2 lines)
Dongsheng Cai committed 3 files to 'Moodle CVS' - 16/Jun/09 10:42 AM
"MDL-13766, use new API to load javascript files, fix xhtml strict issues in javascript, but YUI cannot work in xml strict mode, so do not true on xml strict option in moodle if you want to use file picker"
MODIFY lang/en_utf8/repository.php   Rev. 1.55    (+2 -1 lines)
MODIFY repository/lib.php   Rev. 1.181    (+17 -17 lines)
MODIFY repository/repository.src.js   Rev. 1.9    (+30 -18 lines)
Mitsuhiro Yoshida committed 2 files to 'Lang CVS' - 16/Jun/09 02:42 PM
MDL-17316 MDL-13766 Translated new strings for repository.
MODIFY ja_utf8/README   Rev. 1.1015    (+1 -1 lines)
MODIFY ja_utf8/repository.php   Rev. 1.43    (+8 -1 lines)
Dongsheng Cai committed 7 files to 'Moodle CVS' - 22/Jun/09 11:45 AM
Mitsuhiro Yoshida committed 3 files to 'Lang CVS' - 22/Jun/09 11:48 PM
MDL-13766 Translated new strings for repository.
MODIFY ja_utf8/README   Rev. 1.1019    (+1 -1 lines)
MODIFY ja_utf8/repository.php   Rev. 1.45    (+5 -2 lines)
MODIFY ja_utf8/repository_local.php   Rev. 1.3    (+2 -1 lines)
Dongsheng Cai committed 7 files to 'Moodle CVS' - 25/Jun/09 12:12 PM
"MDL-13766, improve search form in file picker, improve error handing"
MODIFY repository/Attic/ws.php   Rev. 1.66    (+7 -4 lines)
MODIFY repository/repository.css   Rev. 1.2    (+4 -1 lines)
MODIFY repository/repository.src.js   Rev. 1.12    (+17 -14 lines)
MODIFY repository/flickr_public/repository.class.php   Rev. 1.46    (+20 -4 lines)
MODIFY repository/lib.php   Rev. 1.183    (+2 -1 lines)
MODIFY repository/picasa/repository.class.php   Rev. 1.6    (+2 -1 lines)
MODIFY repository/local/repository.class.php   Rev. 1.33    (+2 -1 lines)
martignoni committed 1 file to 'Lang CVS' - 26/Jun/09 03:29 AM
MDL-13766 string added
MODIFY fr_utf8/repository.php   Rev. 1.58    (+2 -1 lines)
martignoni committed 2 files to 'Lang CVS' - 26/Jun/09 04:02 AM
MDL-13766 Strings translated
MODIFY fr_utf8/repository_local.php   Rev. 1.3    (+2 -1 lines)
MODIFY fr_utf8/repository.php   Rev. 1.60    (+5 -2 lines)
Dongsheng Cai committed 3 files to 'Moodle CVS' - 28/Jun/09 06:06 PM
"MDL-13766, fixed print_msg function and fixed upload form, update compressed js"
MODIFY repository/repository.css   Rev. 1.3    (+1 -0 lines)
MODIFY repository/repository.js   Rev. 1.18    (+1 -1 lines)
MODIFY repository/repository.src.js   Rev. 1.13    (+8 -6 lines)
Dongsheng Cai committed 7 files to 'Moodle CVS' - 29/Jun/09 11:41 AM
Dongsheng Cai committed 1 file to 'Moodle CVS' - 04/Jul/09 07:17 PM
"MDL-13766, add language string for file picker"
MODIFY lang/en_utf8/repository.php   Rev. 1.59    (+2 -1 lines)
Dongsheng Cai committed 3 files to 'Moodle CVS' - 04/Jul/09 07:20 PM
"MDL-13766, add language string for repository plugin"
MODIFY lang/en_utf8/repository_flickr_public.php   Rev. 1.8    (+3 -2 lines)
MODIFY lang/en_utf8/repository_url.php   Rev. 1.2    (+2 -1 lines)
MODIFY lang/en_utf8/repository_filesystem.php   Rev. 1.3    (+2 -1 lines)
Mitsuhiro Yoshida committed 6 files to 'Lang CVS' - 05/Jul/09 01:15 AM
MDL-19689 Translated new strings for error messages.
MDL-13766 Translated new strings for repository plugin.
MODIFY ja_utf8/repository_url.php   Rev. 1.2    (+2 -1 lines)
MODIFY ja_utf8/repository_flickr_public.php   Rev. 1.7    (+3 -2 lines)
MODIFY ja_utf8/error.php   Rev. 1.141    (+3 -0 lines)
MODIFY ja_utf8/repository.php   Rev. 1.46    (+2 -1 lines)
MODIFY ja_utf8/repository_filesystem.php   Rev. 1.3    (+2 -1 lines)
MODIFY ja_utf8/README   Rev. 1.1026    (+1 -1 lines)
Dongsheng Cai committed 2 files to 'Moodle CVS' - 09/Jul/09 03:17 PM
"MDL-13766, use OUTPUT to print box"
MODIFY repository/manage_instances.php   Rev. 1.10    (+3 -3 lines)
MODIFY admin/repository.php   Rev. 1.27    (+3 -3 lines)
martignoni committed 1 file to 'Lang CVS' - 13/Jul/09 04:09 AM
MDL-13766, add language string for file picker
MODIFY fr_utf8/repository.php   Rev. 1.62    (+2 -1 lines)
martignoni committed 3 files to 'Lang CVS' - 13/Jul/09 04:15 AM
MDL-13766, add language string for repository plugin
MODIFY fr_utf8/repository_url.php   Rev. 1.2    (+4 -3 lines)
MODIFY fr_utf8/repository_flickr_public.php   Rev. 1.6    (+4 -3 lines)
MODIFY fr_utf8/repository_filesystem.php   Rev. 1.3    (+3 -2 lines)
Dongsheng Cai committed 1 file to 'Moodle CVS' - 20/Jul/09 03:08 PM
"MDL-13766, allow null value saved in options"
MODIFY repository/lib.php   Rev. 1.192    (+1 -8 lines)
Dongsheng Cai committed 1 file to 'Moodle CVS' - 11/Aug/09 01:50 PM
"MDL-13766, disable file picker resizing on ie, it is buggy"
MODIFY repository/repository.src.js   Rev. 1.22    (+26 -23 lines)
Petr Skoda committed 3 files to 'Moodle CVS' - 11/Aug/09 05:40 PM
MDL-13766 fixed some obvious problems with missing global $CFG and undefined variables
MODIFY lib/form/editor.php   Rev. 1.22    (+4 -2 lines)
MODIFY lib/form/filepicker.php   Rev. 1.31    (+9 -8 lines)
MODIFY lib/form/filemanager.php   Rev. 1.34    (+4 -2 lines)
Dongsheng Cai committed 1 file to 'Moodle CVS' - 14/Aug/09 04:47 PM
"MDL-13766, fixed incorrect parameter of get_context_instance_by_id"
MODIFY repository/lib.php   Rev. 1.196    (+1 -1 lines)
Dongsheng Cai committed 1 file to 'Moodle CVS' - 16/Aug/09 11:25 AM
"MDL-13766, repository api, remove debug code"
MODIFY repository/repository.src.js   Rev. 1.23    (+1 -1 lines)
Dongsheng Cai committed 2 files to 'Moodle CVS' - 16/Aug/09 12:14 PM
"MDL-13766, move common functions to javascript-static.js"
MODIFY lib/javascript-static.js   Rev. 1.86    (+25 -0 lines)
MODIFY repository/repository.src.js   Rev. 1.24    (+1 -6 lines)
Dongsheng Cai committed 4 files to 'Moodle CVS' - 23/Aug/09 02:16 AM
"MDL-13766, improve filepicker to use path option"
MODIFY repository/Attic/ws.php   Rev. 1.67    (+3 -2 lines)
MODIFY repository/upload/repository.class.php   Rev. 1.16    (+2 -2 lines)
MODIFY repository/lib.php   Rev. 1.199    (+12 -3 lines)
MODIFY repository/repository.src.js   Rev. 1.25    (+3 -0 lines)
Dongsheng Cai committed 1 file to 'Moodle CVS' - 25/Aug/09 11:06 AM
"MDL-13766, update savepath parameter when launching filepicker"
MODIFY repository/repository.src.js   Rev. 1.26    (+2 -1 lines)
Dongsheng Cai committed 1 file to 'Moodle CVS' - 27/Aug/09 05:31 PM
"MDL-13766, remove debug code"
MODIFY repository/repository.src.js   Rev. 1.27    (+0 -1 lines)
Dongsheng Cai committed 1 file to 'Moodle CVS' - 02/Sep/09 04:57 PM
"MDL-13766, fixed bug of local repository plugin"
MODIFY repository/Attic/ws.php   Rev. 1.68    (+22 -22 lines)
Dongsheng Cai committed 1 file to 'Moodle CVS' - 02/Sep/09 05:20 PM
"MDL-13766, add a parameter for file manager"
MODIFY repository/repository.src.js   Rev. 1.28    (+1 -0 lines)
Dongsheng Cai committed 5 files to 'Moodle CVS' - 03/Sep/09 11:37 AM
"MDL-13766, improve repository module to support file manager and disable draft plugin in filemanager"
MODIFY repository/repository.js   Rev. 1.20    (+1 -1 lines)
MODIFY repository/repository.src.js   Rev. 1.29    (+3 -0 lines)
MODIFY repository/draft/repository.class.php   Rev. 1.5    (+18 -4 lines)
MODIFY repository/Attic/ws.php   Rev. 1.69    (+15 -22 lines)
MODIFY repository/lib.php   Rev. 1.200    (+11 -13 lines)
Dongsheng Cai committed 2 files to 'Moodle CVS' - 11/Sep/09 04:15 PM
"MDL-13766, add savepath parameter to html editor when launch filepicker"
MODIFY repository/repository.src.js   Rev. 1.31    (+5 -1 lines)
MODIFY lib/editor/tinymce/extra/tinymce_utils.js   Rev. 1.2    (+1 -1 lines)
Dongsheng Cai committed 1 file to 'Moodle CVS' - 08/Oct/09 05:01 PM
"MDL-13766, delete config if checkbox element is unchecked"
MODIFY admin/repository.php   Rev. 1.31    (+17 -13 lines)
Dongsheng Cai committed 1 file to 'Moodle CVS' - 06/Nov/09 05:32 PM
"MDL-13766, fixed a bug in move_to_filepool and moving code block"
MODIFY repository/lib.php   Rev. 1.205    (+35 -31 lines)
Dongsheng Cai committed 1 file to 'Moodle CVS' - 08/Nov/09 07:25 PM
"MDL-13766, fixed function call in repository upload plugin"
MODIFY repository/upload/repository.class.php   Rev. 1.19    (+1 -1 lines)
Dongsheng Cai committed 1 file to 'Moodle CVS' - 11/Nov/09 03:31 PM
"MDL-13766, fixed html element id, repository module"
MODIFY repository/repository.src.js   Rev. 1.39    (+3 -3 lines)
Dongsheng Cai committed 1 file to 'Moodle CVS' - 13/Nov/09 04:47 PM
"MDL-13766, improve file picker search form"
MODIFY repository/repository.src.js   Rev. 1.41    (+2 -2 lines)