]> git.mjollnir.org Git - moodle.git/log
moodle.git
19 years agoBug #5995 - poor English in expiry notice; merged from MOODLE_16_STABLE
skodak [Mon, 3 Jul 2006 07:21:20 +0000 (07:21 +0000)]
Bug #5995 - poor English in expiry notice; merged from MOODLE_16_STABLE

19 years agoBug #5996 - block+resource=problem; merged from MOODLE_16_STABLE
skodak [Mon, 3 Jul 2006 06:26:38 +0000 (06:26 +0000)]
Bug #5996 - block+resource=problem; merged from MOODLE_16_STABLE

19 years agoAutomatic installer.php lang files by installer_builder (20060701)
moodler [Sat, 1 Jul 2006 02:38:26 +0000 (02:38 +0000)]
Automatic installer.php lang files by installer_builder (20060701)

19 years agoBug #5979 - Check in the OU's unit testing framework. Docs at http://docs.moodle...
tjhunt [Fri, 30 Jun 2006 14:59:05 +0000 (14:59 +0000)]
Bug #5979 - Check in the OU's unit testing framework. Docs at http://docs.moodle.org/en/Unit_tests

19 years agoslashargument fix for healthcenter, better diagnostic messages; renamed file.php...
skodak [Fri, 30 Jun 2006 13:46:25 +0000 (13:46 +0000)]
slashargument fix for healthcenter, better diagnostic messages; renamed file.php/pic.jpg option to file.php/1/pic.jpg because the course number is mandatory; merged from MOODLE_16_STABLE

19 years agocleanup in admin/index.php; preparation for health center, loginas gui, password...
skodak [Fri, 30 Jun 2006 13:06:31 +0000 (13:06 +0000)]
cleanup in admin/index.php; preparation for health center, loginas gui, password salts; merged from MOODLE_16_STABLE

19 years agofixed // in course root when browsing files; merged from MOODLE_16_STABLE
skodak [Fri, 30 Jun 2006 11:56:37 +0000 (11:56 +0000)]
fixed // in course root when browsing files; merged from MOODLE_16_STABLE

19 years agoBug 5967 - Missing lang strings and help for quiz reports. Merged from MOODLE_16_STABLE.
tjhunt [Fri, 30 Jun 2006 10:31:44 +0000 (10:31 +0000)]
Bug 5967 - Missing lang strings and help for quiz reports. Merged from MOODLE_16_STABLE.

19 years agoBug #5961 - small grammar error; merged from MOODLE_16_STABLE
skodak [Fri, 30 Jun 2006 07:36:06 +0000 (07:36 +0000)]
Bug #5961 - small grammar error; merged from MOODLE_16_STABLE

19 years agoBug #5802 - Incorrect length in http partial content (206) packets.; merged from...
skodak [Fri, 30 Jun 2006 07:23:08 +0000 (07:23 +0000)]
Bug #5802 - Incorrect length in http partial content (206) packets.; merged from MOODLE_16_STABLE

19 years agoAutomatic installer.php lang files by installer_builder (20060630)
moodler [Fri, 30 Jun 2006 02:41:15 +0000 (02:41 +0000)]
Automatic installer.php lang files by installer_builder (20060630)

19 years agoBug #5937 - Fix nonascii chars in graphs:
skodak [Thu, 29 Jun 2006 21:22:16 +0000 (21:22 +0000)]
Bug #5937 - Fix nonascii chars in graphs:
 * text is converted to unicode - no html entities anymore
 * then all nonascii chars are converted to decimal number entites
 * default.ttf is searched in dataroot/lang and local language packs too
 * removed lang_decode() - obsoleded by proper entity converison above
 * updated documentation in lang/en_utf8/fonts/README.txt

merged from MOODLE_16_STABLE

19 years agoPut back last commit. If cost is 0, it always falls back to manual method.
ethem [Thu, 29 Jun 2006 19:13:12 +0000 (19:13 +0000)]
Put back last commit. If cost is 0, it always falls back to manual method.

19 years agoMerged from MOODLE_16_STABLE.
ethem [Thu, 29 Jun 2006 19:07:28 +0000 (19:07 +0000)]
Merged from MOODLE_16_STABLE.

19 years agonew installer.php file added. (stronk7)
moodler [Thu, 29 Jun 2006 16:55:24 +0000 (16:55 +0000)]
new installer.php file added. (stronk7)

Merged from MOODLE_16_STABLE

