]> git.mjollnir.org Git - moodle.git/log
moodle.git
18 years agobumped up version to add keys, changed some more UI
toyomoyo [Thu, 10 Aug 2006 08:21:29 +0000 (08:21 +0000)]
bumped up version to add keys, changed some more UI

18 years agoadding keys for new tables, added migration support too
toyomoyo [Thu, 10 Aug 2006 08:20:16 +0000 (08:20 +0000)]
adding keys for new tables, added migration support too

18 years agoAdded $return=false parameter to the following functions:
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()

18 years agoAdding back lines that mysteriously disapeared.
vyshane [Thu, 10 Aug 2006 05:57:34 +0000 (05:57 +0000)]
Adding back lines that mysteriously disapeared.

18 years agoAdded $return=false parameter to print_footer() using output control functions
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.

18 years agoAdded $return=false parameter to print_header() and print_header_simple() using
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.

18 years agoAdded $return=false parameter to close_window_button() and choose_from_radio().
moquist [Thu, 10 Aug 2006 04:33:55 +0000 (04:33 +0000)]
Added $return=false parameter to close_window_button() and choose_from_radio().

18 years agoAutomatic installer.php lang files by installer_builder (20060810)
moodler [Thu, 10 Aug 2006 03:00:40 +0000 (03:00 +0000)]
Automatic installer.php lang files by installer_builder (20060810)

18 years agomerged fix for a bug when user's lang is not set, fall back to site lang
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

18 years agoobfuscation of the email addresses; merged from MOODLE_16_STABLE SC#282
skodak [Wed, 9 Aug 2006 20:40:31 +0000 (20:40 +0000)]
obfuscation of the email addresses; merged from MOODLE_16_STABLE SC#282

18 years agoBug #6199 - A typo in edit.php; merged from MOODLE_16_STABLE
skodak [Wed, 9 Aug 2006 19:46:32 +0000 (19:46 +0000)]
Bug #6199 - A typo in edit.php; merged from MOODLE_16_STABLE

18 years agoBug #4936 - Highlighting a question text fragment with different color; merged from...
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

18 years agoBug #6225 - Moodle bug #4658 Breaks assignment type: Upload Single; merged from MOODL...
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

18 years agoDocument table_column.
tjhunt [Wed, 9 Aug 2006 17:46:16 +0000 (17:46 +0000)]
Document table_column.

18 years agoindex2fk performed
stronk7 [Wed, 9 Aug 2006 15:45:27 +0000 (15:45 +0000)]
index2fk performed

18 years agoAdded patch from Tim (http://moodle.org/mod/forum/discuss.php?d=51323#234978)
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)

18 years agoFixed some typos. Thanks Tim!
moodler [Wed, 9 Aug 2006 14:01:14 +0000 (14:01 +0000)]
Fixed some typos.  Thanks Tim!

18 years agoRemoved tabs
moodler [Wed, 9 Aug 2006 14:00:51 +0000 (14:00 +0000)]
Removed tabs

18 years agoFixed a typo, thanks Tim
moodler [Wed, 9 Aug 2006 13:55:05 +0000 (13:55 +0000)]
Fixed a typo, thanks Tim

18 years agoRemoved tabs
moodler [Wed, 9 Aug 2006 13:53:12 +0000 (13:53 +0000)]
Removed tabs

18 years agoRemoved tabs
moodler [Wed, 9 Aug 2006 13:45:49 +0000 (13:45 +0000)]
Removed tabs

18 years agoRemoved tabs
moodler [Wed, 9 Aug 2006 13:39:44 +0000 (13:39 +0000)]
Removed tabs

18 years agoRemoved tabs
moodler [Wed, 9 Aug 2006 13:18:33 +0000 (13:18 +0000)]
Removed tabs

18 years agoRemoved tabs
moodler [Wed, 9 Aug 2006 13:14:15 +0000 (13:14 +0000)]
Removed tabs

18 years agoTabs and some random formatting fixes
moodler [Wed, 9 Aug 2006 13:11:53 +0000 (13:11 +0000)]
Tabs and some random formatting fixes

