]>
git.mjollnir.org Git - moodle.git/log
stronk7 [Fri, 11 Aug 2006 17:31:11 +0000 (17:31 +0000)]
Oops, filled now. I forgot to save changes before commit.
stronk7 [Fri, 11 Aug 2006 17:29:47 +0000 (17:29 +0000)]
XMLDB schema initial commit for the journal module
stronk7 [Fri, 11 Aug 2006 17:24:55 +0000 (17:24 +0000)]
XMLDB schema initial commit for the hotpot module
stronk7 [Fri, 11 Aug 2006 17:11:46 +0000 (17:11 +0000)]
XMLDB schema initial commit for the glossary module
stronk7 [Fri, 11 Aug 2006 16:45:45 +0000 (16:45 +0000)]
Give some more chars to enum fields.
stronk7 [Fri, 11 Aug 2006 16:35:11 +0000 (16:35 +0000)]
XMLDB schema initial commit for forum module
tjhunt [Fri, 11 Aug 2006 14:59:18 +0000 (14:59 +0000)]
Bug 6239 - Allow questions to have some teacher-supplied commentary.
While implementing this, I removed the ~100 lines of very similar code from the top of each question type's editquestion.html template, and moved this to a the function print_question_form_start() in the base class, which uses the template question/type/editquestionstart.html. This is described in more detail here: http://moodle.org/mod/forum/discuss.php?d=51590, and is why this patch makes the codebase 523 lines smaller.
danstowell [Fri, 11 Aug 2006 13:17:29 +0000 (13:17 +0000)]
Adding new data field type, latlong, to HEAD
bobopinna [Fri, 11 Aug 2006 13:11:53 +0000 (13:11 +0000)]
Added two strings
bobopinna [Fri, 11 Aug 2006 12:26:06 +0000 (12:26 +0000)]
Fixed a problem during scorm update.
Now only the lost scoes tracks are deleted
Added support to IMS CP repository
thepurpleblob [Fri, 11 Aug 2006 12:16:38 +0000 (12:16 +0000)]
Merged from STABLE
tjhunt [Fri, 11 Aug 2006 10:33:29 +0000 (10:33 +0000)]
Tidy up code flow in helpbutton.
stronk7 [Fri, 11 Aug 2006 09:48:35 +0000 (09:48 +0000)]
Changing //TRANSLIT to //IGNORE because some weird bug
in the OS iconv libraries was breaking some texts.
Merged from MOODLE_16_STABLE
thepurpleblob [Fri, 11 Aug 2006 08:52:24 +0000 (08:52 +0000)]
Merged from STABLE
danstowell [Fri, 11 Aug 2006 08:48:28 +0000 (08:48 +0000)]
Latitude and longitude lang strings for en_utf8 for data activity
vyshane [Fri, 11 Aug 2006 03:58:52 +0000 (03:58 +0000)]
Admin role assignment: changed from using get_string (too brittle) to
get_roles_with_capability (more robust).
vyshane [Fri, 11 Aug 2006 03:24:37 +0000 (03:24 +0000)]
Commented out code that adds the new admin user to user_admins and
user_teachers tables from user.php.
Fixed notices in roles/assign.php.
vyshane [Fri, 11 Aug 2006 02:44:42 +0000 (02:44 +0000)]
Modified to support fresh installation of new Roles System.
vyshane [Fri, 11 Aug 2006 02:44:02 +0000 (02:44 +0000)]
Modified to fix installation.
tjhunt [Thu, 10 Aug 2006 21:52:07 +0000 (21:52 +0000)]
Major code cleanup of this report (that started as a small code cleanup). None of the functionality should have changed - crosses fingers.
tjhunt [Thu, 10 Aug 2006 21:33:53 +0000 (21:33 +0000)]
Fix comment.
tjhunt [Thu, 10 Aug 2006 18:58:26 +0000 (18:58 +0000)]
Fix minor HTML validation issue.
tjhunt [Thu, 10 Aug 2006 18:32:32 +0000 (18:32 +0000)]
Convert tabs to spaces.
tjhunt [Thu, 10 Aug 2006 18:23:09 +0000 (18:23 +0000)]
Convert tabs to spaces.
stronk7 [Thu, 10 Aug 2006 17:12:00 +0000 (17:12 +0000)]
XMLDB schema initial commit for exercise module
tjhunt [Thu, 10 Aug 2006 15:44:52 +0000 (15:44 +0000)]
Typo in comment.
bobopinna [Thu, 10 Aug 2006 11:32:48 +0000 (11:32 +0000)]
Cleaned code
ethem [Thu, 10 Aug 2006 10:55:42 +0000 (10:55 +0000)]
Comment added.
stronk7 [Thu, 10 Aug 2006 09:25:52 +0000 (09:25 +0000)]
Adding latest changes, FKs and indexes.
toyomoyo [Thu, 10 Aug 2006 09:07:15 +0000 (09:07 +0000)]
name should be unique key, and should be length 255
toyomoyo [Thu, 10 Aug 2006 09:02:21 +0000 (09:02 +0000)]
changing name field in capabilities table to 255
bobopinna [Thu, 10 Aug 2006 08:27:12 +0000 (08:27 +0000)]
Fixed a problem with popup window and IE
toyomoyo [Thu, 10 Aug 2006 08:21:29 +0000 (08:21 +0000)]
bumped up version to add keys, changed some more UI
toyomoyo [Thu, 10 Aug 2006 08:20:16 +0000 (08:20 +0000)]
adding keys for new tables, added migration support too
moquist [Thu, 10 Aug 2006 06:41:38 +0000 (06:41 +0000)]
Added $return=false parameter to the following functions:
print_navigation()
print_headline()
print_heading()
print_heading_with_help()
print_heading_block()
print_continue()
print_simple_box()
print_simple_box_start()
print_simple_box_end()
print_single_button()
print_spacer()
print_file_picture()
print_user()
print_recent_activity_note()
print_group_menu()
print_grade_menu()
print_scale_menu()
print_scale_menu_helpbutton()
Changed $returnstring parameter to $return (for consistency) in the following
functions:
print_user_picture()
print_group_picture()
vyshane [Thu, 10 Aug 2006 05:57:34 +0000 (05:57 +0000)]
Adding back lines that mysteriously disapeared.
moquist [Thu, 10 Aug 2006 05:10:00 +0000 (05:10 +0000)]
Added $return=false parameter to print_footer() using output control functions
to capture include() of themed footer HTML.
moquist [Thu, 10 Aug 2006 05:01:57 +0000 (05:01 +0000)]
Added $return=false parameter to print_header() and print_header_simple() using
output control functions to deal with the include() of the themed header HTML
file.
moquist [Thu, 10 Aug 2006 04:33:55 +0000 (04:33 +0000)]
Added $return=false parameter to close_window_button() and choose_from_radio().
moodler [Thu, 10 Aug 2006 03:00:40 +0000 (03:00 +0000)]
Automatic installer.php lang files by installer_builder (
20060810 )
toyomoyo [Thu, 10 Aug 2006 02:43:22 +0000 (02:43 +0000)]
merged fix for a bug when user's lang is not set, fall back to site lang
skodak [Wed, 9 Aug 2006 20:40:31 +0000 (20:40 +0000)]
obfuscation of the email addresses; merged from MOODLE_16_STABLE SC#282
skodak [Wed, 9 Aug 2006 19:46:32 +0000 (19:46 +0000)]
Bug #6199 - A typo in edit.php; merged from MOODLE_16_STABLE
skodak [Wed, 9 Aug 2006 19:31:09 +0000 (19:31 +0000)]
Bug #4936 - Highlighting a question text fragment with different color; merged from MOODLE_16_STABLE
skodak [Wed, 9 Aug 2006 18:36:54 +0000 (18:36 +0000)]
Bug #6225 - Moodle bug #4658 Breaks assignment type: Upload Single; merged from MOODLE_16_STABLE
tjhunt [Wed, 9 Aug 2006 17:46:16 +0000 (17:46 +0000)]
Document table_column.
stronk7 [Wed, 9 Aug 2006 15:45:27 +0000 (15:45 +0000)]
index2fk performed
moodler [Wed, 9 Aug 2006 14:16:13 +0000 (14:16 +0000)]
Added patch from Tim (http://moodle.org/mod/forum/discuss.php?d=51323#234978)
moodler [Wed, 9 Aug 2006 14:01:14 +0000 (14:01 +0000)]
Fixed some typos. Thanks Tim!
moodler [Wed, 9 Aug 2006 14:00:51 +0000 (14:00 +0000)]
Removed tabs
moodler [Wed, 9 Aug 2006 13:55:05 +0000 (13:55 +0000)]
Fixed a typo, thanks Tim
moodler [Wed, 9 Aug 2006 13:53:12 +0000 (13:53 +0000)]
Removed tabs
moodler [Wed, 9 Aug 2006 13:45:49 +0000 (13:45 +0000)]
Removed tabs
moodler [Wed, 9 Aug 2006 13:39:44 +0000 (13:39 +0000)]
Removed tabs
moodler [Wed, 9 Aug 2006 13:18:33 +0000 (13:18 +0000)]
Removed tabs
moodler [Wed, 9 Aug 2006 13:14:15 +0000 (13:14 +0000)]
Removed tabs
moodler [Wed, 9 Aug 2006 13:11:53 +0000 (13:11 +0000)]
Tabs and some random formatting fixes
stronk7 [Wed, 9 Aug 2006 11:56:02 +0000 (11:56 +0000)]
One more FK in blocks system.
skodak [Wed, 9 Aug 2006 09:37:01 +0000 (09:37 +0000)]
Bug #6106 - HTML editor inserting unwanted hard return between images; merged from MOODLE_16_STABLE
vyshane [Wed, 9 Aug 2006 09:18:31 +0000 (09:18 +0000)]
More updates in lib.php
vyshane [Wed, 9 Aug 2006 09:17:37 +0000 (09:17 +0000)]
Added mod/forum:viewhiddentimedposts
vyshane [Wed, 9 Aug 2006 09:16:35 +0000 (09:16 +0000)]
Added moodle/site:viewfullnames
vyshane [Wed, 9 Aug 2006 06:59:28 +0000 (06:59 +0000)]
Bug fixes + updated capabilities.
moodler [Wed, 9 Aug 2006 05:54:27 +0000 (05:54 +0000)]
More Roles-related strings
moodler [Wed, 9 Aug 2006 05:53:36 +0000 (05:53 +0000)]
Fix up the admin listing a bit
moodler [Wed, 9 Aug 2006 05:37:53 +0000 (05:37 +0000)]
Tidy-ups
moodler [Wed, 9 Aug 2006 05:37:31 +0000 (05:37 +0000)]
Small cleanup of a notification
moodler [Wed, 9 Aug 2006 05:35:55 +0000 (05:35 +0000)]
Some new strings
moodler [Wed, 9 Aug 2006 04:51:05 +0000 (04:51 +0000)]
Some fixes to make the context more readable for humans
toyomoyo [Wed, 9 Aug 2006 04:00:44 +0000 (04:00 +0000)]
tables went missing =(
skodak [Tue, 8 Aug 2006 22:09:55 +0000 (22:09 +0000)]
new function get_coursemodule_from_id() is now used for obtaining of valid $cm from coursemodule id SC#283
stronk7 [Tue, 8 Aug 2006 17:00:44 +0000 (17:00 +0000)]
Initial XMLDB schema for data tables. Using FKs where they are obvious.
stronk7 [Tue, 8 Aug 2006 17:00:03 +0000 (17:00 +0000)]
Initial XMLDB schema for choice tables. Using FKs where they are obvious.
stronk7 [Tue, 8 Aug 2006 16:59:35 +0000 (16:59 +0000)]
Initial XMLDB schema for chat tables. Using FKs where they are obvious.
stronk7 [Tue, 8 Aug 2006 09:04:55 +0000 (09:04 +0000)]
Adding some unsigned keywords here and there and implementing role tables
toyomoyo [Tue, 8 Aug 2006 08:31:21 +0000 (08:31 +0000)]
some UI change for roles
toyomoyo [Tue, 8 Aug 2006 08:30:10 +0000 (08:30 +0000)]
adding unsigned
toyomoyo [Tue, 8 Aug 2006 08:04:01 +0000 (08:04 +0000)]
these tables should not be there,,
vyshane [Tue, 8 Aug 2006 06:56:09 +0000 (06:56 +0000)]
Replaced capability mod/forum:viewdiscussionsfromallgroups by
moodle/site:accessallgroups in code. Removed former from mod/forum/db/access.php.
vyshane [Tue, 8 Aug 2006 06:45:25 +0000 (06:45 +0000)]
Added moodle/site:accessallgroups capability.
moodler [Tue, 8 Aug 2006 05:13:06 +0000 (05:13 +0000)]
ROLES AND PERMISSIONS - FIRST CHECK-IN
=======================================
WARNING: DEV IS CURRENTLY VERY UNSTABLE.
This is a mega-checkin of the new Roles system. A lot of changes have
been made in core and modules.
Currently there are a lot of rough edges and known problems. We are
working hard on these .. .the reason for getting this into HEAD at this
stage is enable us to move faster (our branch was diverging from HEAD
too much).
Please keep an eye on http://docs.moodle.org/en/Roles for current status
and information for developers on how to use the new Roles system.
moodler [Tue, 8 Aug 2006 02:48:27 +0000 (02:48 +0000)]
Automatic installer.php lang files by installer_builder (
20060808 )
stronk7 [Mon, 7 Aug 2006 19:47:03 +0000 (19:47 +0000)]
Hack to link from the admin interface to the XMLDB editor.
stronk7 [Mon, 7 Aug 2006 19:45:02 +0000 (19:45 +0000)]
Two new strings to display the XMLDB editor under the admin page.
stronk7 [Mon, 7 Aug 2006 19:02:46 +0000 (19:02 +0000)]
Initial commit of assignment XMLDB file. Stopping now from now. Going to document things...
stronk7 [Mon, 7 Aug 2006 18:52:27 +0000 (18:52 +0000)]
Initial commit for enrol tables XMLDB
stronk7 [Mon, 7 Aug 2006 18:40:37 +0000 (18:40 +0000)]
Initial commit for rss block tables
stronk7 [Mon, 7 Aug 2006 18:30:46 +0000 (18:30 +0000)]
Initial commit of blocks XMLDB schema
stronk7 [Mon, 7 Aug 2006 18:02:15 +0000 (18:02 +0000)]
Polishing a bit key and indexes names...
stronk7 [Mon, 7 Aug 2006 17:58:19 +0000 (17:58 +0000)]
Initial XMLDB implementation of Moodle backup tables
stronk7 [Mon, 7 Aug 2006 17:38:06 +0000 (17:38 +0000)]
Initial XMLDB implementation of Moodle Core.
skodak [Mon, 7 Aug 2006 14:53:53 +0000 (14:53 +0000)]
Swf now disabled by default in Mediaplugin and added explanation SC#284; merged from MOODLE_16_STABLE
moodler [Sun, 6 Aug 2006 02:50:52 +0000 (02:50 +0000)]
Automatic installer.php lang files by installer_builder (
20060806 )
tjhunt [Fri, 4 Aug 2006 16:53:43 +0000 (16:53 +0000)]
Bug #5972 - Some question types mark a blank answer inconsistently.
Also, cleaned up the marking code for numerical and short answer questions, partly by making the base-class method more useful.
Rewrote the way the way short answer questions do wildcard matching to be more robust, Unicode safe, and generally not suck.
This is a big change, so I am pleased to report I tested it using my new Selinium test suite. See: http://moodle.org/mod/forum/discuss.php?d=51161
tjhunt [Fri, 4 Aug 2006 16:47:57 +0000 (16:47 +0000)]
Fix whitespace.
tjhunt [Fri, 4 Aug 2006 12:28:39 +0000 (12:28 +0000)]
Matching question would fill in the right answer after an incorrect attempt.
martinlanghoff [Fri, 4 Aug 2006 06:11:48 +0000 (06:11 +0000)]
login: forgot password now works for guest again (bug #6214)
martinlanghoff [Fri, 4 Aug 2006 05:51:31 +0000 (05:51 +0000)]
mod/assignment if we are not using a numeric scale and a custom scale
return that as the max grade
Author: Jun Yamog <jun@catalyst.net.nz>
skodak [Thu, 3 Aug 2006 19:19:23 +0000 (19:19 +0000)]
merging forgotten changes from MOODLE_16_STABLE; sorry for the breakage ;-)
tjhunt [Thu, 3 Aug 2006 16:30:38 +0000 (16:30 +0000)]
Bug #6206 - Quiz can't be created on some mysql configurations. Merged from MOODLE_1.6_STABLE.