19 years ago$teacher is used in manual form. No need global. merged from 16stable.
ethem [Thu, 29 Jun 2006 15:03:54 +0000 (15:03 +0000)]
$teacher is used in manual form. No need global. merged from 16stable.

19 years agoget_student_courses and get_teacher_courses functions added for future reference.
ethem [Thu, 29 Jun 2006 12:44:01 +0000 (12:44 +0000)]
get_student_courses and get_teacher_courses functions added for future reference.
Cron description added. Merged from 16stable.

19 years agoDon't show choose method string if course cost is 0. Merged from 16stable.
ethem [Thu, 29 Jun 2006 11:27:32 +0000 (11:27 +0000)]
Don't show choose method string if course cost is 0. Merged from 16stable.

19 years agoNew string. No cost yet. Merged from 16stable.
ethem [Thu, 29 Jun 2006 11:12:08 +0000 (11:12 +0000)]
New string. No cost yet. Merged from 16stable.

19 years agoInteractive plugins (authorize and paypal ) must use 'manual'.
ethem [Thu, 29 Jun 2006 10:38:34 +0000 (10:38 +0000)]
Interactive plugins (authorize and paypal ) must use 'manual'.
Some patches must be applied to lib/db.
http://moodle.org/bugs/bug.php?op=show&bugid=5941
Look: version.patch, lib_db.patch

Eloy, your question about enrol fields for interactive plugins were solved.
Now, we sure we never use authorize and paypal field for backup and restore.
Because manual is active and cannot be disabled when restoring.
Bug #5358 - Add support for enrol systems in backup/restore
http://moodle.org/bugs/bug.php?op=show&bugid=5358&pos=0

Merged from 16 stable.

19 years agoBug #5941 - Myriad of problems with Paypal enrollmemts, au_enrol.patch
ethem [Thu, 29 Jun 2006 09:49:36 +0000 (09:49 +0000)]
Bug #5941 - Myriad of problems with Paypal enrollmemts, au_enrol.patch
Merged from 16 stable.

19 years agoBug #5944 - error message when moving thread; merged from MOODLE_16_STABLE
skodak [Thu, 29 Jun 2006 08:01:48 +0000 (08:01 +0000)]
Bug #5944 - error message when moving thread; merged from MOODLE_16_STABLE

19 years agoBug #5952 - bad links in "about wysiwyg editor" merged from MOODLE_16_STABLE
skodak [Thu, 29 Jun 2006 07:20:37 +0000 (07:20 +0000)]
Bug #5952 - bad links in "about wysiwyg editor" merged from MOODLE_16_STABLE

19 years agoBug #5953 - problem in /auth/ldap/lib.php; merged from MOODLE_16_STABLE
skodak [Thu, 29 Jun 2006 07:05:00 +0000 (07:05 +0000)]
Bug #5953 - problem in /auth/ldap/lib.php; merged from MOODLE_16_STABLE

19 years agoBug #5955 - link to help item for html editor looks funny; merged from MOODLE_16_STABLE
skodak [Thu, 29 Jun 2006 07:00:27 +0000 (07:00 +0000)]
Bug #5955 - link to help item for html editor looks funny; merged from MOODLE_16_STABLE

19 years agoBug #5959 - save and view takes to wrong place; merged from MOODLE_16_STABLE
skodak [Thu, 29 Jun 2006 06:53:53 +0000 (06:53 +0000)]
Bug #5959 - save and view takes to wrong place; merged from MOODLE_16_STABLE

19 years agoBug #5960 - can't delete or edit comments; merged from MOODLE_16_STABLE
skodak [Thu, 29 Jun 2006 06:48:31 +0000 (06:48 +0000)]
Bug #5960 - can't delete or edit comments; merged from MOODLE_16_STABLE

19 years agoAutomatic installer.php lang files by installer_builder (20060629)
moodler [Thu, 29 Jun 2006 02:38:54 +0000 (02:38 +0000)]
Automatic installer.php lang files by installer_builder (20060629)

19 years agoBug #5918 - essay question comments from teachers lost in 1.6 upgrade. Thanks to...
tjhunt [Wed, 28 Jun 2006 17:21:53 +0000 (17:21 +0000)]
Bug #5918 - essay question comments from teachers lost in 1.6 upgrade. Thanks to Mark Nielsen the suggestion of how to fix. Merged from MOODLE_16_STABLE.

