Sam Hemelryk
f820701286
Merge branch 'MDL-31112_dndupload_folder_detection' of git://github.com/davosmith/moodle
2012-02-15 12:41:47 +13:00
Andrew Robert Nicols
1628fd3bb5
MDL-31590 Correct title of error dialogue on filepicker
...
Thanks to Gilles-Philippe Leblanc for this patch
2012-02-14 15:42:02 +00:00
Davo Smith
87ed3a5c39
MDL-31112 Repository upload - check for completely null files (likely to be folders uploaded by mistake via drag and drop)
2012-02-14 08:25:04 +00:00
Aparup Banerjee
9e31e848da
Merge branch 'MDL-31541_multiple_repository_instances' of git://github.com/davosmith/moodle
2012-02-14 13:30:11 +08:00
Marina Glancy
7d3ebf4c19
MDL-30709: Fixed bug with inserting files from Recent files repository
...
Two parts of changes: in assignment module function assignment_get_file_info was missing
and when populating the list of recent files the function get_file_info was not called, which caused populating the list of recent files with the files that could not later be inserted
2012-02-09 13:55:41 +08:00
Davo Smith
fdb0322d72
MDL-31541 Repositories - make sure all repository instances have unique 'sortorder' values when retrieved
2012-02-08 09:35:39 +00:00
Eloy Lafuente (stronk7)
8aac56c6be
Merge branch 'MDL-31000-master-3' of git://git.luns.net.uk/moodle
2012-02-01 00:25:05 +01:00
Davo Smith
910e1ecdaa
MDL-31113 filemanager element - refresh file list from server on load and prevent revertion to browser drag and drop behaviour when max files reached
2012-01-19 19:28:16 +00:00
Petr Skoda
1fbbf89349
MDL-30891 fix invalid hardcoded capability check when disable legacy files repo
2012-01-14 21:57:47 +01:00
Andrew Robert Nicols
36ef66430e
MDL-31000 Respect sortorder of repositories when displaying the filepicker
2012-01-13 15:52:04 +00:00
Rajesh Taneja
246c2cb8e5
MDL-30452 Repositories: Changed default capability on repos - Thanks Michael
2012-01-10 11:10:43 +01:00
Sam Hemelryk
6b37c2b093
MDL-31000 Added comment about the importance of repository array keys and hardened new dnd repository lookup
2012-01-10 12:21:24 +13:00
Sam Hemelryk
b098581488
Revert "MDL-31000 Respect sortorder of repositories when displaying the filepicker"
...
This change was reverted because the array keys need to be the id, existing code relies on this.
This reverts commit ef72c7942e
.
2012-01-10 12:18:34 +13:00
Andrew Robert Nicols
ef72c7942e
MDL-31000 Respect sortorder of repositories when displaying the filepicker
2012-01-03 15:58:58 +00:00
Andrew Robert Nicols
37461af103
MDL-30641 Stop italicising and underlining folder names in the filepicker
2011-12-07 17:14:25 +00:00
Petr Skoda
0790df351f
MDL-30007 standardise repository version files
2011-11-29 22:06:27 +01:00
Eloy Lafuente (stronk7)
1ff31a54a2
Merge branch 'dropbox-api-bump-for-master' of git://git.luns.net.uk/moodle
2011-11-28 00:08:31 +01:00
Dan Poltawski
4b05a49bcb
MDL-29960 repository/dropbox - Fix obvious incorrect url
2011-11-25 10:13:29 +00:00
Dan Poltawski
6381177b9f
MDL-29960 repository/dropbox - remove unsused code
...
This function calls an API request which may be changed from the
version 0 of the API
2011-11-25 09:59:01 +00:00
Dan Poltawski
c745d1e80e
MDL-29960 repository/dropbox - update to use 1.0 API version
2011-11-25 09:59:01 +00:00
Eloy Lafuente (stronk7)
5535390c55
Merge branch 'MDL-30165-master-1' of git://git.luns.net.uk/moodle
2011-11-23 11:22:50 +01:00
Andrew Robert Nicols
7633f4b55b
MDL-30165: Make repository file extension check case insensitive
2011-11-07 11:14:19 +00:00
Andreas Grabs
6543f3cd5b
MDL-30154 - WebDAV-Repository fails on some WebDAV-Server
2011-11-06 22:09:11 +01:00
Sam Hemelryk
5e255d5ad8
Merge branch 'MDL-27919' of git://github.com/jamiepratt/moodle
2011-10-31 17:18:13 +13:00
Petr Skoda
aff24313be
MDL-29401 introduce new frankenstyle PARAM types
...
New PARAM_COMPONENT, PARAM_AREA and PARAM_PLUGIN + fixing of hopefully all current incorrect parameter types. This should help with diagnosing of incorrectly named 3rd party plugins too.
2011-09-25 09:59:55 +02:00
Jamie Pratt
1ae299f5f3
MDL-27919 Fixed a regression where I was seeing that after choosing "Overwrite"
...
in a filemanager form component when subsequently trying to add another file the
file picker would then immediately close upon opening.
2011-09-21 13:15:23 +07:00
Aparup Banerjee
c9f7b5e20b
Merge branch 'MDL-26890-master' of git://github.com/ankitagarwal/moodle
2011-09-20 13:15:52 +08:00
Ankit Kumar Agarwal
c0d60b3a3f
MDL-26890 Forums check on filesize if the file is added to the forum from private area
2011-09-20 10:01:42 +05:30
Dongsheng Cai
4a54e75848
MDL-28509 repository : fixed youtube repository search keyword
2011-09-19 11:57:46 +08:00
Mark Johnson
79ba96f75c
MDL-28509 repository_youtube Enable selection of sort order
2011-09-19 11:57:35 +08:00
Jamie Pratt
913b3cb30c
MDL-27919 also adding a callback to the filepicker when a file is overwritten
...
but a file with the same name. This is not necessary in most cases but is
instant and some code may expect a call to the function whether the url and / or
file name has changed or not so it can update itself when the file changes.
2011-09-18 13:57:09 +07:00
Jamie Pratt
794cc7e1cf
MDL-27919 Fixes 'undefined' message and similar problems when selecting a
...
recent file, server file or when renaming a file being uploaded with the same
name as a previous one.
2011-09-18 13:22:35 +07:00
Aparup Banerjee
5433da6064
Merge branch MDL-29189-master of git://github.com/samhemelryk/moodle
...
- resolved conflicts.
2011-09-13 11:39:06 +08:00
Sam Hemelryk
62b214d9a6
Merge branch 'w36_MDL-29014_m22_str' of git://github.com/skodak/moodle
2011-09-13 12:45:34 +12:00
Sam Hemelryk
f8adfe6cc0
Merge branch 'w36_MDL-28701_m22_tempcachedir' of git://github.com/skodak/moodle
2011-09-12 18:26:09 +12:00
Petr Skoda
cedc3d338c
MDL-29257 use more entropy in repo upload
2011-09-10 12:05:29 +02:00
Tom Lanyon
7aa06e6ded
MDL-28701 Change all uses of $CFG->dataroot/temp to $CFG->tempdir
2011-09-10 10:35:39 +02:00
Petr Skoda
138c76789b
MDL-29014 fix a few incorrect uses of strlen and substr
2011-09-10 10:21:31 +02:00
Sam Hemelryk
8ebbb06adf
MDL-29189 mutlilang Reviewed the uses of course shortname and ensured things are being formatted consistently
2011-09-08 09:30:27 +12:00
Sam Hemelryk
c4b06ddd75
Merge branch 'dev_MDL-27289_boxnet_master' of git://github.com/dongsheng/moodle
2011-08-29 12:53:51 +12:00
Petr Skoda
7339273895
Merge branch 'w33_MDL-28554_m22_yui' of github.com:skodak/moodle
2011-08-24 15:01:50 +02:00
Petr Skoda
9d753c38d7
MDL-28554 fix problematic loading of io-upload-frame
...
This is a bit of a mystery, somehow 'io' module dependency is not enough to load everything, this might be caused by a regression in yui.
2011-08-24 15:00:10 +02:00
Eloy Lafuente (stronk7)
0a4ca115b2
Merge branch 'w33_MDL-26796_m22_arrayparams' of git://github.com/skodak/moodle
2011-08-24 14:06:22 +02:00
Aparup Banerjee
efdbbafdba
Revert "MDL-28509 repository_youtube Enable selection of sort order"
...
This reverts commit 88bf951aa7
.
2011-08-24 14:39:46 +08:00
Eloy Lafuente (stronk7)
f622fbef7f
Merge branch 'w33_MDL-19380_m22_repoclamav' of git://github.com/skodak/moodle
2011-08-24 01:17:28 +02:00
Aparup Banerjee
f3d8c8a9a3
Merge branch 'MDL-28509_master' of git://github.com/marxjohnson/moodle
2011-08-23 14:07:08 +08:00
Petr Skoda
84641adc3b
MDL-19380 fix redirect when virus found in JS-less mode
2011-08-18 09:01:53 +02:00
Petr Skoda
18bd7573d6
MDL-26796 convert array parameter cleaning to new functions
2011-08-18 08:40:33 +02:00
Petr Skoda
23bfe0a448
MDL-19380 reimplement antivir scanning in repositories
2011-08-18 08:37:40 +02:00
Dongsheng Cai
3deff6c9d2
MDL-27289, upgrade box.net repository plugin to use new box.net authentication process
2011-08-17 11:42:23 +08:00