Issue Details (XML | Word | Printable)

Key: CONTRIB-820
Type: New Feature New Feature
Status: Open Open
Priority: Minor Minor
Assignee: Amr Hourani
Reporter: Amr Hourani
Votes: 0
Watchers: 1
Operations

Add/Edit UI Mockup to this issue
If you were logged in you would be able to see more operations.
Non-core contributed modules

Block: File Sharing

Created: 26/Oct/08 12:16 AM   Updated: 30/Mar/09 06:56 AM
Return to search
Component/s: Add a project here
Affects Version/s: 1.7, 1.7.1, 1.7.2, 1.7.3, 1.7.4, 1.8, 1.8.1, 1.8.2, 1.8.3, 1.8.4, 1.8.5, 1.8.6, 1.8.7, 1.9, 1.9.1, 1.9.2, 1.9.3
Fix Version/s: None

File Attachments: 1. File file_manager(2).rar (82 kB)

Environment: ALL

Database: MySQL
Participants: Amr Hourani, Anthony Borrow and Dan Marsden
Security Level: None
Affected Branches: MOODLE_17_STABLE, MOODLE_18_STABLE, MOODLE_19_STABLE


 Description  « Hide
file sharing block

 All   Comments   Change History   Version Control      Sort Order: Ascending order - Click to sort in descending order
Anthony Borrow added a comment - 11/Nov/08 12:47 PM
Amr - I see that this is an enhanced block and from the readme.txt file it looks like it is something you've worked on improving. Does this have any relationship to the My Files block? I'm just trying to understand the relationship of this code to other projects. Thanks - Anthony

Anthony Borrow added a comment - 11/Nov/08 01:04 PM
I am remembering a while back having some correspondence with someone who had done some work getting file_manager or my files working for Moodle 1.8 or 1.9. As I recall they were doing the work in Hong Kong. In any case, it would be good to know what makes this code distinctive from that other code. Would it be better to merge this with that code? Thanks for your help in helping me to understand the history of this project. Peace - Anthony

Amr Hourani added a comment - 11/Nov/08 07:33 PM - edited
yes anthony, it is based on my files block, as for this new code, am not sure if it is same to hong kong guys or not, I dont think I even saw their block,
this blocklately got some enhancement from someone living in motreal, such as adding language package and so.

it doesnt matter if you merge or make it distinctive.. your call.


Anthony Borrow added a comment - 12/Nov/08 01:23 AM
Amr - I believe Michael Penney and crew were instrumental in designing and contributing the code but I do not believe that they are currently involved in maintaining it. I'm going to try and generate a diff file at least for the 1.9 version between what you have submitted and what is in the file_manager branch and what you have submitted. David Tong worked on getting the block working for 1.8 and may do some minor work on that branch. I think if you took over the 1.9 branch and HEAD branches that would be ideal. I've sent Moodle messages to both Michael Penney and David Tong to get any input they might have. I think we would do better not forking the block and merging it with what is there and working collaboratively on it. Peace - Anthony

Anthony Borrow added a comment - 22/Dec/08 03:08 PM
Amr - Sorry for the delay on this. I have added the file_manager block to your list of areas on CVS where you have write access. I'm also going to list you as the primary maintainer since David and Michael are both involved with other projects. I would suggest that the code you have for Moodle 1.9 update what is in the MOODLE_19_STABLE branch and HEAD. That will leave David's work for Moodle 1.8 available for folks as part of the MOODLE_18_STABLE branch and the earlier branch for the work done by Michael at Moodlerooms.com. Let me know if you have any questions. I hope you are doing well and keeping busy. Peace - Anthony

Anthony Borrow added a comment - 22/Dec/08 03:12 PM
Amr - I am going to assign this to you so that you can close it once you have a chance to update the code in the MOODLE_19_STABLE and HEAD branches. Thanks for your patience as I fell behind with classes and your help in maintaining this block. Let me know if I can be of help in any way. Peace - Anthony