19 years agoCorrected database prefix_ errors
mchampan [Wed, 28 Jun 2006 16:12:08 +0000 (16:12 +0000)]
Corrected database prefix_ errors

19 years agoBug #5941 - Myriad of problems with Paypal enrollmemts, part 3 - fixed 'login as...
skodak [Wed, 28 Jun 2006 15:38:04 +0000 (15:38 +0000)]
Bug #5941 - Myriad of problems with Paypal enrollmemts, part 3 - fixed 'login as student' button, now plain guest login action; merged from MOODLE_16_STABLE

19 years agoBug #5941 - Myriad of problems with Paypal enrollmemts, part 2 - Login as guest not...
skodak [Wed, 28 Jun 2006 15:26:31 +0000 (15:26 +0000)]
Bug #5941 - Myriad of problems with Paypal enrollmemts, part 2 - Login as guest not shown to guests and there is login link instead of paypal button for guests; merged from MOODLE_16_STABLE

19 years agominor loginas cleanup; merged from MOODLE_16_STABLE
skodak [Wed, 28 Jun 2006 14:58:30 +0000 (14:58 +0000)]
minor loginas cleanup; merged from MOODLE_16_STABLE

19 years agoBug #5941 - Myriad of problems with Paypal enrollmemts, part 1; merged from MOODLE_16...
skodak [Wed, 28 Jun 2006 12:45:28 +0000 (12:45 +0000)]
Bug #5941 - Myriad of problems with Paypal enrollmemts, part 1; merged from MOODLE_16_STABLE

19 years agoBug #5922 - comment from manualgraded questions lost during regrade. Thanks to Jean...
tjhunt [Wed, 28 Jun 2006 11:45:11 +0000 (11:45 +0000)]
Bug #5922 - comment from manualgraded questions lost during regrade. Thanks to Jean-Michel Vedrine for the fix. Merged from MOODLE_16_STABLE.

19 years agoBug #5945: Lang string name missmatch when starting quiz attempt. Merged from MOODLE...
tjhunt [Wed, 28 Jun 2006 10:13:40 +0000 (10:13 +0000)]
Bug #5945: Lang string name missmatch when starting quiz attempt.  Merged from MOODLE_16_STABLE.

19 years agoAutomatic installer.php lang files by installer_builder (20060628)
moodler [Wed, 28 Jun 2006 02:37:47 +0000 (02:37 +0000)]
Automatic installer.php lang files by installer_builder (20060628)

19 years ago* Hide preview link when editing docs\ files. I have not found any way how to display
mudrd8mz [Wed, 28 Jun 2006 01:02:54 +0000 (01:02 +0000)]
* Hide preview link when editing docs\ files. I have not found any way how to display
  local documenation pages in 1.6. More comment in bug 4972
* Hide the form when displaying non-editable files (like en_utf8 ones).

19 years agoBug #5927 - extending enrollments doesn't; merged from MOODLE_16_STABLE
skodak [Mon, 26 Jun 2006 21:58:35 +0000 (21:58 +0000)]
Bug #5927 - extending enrollments doesn't; merged from MOODLE_16_STABLE

19 years agoBug #5931 - blocks block database; merged from MOODLE_16_STABLE
skodak [Mon, 26 Jun 2006 21:35:05 +0000 (21:35 +0000)]
Bug #5931 - blocks block database; merged from MOODLE_16_STABLE

19 years agoassignments on mymoodle page, Bug #5839 - Found more than one record in get_record_sq...
skodak [Mon, 26 Jun 2006 16:16:43 +0000 (16:16 +0000)]
assignments on mymoodle page, Bug #5839 - Found more than one record in get_record_sql !; merged from MOODLE_16_STABLE

19 years agofixed broken stats image link, Bug #5924 - User profile statistics tab; merged from...
skodak [Mon, 26 Jun 2006 13:49:03 +0000 (13:49 +0000)]
fixed broken stats image link, Bug #5924 - User profile statistics tab; merged from MOODLE_16_STABLE

19 years agoBug 5889 - Regrading a quiz wipes student answers. Thanks to Jean-Michel Vedrine...
tjhunt [Mon, 26 Jun 2006 11:23:32 +0000 (11:23 +0000)]
Bug 5889 - Regrading a quiz wipes student answers. Thanks to Jean-Michel Vedrine for the fix. Merged from MOODLE_16_STABLE.

19 years agomerged fix for 5916
toyomoyo [Mon, 26 Jun 2006 08:32:39 +0000 (08:32 +0000)]
merged fix for 5916

