Penny Leach
892234168e
portfolio: MDL-19356 - mahara portfolio plugin: add sesskey to post-auth redirect
2009-11-18 10:06:34 +00:00
Penny Leach
c95a609597
Portfolio MDL-19356 removal of session reliance completely.
...
For plugins that don't support it, we can work around the external
redirect issue by returning to a special url.
This also adds on selective cancelling/continuing of current exports.
It needs a lot of testing, but seems to be working reasonably well.
Some plugins need updating now, however
2009-11-17 14:01:25 +00:00
Penny Leach
f1d2641df6
portfolio: MDL-20850 fixed some navigation/output
2009-11-17 14:01:06 +00:00
Penelope Leach
aa37986599
portfolio MDL-20850 adding $PAGE->set_url
2009-11-16 14:57:42 +00:00
Penelope Leach
0503e887e6
portfolio - MDL-20850 - updates to use $PAGE better
2009-11-16 14:55:38 +00:00
Penelope Leach
384ba38af4
portfolio - MDL-19356 - rename allows_multiple to allows_multiple_instances
...
this disambiguates, so we can have a function called allows_multiple_exports
2009-11-16 12:57:59 +00:00
Penelope Leach
557b2a3b81
portfolio - MDL-19356 - Mahara portfolio plugin: removed session use
...
since we can construct whatever return url we want.
2009-11-16 12:57:36 +00:00
Petr Skoda
4317f92f3f
MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup
2009-11-01 12:51:40 +00:00
samhemelryk
92e8851f67
portfolio MDL-19819 Updated print_header and build_navigation to OUTPUT and PAGE equivalents
2009-09-07 07:29:07 +00:00
samhemelryk
de6d81e667
admin MDL-19799 Upgraded print_header and build_navigation calls to use PAGE and OUTPUT equivilants
2009-09-03 06:59:25 +00:00
nicolasconnault
c108068f6e
MDL-19819 upgraded calls to print_table, print_single_button, print_user_picture, print_container* and notice_yesno
2009-08-20 08:48:55 +00:00
nicolasconnault
de2bd9df22
no message
2009-08-18 05:18:28 +00:00
nicolasconnault
e6e565ab20
MDL-19819 Converted all print_footer() calls
2009-08-06 14:09:50 +00:00
stronk7
81d18ad5c4
MDL-19579 code coverage - finished adding initial $includecoverage attributes
2009-06-26 18:25:46 +00:00
tjhunt
25ddb7efc9
javascript: MDL-19475 replace require_js calls with $PAGE->requires->js.
...
This is the final batch.
2009-06-15 07:57:53 +00:00
mjollnir_
e862c50a76
portfolio/mahara: php-doc for a confusing private method i didn't understand anymore
2009-06-09 19:58:16 +00:00
mjollnir_
780de011da
portfolio: MDL-19358 added $cm to require_login check. this will have to change as soon as we implement portfolio exporting for something other than a course module (eg, a blog, blog post, etc)
2009-06-01 18:53:54 +00:00
mjollnir_
766d61cbb8
portfolio: MDL-19358 and MDL-19354 added sesskey() protection when first initating a portfolio export; verify callback class is part of the portfolio_caller_base hierarchy; re-check permissions in the caller when waking up the portfolio exporter object (between requests)
2009-06-01 17:06:28 +00:00
mjollnir_
9e7d38b11a
portfolio/ replaced course_setup with $PAGE->set_course which seems to have been missed
2009-05-09 13:15:41 +00:00
mjollnir_
4c7a4ef9df
MDL-18734 - documentation and coding style in portfolio/*
...
Added much needed documentation to the portfolio "scripts" (the libs are all
fine), and moved all parameter fetching from the body of the file to the top.
2009-05-02 13:23:22 +00:00
stronk7
74c288a100
MDL-18577 drop enums support - step2: enums out from install.xml files
2009-05-01 14:07:43 +00:00
skodak
add560f300
MDL-14591 adding standard access control
2009-03-28 22:15:12 +00:00
skodak
98335b2da8
MDL-14591 adding standard access control
2009-03-28 22:02:00 +00:00
skodak
d1aa1e4855
MDL-17758 fixed hardcoded /admin/ links
2009-01-01 14:25:29 +00:00
poltawski
683dacd065
Removing the obsolete plugins which depend on alredy removed libs
...
MDL-16417
2008-11-29 20:27:04 +00:00
poltawski
ee91cf9591
portfolio: MDL-16417 - Adding googledocs/picasa plugins
...
* Added simple library for googleapi things
* Respository plugins to follow
2008-11-29 20:24:25 +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
mjollnir_
62e7195480
MDL-16587 portfolio export formats - support straight file export not just RICHHTML (html + attachments) , it doesn't make sense in things like box.net
2008-11-11 19:54:50 +00:00
dongsheng
18729a5138
"MDL-16341, fix parameters list"
2008-11-03 03:58:23 +00:00
dongsheng
b3e6e8047b
"MDL-16341, add upload function for flickrlib"
2008-11-03 03:22:55 +00:00
nicolasconnault
5ab88978b9
MDL-17091 Adding part of GoogleData API from the Zend Framework, in order to support portfolio and repository functions. Also completed basic portfolio plugin.
2008-10-31 15:33:45 +00:00
nicolasconnault
0d4231f0e3
MDL-16341 Finished flickr plugin
2008-10-31 09:14:06 +00:00
nicolasconnault
a55d94d4ac
MDL-16341 Almost finished portfolio flickr plugin. Modified phpflickr->request method so it can upload files, but having permission issue (only read)
2008-10-25 13:35:20 +00:00
mjollnir_
14cb94ebfe
portfolio/mahara tighter url for continuing to portfolio to enter the folder and highlight the new file
2008-10-21 09:55:04 +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
ac324e05ea
MDL-16675 change callers to require_js to take advantage of the fact that callers no longer have to add $CFG->wwwroot themselves.
2008-09-25 06:40:52 +00:00
moodler
1369d8e172
Fixed some wording ...
2008-09-17 08:15:10 +00:00
mjollnir_
612a14c570
MDL-16520 - better handling of resuming exports in portfolio
2008-09-16 19:02:30 +00:00
mjollnir_
c737eed82f
MDL-16535 - nicer messages about invalid exports
2008-09-16 17:50:55 +00:00
mjollnir_
abcd0fc53e
MDL-16414 - make the handling of the download portfolio plugin nicer
2008-09-16 14:23:41 +00:00
mjollnir_
6b6f1c056d
MDL-14591 - added security in file serving in pull portfolio plugins
2008-09-16 14:17:32 +00:00
mjollnir_
ff347f9978
MDL-16519 - added some more help text to box.net config page
2008-09-16 13:01:34 +00:00
mjollnir_
6e6cf8a366
MDL-16520 - print info about current export
2008-09-16 12:28:20 +00:00
mjollnir_
a476313639
MDL-16520 - make the already exporting portfolio error more user friendly
2008-09-16 10:41:17 +00:00
mjollnir_
447192d36b
MDL-16521 - made folder optional in box.net portfolio transfer
2008-09-16 08:05:50 +00:00
mjollnir_
5d37f13c18
MDL-16521- 'share' parameter must be int for create folder in box.net
2008-09-16 08:00:11 +00:00
mjollnir_
f2e933bb09
MDL-16516 - fixing bad regression in mahara portfolio plugin
2008-09-15 17:14:51 +00:00
mjollnir_
13e7e76575
MDL-15760 - move boxnet folder creation from prepare_package into send_package
2008-09-15 14:01:57 +00:00
mjollnir_
fae696850a
MDL-15362 - make sure we log the transfer on an xmlrpc request in mahara plugin
2008-09-12 15:32:14 +00:00
mjollnir_
37f03ea00b
MDL-15666 - change all the portfolio plugins and callers to use exceptions
...
rather than relying on return values (send_package and prepare_package)
move zipping of temporary files into the exporter class so it can be overridden during unit tests
fix a small todo in mahara plugin
2008-09-12 11:22:15 +00:00