mjollnir_
c775cf25cc
MDL-16009 - reworked the portfolio admin settings page to not redirect in write_setting
2008-08-12 13:49:55 +00:00
mjollnir_
8512f577dc
MDL-15768 - added general capability for exporting any content to portfolio
2008-08-12 13:31:02 +00:00
mjollnir_
d96a1acc0b
MDL-15777 more fixes for portfolio to use file api
...
this introduces portfolio/file.php to serve portfolio related files - access check is delegated to the plugin.
and also two new classes in the portfolio plugin tree - push vs pull.
2008-08-12 13:17:34 +00:00
mjollnir_
b379f7d99b
MDL-16007 - add new $dontdie parameter to the send_ file functions
2008-08-12 12:54:54 +00:00
skodak
593bb2ebf5
inline docs improvements
2008-08-12 11:00:13 +00:00
tjhunt
552adc27d7
XHTML strrrict!
2008-08-12 04:11:36 +00:00
moodlerobot
9431f8e99a
Updated the HEAD build version to 20080812
2008-08-12 01:45:39 +00:00
piers
d49ad45872
MDL-15993 The method to calculate the SCORM area needs to be changed - based on screen size alone does not make sense with big screens. Only allow the overide of the height parameter if it is less than the user specified (user specified is no allowed to be less than 400). Also - removed gratuitous use of whitespace.
2008-08-12 01:26:10 +00:00
moodlerobot
4ac912b856
Automatic installer.php lang files by installer_builder (20080812)
2008-08-12 01:24:48 +00:00
piers
320f3aab82
MDL-14492 Provide feedback to user about redirect delay in loadsco.php. Add lang text for please wait.
2008-08-11 21:35:10 +00:00
danmarsden
db19ec017d
MDL-15994 fix typo in choice/lib.php
2008-08-11 21:19:21 +00:00
mjollnir_
600af1f9fe
MDL-15768 - more cap checks in resource mod
2008-08-11 15:43:14 +00:00
mjollnir_
728e1931a2
MDL-15768 - mod/assignment upgraded to check caps before portfolio export
2008-08-11 15:31:55 +00:00
mjollnir_
68b7eed0f7
MDL-15992: box.net file rename - fixing warning
2008-08-11 15:30:38 +00:00
mjollnir_
494e47e497
MDL-15768 - add capability check in mod/resource for portfolio export
2008-08-11 14:53:00 +00:00
mjollnir_
7cbe6eed1f
MDL-15768 - bump mod/data version and requires properly - requires portfolio code
2008-08-11 14:44:56 +00:00
mjollnir_
adbf3cd005
MDL-15768 - further capability check in mod/data portfolio export
2008-08-11 14:14:39 +00:00
mjollnir_
07028cd91f
MDL-15768 - add new capabilities to mod/data for portfolio export
2008-08-11 13:45:41 +00:00
mjollnir_
7e51bbcee9
MDL-15995 - portfolio cron. currently just cleans up any orphaned transfer data
...
Later should be extended to add hooks in the plugins
2008-08-11 12:50:26 +00:00
mjollnir_
a226b58d75
MDL-15992 - added smarter renames to the portfolio box.net plugin around the box.net client library
2008-08-11 11:24:32 +00:00
mjollnir_
1bf8c6b2cb
MDL-15777 - whole database module export rejigged to use files api.
...
disabled ods and excel export for now until those libraries work with files api.
reverted a previous patch I had in this area.
2008-08-11 10:40:04 +00:00
mjollnir_
513e0bed18
MDL-15911 - reverting previous change to odslib - needs a proper rework to use files api.
2008-08-11 10:15:16 +00:00
dongsheng
5b5e6a124c
MDL-13766, add icon for each repository, fix css style
2008-08-11 07:41:55 +00:00
danmarsden
10848785d1
MDL-14913 fixing bad copy paste!
2008-08-11 05:21:33 +00:00
danmarsden
9cd9656917
MDL-14913 check vars b4 using
2008-08-11 05:09:44 +00:00
danmarsden
959f4c300c
MDL-15328 - hide grade category drop down.
2008-08-11 04:48:43 +00:00
peterbulmer
dbca4e44ca
MDL-15933 Require jump destination MNET peer to be non-deleted.
...
Also require landing source MNET peer to be non-deleted.
2008-08-11 04:48:00 +00:00
danmarsden
5c657e7a3a
MDL-14655 fix display of Choice when "show results after closed" is selected.
2008-08-11 04:19:34 +00:00
dongsheng
64be2d6ce1
MDL-13766, some small changes for repository api.
2008-08-11 03:30:09 +00:00
moodlerobot
2f93fccc63
Updated the HEAD build version to 20080811
2008-08-11 01:15:09 +00:00
moodlerobot
5249e8086f
Automatic installer.php lang files by installer_builder (20080811)
2008-08-11 00:56:47 +00:00
moodlerobot
b0ac8eb54d
Updated the HEAD build version to 20080810
2008-08-10 01:33:25 +00:00
piers
a57009d00a
MDL-14492 Provide feedback to user about redirect delay in loadsco.php. Change to use a single lang text.
2008-08-09 19:31:56 +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_
db79c1b960
MDL-15991 - made box.net client library support change to curl integration with files api
...
MDL-15992 - added renameFile function to box.net client library
2008-08-09 13:43:01 +00:00
mjollnir_
5035a8b486
MDL-15991 - allow curl library to POST files by integrating with stored_file object.
2008-08-09 13:35:33 +00:00
mjollnir_
ebcac6c68b
MDL-15990 - fixing bug in file_storage::create_file_from_storedfile - missing !
2008-08-09 13:33:20 +00:00
moodlerobot
33d47bb487
Updated the HEAD build version to 20080809
2008-08-09 01:35:35 +00:00
moodlerobot
df34cfe876
Automatic installer.php lang files by installer_builder (20080809)
2008-08-09 01:17:09 +00:00
skodak
4284e1cc17
MDL-14589 adding function get_contenthash() - thanks Penny
2008-08-08 13:11:32 +00:00
skodak
145a0a317b
MDL-14589 more local --> stored renaming
2008-08-08 11:50:45 +00:00
nicolasconnault
06a546bdae
MDL-15837 Finished sql_ helper unit tests for mysql and postgres
2008-08-08 11:03:03 +00:00
skodak
0b0bfa9345
MDL-15919, MDL-15920 reworked support for archiving
2008-08-08 10:22:59 +00:00
skodak
3501d96b8b
MDL-14589 more local --> stored renaming
2008-08-08 09:34:12 +00:00
dongsheng
4533e4adc0
MDL-13766
...
1. fix repository_get_options
2. Use DOM method generate html
2008-08-08 07:11:35 +00:00
nicolasconnault
3440ec1234
MDL-12198
2008-08-08 05:25:54 +00:00
dongsheng
aef7291793
MDL-13766, remove repository_local.php file
2008-08-08 03:49:29 +00:00
dongsheng
6a391ebfb4
MDL-13766, revert flickr/repository.class.php, commit local plugin.
2008-08-08 03:47:14 +00:00
dongsheng
837ebb781d
MDL-13766
...
1. Create "local" plugin
2. Improve document
2008-08-08 03:31:51 +00:00
moodlerobot
9282e38f89
Updated the HEAD build version to 20080808
2008-08-08 01:40:31 +00:00