19 years agofixed Turkish problems see, Bug #5878 - Teachers can't add blog and blocks; merged...
skodak [Mon, 26 Jun 2006 07:23:10 +0000 (07:23 +0000)]
fixed Turkish problems see, Bug #5878 - Teachers can't add blog and blocks; merged from MOODLE_16_STABLE

19 years agoMerged from 1.6 stable. Error message now displays using notify() instead of
vyshane [Mon, 26 Jun 2006 04:44:41 +0000 (04:44 +0000)]
Merged from 1.6 stable. Error message now displays using notify() instead of
error() when purging of old RSS feeds fail during a discussion move.

19 years agoInitial commit
mchampan [Sun, 25 Jun 2006 23:07:36 +0000 (23:07 +0000)]
Initial commit

19 years agoSome minor changes in order to avoid some notices...
stronk7 [Sun, 25 Jun 2006 10:16:45 +0000 (10:16 +0000)]
Some minor changes in order to avoid some notices...

19 years agoCommenting out ob_gzhandler
julmis [Fri, 23 Jun 2006 19:53:26 +0000 (19:53 +0000)]
Commenting out ob_gzhandler
Merging from stable

19 years agoFixed typo which caused images in questions to fail to display if NOT using slashargu...
danstowell [Fri, 23 Jun 2006 15:06:23 +0000 (15:06 +0000)]
Fixed typo which caused images in questions to fail to display if NOT using slasharguments

19 years agoSending Yu's change to support custom langs to HEAD.
stronk7 [Thu, 22 Jun 2006 23:39:42 +0000 (23:39 +0000)]
Sending Yu's change to support custom langs to HEAD.

Changed progress info to 1000 records (from 5000). This
makes the script a bit more responsive on browser stops.

If finally approved, this should go to 16_STABLE too. (+1 for it)

19 years agoMerged from STABLE
thepurpleblob [Wed, 21 Jun 2006 10:19:46 +0000 (10:19 +0000)]
Merged from STABLE

19 years agomerged fix for 5881
toyomoyo [Wed, 21 Jun 2006 03:13:46 +0000 (03:13 +0000)]
merged fix for 5881

19 years agoAutomatic installer.php lang files by installer_builder (20060621)
moodler [Wed, 21 Jun 2006 02:41:28 +0000 (02:41 +0000)]
Automatic installer.php lang files by installer_builder (20060621)

19 years agoVery small change. A little performance for cron if admin enabled sending email for...
ethem [Tue, 20 Jun 2006 17:22:00 +0000 (17:22 +0000)]
Very small change. A little performance for cron if admin enabled sending email for pending orders expiring.

1- If dailysettlement is 00:05 and cron executes at this time, nothing will occur. If it is executes at 00:10 it works. I think "<" works faster then "<=" :))
2- Don't compare course->ids by authorize->courseid, because courses are grouped by courseid. We sure each line is unique.
3- Only get pendingorderexpiring strings for sending email if course teachers exist.

Merged from 16stable.

19 years agohelper string to explain $CFG->doctonewwindow added.
stronk7 [Tue, 20 Jun 2006 14:23:58 +0000 (14:23 +0000)]
helper string to explain $CFG->doctonewwindow added.

Merged from MOODLE_16_STABLE

19 years agoNow docs are showed in a new window based on $CFG->doctonewwindow
stronk7 [Tue, 20 Jun 2006 13:53:09 +0000 (13:53 +0000)]
Now docs are showed in a new window based on $CFG->doctonewwindow

Merged from MOODLE_16_STABLE

19 years agoAdded new option to decide if docs will be showed in a new window.
stronk7 [Tue, 20 Jun 2006 13:41:56 +0000 (13:41 +0000)]
Added new option to decide if docs will be showed in a new window.

Merged from MOODLE_16_STABLE

19 years agoChanged <hr> widh of header.html.
mits [Mon, 19 Jun 2006 18:20:18 +0000 (18:20 +0000)]
Changed <hr> widh of header.html.
Added <hr> to footer.html.
Changed color of "HOME" button.

Eloy, thanks for good suggestion.

19 years agoAdded back homelink to oceanblue theme based on standard theme.
mits [Mon, 19 Jun 2006 16:36:51 +0000 (16:36 +0000)]
Added back homelink to oceanblue theme based on standard theme.

