32052 Commits

Author SHA1 Message Date
tjhunt
72395e60cb MDL-15541 - Refactor starting a new attempt into a new file startattempt.php - slight improvement to the code. 2008-07-08 17:43:34 +00:00
tjhunt
78e7a3dd5d MDL-15452 - Put the OU quiz navigation improvements into the Moodle codebase - quite a lot of progress, sorry I am committing this as a big lump, but it took me a while to get the code back to a working state.
MDL-15537 - create oo attemptlib.php to hold shared code between attempt, summary and review.php
MDL-15541 - Refactor starting a new attempt into a new file startattempt.php
MDL-15538 - Rework attempt.php to use attemptlib.php
2008-07-08 16:33:47 +00:00
tjhunt
1b8b535dda MDL-11905 - Users with the capability to export questions may not have the capability to access backupdata. Therefore we need to change where question export files are stored. Merged from the 1.9 stable branch.
Note that once the file API is finished, this will have to be redone. I have created MDL-15573 for that.
2008-07-08 11:23:31 +00:00
thepurpleblob
c0a578c071 MDL-15304
Default name 'label' is looked up from language pack.

Merged from STABLE_19
2008-07-08 09:39:18 +00:00
thepurpleblob
8f829910d6 MDL-15304
Remove the item number from the created label name. It doesn't work for new labels.

Merged from STABLE_19
2008-07-08 08:45:26 +00:00
dongsheng
52ffbaae61 MDL-15349, cache enabled lib.php. 2008-07-08 05:02:41 +00:00
dongsheng
9d8047cb77 MDL-15349, repository_cache class added, which can reduce request time significantly. 2008-07-08 05:00:59 +00:00
dongsheng
25752e82b4 MDL-15402, searching repository folder for language files. 2008-07-08 01:48:40 +00:00
dongsheng
683354006f MDL-15402, add lang file for flickr plugin. 2008-07-08 01:45:00 +00:00
dongsheng
dd590cd233 MDL-15402, lang files for boxnet plugin. 2008-07-08 01:43:41 +00:00
moodlerobot
0e1fbf0c43 Updated the HEAD build version to 20080708 2008-07-08 01:37:14 +00:00
moodlerobot
0ea0e78cc6 Automatic installer.php lang files by installer_builder (20080708) 2008-07-08 01:18:14 +00:00
skodak
123d1acd34 MDL-13383 fixed restore form; merged from MOODLE_19_STABLE 2008-07-07 22:35:23 +00:00
skodak
739da48c01 MDL-15561 unsubscribe all option implemented 2008-07-07 21:51:01 +00:00
mjollnir_
ac5efef6b5 MDL-15562 database tables, upgrade and version bump for portfolio API
- portfolio_instance, portfolio_instance_user, portfolio_instance_config
2008-07-07 15:09:40 +00:00
skodak
b373260475 MDL-15413 warn admins if display_errors enabled 2008-07-07 14:34:40 +00:00
sam_marshall
a2d51ba880 MDL-15560 Install fails again (missing global $DB) 2008-07-07 12:33:45 +00:00
thepurpleblob
e7ef42f531 MDL-15473
Fixed typo causing the image location to be ignored if the base_64 image is not included.

