Commit graph

7236 commits

Author SHA1 Message Date
scyrma
46fcbcf41a MDL-14589: typos corrections. 2008-08-29 05:32:10 +00:00
tjhunt
e1dc480c8c MDL-16219 - followup - committing missing change in questionlib.php in head. 2008-08-29 03:34:44 +00:00
stronk7
4ce763762e Fix some problems with named parameters and improve
get_user_courses_bycap() queries. MDL-16209 ; merged from 19_STABLE
2008-08-28 18:08:06 +00:00
tjhunt
cd350b538f MDL-16202 formslib show/hide advanced button does not work with strict XML headers 2008-08-28 07:52:09 +00:00
skodak
10f19c4925 MDL-15876 I hope the multicheckbox now works 100% :-) 2008-08-28 07:08:08 +00:00
dongsheng
c926013059 MDL-13766
1. Change location of cached and downloaded files
2. Clean up expired cache files
3. Remove downloaded files after completing moving
2008-08-28 06:23:23 +00:00
jerome
e6be3a6987 MDL-13766: refactor all repository_instances() => repository_get_instances() 2008-08-28 05:30:19 +00:00
jerome
49a1ce1957 MDL-13766: refactor all libary functions, they now all start with repository_ 2008-08-28 05:13:13 +00:00
scyrma
7d380f791e MDL-14741:
* Remove media plugin (which causes javascript error) until next upgrade from upstream
 * Fix onsubmit function to make it work - hopefully for good
 * Remove unused courseid parameter (which will make caching more effective)
2008-08-28 04:08:37 +00:00
tjhunt
94a6d656a6 MDL-8475 - Better handling of blank answer - further changes to make it even more robust. Also, make the same changes to the shortanswer question type that were already made to the numerical question type. 2008-08-28 01:48:43 +00:00
skodak
91537a888d MDL-16236 & operator is often not needed in PHP5 in method definition 2008-08-27 20:52:48 +00:00
skodak
d7d875359f MDL-16235 yet more ;-) 2008-08-27 20:48:16 +00:00
skodak
0d5d12bde3 MDL-16235 whitespace terror :-D 2008-08-27 20:43:06 +00:00
skodak
61fceb866d MDL-16234 defaults support in plugin_supports() 2008-08-27 20:22:33 +00:00
skodak
a1b892ccec MDL-16226 get_coursemodule_xx() improvements 2008-08-27 11:31:37 +00:00
thepurpleblob
8de7c5e4bc Curse you CVS!!! Didn't notice strange merge error. 2008-08-27 10:27:39 +00:00
thepurpleblob
549c2dd2f6 MDL-16221
The height and width are now included in the user's image.
2008-08-27 10:24:48 +00:00
scyrma
ec21543a9f MDL-15405: Add missing quote in javascript code 2008-08-27 08:36:01 +00:00
skodak
6311eb61e4 MDL-16220 allow deleting of all files attached to context 2008-08-27 08:23:07 +00:00
scyrma
4302300219 MDL-15405: A first form (partly) converted to the new filepicker element. 2008-08-27 07:57:54 +00:00
skodak
8f3f6cc3fa MDL-13766 rerunning latest repo upgrade block, the 2008082600 was not correct in upgrade.php, should have been 2008082601 2008-08-26 19:49:54 +00:00
skodak
c6dc4709c6 MDL-13766 optimised upgrade - no need to create & modify repository table and delete it afterwards 2008-08-26 19:44:04 +00:00
dongsheng
27051e4319 MDL-13766
1. Chanage database, create 2 more tables for repository
2. One-step download in file picker
2008-08-26 07:20:56 +00:00
skodak
8b4ca8f74e MDL-16208 fixed deleting of orphaned module tables 2008-08-26 06:54:43 +00:00
skodak
633239f619 MDL-16115 strict fixes for admin settings unmask field too 2008-08-26 06:41:37 +00:00
skodak
90658eefb0 MDL-16166 centralised enabling of subsystems, fixed some warnings and general cleanup 2008-08-26 05:45:07 +00:00
tjhunt
e2249afe2b MDL-7010 Convert mod\quiz\config.html to mod/quiz/settingstree.php using the new admin tree system. 2008-08-26 01:05:01 +00:00
iarenaza
5261baf11e MDL-16061 Revert incorrect fix for "Remove 'username' from the $moodleattributes array"
Merged from MOODLE_18_STABLE.