19 years agoMerged homelink from stable
moodler [Mon, 19 Jun 2006 16:32:00 +0000 (16:32 +0000)]
Merged homelink from stable

19 years agoNo need for error when deleting RSS feed
moodler [Mon, 19 Jun 2006 16:20:35 +0000 (16:20 +0000)]
No need for error when deleting RSS feed

19 years agoMerged tag block context fixes from stable
moodler [Mon, 19 Jun 2006 14:17:55 +0000 (14:17 +0000)]
Merged tag block context fixes from stable

19 years agoMerged user tab visibility from stable
moodler [Mon, 19 Jun 2006 13:52:39 +0000 (13:52 +0000)]
Merged user tab visibility from stable

19 years agoMerged header fix from stable
moodler [Mon, 19 Jun 2006 13:38:17 +0000 (13:38 +0000)]
Merged header fix from stable

19 years agomerged, changed copyright to &#169; to validate better
toyomoyo [Mon, 19 Jun 2006 03:53:26 +0000 (03:53 +0000)]
merged, changed copyright to &#169; to validate better

19 years agomerged, gives IE a bit more time to print
toyomoyo [Mon, 19 Jun 2006 03:30:08 +0000 (03:30 +0000)]
merged, gives IE a bit more time to print

19 years agoMerge from 1.6. New class FPDF_Protection. See bug #5855.
vyshane [Mon, 19 Jun 2006 02:41:44 +0000 (02:41 +0000)]
Merge from 1.6. New class FPDF_Protection. See bug #5855.

19 years agoMerged migration fixes from stable
moodler [Sun, 18 Jun 2006 10:09:58 +0000 (10:09 +0000)]
Merged migration fixes from stable

19 years agoMerged XHTML fix from stable
moodler [Sun, 18 Jun 2006 08:21:35 +0000 (08:21 +0000)]
Merged XHTML fix from stable

19 years agoMerged helplink fix from stable
moodler [Sun, 18 Jun 2006 08:10:52 +0000 (08:10 +0000)]
Merged helplink fix from stable

19 years agoMerged header fixes from stable 1.6
moodler [Sun, 18 Jun 2006 07:45:22 +0000 (07:45 +0000)]
Merged header fixes from stable 1.6

19 years agoMerged fix for bug 5830 into dev
moodler [Fri, 16 Jun 2006 09:42:38 +0000 (09:42 +0000)]
Merged fix for bug 5830 into dev

19 years agoAdded check for $CFG->disablemycourses
moodler [Fri, 16 Jun 2006 04:28:56 +0000 (04:28 +0000)]
Added check for $CFG->disablemycourses

19 years agomerged, centering of tabs on blog page issue
toyomoyo [Fri, 16 Jun 2006 02:59:37 +0000 (02:59 +0000)]
merged, centering of tabs on blog page issue

19 years agomerged from MOODLE_16_STABLE: participants list last access filter should only show...
mjollnir_ [Thu, 15 Jun 2006 21:37:20 +0000 (21:37 +0000)]
merged from MOODLE_16_STABLE: participants list last access filter should only show for teachers! I noticed this on moodle.org this morning :|

19 years ago$a->course: course information added. Merged from stable.
ethem [Thu, 15 Jun 2006 14:23:04 +0000 (14:23 +0000)]
$a->course: course information added. Merged from stable.

19 years ago$a->course: course information added.
ethem [Thu, 15 Jun 2006 14:08:41 +0000 (14:08 +0000)]
$a->course: course information added.

19 years agopendingordersemailteacher string added
ethem [Thu, 15 Jun 2006 13:37:25 +0000 (13:37 +0000)]
pendingordersemailteacher string added
merged from stable

19 years agopendingordersemailteacher string added
ethem [Thu, 15 Jun 2006 13:25:47 +0000 (13:25 +0000)]
pendingordersemailteacher string added

19 years agoWhen the number of pending orders expiring are sent to the teachers via email, which...
ethem [Thu, 15 Jun 2006 12:55:39 +0000 (12:55 +0000)]
When the number of pending orders expiring are sent to the teachers via email, which one is important? The number of the orders or the total of the amounts.
Merged from 16 stable.

19 years agoWhen the number of pending orders expiring are sent to the teachers via email, which...
ethem [Thu, 15 Jun 2006 12:27:49 +0000 (12:27 +0000)]
When the number of pending orders expiring are sent to the teachers via email, which one is important? The number of the orders or the total of the amounts.
Merged from 16 stable.