Mereged from STABLE_19
2008-07-07 11:54:39 +00:00
dongsheng
eaba88e917 MDL-15488, version.php added 2008-07-07 08:36:53 +00:00
scyrma
e7134583d7 MDL-14237: Removing all remaining tag-related uses of html_entity_decode (merge from 1.9) 2008-07-07 07:45:51 +00:00
scyrma
0c9bba1c76 MDL-14237: Removing calls to html_entity_decode, along with some syntax cleanup (merge from 1.9) 2008-07-07 07:19:24 +00:00
dongsheng
97f7393dcc "MDL-15349, create a new function to get all repository plugins" 2008-07-07 06:54:39 +00:00
scyrma
a72529c73f MDL-14772: Prevent official tags from being deleted when tag_instance table is empty. (Patch by Hynek Černoch) (Merge from 1.9) 2008-07-07 06:40:35 +00:00
dongsheng
ed461df329 MDL-15348, remove useless image 2008-07-07 06:37:55 +00:00
dongsheng
0eb58cf43a MDL-15488
1. Create a ajax file picker, which can switch views(list and thumbnail now), transfer json data between server and client side
2. Improve curl.class.php
3. Improve boxnet plugin, which won't need to redirect box.net to authenticate from now on
4. Improve flickr plugin
2008-07-07 06:34:39 +00:00
dongsheng
f68316b9db "MDL-15348, adding a loading image for repository file picker, created by http://www.ajaxload.info/" 2008-07-07 06:16:04 +00:00
scyrma
18d330b0ac MDL-12649: Prevent editing a blog from changing the display sort (based on creation date) (Patch by Dan Poltawski) (merge from 1.9) 2008-07-07 03:21:52 +00:00
moodlerobot
a4b309284e Updated the HEAD build version to 20080707 2008-07-07 01:33:11 +00:00
skodak
fe074586b5 MDL-13901 guest can not be selected in "Default role for all users" in 1.9.x; merged from MOODLE_19_STABLE 2008-07-06 23:54:07 +00:00
skodak
ffc670d931 MDL-9983 role_unassign should not touch group members table directly - we need events; merged from MOODLE_19_STABLE 2008-07-06 22:54:46 +00:00
skodak
96608a55bd MDL-9983 role assignment related triggers; merged from MOODLE_19_STABLE 2008-07-06 19:30:12 +00:00
skodak
1336c96edb MDL-15553 events_trigger() perf improvement; merged from MOODLE_19_STABLE 2008-07-06 18:58:46 +00:00
skodak
2942a5cd34 MDL-9983, MDL-13998 core events related cleanup; merged from MOODLE_19_STABLE 2008-07-06 17:57:06 +00:00
moodlerobot
c4f3038349 Updated the HEAD build version to 20080706 2008-07-06 01:31:10 +00:00
skodak
05c38e2b7c MDL-13811 reworked unsetting of preferences and minor tweaks 2008-07-05 22:46:31 +00:00
skodak
4692da473f MDL-12505 do not leak separate groups info in advanced search user selection and other fixes; merged from MOODLE_19_STABLE 2008-07-05 20:57:35 +00:00
skodak
80775ff30c MDL-15548 fixed regression, thanks Gary! 2008-07-05 17:25:16 +00:00
skodak
013578c1f6 MDL-14035 fixed user images on user report; merged from MOODLE_19_STABLE 2008-07-05 16:14:08 +00:00
skodak
c87c428e05 MDL-11905 send temp file support; merged from MOODLE_19_STABLE 2008-07-05 15:34:54 +00:00
skodak
f5fc83e818 MDL-15516 prvent access to deleted profiles and other user areas 2008-07-05 14:52:39 +00:00
nicolasconnault
d6ace123f0 MDL-13811 Completed the required changes. Also added a "Cancel email change" link. Merging from MOODLE_19_STABLE 2008-07-05 14:28:13 +00:00
skodak
9da3dfa4ac MDL-13776 assignment attachment access now verified in module context; merged from MOODLE_19_STABLE 2008-07-05 14:18:30 +00:00
skodak
ff96219d2f MDL-15420 fixed commented out continue which was causing leaks of info about hidden activities ;-); merged from MOODLE_19_STABLE 2008-07-05 13:20:21 +00:00
skodak
045ee35279 MDL-14261 fixed access control issues for backup and unittest plugins; merged from MOODLE_19_STABLE 2008-07-05 13:08:07 +00:00
skodak
961ca45fc0 fixed previous wrong merging 2008-07-05 12:54:38 +00:00
ethem
6278f7bf8c fix skodak's fix. add a } char to table name. 2008-07-05 12:22:57 +00:00
mudrd8mz
b62aaf07b5 MDL-15077 Fixed link to admin section. Merged from 1.9 2008-07-05 11:19:47 +00:00
skodak
d02f193404 MDL-15304 fixed empty label names coming from restore; merged from MOODLE_19_STABLE 2008-07-05 09:37:30 +00:00
jamiesensei
67d4dfb84b MDL-15545 "sql to fetch question states in overview report should use a JOIN instead of passing attempt ids in IN clause when downloading data with no paging" 2008-07-05 05:57:22 +00:00
moodlerobot
2461f2e2bd Updated the HEAD build version to 20080705 2008-07-05 01:38:11 +00:00