18 years agoOne more FK in blocks system.
stronk7 [Wed, 9 Aug 2006 11:56:02 +0000 (11:56 +0000)]
One more FK in blocks system.

18 years agoBug #6106 - HTML editor inserting unwanted hard return between images; merged from...
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

18 years agoMore updates in lib.php
vyshane [Wed, 9 Aug 2006 09:18:31 +0000 (09:18 +0000)]
More updates in lib.php

18 years agoAdded mod/forum:viewhiddentimedposts
vyshane [Wed, 9 Aug 2006 09:17:37 +0000 (09:17 +0000)]
Added mod/forum:viewhiddentimedposts

18 years agoAdded moodle/site:viewfullnames
vyshane [Wed, 9 Aug 2006 09:16:35 +0000 (09:16 +0000)]
Added moodle/site:viewfullnames

18 years agoBug fixes + updated capabilities.
vyshane [Wed, 9 Aug 2006 06:59:28 +0000 (06:59 +0000)]
Bug fixes + updated capabilities.

18 years agoMore Roles-related strings
moodler [Wed, 9 Aug 2006 05:54:27 +0000 (05:54 +0000)]
More Roles-related strings

18 years agoFix up the admin listing a bit
moodler [Wed, 9 Aug 2006 05:53:36 +0000 (05:53 +0000)]
Fix up the admin listing a bit

18 years agoTidy-ups
moodler [Wed, 9 Aug 2006 05:37:53 +0000 (05:37 +0000)]
Tidy-ups

18 years agoSmall cleanup of a notification
moodler [Wed, 9 Aug 2006 05:37:31 +0000 (05:37 +0000)]
Small cleanup of a notification

18 years agoSome new strings
moodler [Wed, 9 Aug 2006 05:35:55 +0000 (05:35 +0000)]
Some new strings

18 years agoSome fixes to make the context more readable for humans
moodler [Wed, 9 Aug 2006 04:51:05 +0000 (04:51 +0000)]
Some fixes to make the context more readable for humans

