Log of /moodle/lib/portfolio/formats.php
Parent Directory
Revision
1.10 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Mar 17 03:07:53 2010 WST (3 days, 20 hours ago) by
mjollnir_
Branch:
MAIN
Changes since
1.9: +2 -1 lines
Diff to
previous 1.9
portfolio MDL-21508 fixed broken forum attachment export
- fixed a lot of logic in the format conflict stuff
- fixed a very specific bug in forum export when exporting a single
attachment.
Revision
1.7 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Dec 3 22:26:37 2009 WST (3 months, 2 weeks ago) by
mjollnir_
Branch:
MAIN
Changes since
1.6: +96 -5 lines
Diff to
previous 1.6
portfolio: MDL-21030 - leap2a portfolio format support.
This commit includes:
- leap2a portfolio format, and xml writer
- proof of concept implementation in forum and assignment modules
- a lot of refactoring of the portfolio formats in general:
- addition of "abstract" formats - this is necessary for plugins to be able to support groups of formats
- addition of the idea of portfolio formats conflicting with eachother - eg richhtml & plainhtml
it touches modules other than assignment and forum, because the format api
changed and now each place in moodle that exports portfolio content has to deal
with the formats it supports slightly differently.
At the moment the Mahara portfolio still doesn't support this format, because I
haven't done the Mahara side yet. The "file download" plugin supports it
though.
Still todo:
- Add support for the other places in Moodle (glossary, data, etc)
- Write tests, once the rest of the portfolio tests have been updated to use the new DB mocking stuff
- Fix a bunch of TODOs
Revision
1.6 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Nov 19 01:33:19 2009 WST (4 months ago) by
poltawski
Branch:
MAIN
CVS Tags:
MOODLE_19_MERGED
Changes since
1.5: +53 -0 lines
Diff to
previous 1.5
portfolio: MDL-20897 Add additional format types
Added new specific formats for PDF, Document, Presentation and Spreadsheet
Allow the googledocs plugin to support all these formats
Revision
1.1 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Sep 8 21:44:36 2008 WST (18 months, 1 week ago) by
mjollnir_
Branch:
MAIN
MDL-14591 - split portfoliolib into logical parts for better readability
Especially as some of the functions shared by base classes (portfolio plugin vs caller) were the same
it was getting a bit unweildy to have all this in one file.
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
select a symbolic revision name using the selection box, or choose
'Use Text Field' and enter a numeric revision.