19 years agoBug #5825 redonly attribute does not work on checkboxes, so using disabled instead...
tjhunt [Thu, 15 Jun 2006 10:12:17 +0000 (10:12 +0000)]
Bug #5825 redonly attribute does not work on checkboxes, so using disabled instead when displaying quizzes read-only.

19 years agoOrder by order count. Courses that have many orders are emailed first. Merged from...
ethem [Thu, 15 Jun 2006 08:06:52 +0000 (08:06 +0000)]
Order by order count. Courses that have many orders are emailed first. Merged from 16_stable.

19 years agomerged fix for 5633
toyomoyo [Thu, 15 Jun 2006 06:33:13 +0000 (06:33 +0000)]
merged fix for 5633

19 years agomerged fix for 5814
toyomoyo [Thu, 15 Jun 2006 03:24:33 +0000 (03:24 +0000)]
merged fix for 5814

19 years agoEmail subject for pending orders expiring.
ethem [Wed, 14 Jun 2006 16:32:08 +0000 (16:32 +0000)]
Email subject for pending orders expiring.
Merged from stable.

19 years agoEmail subject for pending orders expiring.
ethem [Wed, 14 Jun 2006 16:26:01 +0000 (16:26 +0000)]
Email subject for pending orders expiring.
Merged from stable.

19 years agoEmail subject for pending orders expiring.
ethem [Wed, 14 Jun 2006 16:17:46 +0000 (16:17 +0000)]
Email subject for pending orders expiring.

19 years agoMoved constant definitions out of function, so they are not run repeatedly giving...
tjhunt [Wed, 14 Jun 2006 15:35:27 +0000 (15:35 +0000)]
Moved constant definitions out of function, so they are not run repeatedly giving lots of warnings. Merged from MOODLE_16_STABLE.

19 years agoCorrected reference to lang string and fixed a notice. Merged from MOODLE_16_STABLE.
tjhunt [Wed, 14 Jun 2006 15:32:55 +0000 (15:32 +0000)]
Corrected reference to lang string and fixed a notice. Merged from MOODLE_16_STABLE.

19 years agoIf admin set up 'Teachers can manage the payments of the course' and enabled 'Manual...
ethem [Wed, 14 Jun 2006 11:53:50 +0000 (11:53 +0000)]
If admin set up 'Teachers can manage the payments of the course' and enabled 'Manual-Capture', course teachers are notified about pending orders expiring. Merged from MOODLE_16_STABLE.

19 years agoMerged fix from 1.6 for bug:
vyshane [Wed, 14 Jun 2006 08:47:19 +0000 (08:47 +0000)]
Merged fix from 1.6 for bug:

Notice: Undefined property: id in /home/moodle/public_html/certificate/mod/forum/discuss.php on line 38

This happens when the user is not logged in and wants to view a forum of type
news.

19 years agoMerged print_error fix from stable
moodler [Wed, 14 Jun 2006 03:17:19 +0000 (03:17 +0000)]
Merged print_error fix from stable

19 years agoAutomatic installer.php lang files by installer_builder (20060614)
moodler [Wed, 14 Jun 2006 02:36:00 +0000 (02:36 +0000)]
Automatic installer.php lang files by installer_builder (20060614)

19 years agoQuiz module sometimes left the user staring at a blank page. Now there is an error...
tjhunt [Tue, 13 Jun 2006 18:59:41 +0000 (18:59 +0000)]
Quiz module sometimes left the user staring at a blank page. Now there is an error message. Merged from MOODLE_16_STABLE.

19 years agoBug #5812 - Standard theme font size CSS not sufficiently defensive. Merged from...
tjhunt [Tue, 13 Jun 2006 18:55:25 +0000 (18:55 +0000)]
Bug #5812 - Standard theme font size CSS not sufficiently defensive. Merged from MOODLE_16_STABLE.

19 years agoLink to Payment Management page. Merged from 16stable.
ethem [Tue, 13 Jun 2006 18:31:09 +0000 (18:31 +0000)]
Link to Payment Management page. Merged from 16stable.

19 years agoLink to help file 'Order Review'. Merged from 16stable.
ethem [Tue, 13 Jun 2006 18:04:25 +0000 (18:04 +0000)]
Link to help file 'Order Review'. Merged from 16stable.

19 years agoHelp file for 'Order Review'.
ethem [Tue, 13 Jun 2006 17:51:11 +0000 (17:51 +0000)]
Help file for 'Order Review'.