- 19 Jul, 2006 6 commits
-
-
skodak authored
Improved category and course list display on front page- see bug Bug #5965 - Frontpage Category List also showing courses; new Combo List(categories + courses), fixed categories list and separate settings for not logged in / logged in users; merged from MOODLE_16_STABLE
-
moodler authored
-
skodak authored
-
tjhunt authored
-
stronk7 authored
Mimic from MOODLE_16_STABLE
-
stronk7 authored
Mimic from MOODLE_16_STABLE
-
- 18 Jul, 2006 17 commits
-
-
tjhunt authored
Bug #6033 - missing string for unknown questiontype. Also tidied up some messy code. Merged from MOODLE_16_STABLE.
-
tjhunt authored
-
tjhunt authored
Bug #6116 - Quiz database upgrade scripts call renamed function by the old name. Merged from MOODLE_16_STABLE.
-
urs_hunkler authored
-
urs_hunkler authored
-
urs_hunkler authored
-
skodak authored
-
skodak authored
-
martinlanghoff authored
get_courses_page() uses get_records_sql() which means that it will actually break if the first field requested isn't c.id. This in turn means that the DISTINCT is not needed at all. So let's go fast again!
-
martinlanghoff authored
Author: Donal McMullan <donal@catalyst.net.nz>
-
moodler authored
-
toyomoyo authored
-
martinlanghoff authored
Now users can update their password correctly. We did have this before, I wonder if it got dropped in a merge.
-
martinlanghoff authored
When using the 'internal' password handling, set auth_db_stdchangepassword so we allow users to change their password normally.
-
martinlanghoff authored
Now Auth plugins can register auth_validate_form to get a chance to validate config form input. Needed on MOODLE_16_STABLE to fix a bug with auth/db. The auth API must follow suit with the enrol API, where we can safely do method_exists().
-
skodak authored
-
tjhunt authored
-
- 17 Jul, 2006 5 commits
-
-
skodak authored
-
tjhunt authored
Bug 5840 - Image not displayed in Cloze question. Thanks to Joseph Rezeau for the fix. Merged from MOODLE_16_STABLE.
-
skodak authored
-
skodak authored
-
martinlanghoff authored
-
- 16 Jul, 2006 2 commits
-
-
stronk7 authored
(http://moodle.org/bugs/bug.php?op=show&bugid=5986) Merged from MOODLE_16_STABLE
-
moodler authored
-
- 15 Jul, 2006 3 commits
-
-
stronk7 authored
(http://moodle.org/bugs/bug.php?op=show&bugid=6089) Merged from MOODLE_16_STABLE
-
skodak authored
-
skodak authored
-
- 14 Jul, 2006 4 commits
-
-
tjhunt authored
Bug 6111 - Rewrite the code for making an indented list of question categories, becase the existing code was so horrible. Merged from MOODLE_16_STABLE.
-
mchampan authored
and added results caching to improve query time when browsing pages of the same query. Wiki document strips (x.x.x.x) ip field from author field now.
-
sam_marshall authored
Added hooks so that blocks can create functions that are run when they are installed and uninstalled. The base implementation does nothing.
-
moodler authored
-
- 13 Jul, 2006 3 commits
-
-
skodak authored
Bug #6099 - Restore alternatively failing on data module - fixed status codes of module restore process; merged from MOODLE_16_STABLE
-
moodler authored
-
tjhunt authored
Bug 6101 - Automatically scroll to any errors when upgrading the database. JavaScript thanks to Andrew Walker. PHP changes are my fault.
-