Anthony Borrow made changes - 22/Dec/08 03:12 PM
Field Original Value New Value
Assignee Anthony Borrow [ aborrow ] Amr Hourani [ amr ]
Dan Marsden committed 44 files to 'Contrib CVS' - 30/Mar/09 06:50 AM
CONTRIB-820 commit Amr Hourani's patch to File manager block - thanks Amr!
MODIFY plugins/blocks/file_manager/folder_manage.php   Rev. 1.2    (+222 -139 lines)
MODIFY plugins/blocks/file_manager/block_file_manager.php   Rev. 1.3    (+220 -127 lines)
MODIFY plugins/blocks/file_manager/cat_manage.php   Rev. 1.2    (+181 -123 lines)
MODIFY plugins/blocks/file_manager/lang/en_utf8/block_file_manager.php   Rev. 1.2    (+183 -0 lines)
MODIFY plugins/blocks/file_manager/pix/file.gif   Rev. 1.2    (+0 -0 lines)
MODIFY plugins/blocks/file_manager/readme.txt   Rev. 1.2    (+34 -11 lines)
MODIFY plugins/blocks/file_manager/link_manage.html   Rev. 1.2    (+173 -112 lines)
MODIFY plugins/blocks/file_manager/version.php   Rev. 1.4    (+11 -12 lines)
MODIFY plugins/blocks/file_manager/Known_Issues.txt   Rev. 1.2    (+25 -19 lines)
ADD plugins/blocks/file_manager/lang/fr_utf8/help/file_manager/showfiles.html   Rev. 1.1    (+0 -0 lines)
MODIFY plugins/blocks/file_manager/admin_settings.php   Rev. 1.2    (+185 -169 lines)
ADD plugins/blocks/file_manager/admin_settings.controller.php   Rev. 1.1    (+0 -0 lines)
ADD plugins/blocks/file_manager/lang/fr_utf8/help/file_manager/myfilesaction.html   Rev. 1.1    (+0 -0 lines)
MODIFY plugins/blocks/file_manager/view.php   Rev. 1.3    (+274 -128 lines)
MODIFY plugins/blocks/file_manager/db/upgrade.php   Rev. 1.2    (+60 -0 lines)
MODIFY plugins/blocks/file_manager/file.php   Rev. 1.3    (+113 -109 lines)
MODIFY plugins/blocks/file_manager/pix/delete.gif   Rev. 1.2    (+0 -0 lines)
DEL plugins/blocks/file_manager/db/Attic/mysql.php   Rev. 1.2    (+0 -0 lines)
MODIFY plugins/blocks/file_manager/conf_delete.php   Rev. 1.2    (+341 -251 lines)
MODIFY plugins/blocks/file_manager/zip.php   Rev. 1.3    (+190 -189 lines)
ADD plugins/blocks/file_manager/lang/en_utf8/help/file_manager/mycataction.html   Rev. 1.1    (+0 -0 lines)
MODIFY plugins/blocks/file_manager/pix/zip.gif   Rev. 1.2    (+0 -0 lines)
MODIFY plugins/blocks/file_manager/pix/www.gif   Rev. 1.2    (+0 -0 lines)
MODIFY plugins/blocks/file_manager/pix/cat.gif   Rev. 1.2    (+0 -0 lines)
MODIFY plugins/blocks/file_manager/view_shared.php   Rev. 1.3    (+148 -125 lines)
ADD plugins/blocks/file_manager/lang/fr_utf8/help/file_manager/mycataction.html   Rev. 1.1    (+0 -0 lines)
MODIFY plugins/blocks/file_manager/pix/group.gif   Rev. 1.2    (+0 -0 lines)
MODIFY plugins/blocks/file_manager/link_manage.php   Rev. 1.3    (+250 -162 lines)
ADD plugins/blocks/file_manager/lang/fr_utf8/block_file_manager.php   Rev. 1.1    (+0 -0 lines)
MODIFY plugins/blocks/file_manager/pix/new.gif   Rev. 1.2    (+0 -0 lines)
ADD plugins/blocks/file_manager/lang/en_utf8/help/file_manager/sharedfilesaction.html   Rev. 1.1    (+0 -0 lines)
MODIFY plugins/blocks/file_manager/folder_manage.html   Rev. 1.2    (+83 -45 lines)
MODIFY plugins/blocks/file_manager/lib.php   Rev. 1.3    (+1752 -1426 lines)
MODIFY plugins/blocks/file_manager/pix/group_noshare.gif   Rev. 1.2    (+0 -0 lines)
MODIFY plugins/blocks/file_manager/pix/folder.gif   Rev. 1.2    (+0 -0 lines)
DEL plugins/blocks/file_manager/db/Attic/mysql.sql   Rev. 1.2    (+0 -0 lines)
ADD plugins/blocks/file_manager/lang/fr_utf8/help/file_manager/sharedfilesaction.html   Rev. 1.1    (+0 -0 lines)
ADD plugins/blocks/file_manager/lang/en_utf8/help/file_manager/showfiles.html   Rev. 1.1    (+0 -0 lines)
MODIFY plugins/blocks/file_manager/print_lib.php   Rev. 1.3    (+854 -790 lines)
DEL plugins/blocks/file_manager/lang/en/Attic/block_file_manager.php   Rev. 1.2    (+0 -0 lines)
MODIFY plugins/blocks/file_manager/db/install.xml   Rev. 1.2    (+81 -0 lines)
MODIFY plugins/blocks/file_manager/cat_manage.html   Rev. 1.2    (+67 -57 lines)
MODIFY plugins/blocks/file_manager/sharing.php   Rev. 1.2    (+303 -225 lines)
ADD plugins/blocks/file_manager/lang/en_utf8/help/file_manager/myfilesaction.html   Rev. 1.1    (+0 -0 lines)
Dan Marsden committed 44 files to 'Contrib CVS' on branch 'MOODLE_19_STABLE' - 30/Mar/09 06:55 AM
CONTRIB-820 commit Amr Hourani's patch to File manager block - thanks Amr! merged from HEAD
MODIFY plugins/blocks/file_manager/link_manage.html   Rev. 1.1.10.1    (+173 -112 lines)
MODIFY plugins/blocks/file_manager/folder_manage.php   Rev. 1.1.10.1    (+222 -139 lines)
MODIFY plugins/blocks/file_manager/pix/group.gif   Rev. 1.1.10.1    (+0 -0 lines)
MODIFY plugins/blocks/file_manager/pix/file.gif   Rev. 1.1.10.1    (+0 -0 lines)
MODIFY plugins/blocks/file_manager/lang/en_utf8/help/file_manager/sharedfilesaction.html   Rev. 1.1.2.2    (+8 -0 lines)
MODIFY plugins/blocks/file_manager/admin_settings.controller.php   Rev. 1.1.2.2    (+33 -0 lines)
MODIFY plugins/blocks/file_manager/pix/group_noshare.gif   Rev. 1.1.10.1    (+0 -0 lines)
MODIFY plugins/blocks/file_manager/lang/en_utf8/block_file_manager.php   Rev. 1.2.2.2    (+183 -0 lines)
MODIFY plugins/blocks/file_manager/file.php   Rev. 1.2.10.1    (+113 -109 lines)
DEL plugins/blocks/file_manager/lang/en/Attic/block_file_manager.php   Rev. 1.1.10.1    (+0 -0 lines)
MODIFY plugins/blocks/file_manager/lib.php   Rev. 1.2.10.1    (+1752 -1426 lines)
MODIFY plugins/blocks/file_manager/link_manage.php   Rev. 1.2.10.1    (+250 -162 lines)
MODIFY plugins/blocks/file_manager/pix/www.gif   Rev. 1.1.10.1    (+0 -0 lines)
MODIFY plugins/blocks/file_manager/lang/fr_utf8/help/file_manager/mycataction.html   Rev. 1.1.2.2    (+14 -0 lines)
MODIFY plugins/blocks/file_manager/folder_manage.html   Rev. 1.1.10.1    (+83 -45 lines)
MODIFY plugins/blocks/file_manager/block_file_manager.php   Rev. 1.2.10.1    (+220 -127 lines)
MODIFY plugins/blocks/file_manager/readme.txt   Rev. 1.1.10.1    (+34 -11 lines)
MODIFY plugins/blocks/file_manager/db/install.xml   Rev. 1.2.2.2    (+81 -0 lines)
MODIFY plugins/blocks/file_manager/lang/fr_utf8/help/file_manager/sharedfilesaction.html   Rev. 1.1.2.2    (+8 -0 lines)
MODIFY plugins/blocks/file_manager/pix/delete.gif   Rev. 1.1.10.1    (+0 -0 lines)
MODIFY plugins/blocks/file_manager/pix/cat.gif   Rev. 1.1.10.1    (+0 -0 lines)
MODIFY plugins/blocks/file_manager/pix/new.gif   Rev. 1.1.10.1    (+0 -0 lines)
MODIFY plugins/blocks/file_manager/lang/fr_utf8/help/file_manager/myfilesaction.html   Rev. 1.1.2.2    (+23 -0 lines)
MODIFY plugins/blocks/file_manager/version.php   Rev. 1.2.10.1    (+10 -10 lines)
MODIFY plugins/blocks/file_manager/cat_manage.html   Rev. 1.1.10.1    (+67 -57 lines)
MODIFY plugins/blocks/file_manager/cat_manage.php   Rev. 1.1.10.1    (+181 -123 lines)
MODIFY plugins/blocks/file_manager/lang/en_utf8/help/file_manager/myfilesaction.html   Rev. 1.1.2.2    (+21 -0 lines)
MODIFY plugins/blocks/file_manager/zip.php   Rev. 1.2.10.1    (+190 -189 lines)
MODIFY plugins/blocks/file_manager/sharing.php   Rev. 1.1.10.1    (+303 -225 lines)
MODIFY plugins/blocks/file_manager/Known_Issues.txt   Rev. 1.1.10.1    (+25 -19 lines)
MODIFY plugins/blocks/file_manager/print_lib.php   Rev. 1.2.10.1    (+854 -790 lines)
MODIFY plugins/blocks/file_manager/db/upgrade.php   Rev. 1.2.2.2    (+60 -0 lines)
MODIFY plugins/blocks/file_manager/view_shared.php   Rev. 1.2.10.1    (+148 -125 lines)
MODIFY plugins/blocks/file_manager/view.php   Rev. 1.2.10.1    (+274 -128 lines)
DEL plugins/blocks/file_manager/db/Attic/mysql.sql   Rev. 1.1.10.1    (+0 -0 lines)
DEL plugins/blocks/file_manager/db/Attic/mysql.php   Rev. 1.1.10.1    (+0 -0 lines)
MODIFY plugins/blocks/file_manager/lang/en_utf8/help/file_manager/showfiles.html   Rev. 1.1.2.2    (+9 -0 lines)
MODIFY plugins/blocks/file_manager/conf_delete.php   Rev. 1.1.10.1    (+341 -251 lines)
MODIFY plugins/blocks/file_manager/pix/folder.gif   Rev. 1.1.10.1    (+0 -0 lines)
MODIFY plugins/blocks/file_manager/lang/fr_utf8/block_file_manager.php   Rev. 1.1.2.2    (+188 -0 lines)
MODIFY plugins/blocks/file_manager/pix/zip.gif   Rev. 1.1.10.1    (+0 -0 lines)
MODIFY plugins/blocks/file_manager/lang/en_utf8/help/file_manager/mycataction.html   Rev. 1.1.2.2    (+12 -0 lines)
MODIFY plugins/blocks/file_manager/lang/fr_utf8/help/file_manager/showfiles.html   Rev. 1.1.2.2    (+11 -0 lines)
MODIFY plugins/blocks/file_manager/admin_settings.php   Rev. 1.1.10.1    (+185 -169 lines)
Dan Marsden added a comment - 30/Mar/09 06:56 AM
Hi Amr,

