]> git.mjollnir.org Git - moodle.git/log
moodle.git
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

18 years agoBug #6183 - typo in clean_param() description; merged from MOODLE_16_STABLE
skodak [Fri, 28 Jul 2006 20:57:19 +0000 (20:57 +0000)]
Bug #6183 - typo in clean_param() description; merged from MOODLE_16_STABLE

18 years agoAdded constant for search database table.
mchampan [Fri, 28 Jul 2006 13:27:44 +0000 (13:27 +0000)]
Added constant for search database table.

18 years agoChanged $doc->id to $doc->docid to prevent clashes with Zend Search's internal
mchampan [Fri, 28 Jul 2006 13:27:15 +0000 (13:27 +0000)]
Changed $doc->id to $doc->docid to prevent clashes with Zend Search's internal
$doc->id

18 years agoBug #6185 - bug with matching questions.
tjhunt [Fri, 28 Jul 2006 10:56:47 +0000 (10:56 +0000)]
Bug #6185 - bug with matching questions.

18 years agoAdded information to a comment.
tjhunt [Fri, 28 Jul 2006 10:55:37 +0000 (10:55 +0000)]
Added information to a comment.

18 years ago*** empty log message ***
urs_hunkler [Thu, 27 Jul 2006 20:37:58 +0000 (20:37 +0000)]
*** empty log message ***

18 years ago*** empty log message ***
urs_hunkler [Thu, 27 Jul 2006 20:27:33 +0000 (20:27 +0000)]
*** empty log message ***

18 years ago*** empty log message ***
urs_hunkler [Thu, 27 Jul 2006 20:18:27 +0000 (20:18 +0000)]
*** empty log message ***

18 years agoMerged from 16stable.
ethem [Thu, 27 Jul 2006 16:11:11 +0000 (16:11 +0000)]
Merged from 16stable.

18 years agoFixed Call to undefined function: print_progress() in /usr/share/moodle/admin/upgrade...
skodak [Thu, 27 Jul 2006 11:49:52 +0000 (11:49 +0000)]
Fixed Call to undefined function: print_progress() in /usr/share/moodle/admin/upgradeforumread.php; merged from MOODLE_16_STABLE

18 years agoBug: Sending email to admins/teachers the count of pending orders expiring. "Column...
ethem [Thu, 27 Jul 2006 10:57:58 +0000 (10:57 +0000)]
Bug: Sending email to admins/teachers the count of pending orders expiring. "Column 'timecreated' in where clause is ambiguous."
We joins 2 tables: course and enrol_authorize. We didn't select course.timecreated, but it gives this error.
Merged from MOODLE_16_STABLE.

18 years agoClarified unit test failure message.
tjhunt [Thu, 27 Jul 2006 10:43:14 +0000 (10:43 +0000)]
Clarified unit test failure message.

18 years agoMore unit tests for numerical question type.
tjhunt [Thu, 27 Jul 2006 08:32:50 +0000 (08:32 +0000)]
More unit tests for numerical question type.

18 years agoAutomatic installer.php lang files by installer_builder (20060727)
moodler [Thu, 27 Jul 2006 02:50:35 +0000 (02:50 +0000)]
Automatic installer.php lang files by installer_builder (20060727)

18 years agoGlossary indexing added, used to demonstrate that it's relatively simple
mchampan [Wed, 26 Jul 2006 11:29:35 +0000 (11:29 +0000)]
Glossary indexing added, used to demonstrate that it's relatively simple
to add a new module to the indexing queue.

18 years agoAutomatic installer.php lang files by installer_builder (20060726)
moodler [Wed, 26 Jul 2006 02:43:53 +0000 (02:43 +0000)]
Automatic installer.php lang files by installer_builder (20060726)

18 years agoMerged from 16stable.
ethem [Tue, 25 Jul 2006 17:38:32 +0000 (17:38 +0000)]
Merged from 16stable.

18 years agoGeneral updates, see README.txt.
mchampan [Tue, 25 Jul 2006 17:23:10 +0000 (17:23 +0000)]
General updates, see README.txt.

18 years agoInitial commit
mchampan [Tue, 25 Jul 2006 17:10:58 +0000 (17:10 +0000)]
Initial commit

18 years agoNew string: costdefaultdesc
ethem [Tue, 25 Jul 2006 17:00:41 +0000 (17:00 +0000)]
New string: costdefaultdesc
<strong>In course settings, enter -1</strong> to cost field to use this default cost; Merged from 16stable.

