Sam Hemelryk
7b06151288
Merge branch 'MDL-22504_drag_and_drop_upload_final' of https://github.com/davosmith/moodle
...
Conflicts:
course/lib.php
theme/base/style/course.css
2012-05-17 10:55:35 +12:00
Dan Poltawski
41ea0d3cc2
Merge branch 'MDL-31902-master' of git://github.com/ankitagarwal/moodle
2012-05-14 10:28:05 +08:00
Ankit Agarwal
3afe75a79c
MDL-31902 general: Removing deprecated functions
2012-05-11 10:30:40 +08:00
sam marshall
8b7d95b625
MDL-29624 Media embedding system, part 3: resource module (and URL, lesson)
...
This change makes the resource module use the new API when it embeds media
files (audio/video/Flash), and removes the resourcelib library functions
which were previously used for this.
The old API is still used for embedding non-media files such as PDFs and
HTML.
The URL and Lesson module both used copy/paste duplicates of a section of
resource module code which called the removed functions. I have changed
these too. As a bonus this significantly reduces the duplication involved.
2012-05-09 18:29:31 +01:00
Davo Smith
abed5d655f
MDL-22504 Fixed issues raised by Sam Hemelryk
2012-05-04 12:12:52 +01:00
Davo Smith
32528f94e4
MDL-22504 Drag and drop upload course - enables upload of files, text and urls to a course page
2012-04-30 09:53:25 +01:00
Petr Skoda
f596005b6c
MDL-32569 drop migrated module tests
2012-04-21 16:58:07 +02:00
Sam Hemelryk
6669669fdb
Merge branch 'MDL-29174-master' of git://github.com/raymanuk/moodle
2012-04-16 17:37:06 +12:00
Ray Guo
8e6530d897
MDL-29174 Remove the empty modulename_extend_navigation() stub from 7
...
modules.
2012-04-03 14:38:47 +01:00
Petr Skoda
caee6e6c26
MDL-32251 E_STRICT fixes part 3
2012-03-29 15:24:30 +02:00
Sam Hemelryk
7aea08e1b0
MDL-31857 phpunit: PHPDoc and typo fixes during integration
2012-03-22 10:45:17 +13:00
Sam Hemelryk
3222f6eca1
Merge branch 'w12_MDL-31857_m23_phpunit' of git://github.com/skodak/moodle
2012-03-22 10:44:04 +13:00
Petr Skoda
5bd4040866
MDL-31857basic phpunit support
...
Thanks Eloy Lafuente, Tim Hunt and Sam Hemelryk for valuable feedback and ideas.
2012-03-21 10:31:37 +01:00
Tim Hunt
88eca3cd26
MDL-19125 module restrictions: addinstance capabilities for all mods
2012-03-15 17:13:43 +00:00
Petr Skoda
bb88a54d06
MDL-31985 remove text sizes from all install.xml files
2012-03-11 15:55:37 +01:00
Petr Skoda
c3dd6b01fe
MDL-27982 drop UNSIGNED attributes from all install.xml files
2012-03-06 12:01:10 +01:00
Eloy Lafuente (stronk7)
1f256ec5ca
Merge branch 'MDL-30982-docblock-backup' of git://github.com/mudrd8mz/moodle
2012-02-29 00:47:10 +01:00
David Mudrak
63baccbc54
MDL-30982 Improving phpDocs for the classes that extend backup_activity_task
2012-02-27 11:59:42 +01:00
Petr Skoda
e67bc2a410
MDL-30964 fix phpdocs in access.php files in all plugins
2012-02-27 07:23:10 +01:00
Sam Hemelryk
24768e4658
Merge branch 'm_MDL-31107_fixing_below_typos' of git://github.com/gerrywastaken/moodle
2012-02-14 15:07:57 +13:00
Ankit Kumar Agarwal
04252d3a13
MDL-30975 Docs Adding correct pacakge information
2012-02-13 11:06:47 +05:30
Gerard (Gerry) Caulfield
ce8df92df1
MDL-31107 Fixing instaces of below where it is written as bellow (two L's)
2012-02-10 15:40:04 +08:00
Eloy Lafuente (stronk7)
008bf7f0ac
Merge branch 'MDL-31015-master' of git://github.com/sammarshallou/moodle
2012-01-31 19:44:21 +01:00
sam marshall
68828cc431
MDL-31015 File/URL resource 'Open' and 'Force download' options should work consistently
2012-01-27 16:01:19 +00:00
Glenn Ansley
4d7e89d72c
MDL-31311 Enhance unhelpful iframe title attributes
2012-01-27 10:22:59 -05:00
Petr Skoda
40e4cd435b
MDL-30610 remove outdated mod upgrade code
2011-12-23 10:38:11 +01:00
Aparup Banerjee
46f2a9366a
MDL-30604 Added upgrade lines to upgrade.php(s)
2011-12-09 01:28:59 +01:00
Petr Skoda
633d5a07af
MDL-30007 standardise module version files
2011-11-29 21:38:14 +01:00
Aparup Banerjee
1b39425dae
Merge branch 'wip-MDL-28646' of git://github.com/mouneyrac/moodle
2011-11-29 16:38:02 +08:00
Dongsheng Cai
ec0d6ea2a9
MDL-28646 Web service: core_course_get_contents()
...
1. Implement core_course_get_contents web service
2. Implement callbacks in folder, resource, page and url modules
3. Implement download script for web service
2011-11-28 16:22:38 +08:00
Petr Skoda
ee2592346f
MDL-30448 fix url param problems
2011-11-26 13:39:22 +01:00
Aparup Banerjee
ddba89cc2a
Merge branch 'w43_MDL-30005_m22_uri' of git://github.com/skodak/moodle
2011-11-01 15:18:44 +08:00
Petr Skoda
0775152ff0
MDL-30005 regression fix for non http/ftp urls
2011-11-01 07:56:33 +01:00
Aparup Banerjee
b2851c8ded
MDL-30005 URL : fixed typos
2011-10-31 15:12:45 +08:00
Petr Skoda
b615a0bf9a
MDL-30005 bump up version after lang string change
2011-10-30 23:53:26 +01:00
Petr Skoda
48f69e418c
MDL-30005 fix general URI support in URL module
...
The recent change completely removed support for general URIs and enforced strict URL validation which was breaking backwards compatibility and was not user friendly at all.
This patch finally adds full URI support with basic validation and fixes some older xhtml strict issues.
Please note we do not try to explain the difference between URL and URI to our users. Also keep in mind that mod/url has XSS risk and does not do any security validation of the data.
2011-10-30 23:53:17 +01:00
Ankit Kumar Agarwal
8077c81f47
MDL-29619 Validate urls before generating output
2011-10-21 14:00:38 +05:30
Ankit Kumar Agarwal
4373200f88
MDL-28483 URL adding validation checks and changing field externalurl to not-null
2011-10-13 08:57:27 +05:30
Adrian
ec3c9dad7b
MDL-28483 URL making url field required
2011-10-13 08:57:20 +05:30
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 marshall
3e4c243500
MDL-27001 'Show description' feature part 3: Implementation for all modules
...
For modules that still used the 'old' generic object return from _get_coursemodule_info instead of returning a cached_cm_info object, I changed them to use the new format as part of this. This made a few areas of code regarding onclick links slightly nicer.
2011-09-06 11:03:06 +01:00
Petr Skoda
f08e5e984a
MDL-28337 add parameters explanation in URL resource configuration
2011-07-22 22:16:52 +02:00
Eloy Lafuente (stronk7)
aef91ddfa7
MDL-27018 restore - decode links missing url->externalurl support
2011-07-09 13:33:50 +02:00
Aparup Banerjee
c5a8abfedd
MDL-28169 Installation Added 2.1 upgrade (idiot proof) lines to upgrade scripts.
2011-07-07 11:40:38 +08:00
Eloy Lafuente (stronk7)
715a5bb732
MDL-27829 blocks - lang string fixes. Credit goes to Helen!
2011-07-01 20:38:06 +02:00
Andrew Davis (andyjdavis)
b38e2e28a1
MDL-27829 blocks: altered the algorithm used to find plugin page types
2011-06-27 12:27:41 +08:00
Eloy Lafuente (stronk7)
ee1235e7af
Merge branch 'backup-convert' of git://github.com/mudrd8mz/moodle
2011-06-14 22:38:27 +02:00
Dongsheng Cai
b1627a92e5
MDL-26105 Block settings should contains less options, and be more user friendly
...
AMOS BEGIN
MOV [page-blog-index, pagetype], [page-blog-index, blog]
MOV [page-blog-x, pagetype], [page-blog-x, blog]
MOV [page-tag-x, pagetype], [page-tag-x, tag]
MOV [page-course-view-weeks, pagetype], [page-course-view-weeks, format_weeks]
MOV [page-course-view-weeks-x, pagetype], [page-course-view-weeks-x, format_weeks]
MOV [page-course-view-topics, pagetype], [page-course-view-topics, format_topics]
MOV [page-course-view-topics-x, pagetype], [page-course-view-topics-x, format_topics]
AMOS END
2011-06-09 13:51:14 +08:00
David Mudrak
afb4494bd0
MDL-27448 URL resource module backup conversion improved
...
The patch also fixes invalid 'course' field in moodle2 backup code.
2011-06-04 21:04:02 +02:00
David Mudrak
9e3e8c8004
MDL-27448 Changed the interface of resource module successors to make it clear they are a special case
2011-06-04 16:11:59 +02:00