18 years agotables went missing =(
toyomoyo [Wed, 9 Aug 2006 04:00:44 +0000 (04:00 +0000)]
tables went missing =(

18 years agonew function get_coursemodule_from_id() is now used for obtaining of valid $cm from...
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

18 years agoInitial XMLDB schema for data tables. Using FKs where they are obvious.
stronk7 [Tue, 8 Aug 2006 17:00:44 +0000 (17:00 +0000)]
Initial XMLDB schema for data tables. Using FKs where they are obvious.

18 years agoInitial XMLDB schema for choice 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.

18 years agoInitial XMLDB schema for chat 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.

18 years agoAdding some unsigned keywords here and there and implementing role tables
stronk7 [Tue, 8 Aug 2006 09:04:55 +0000 (09:04 +0000)]
Adding some unsigned keywords here and there and implementing role tables

18 years agosome UI change for roles
toyomoyo [Tue, 8 Aug 2006 08:31:21 +0000 (08:31 +0000)]
some UI change for roles

18 years agoadding unsigned
toyomoyo [Tue, 8 Aug 2006 08:30:10 +0000 (08:30 +0000)]
adding unsigned

18 years agothese tables should not be there,,
toyomoyo [Tue, 8 Aug 2006 08:04:01 +0000 (08:04 +0000)]
these tables should not be there,,

18 years agoReplaced capability mod/forum:viewdiscussionsfromallgroups by
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.

18 years agoAdded moodle/site:accessallgroups capability.
vyshane [Tue, 8 Aug 2006 06:45:25 +0000 (06:45 +0000)]
Added moodle/site:accessallgroups capability.

18 years agoROLES AND PERMISSIONS - FIRST CHECK-IN
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.

18 years agoAutomatic installer.php lang files by installer_builder (20060808)
moodler [Tue, 8 Aug 2006 02:48:27 +0000 (02:48 +0000)]
Automatic installer.php lang files by installer_builder (20060808)

18 years agoHack to link from the admin interface to the XMLDB editor.
stronk7 [Mon, 7 Aug 2006 19:47:03 +0000 (19:47 +0000)]
Hack to link from the admin interface to the XMLDB editor.

18 years agoTwo new strings to display the XMLDB editor under the admin page.
stronk7 [Mon, 7 Aug 2006 19:45:02 +0000 (19:45 +0000)]
Two new strings to display the XMLDB editor under the admin page.

18 years agoInitial commit of assignment XMLDB file. Stopping now from now. Going to document...
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...

18 years agoInitial commit for enrol tables XMLDB
stronk7 [Mon, 7 Aug 2006 18:52:27 +0000 (18:52 +0000)]
Initial commit for enrol tables XMLDB

18 years agoInitial commit for rss block tables
stronk7 [Mon, 7 Aug 2006 18:40:37 +0000 (18:40 +0000)]
Initial commit for rss block tables

18 years agoInitial commit of blocks XMLDB schema
stronk7 [Mon, 7 Aug 2006 18:30:46 +0000 (18:30 +0000)]
Initial commit of blocks XMLDB schema

18 years agoPolishing a bit key and indexes names...
stronk7 [Mon, 7 Aug 2006 18:02:15 +0000 (18:02 +0000)]
Polishing a bit key and indexes names...

18 years agoInitial XMLDB implementation of Moodle backup tables
stronk7 [Mon, 7 Aug 2006 17:58:19 +0000 (17:58 +0000)]
Initial XMLDB implementation of Moodle backup tables

18 years agoInitial XMLDB implementation of Moodle Core.
stronk7 [Mon, 7 Aug 2006 17:38:06 +0000 (17:38 +0000)]
Initial XMLDB implementation of Moodle Core.

18 years agoSwf now disabled by default in Mediaplugin and added explanation SC#284; merged from...
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

18 years agoAutomatic installer.php lang files by installer_builder (20060806)
moodler [Sun, 6 Aug 2006 02:50:52 +0000 (02:50 +0000)]
Automatic installer.php lang files by installer_builder (20060806)

18 years agoBug #5972 - Some question types mark a blank answer inconsistently.
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

18 years agoFix whitespace.
tjhunt [Fri, 4 Aug 2006 16:47:57 +0000 (16:47 +0000)]
Fix whitespace.

18 years agoMatching question would fill in the right answer after an incorrect attempt.
tjhunt [Fri, 4 Aug 2006 12:28:39 +0000 (12:28 +0000)]
Matching question would fill in the right answer after an incorrect attempt.

18 years agologin: forgot password now works for guest again (bug #6214)
martinlanghoff [Fri, 4 Aug 2006 06:11:48 +0000 (06:11 +0000)]
login: forgot password now works for guest again (bug #6214)

18 years agomod/assignment if we are not using a numeric scale and a custom scale
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>

18 years agomerging forgotten changes from MOODLE_16_STABLE; sorry for the breakage ;-)
skodak [Thu, 3 Aug 2006 19:19:23 +0000 (19:19 +0000)]
merging forgotten changes from MOODLE_16_STABLE; sorry for the breakage ;-)

18 years agoBug #6206 - Quiz can't be created on some mysql configurations. Merged from MOODLE_1...
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.

18 years agocheck_dir_exists() has new recursive parameter - it should help clean up the restore...
skodak [Wed, 2 Aug 2006 19:40:58 +0000 (19:40 +0000)]
check_dir_exists() has new recursive parameter - it should help clean up the restore code a bit and could be handy elsewhere too; tested in both linux and windoze

18 years agoResource doc type and Zend readme changed.
mchampan [Wed, 2 Aug 2006 15:31:59 +0000 (15:31 +0000)]
Resource doc type and Zend readme changed.

18 years agoOption for additional search types added.
mchampan [Wed, 2 Aug 2006 15:17:46 +0000 (15:17 +0000)]
Option for additional search types added.

18 years agoString issue fix in ZF.
mchampan [Wed, 2 Aug 2006 15:15:45 +0000 (15:15 +0000)]
String issue fix in ZF.

18 years agoAutomatic installer.php lang files by installer_builder (20060802)
moodler [Wed, 2 Aug 2006 02:47:38 +0000 (02:47 +0000)]
Automatic installer.php lang files by installer_builder (20060802)

18 years agostring is necessary in 1.6 (so must stay here for backward compatibility of translate...
koenr [Tue, 1 Aug 2006 19:58:07 +0000 (19:58 +0000)]
string is necessary in 1.6 (so must stay here for backward compatibility of translated language packs, created with Moodle editor)

18 years agoimproved redirect() - faster and more standards compliant
skodak [Tue, 1 Aug 2006 18:02:42 +0000 (18:02 +0000)]
improved redirect() - faster and more standards compliant

18 years agoBug #5352 - upgrade might be interrupted by user - upgrades are now logged into modda...
skodak [Tue, 1 Aug 2006 07:46:19 +0000 (07:46 +0000)]
Bug #5352 - upgrade might be interrupted by user - upgrades are now logged into moddata/upgradelogs/, user abor is ignored and concurrent running of upgrades is prevented from one browser

18 years agomerfed fix for 6178
toyomoyo [Tue, 1 Aug 2006 05:12:13 +0000 (05:12 +0000)]
merfed fix for 6178

18 years agomerging changes from MOODLE_16_STABLE
skodak [Mon, 31 Jul 2006 18:21:42 +0000 (18:21 +0000)]
merging changes from MOODLE_16_STABLE

18 years agomerging changes from MOODLE_16_STABLE
skodak [Mon, 31 Jul 2006 18:10:02 +0000 (18:10 +0000)]
merging changes from MOODLE_16_STABLE

18 years agoBug #6147 - Upgrade from 1.5.x breaks with Postgres 7.4.x
skodak [Mon, 31 Jul 2006 18:04:10 +0000 (18:04 +0000)]
Bug #6147 - Upgrade from 1.5.x breaks with Postgres 7.4.x

Even though Postgres 7.4.x is officially supported, several upgrade scripts use syntax that only works in Postgres 8.x. and it's impossible to finish the upgrade.

The attached patch fixes those scripts.

Saludos. I�aki.

Author: I�aki Arenaza
Review: Jun Yamog, Martin Langhoff

merged from MOODLE_16_STABLE

18 years agoBug #6147 - Upgrade from 1.5.x breaks with Postgres 7.4.x
skodak [Mon, 31 Jul 2006 17:54:32 +0000 (17:54 +0000)]
Bug #6147 - Upgrade from 1.5.x breaks with Postgres 7.4.x

Even though Postgres 7.4.x is officially supported, several upgrade scripts use syntax that only works in Postgres 8.x. and it's impossible to finish the upgrade.

The attached patch fixes those scripts.

Saludos. I�aki.

Author: I�aki Arenaza
Review: Jun Yamog, Martin Langhoff

merged from MOODLE_16_STABLE

18 years agoDon't show authorize.net password for security reasons. Merged from 16stable.
ethem [Mon, 31 Jul 2006 12:45:34 +0000 (12:45 +0000)]
Don't show authorize.net password for security reasons. Merged from 16stable.

18 years agoDon't show authorize.net password for security reasons. Merged from 16stable.
ethem [Mon, 31 Jul 2006 12:37:12 +0000 (12:37 +0000)]
Don't show authorize.net password for security reasons. Merged from 16stable.

18 years agoBug #6146 - Smiley popup can not be translated; merged from MOODLE_16_STABLE
skodak [Mon, 31 Jul 2006 10:28:12 +0000 (10:28 +0000)]
Bug #6146 - Smiley popup can not be translated; merged from MOODLE_16_STABLE

18 years agofixed warning when no referer available; merged from MOODLE_16_STABLE
skodak [Mon, 31 Jul 2006 10:05:23 +0000 (10:05 +0000)]
fixed warning when no referer available; merged from MOODLE_16_STABLE

18 years agoBug #6168 - missing link for course request - fixed; merged from MOODLE_16_STABLE
skodak [Mon, 31 Jul 2006 09:18:52 +0000 (09:18 +0000)]
Bug #6168 - missing link for course request - fixed; merged from MOODLE_16_STABLE

18 years agoassignment: count_user_files() no longer creates extraneous dirs (bug#4658)
martinlanghoff [Mon, 31 Jul 2006 04:56:58 +0000 (04:56 +0000)]
assignment: count_user_files() no longer creates extraneous dirs (bug#4658)

Applied the fix by Samuli.Karevaara, from the bug report - the directory is checked for existence beforehand.
Previously it was created if it didn't exist, then the files within it were counted.

Author: Luke Hudson <luke@catalyst.net.nz>

18 years agowiki: Added a link to force reloading of the page (WR#515)
martinlanghoff [Mon, 31 Jul 2006 04:56:12 +0000 (04:56 +0000)]
wiki: Added a link to force reloading of the page (WR#515)

The link allows the page to be reloaded, which saves people from only seeing the cached copy. This is the equivalent of doing Shift+Reload in most
browsers.

Author: Luke Hudson <luke@catalyst.net.nz>

18 years agoforum: notification of a moved dicussion (bug#4874)
martinlanghoff [Mon, 31 Jul 2006 04:54:44 +0000 (04:54 +0000)]
forum: notification of a moved dicussion (bug#4874)

Moving a discussion now leaves a notification message in the
original location with a link to the new location.

Author: Luke Hudson <luke@catalyst.net.nz>

18 years agoFirst attempt to indentify special tags and nicely formatted output
julmis [Mon, 31 Jul 2006 01:45:22 +0000 (01:45 +0000)]
First attempt to indentify special tags and nicely formatted output

18 years agoMerging from stable
julmis [Sun, 30 Jul 2006 23:24:43 +0000 (23:24 +0000)]
Merging from stable

18 years agoSC #280 force downloading of database files; merged from MOODLE_16_STABLE
skodak [Sun, 30 Jul 2006 22:44:50 +0000 (22:44 +0000)]
SC #280 force downloading of database files; merged from MOODLE_16_STABLE

18 years agoBug #6170 - Glossary bug: it displays nothing when autolinking to non-ascii text...
skodak [Sun, 30 Jul 2006 22:22:22 +0000 (22:22 +0000)]
Bug #6170 - Glossary bug: it displays nothing when autolinking to non-ascii text and other minor cleanup; merged from MOODLE_16_STABLE

18 years agoBug #6135 - Reduce unnecessary use of strtolower to make non-English languages look...
skodak [Sun, 30 Jul 2006 21:47:43 +0000 (21:47 +0000)]
Bug #6135 - Reduce unnecessary use of strtolower to make non-English languages look better; merged from MOODLE_16_STABLE

18 years agoBug #6176 - locale setting on config variables page not functioning correctly; merged...
skodak [Sun, 30 Jul 2006 10:39:21 +0000 (10:39 +0000)]
Bug #6176 - locale setting on config variables page not functioning correctly; merged from MOODLE_16_STABLE

18 years agoAutomatic installer.php lang files by installer_builder (20060730)
moodler [Sun, 30 Jul 2006 02:47:40 +0000 (02:47 +0000)]
Automatic installer.php lang files by installer_builder (20060730)

18 years agoupdating install.html (see bug 4759) Changed some links.
koenr [Sat, 29 Jul 2006 20:40:20 +0000 (20:40 +0000)]
updating install.html (see bug  4759) Changed some links.
Should that file really be there?

18 years agomaking one perfectionist happy (bug 5646)
koenr [Sat, 29 Jul 2006 20:00:26 +0000 (20:00 +0000)]
making one perfectionist happy (bug 5646)

18 years agoBug #6181 - icelandic doesn't migrate; merged from MOODLE_16_STABLE
skodak [Sat, 29 Jul 2006 09:44:33 +0000 (09:44 +0000)]
Bug #6181 - icelandic doesn't migrate; merged from MOODLE_16_STABLE

18 years agoBug #6184 - unexpected T_OBJECT_OPERATOR on Admin/blocks; PHP 4.x compatibility
skodak [Sat, 29 Jul 2006 09:08:56 +0000 (09:08 +0000)]
Bug #6184 - unexpected T_OBJECT_OPERATOR on Admin/blocks; PHP 4.x compatibility