fmarier
c93dae38f0
mod/resource: MDL-18641 ability for resource type plugins to specify their own icon
2009-04-03 01:13:42 +00:00
fmarier
13ca1e06b8
mod/resource: MDL-18691 allow custom resource types to specify their name in their own lang directory
...
Before this change, the full name of the resource type had to be stored in the "resource" namespace (for example in /mod/resource/lang/en_utf8/resource.php).
Now it can be put in the "resource_foo" namespace:
e.g. in /mod/resource/type/foo/lang/en_utf8/resource_foo.php:
<?php
$string['resourcetypefoo'] = 'Link to a Foo Bar document';
?>
2009-03-27 03:21:10 +00:00
mudrd8mz
081a9b0dad
MDL-18644 Bugs found by syntax checker, merged from MOODLE_19_STABLE
2009-03-23 09:53:02 +00:00
stronk7
3b348bbf4d
MDL-17934 flv player in resources - allow full screen. Credit goes to Darren Jones. Merged from 19_STABLE
2009-03-02 23:41:55 +00:00
dongsheng
d7860ff9f1
"RESOURCE/MDL-17696, remove extra div, merged from 1.9"
2009-02-18 08:10:35 +00:00
stronk7
aab0cd1851
MDL-18244 sql_length() - apply new function to resource names filter ; merged from 19_STABLE
2009-02-15 23:23:41 +00:00
skodak
0cb93a7e45
MDL-17427 another round of refactoring of upgrade related functions - this should be final now I hope ;-)
2009-01-29 19:58:47 +00:00
skodak
9c82ff2acd
MDL-17457 migrated all modules to new db/install.php; added upgrade.txt file for devs converting contrib modules
2009-01-12 21:13:28 +00:00
skodak
c5b8b31ad5
MDL-17617 removed some uses of snoopy library
2009-01-08 15:01:19 +00:00
jerome
4d800fd210
resource: MDL-10021 upload file resource: change "keep navigation visible" into select box (No, yes with frame, yes without frame)
2009-01-08 04:27:44 +00:00
skodak
973d2660e6
MDL-16613 sesskey cleanup
2009-01-02 10:51:26 +00:00
skodak
d1aa1e4855
MDL-17758 fixed hardcoded /admin/ links
2009-01-01 14:25:29 +00:00
dongsheng
771dc7b298
"MDL-14129, fix error() in moodle2"
2008-12-12 05:45:43 +00:00
dongsheng
ff9b4ea40a
"MDL-17570,clean align property, merged from 1.9"
2008-12-10 07:24:11 +00:00
dongsheng
85db96c5b4
"MDL-17570, cleanup align property in div, merged from 1.9"
2008-12-10 06:48:54 +00:00
stronk7
e6b3d18342
MDL-17518 resource names filter: Improve handling when name contains htmlentities() chars. Merged from 19_STABLE
2008-12-07 17:34:37 +00:00
skodak
214b1cf7a8
MDL-17428 Do not include in the middle of file in global scope
2008-11-27 22:46:34 +00:00
iarenaza
7045cfaa02
file resources: MDL-14541 Object tag embedding PDF's and nested Flash objects does not work reliably
...
Merged from MOODLE_19_STABLE.
Credit goes to David Boyer for reporting and suggesting the fix for PDF files,
and Jon Witts & Mauno Korpelainen for proving a way to reproduce the Flash
issue and tips to fix it.
2008-11-15 12:27:26 +00:00
tjhunt
9101efd312
cleanup: MDL-17083 Remove the old teacher, teachers, student and students columns from the course table.
...
For something that has been deprecated for over two years, they were still used in a lot of places!
2008-11-13 08:40:57 +00:00
jerome
74b4fa56d0
MDL-10021: display iframe when the resource is on another domain, merged from 19
2008-11-04 05:19:01 +00:00
jerome
b54327f0b4
MDL-10021: fix xhtml/javascript + build_navigation(), merged from 1.9
2008-11-04 02:27:23 +00:00
jerome
bc0b96fc2d
MDL-10021: change frame into object tag when display a Link Resource with navigation bar, merged from 19
2008-10-31 06:04:30 +00:00
tjhunt
8e2d826b15
file/link resource: Fix notice.
2008-10-23 09:05:37 +00:00
mjollnir_
96a38422e1
MDL-16541 - text resource portfolio implementation - send as .html since we're formatting that way
2008-10-22 10:45:05 +00:00
mjollnir_
6be1dcae99
MDL-16587 bit of a large refactor of the portfolio formats. still more to come.
2008-10-11 17:33:20 +00:00
tjhunt
b1bc88dbb3
XHTML strict.
2008-09-26 05:15:39 +00:00
tjhunt
16851b22ad
MDL-16676 All references to the text.html and emoticons.html files need to be updated to point to text2.html and emoticons2.html
2008-09-25 10:04:01 +00:00
nicolasconnault
5d1381c2c3
MDL-16486 Implemented the proxy DB class. Sort of working, but still some issues to sort out, like fix_course_sort_order, which updates a record NOT inserted by the unit test.
2008-09-19 14:28:22 +00:00
nicolasconnault
31355d28c1
MDL-15666 MDL-16486
2008-09-16 07:33:16 +00:00
mjollnir_
759204f88d
MDL-16517 - fix regression i introduced in resource mod portfolio implementation
2008-09-15 19:39:46 +00:00
mjollnir_
c50466705e
MDL-15666 - fixing bugs in resource unit test implementation
2008-09-15 16:08:59 +00:00
nicolasconnault
795ad63034
MDL-15666 Testing a matrix of portfolio caller/plugin. Starting the new cleanup method in unit tests (max id)
2008-09-15 13:18:44 +00:00
mjollnir_
0d06b6fda7
MDL-16423 - big refactor of the way callers interact with the portfolio code
...
added two new contract methods to the caller class, load_data and expected_callbackargs (static)
this means that the base class is the only place that needs a constructor
and that no data loading happens in the constructor
this in turn means we can check callback argument validity much more lightly
also completely remoted portfolio_add_button function and replaced with a class
as the argument list was getting out of control. it's now much more readable.
2008-09-11 13:42:58 +00:00
mjollnir_
e4af1deef4
MDL-15833 - added some commented out hints for upload resource (not implemented yet)
2008-09-10 09:36:42 +00:00
mjollnir_
8f95364733
MDL-16391 - plain text resources are now PORTFOLIO_FORMAT_TEXT.
2008-09-09 11:01:29 +00:00
mjollnir_
d8606b2078
MDL-15833 - make the portfolio callers use the helper functions to detect expected time.
2008-09-09 09:32:16 +00:00
mjollnir_
ea0de12f10
MDL-16360 - added support for mime-style subformat detection for portfolio supported formats
...
works well with flickr plugin (tested by uploading an image as a forum attachment and being offered flickr plugin but not for normal attachments)
2008-09-05 17:07:22 +00:00
mjollnir_
3bb8a2c75c
MDL-16322 - switch calls to print_error to throw exceptions in portfolio callers
2008-09-04 10:38:44 +00:00
stronk7
7facd18e7d
Prevent SQL error when forcing download. MDL-15921 ; merged from 19_STABLE
2008-08-26 23:02:58 +00:00
skodak
775f811a66
MDL-16002 rewritten upgrade locking and better upgrade progress tracking; MDL-16070 Do not use $a[0] syntax in lang packs + various other upgrade improvements and fixes
2008-08-16 12:16:01 +00:00
mjollnir_
866d543fde
MDL-15758 - slight change to the portfolio_add_button contract to be more flexible.
2008-08-14 16:01:12 +00:00
mjollnir_
600af1f9fe
MDL-15768 - more cap checks in resource mod
2008-08-11 15:43:14 +00:00
mjollnir_
494e47e497
MDL-15768 - add capability check in mod/resource for portfolio export
2008-08-11 14:53:00 +00:00
mjollnir_
d67bfc32a1
MDL-15777 - updated most of the portfolio code to use files api.
...
Not done:
- forum (the rest of the module isn't using files api yet)
- database mod (touches other parts of the code (ods and excel libs)
- portfolio download plugin (needs discussion with petr about userfiles)
all of these have been disabled in the meantime.
2008-08-09 14:24:58 +00:00
mjollnir_
ffcfd8a777
MDL-15762 log portfolio transfers and notify the user when there are dups
2008-07-30 16:38:13 +00:00
sam_marshall
18a2a0cb3a
MDL-15498: Completion: added support for basic completion-on-view and on grade (where applicable) to assignment, choice, data, glossary, lesson, and resource.
2008-07-29 17:22:47 +00:00
mjollnir_
bb63fc3e0c
MDL-15834 portfolio supported_formats doesn't need to be abstract
2008-07-29 12:10:14 +00:00
mjollnir_
654119b54e
MDL-15758 - fixing assignment & resource bugs
2008-07-28 10:44:25 +00:00
mjollnir_
3efe78dfc4
MDL-15758 - added add to portfolio button to resource/text & html
2008-07-28 08:19:14 +00:00
skodak
8eb1d25ffe
MDL-11844 new option for conditional stripping of tags from activity names
2008-07-26 15:15:25 +00:00