I've just pushed your patch into contrib cvs into 19_STABLE and HEAD - I've got a few other patches to go in as well! - thanks heaps!

Dan


Dan Marsden committed 2 files to 'Contrib CVS' - 30/Mar/09 07:21 AM
File Manager Block CONTRIB-820 bring file.php inline with moodle file.php and define var in cat_manage.html before using.
MODIFY plugins/blocks/file_manager/file.php   Rev. 1.4    (+19 -39 lines)
MODIFY plugins/blocks/file_manager/cat_manage.html   Rev. 1.3    (+1 -0 lines)
Dan Marsden committed 2 files to 'Contrib CVS' on branch 'MOODLE_19_STABLE' - 30/Mar/09 07:22 AM
File Manager Block CONTRIB-820 bring file.php inline with moodle file.php and define var in cat_manage.html before using. merged from HEAD
MODIFY plugins/blocks/file_manager/file.php   Rev. 1.2.10.2    (+93 -113 lines)
MODIFY plugins/blocks/file_manager/cat_manage.html   Rev. 1.1.10.2    (+68 -67 lines)
Dan Marsden committed 1 file to 'Contrib CVS' - 30/Mar/09 07:25 AM
File Manager Block CONTRIB-820 check some vars before using.
MODIFY plugins/blocks/file_manager/lib.php   Rev. 1.4    (+9 -4 lines)
Dan Marsden committed 1 file to 'Contrib CVS' on branch 'MOODLE_19_STABLE' - 30/Mar/09 07:26 AM
File Manager Block CONTRIB-820 check some vars before using. merged from HEAD
MODIFY plugins/blocks/file_manager/lib.php   Rev. 1.2.10.2    (+1757 -1752 lines)
Dan Marsden committed 4 files to 'Contrib CVS' - 30/Mar/09 07:48 AM
File Manager Block CONTRIB-820 add some format_text calls
MODIFY plugins/blocks/file_manager/view.php   Rev. 1.5    (+7 -14 lines)
MODIFY plugins/blocks/file_manager/sharing.php   Rev. 1.4    (+0 -5 lines)
MODIFY plugins/blocks/file_manager/print_lib.php   Rev. 1.4    (+20 -21 lines)
MODIFY plugins/blocks/file_manager/zip.php   Rev. 1.5    (+4 -4 lines)
Dan Marsden committed 4 files to 'Contrib CVS' on branch 'MOODLE_19_STABLE' - 30/Mar/09 07:49 AM
File Manager Block CONTRIB-820 add some format_text calls merged from HEAD
MODIFY plugins/blocks/file_manager/zip.php   Rev. 1.2.10.3    (+4 -4 lines)
MODIFY plugins/blocks/file_manager/view.php   Rev. 1.2.10.3    (+7 -14 lines)
MODIFY plugins/blocks/file_manager/print_lib.php   Rev. 1.2.10.2    (+853 -854 lines)
MODIFY plugins/blocks/file_manager/sharing.php   Rev. 1.1.10.3    (+0 -5 lines)
Dan Marsden committed 2 files to 'Contrib CVS' - 30/Mar/09 07:52 AM
Dan Marsden committed 2 files to 'Contrib CVS' on branch 'MOODLE_19_STABLE' - 30/Mar/09 07:52 AM
Dan Marsden committed 4 files to 'Contrib CVS' - 30/Mar/09 09:44 AM
File Manager Block CONTRIB-820 patch to add group stuff - not entirely sure who did this work, probably needs extended testing.
MODIFY plugins/blocks/file_manager/link_manage.html   Rev. 1.3    (+1 -1 lines)
MODIFY plugins/blocks/file_manager/zip.php   Rev. 1.6    (+31 -15 lines)
MODIFY plugins/blocks/file_manager/print_lib.php   Rev. 1.5    (+3 -3 lines)
MODIFY plugins/blocks/file_manager/lib.php   Rev. 1.5    (+40 -10 lines)
Dan Marsden committed 4 files to 'Contrib CVS' on branch 'MOODLE_19_STABLE' - 30/Mar/09 09:45 AM
File Manager Block CONTRIB-820 patch to add group stuff - not entirely sure who did this work, probably needs extended testing. merged from HEAD
MODIFY plugins/blocks/file_manager/print_lib.php   Rev. 1.2.10.3    (+3 -3 lines)
MODIFY plugins/blocks/file_manager/zip.php   Rev. 1.2.10.4    (+31 -15 lines)
MODIFY plugins/blocks/file_manager/lib.php   Rev. 1.2.10.3    (+40 -10 lines)
MODIFY plugins/blocks/file_manager/link_manage.html   Rev. 1.1.10.2    (+173 -173 lines)
Dan Marsden committed 4 files to 'Contrib CVS' on branch 'MOODLE_19_STABLE' - 30/Mar/09 09:56 AM
File Manager Block CONTRIB-820 patch to improve readonlyaccess- not entirely sure who did this work
MODIFY plugins/blocks/file_manager/block_file_manager.php   Rev. 1.2.10.3    (+1 -1 lines)
MODIFY plugins/blocks/file_manager/view.php   Rev. 1.2.10.5    (+6 -4 lines)
MODIFY plugins/blocks/file_manager/sharing.php   Rev. 1.1.10.5    (+2 -2 lines)
MODIFY plugins/blocks/file_manager/print_lib.php   Rev. 1.2.10.4    (+34 -10 lines)
Dan Marsden committed 4 files to 'Contrib CVS' - 30/Mar/09 09:57 AM
File Manager Block CONTRIB-820 patch to improve readonlyaccess- not entirely sure who did this work
MODIFY plugins/blocks/file_manager/view.php   Rev. 1.7    (+264 -262 lines)
MODIFY plugins/blocks/file_manager/sharing.php   Rev. 1.6    (+302 -302 lines)
MODIFY plugins/blocks/file_manager/print_lib.php   Rev. 1.6    (+877 -853 lines)
MODIFY plugins/blocks/file_manager/block_file_manager.php   Rev. 1.5    (+217 -217 lines)
Dan Marsden committed 1 file to 'Contrib CVS' - 30/Mar/09 10:06 AM
File Manager Block CONTRIB-820 missed a bracket
MODIFY plugins/blocks/file_manager/zip.php   Rev. 1.7    (+1 -0 lines)
Dan Marsden committed 1 file to 'Contrib CVS' on branch 'MOODLE_19_STABLE' - 30/Mar/09 10:08 AM
File Manager Block CONTRIB-820 missed a bracket
MODIFY plugins/blocks/file_manager/zip.php   Rev. 1.2.10.5    (+13 -13 lines)
Dan Marsden committed 1 file to 'Contrib CVS' - 30/Mar/09 10:09 AM
File Manager Block CONTRIB-820 missed a bracket
MODIFY plugins/blocks/file_manager/zip.php   Rev. 1.8    (+13 -13 lines)
Dan Marsden committed 1 file to 'Contrib CVS' - 31/Mar/09 04:32 AM
File Manager Block CONTRIB-820 increment version properly.
MODIFY plugins/blocks/file_manager/block_file_manager.php   Rev. 1.6    (+1 -1 lines)
Dan Marsden committed 1 file to 'Contrib CVS' on branch 'MOODLE_19_STABLE' - 31/Mar/09 04:33 AM
File Manager Block CONTRIB-820 increment version properly. merged from HEAD
MODIFY plugins/blocks/file_manager/block_file_manager.php   Rev. 1.2.10.4    (+1 -1 lines)
Dan Marsden committed 1 file to 'Contrib CVS' - 31/Mar/09 04:39 AM
File Manager Block CONTRIB-820 return correct state for upgrade.php
MODIFY plugins/blocks/file_manager/db/upgrade.php   Rev. 1.3    (+1 -0 lines)
Dan Marsden committed 1 file to 'Contrib CVS' on branch 'MOODLE_19_STABLE' - 31/Mar/09 04:40 AM
File Manager Block CONTRIB-820 return correct state for upgrade.php merged from HEAD
MODIFY plugins/blocks/file_manager/db/upgrade.php   Rev. 1.2.2.3    (+1 -0 lines)
Dan Marsden committed 1 file to 'Contrib CVS' - 31/Mar/09 04:56 AM
File Manager Block CONTRIB-820 use correct var name
MODIFY plugins/blocks/file_manager/link_manage.php   Rev. 1.6    (+1 -1 lines)
Dan Marsden committed 1 file to 'Contrib CVS' on branch 'MOODLE_19_STABLE' - 31/Mar/09 04:56 AM
File Manager Block CONTRIB-820 use correct var name mergedkindao from head
MODIFY plugins/blocks/file_manager/link_manage.php   Rev. 1.2.10.4    (+1 -1 lines)
Dan Marsden committed 1 file to 'Contrib CVS' - 31/Mar/09 07:24 AM
File Manager Block CONTRIB-820 remove dependency on idnumber - this whole function needs a rewrite at some point!
MODIFY plugins/blocks/file_manager/print_lib.php   Rev. 1.7    (+9 -3 lines)
Dan Marsden committed 1 file to 'Contrib CVS' on branch 'MOODLE_19_STABLE' - 31/Mar/09 07:25 AM
File Manager Block CONTRIB-820 remove dependency on idnumber - this whole function needs a rewrite at some point! merged from HEAD
MODIFY plugins/blocks/file_manager/print_lib.php   Rev. 1.2.10.5    (+2 -2 lines)
Dan Marsden committed 1 file to 'Contrib CVS' on branch 'MOODLE_19_STABLE' - 31/Mar/09 07:27 AM
File Manager Block CONTRIB-820 missed part of the groups patch
MODIFY plugins/blocks/file_manager/print_lib.php   Rev. 1.2.10.6    (+7 -1 lines)
Dan Marsden committed 1 file to 'Contrib CVS' - 31/Mar/09 07:51 AM
File Manager Block CONTRIB-820 use correct initial max upload size
MODIFY plugins/blocks/file_manager/block_file_manager.php   Rev. 1.7    (+1 -3 lines)
Dan Marsden committed 1 file to 'Contrib CVS' on branch 'MOODLE_19_STABLE' - 31/Mar/09 07:51 AM
File Manager Block CONTRIB-820 use correct initial max upload size merged from HEAD
MODIFY plugins/blocks/file_manager/block_file_manager.php   Rev. 1.2.10.5    (+1 -3 lines)
Dan Marsden committed 1 file to 'Contrib CVS' - 31/Mar/09 08:07 AM
File Manager Block CONTRIB-820 slight improvement in checking for users to share with
MODIFY plugins/blocks/file_manager/print_lib.php   Rev. 1.8    (+2 -2 lines)
Dan Marsden committed 1 file to 'Contrib CVS' on branch 'MOODLE_19_STABLE' - 31/Mar/09 08:08 AM
File Manager Block CONTRIB-820 slight improvement in checking for users to share with merged from HEAD
MODIFY plugins/blocks/file_manager/print_lib.php   Rev. 1.2.10.7    (+2 -2 lines)