The fix is wrong, as it breaks auth_db_sync_users.php and
auth_ldap_sync_users.php at least. No new users are added to Moodle, as the
username is missing from the new user info record.

The fix needs to go into update_user_record() in lib/moodlelib.php to make it
skip the 'username' key, as we really need get_userinfo() to return the
username as part of the user info array.
2008-08-25 22:44:45 +00:00
skodak
f4caf0df5e MDL-15669 Check db schema vs install.xml - code by Andrei Bautu, with minor changes only (more strict checking) 2008-08-25 22:02:49 +00:00
skodak
94898738ff MDL-15671, MDL-15717 DB->import_record() support - code based on patch by Andrei Bautu; added new param to raw insert; unit tests included 2008-08-25 21:00:47 +00:00
skodak
b3d0062f58 removing TODO: yes we want public raw insert methods, they are already used for log inserts ;-) 2008-08-25 13:19:22 +00:00
skodak
e16e38818e MDL-15671 support for table sequence resetting - code by Andrei Bautu (with minor modifications) 2008-08-25 12:52:49 +00:00
stronk7
b08a722573 Prevent some notices at install. MDL-16188 ; merged from 19_STABLE 2008-08-24 16:33:26 +00:00
mjollnir_
31f3d99e45 MDL-15865 - fixing search for portfolio settings page 2008-08-22 16:17:30 +00:00
mjollnir_
83f600583e MDL-14591 - added support for portfolio plugins to force queueing and fixed a couple bugs. 2008-08-22 13:47:51 +00:00
tjhunt
13daf6a2d6 * Fix where quiz report lang strings are searched for. The correct prefix for this type of plugin is quiz_.
* Fix a misleading comment.
* Improve a bit of code in get_config by using get_records_menu.
2008-08-22 07:12:27 +00:00
tjhunt
220a5c8721 MDL-16171 - Allow mdd/xxx/defaults.php to load data into the config_plugins table. 2008-08-22 06:38:54 +00:00
skodak
bba0beaee2 MDL-15716 Tightened dataroot security checks and and 'loud' administrator warning 2008-08-21 15:29:42 +00:00
mjollnir_
e35691563b MDL-16134 - fixing up exception throws. 2008-08-21 09:07:00 +00:00
skodak
f4a13b36e7 MDL-16115 Password unmask form fields do not work with XHTML strict headers 2008-08-21 08:00:51 +00:00
danmarsden
24f40ab74e MDL-14620 - need to check vars are set before using. - adding check so I can include this form type in SCORM 2008-08-20 21:59:21 +00:00
mjollnir_
beb4ac1a5d MDL-14591 - better security when reawakening an interupted export 2008-08-20 15:58:29 +00:00
mjollnir_
349242a31d MDL-16127 - smarter handling of supported formats in callers 2008-08-20 13:30:37 +00:00
mjollnir_
23cbde0a14 MDL-16134 - fixing regression introduced by conversion to exceptions 2008-08-20 09:31:31 +00:00
mjollnir_
f240dc7036 MDL-16134 - fixing regression introduced by conversion to exceptions 2008-08-20 09:11:20 +00:00
tjhunt
2e46e4610a MDL-16141 Oops, and another copy and paste error meant that there was a misleading comment. 2008-08-20 08:28:07 +00:00
tjhunt
798af5f156 MDL-16141 Oops, copy and paste error on the method name in the subclasses. Sorry. 2008-08-20 08:27:21 +00:00
tjhunt
1d861fce06 MDL-16141 Need an sql_position method to do POSITION(needle IN haystack) on crappy databases; and
MDL-16140 Table "testtable" already exists messages when re-running dml unit tests after a crash - make it self-healing.
2008-08-20 06:51:46 +00:00
peterbulmer
baed22bb1c MNET-12558 Additional commenting and variable name change 2008-08-20 05:57:06 +00:00
dongsheng
d373f63f9b MDL-13766
1. Use treeview display files in repository
2. Dymanicly loading file support
3. Upload file in local repository plugin
4. Move file picker to the top level of DOM
5. get original photo format from flickr web service
2008-08-20 02:52:29 +00:00