18 years agoStart of unit tests for numerical question type.
tjhunt [Tue, 25 Jul 2006 07:08:21 +0000 (07:08 +0000)]
Start of unit tests for numerical question type.

18 years agoSometimes ssl connections are slow. Increase max_execution_time to 5 minutes. Merged...
ethem [Mon, 24 Jul 2006 16:32:38 +0000 (16:32 +0000)]
Sometimes ssl connections are slow. Increase max_execution_time to 5 minutes. Merged from 16stable.

18 years agoBug #6157 - lang strings using concatenation, not $a. Merged from MOODLE_16_STABLE.
tjhunt [Mon, 24 Jul 2006 14:40:48 +0000 (14:40 +0000)]
Bug #6157 - lang strings using concatenation, not $a. Merged from MOODLE_16_STABLE.

18 years ago * Update record as soon as possible. If update/insert record fails email to admin...
ethem [Mon, 24 Jul 2006 12:19:20 +0000 (12:19 +0000)]
 * Update record as soon as possible. If update/insert record fails email to admin to have update manually.
 * ignore_user_abort(true) at critical section (before fwrite($fp, "POST /gateway/transact.dll).
   This is last change to ignore request for user.
 * Made some functions "static" to call function directly. So, no need new enrolment_plugin_authorize() instance.
   Now, these are static:
   get_list_of_creditcards, zero_cost, get_course_cost, prevent_double_paid, email_to_admin, check_openssl_loaded
 * Some mtrace cleanup. Removed default new line.

This is big work. When PHP5 is required for moodle in the future, I will add static modifier to functions.
Now and future, this plugin is/will unbreakable; Merged from MOODLE_16_STABLE. :)

18 years agoBug #6159 Site settings interface typo - Combo list - my first commit form UK MoodleM...
skodak [Mon, 24 Jul 2006 10:33:34 +0000 (10:33 +0000)]
Bug #6159 Site settings interface typo - Combo list - my first commit form UK MoodleMoot :-); merged from MOODLE_16_STABLE

18 years agoBug #5882 ldap enrolment doesn't work. $USER->student getting munged
danmarsden [Mon, 24 Jul 2006 00:37:58 +0000 (00:37 +0000)]
Bug #5882 ldap enrolment doesn't work. $USER->student getting munged
patch from Iñaki.

18 years agoBug 6130 session has bad entries causes calendar to fail showing events
danmarsden [Mon, 24 Jul 2006 00:15:54 +0000 (00:15 +0000)]
Bug 6130 session has bad entries causes calendar to fail showing events
Workaround untill Session is fixed properly.

18 years agoFixes for Bug 5749 and Bug 5750
danmarsden [Sun, 23 Jul 2006 23:48:09 +0000 (23:48 +0000)]
Fixes for Bug 5749 and Bug 5750

summary of bug 5749 and 5750
fixes for: function causes timeout when deleting temporary files for large scorm objects
scorm\validate.php calls function scorm_delete_files from scorm\lib.php - but lib.php not included in validate.php

Validation of Scorm objects broken - adds entry in modules database even when scorm object is not created.

18 years agoFix for Bug 6119 - gives error when choice full, and user submits a choice they have...
danmarsden [Sun, 23 Jul 2006 22:14:31 +0000 (22:14 +0000)]
Fix for Bug 6119 - gives error when choice full, and user submits a choice they have already selected

18 years agofix for Bug #4733 title gets garbled when html inside title.
danmarsden [Sun, 23 Jul 2006 22:05:18 +0000 (22:05 +0000)]
fix for Bug #4733  title gets garbled when html inside title.

18 years agoAutomatic installer.php lang files by installer_builder (20060722)
moodler [Sat, 22 Jul 2006 02:44:19 +0000 (02:44 +0000)]
Automatic installer.php lang files by installer_builder (20060722)

18 years agoBug #4811 (and several dups!) - Matching questions should treat identical answers...
tjhunt [Fri, 21 Jul 2006 13:58:00 +0000 (13:58 +0000)]
Bug #4811 (and several dups!) - Matching questions should treat identical answers as the same.

18 years agoReplace a few odd tabs with spaces. Merged from MOODLE_16_STABLE.
tjhunt [Fri, 21 Jul 2006 08:03:23 +0000 (08:03 +0000)]
Replace a few odd tabs with spaces. Merged from MOODLE_16_STABLE.

18 years agoKeeping this in sync with 16_STABLE
stronk7 [Fri, 21 Jul 2006 07:56:27 +0000 (07:56 +0000)]
Keeping this in sync with 16_STABLE

18 years agoBug #5946 - matching question php notice. Merged from MOODLE_16_STABLE.
tjhunt [Fri, 21 Jul 2006 07:21:45 +0000 (07:21 +0000)]
Bug #5946 - matching question php notice. Merged from MOODLE_16_STABLE.

18 years agomerged, corrected bug with teacger rights
urs_hunkler [Fri, 21 Jul 2006 05:00:02 +0000 (05:00 +0000)]
merged, corrected bug with teacger rights

18 years agox_auth_code is required for capture only transactions!
ethem [Thu, 20 Jul 2006 14:48:03 +0000 (14:48 +0000)]
x_auth_code is required for capture only transactions!
NOTE: Capture only transactions have not implemented yet!

18 years agofixed minor PHP5 compatibility problem with clone(); merged from MOODLE_16_STABLE
skodak [Thu, 20 Jul 2006 06:54:44 +0000 (06:54 +0000)]
fixed minor PHP5 compatibility problem with clone(); merged from MOODLE_16_STABLE

18 years agoBug #6075 - file admin/index.php is ISO encoded - headers broken by ob_end_flush...
skodak [Thu, 20 Jul 2006 06:39:48 +0000 (06:39 +0000)]
Bug #6075 - file admin/index.php is ISO encoded - headers broken by ob_end_flush(), fixed version check; merged from MOODLE_16_STABLE

18 years agoBug #6141 - Cron output is not plain text - <pre> and missing encoding, minor lang...
skodak [Thu, 20 Jul 2006 06:36:33 +0000 (06:36 +0000)]
Bug #6141 - Cron output is not plain text - <pre> and missing encoding, minor lang issues; merged from MOODLE_16_STABLE

18 years agoBug #6097 - HTML editor and brackets - fixes lesson problems; merged from MOODLE_16_S...
skodak [Thu, 20 Jul 2006 06:32:38 +0000 (06:32 +0000)]
Bug #6097 - HTML editor and brackets - fixes lesson problems; merged from MOODLE_16_STABLE

18 years agoFixed typo. Merged from stable.
ikawhero [Thu, 20 Jul 2006 01:33:11 +0000 (01:33 +0000)]
Fixed typo. Merged from stable.

18 years agoyet another fix for course list for guests; merged from MOODLE_16_STABLE
skodak [Wed, 19 Jul 2006 13:59:06 +0000 (13:59 +0000)]
yet another fix for course list for guests; merged from MOODLE_16_STABLE

18 years agofixed course list for guests; merged from MOODLE_16_STABLE
skodak [Wed, 19 Jul 2006 13:45:13 +0000 (13:45 +0000)]
fixed course list for guests; merged from MOODLE_16_STABLE

18 years agoadmin should not see list of courses on the frontpage when there are too many of...
skodak [Wed, 19 Jul 2006 13:37:09 +0000 (13:37 +0000)]
admin should not see list of courses on the frontpage when there are too many of them; merged from MOODLE_16_STABLE

18 years agofixed course/index.php category display affected by previous commit - improved catego...
skodak [Wed, 19 Jul 2006 13:16:57 +0000 (13:16 +0000)]
fixed course/index.php category display affected by previous commit - improved category and course list display on front page; merged from MOODLE_16_STABLE

18 years agosection not always moved when requested - page reloading prevented by anchor; added...
skodak [Wed, 19 Jul 2006 12:52:06 +0000 (12:52 +0000)]
section not always moved when requested - page reloading prevented by anchor; added random parameter to force reloading; merged from MOODLE_16_STABLE

18 years agoBug #6093 - Removed course sections re-appear after moving existing sections; merged...
skodak [Wed, 19 Jul 2006 12:30:39 +0000 (12:30 +0000)]
Bug #6093 - Removed course sections re-appear after moving existing sections; merged from MOODLE_16_STABLE

18 years agoImproved category and course list display on front page- see bug Bug #5965 - Frontpag...
skodak [Wed, 19 Jul 2006 12:10:07 +0000 (12:10 +0000)]
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

18 years agoMerged fixes from stable
moodler [Wed, 19 Jul 2006 10:21:52 +0000 (10:21 +0000)]
Merged fixes from stable