]> git.mjollnir.org Git - moodle.git/log
moodle.git
18 years agoMerging authentication changes back to head
exe-cutor [Fri, 9 Mar 2007 13:20:55 +0000 (13:20 +0000)]
Merging authentication changes back to head

18 years agoMade it so you can call require_js after header printed (bug 8823)
sam_marshall [Fri, 9 Mar 2007 12:52:35 +0000 (12:52 +0000)]
Made it so you can call require_js after header printed (bug 8823)

18 years agomerged fix for MDL-8782, adding a mentees block
toyomoyo [Fri, 9 Mar 2007 07:08:27 +0000 (07:08 +0000)]
merged fix for MDL-8782, adding a mentees block

18 years agomerging from 18 STABLE
pichetp [Fri, 9 Mar 2007 05:50:55 +0000 (05:50 +0000)]
merging from 18 STABLE

18 years agomodifs MDL-5650
pichetp [Fri, 9 Mar 2007 05:28:40 +0000 (05:28 +0000)]
modifs MDL-5650

18 years agoMerged fix for MDL-8803 from 1.8
moodler [Fri, 9 Mar 2007 05:04:53 +0000 (05:04 +0000)]
Merged fix for MDL-8803 from 1.8

18 years agoAutomatic installer.php lang files by installer_builder (20070309)
moodler [Fri, 9 Mar 2007 03:40:45 +0000 (03:40 +0000)]
Automatic installer.php lang files by installer_builder (20070309)

18 years agoforgot to check this in
toyomoyo [Fri, 9 Mar 2007 02:59:52 +0000 (02:59 +0000)]
forgot to check this in

18 years agomerged fix for MDL-8681, course imports creates duplicate roles
toyomoyo [Fri, 9 Mar 2007 02:39:44 +0000 (02:39 +0000)]
merged fix for MDL-8681, course imports creates duplicate roles

18 years agoMDL-8814 fixed typo; merged from HEAD
skodak [Thu, 8 Mar 2007 15:23:49 +0000 (15:23 +0000)]
MDL-8814 fixed typo; merged from HEAD

18 years agoMerged fixes from MDLSITE-145 regarding forum_cron problems
moodler [Thu, 8 Mar 2007 13:55:02 +0000 (13:55 +0000)]
Merged fixes from MDLSITE-145 regarding forum_cron problems

18 years agoFirex MDL-8600. Added code to get the scoid which was missed
csantossaenz [Thu, 8 Mar 2007 12:41:43 +0000 (12:41 +0000)]
Firex MDL-8600. Added code to get the scoid which was missed

18 years agoComments and debug messages deleted from last version
csantossaenz [Thu, 8 Mar 2007 12:39:35 +0000 (12:39 +0000)]
Comments and debug messages deleted from last version

18 years agoFixed MDL - 8600: scorm_simple_play function changed to make it work in PostgreSQL...
csantossaenz [Thu, 8 Mar 2007 12:06:26 +0000 (12:06 +0000)]
Fixed MDL - 8600: scorm_simple_play function changed to make it work in PostgreSQL, making the changes explained on moodle-tracker 8600

18 years agoFollow-up fixes for MDL-8531 "Groups icons..." -PARAM_ALPHANUM bug.
nfreear [Thu, 8 Mar 2007 10:35:28 +0000 (10:35 +0000)]
Follow-up fixes for MDL-8531 "Groups icons..." -PARAM_ALPHANUM bug.

18 years agoA few tweaks to the comments and output of Yu's change to forum_cron
moodler [Thu, 8 Mar 2007 08:22:24 +0000 (08:22 +0000)]
A few tweaks to the comments and output of Yu's change to forum_cron

18 years agoMerged fix for rss enclosure notices from 1.8
moodler [Thu, 8 Mar 2007 08:13:11 +0000 (08:13 +0000)]
Merged fix for rss enclosure notices from 1.8

18 years agoConverted embedded media files (avi, wmv and mov) to xhtml strict compliance. However...
nicolasconnault [Thu, 8 Mar 2007 07:49:33 +0000 (07:49 +0000)]
Converted embedded media files (avi, wmv and mov) to xhtml strict compliance. However, this is far from finished, since some browsers are not displaying correctly.

<table border="1" cellpadding="2" cellspacing="2">
<tr>
<td></td><th colspan="8">Browsers</th>
</tr>

<tr>
<th>File</th>
<td>FF 1.5</td>
<td>FF 2.0</td>
<td>IE 1.5</td>
<td>IE 1.6</td>
<td>IE 1.7</td>
<td>Safari 2.0</td>
<td>Opera 9.10</td>
<td>Konqueror</td>
</tr>

<tr>
<td>AVI (800x600)</td>
<td>?</td><!-- FF 1.5 -->
<td>?</td><!-- FF 2.0 -->
<td>?</td><!-- IE 1.5 -->
<td>?</td><!-- IE 1.6 -->
<td>?</td><!-- IE 1.7 -->
<td>?</td><!-- Safari 2.0 -->
<td>?</td><!-- Opera 2.0 -->
<td>?</td><!-- Konqueror 2.0 -->
</tr>

<tr>
<td>AVI (300x200)</td>
<td>?</td><!-- FF 1.5 -->
<td>OK (pb with size)</td><!-- FF 2.0 -->
<td>?</td><!-- IE 1.5 -->
<td>OK</td><!-- IE 1.6 -->
<td>OK</td><!-- IE 1.7 -->
<td>OK</td><!-- Safari 2.0 -->
<td>OK</td><!-- Opera 2.0 -->
<td>?</td><!-- Konqueror 2.0 -->
</tr>

<tr>
<td>WMV (800x600)</td>
<td>?</td><!-- FF 1.5 -->
<td>OK</td><!-- FF 2.0 -->
<td>?</td><!-- IE 1.5 -->
<td>OK</td><!-- IE 1.6 -->
<td>OK</td><!-- IE 1.7 -->
<td>NO</td><!-- Safari 2.0 -->
<td>OK</td><!-- Opera 2.0 -->
<td>?</td><!-- Konqueror 2.0 -->
</tr>

<tr>
<td>WMV (300x200)</td>
<td>?</td><!-- FF 1.5 -->
<td>OK (pb with size)</td><!-- FF 2.0 -->
<td>?</td><!-- IE 1.5 -->
<td>OK</td><!-- IE 1.6 -->
<td>OK</td><!-- IE 1.7 -->
<td>OK</td><!-- Safari 2.0 -->
<td>OK</td><!-- Opera 2.0 -->
<td>?</td><!-- Konqueror 2.0 -->
</tr>

<tr>
<td>MOV (800x600)</td>
<td>?</td><!-- FF 1.5 -->
<td>OK</td><!-- FF 2.0 -->
<td>?</td><!-- IE 1.5 -->
<td>OK</td><!-- IE 1.6 -->
<td>OK</td><!-- IE 1.7 -->
<td>NO</td><!-- Safari 2.0 -->
<td>OK</td><!-- Opera 2.0 -->
<td>?</td><!-- Konqueror 2.0 -->
</tr>

<tr>
<td>MOV (300x200)</td>
<td>?</td><!-- FF 1.5 -->
<td>OK</td><!-- FF 2.0 -->
<td>?</td><!-- IE 1.5 -->
<td>OK</td><!-- IE 1.6 -->
<td>OK</td><!-- IE 1.7 -->
<td>NO</td><!-- Safari 2.0 -->
<td>OK</td><!-- Opera 2.0 -->
<td>?</td><!-- Konqueror 2.0 -->
</tr>
</table>

18 years agomerge from 18 STABLE MDL-8809
pichetp [Thu, 8 Mar 2007 07:10:12 +0000 (07:10 +0000)]
merge from 18 STABLE MDL-8809

18 years agomerge from 18 STABLE MDL-8809
pichetp [Thu, 8 Mar 2007 07:02:53 +0000 (07:02 +0000)]
merge from 18 STABLE MDL-8809

18 years agomerging form 18 STABLE MDL-8809
pichetp [Thu, 8 Mar 2007 06:57:33 +0000 (06:57 +0000)]
merging form 18 STABLE MDL-8809

18 years agomerge from 18-STABLE MDL-8809
pichetp [Thu, 8 Mar 2007 06:53:36 +0000 (06:53 +0000)]
merge from 18-STABLE MDL-8809

18 years agomerged fixing a typo
toyomoyo [Thu, 8 Mar 2007 06:05:32 +0000 (06:05 +0000)]
merged fixing a typo

18 years agoMerged ppichet changes to quiz files from 1.8
moodler [Thu, 8 Mar 2007 05:15:19 +0000 (05:15 +0000)]
Merged ppichet changes to quiz files from 1.8

18 years agomerged changing require_once to include_once to tolerate faulty mods
toyomoyo [Thu, 8 Mar 2007 03:32:55 +0000 (03:32 +0000)]
merged changing require_once to include_once to tolerate faulty mods

18 years agoMDL-8759 reverted previous incorrect patch with unset($USER), fixed logging function...
skodak [Thu, 8 Mar 2007 01:09:00 +0000 (01:09 +0000)]
MDL-8759 reverted previous incorrect patch with unset($USER), fixed logging function instead; solves the broken language in forum cron too; merged from MOODLE_18_STABLE

18 years agoMDL-6196 minor related cleanup - should not be needed to backport it; merged from...
skodak [Thu, 8 Mar 2007 00:10:49 +0000 (00:10 +0000)]
MDL-6196 minor related cleanup - should not be needed to backport it; merged from MOODLE_18_STABLE

18 years agoMDL-6196 infinite loop in header encoding when using some site charsets (gb18030...
skodak [Thu, 8 Mar 2007 00:05:58 +0000 (00:05 +0000)]
MDL-6196 infinite loop in header encoding when using some site charsets (gb18030); merged from MOODLE_18_STABLE

18 years agomerge from 18 (adding null) MDL-8806
pichetp [Wed, 7 Mar 2007 19:44:55 +0000 (19:44 +0000)]
merge from 18 (adding null) MDL-8806

18 years agoFixes MDL-8531 "Groups icons are no longer being uploaded"
nfreear [Wed, 7 Mar 2007 19:09:16 +0000 (19:09 +0000)]
Fixes MDL-8531 "Groups icons are no longer being uploaded"

18 years agofirst modifications MDL-5650
pichetp [Wed, 7 Mar 2007 16:31:58 +0000 (16:31 +0000)]
first modifications MDL-5650

18 years agomerging form 18_STABLE correcting </divt> to <div> line 30
pichetp [Wed, 7 Mar 2007 15:10:43 +0000 (15:10 +0000)]
merging form 18_STABLE correcting </divt> to <div> line 30

18 years agoMerged patches from MDL-8385 from 1.8 stable
moodler [Wed, 7 Mar 2007 13:45:41 +0000 (13:45 +0000)]
Merged patches from MDL-8385 from 1.8 stable

18 years agomerged from 1.8 - removed commented old block widths definitions
urs_hunkler [Wed, 7 Mar 2007 09:49:56 +0000 (09:49 +0000)]
merged from 1.8 - removed commented old block widths definitions

18 years ago'merged from 1.8 - block width definition did not work any more, needs to come after...
urs_hunkler [Wed, 7 Mar 2007 09:47:23 +0000 (09:47 +0000)]
'merged from 1.8 - block width definition did not work any more, needs to come after config.php is loaded'

18 years agofixed unassigning to use standard function in get_legacy_type()
skodak [Wed, 7 Mar 2007 09:38:21 +0000 (09:38 +0000)]
fixed unassigning to use standard function in get_legacy_type()

18 years agoMerged notice fixes from stable 18
moodler [Wed, 7 Mar 2007 07:50:24 +0000 (07:50 +0000)]
Merged notice fixes from stable 18

18 years agoMDL-8787 - Created new help file for News Forum Type, and overrode the help button...
nicolasconnault [Wed, 7 Mar 2007 07:13:31 +0000 (07:13 +0000)]
MDL-8787 - Created new help file for News Forum Type, and overrode the help button for the forum type select in mod_form.php

18 years agofixing a warning
toyomoyo [Wed, 7 Mar 2007 07:12:13 +0000 (07:12 +0000)]
fixing a warning

18 years agofixing a missing {
toyomoyo [Wed, 7 Mar 2007 06:48:22 +0000 (06:48 +0000)]
fixing a missing {

18 years agoforum_cron should be using the $USER variable and not $userto
toyomoyo [Wed, 7 Mar 2007 06:45:29 +0000 (06:45 +0000)]
forum_cron should be using the $USER variable and not $userto

18 years agodo not force parents to enrol
toyomoyo [Wed, 7 Mar 2007 06:22:58 +0000 (06:22 +0000)]
do not force parents to enrol

18 years agoadding test code for new forum_cron()
toyomoyo [Wed, 7 Mar 2007 05:58:16 +0000 (05:58 +0000)]
adding test code for new forum_cron()

18 years agoMerged fixes for MDL-8785 from 1.8 to head
moodler [Wed, 7 Mar 2007 04:56:07 +0000 (04:56 +0000)]
Merged fixes for MDL-8785 from 1.8 to head

18 years agoMDL-8758 - Corrected the packagezip -> package.zip typo in 3 locations (2 in admin...
nicolasconnault [Wed, 7 Mar 2007 02:02:41 +0000 (02:02 +0000)]
MDL-8758 - Corrected the packagezip -> package.zip typo in 3 locations (2 in admin/langimport.php and 1 in install.php). The notification about allow_url_fopen has already been added to the default lang/en_utf8/error.php string.

18 years agoMerged display footer fixes for block course_list
moodler [Wed, 7 Mar 2007 02:02:17 +0000 (02:02 +0000)]
Merged display footer fixes for block course_list

18 years agomerged, fixing hidden teacher upgrade
toyomoyo [Wed, 7 Mar 2007 01:35:47 +0000 (01:35 +0000)]
merged, fixing hidden teacher upgrade

18 years agoMDL-2974 - Corrected notification of correctly entered new category with multilang...
nicolasconnault [Wed, 7 Mar 2007 01:25:43 +0000 (01:25 +0000)]
MDL-2974 - Corrected notification of correctly entered new category with multilang display

18 years agoMDL-8777 Failing setup_lang_from_browser if lang contains dash; user lang preference...
skodak [Tue, 6 Mar 2007 23:51:34 +0000 (23:51 +0000)]
MDL-8777  Failing setup_lang_from_browser if lang contains dash; user lang preference not respected

18 years agoMDL-8777 Failing setup_lang_from_browser if lang contains dash
skodak [Tue, 6 Mar 2007 22:33:03 +0000 (22:33 +0000)]
MDL-8777  Failing setup_lang_from_browser if lang contains dash

18 years agoMDL-7633 legacy capabilities now have special menu
skodak [Tue, 6 Mar 2007 22:01:22 +0000 (22:01 +0000)]
MDL-7633 legacy capabilities now have special menu

18 years agoMDL-8522 fixed role reset warnings + only one legacy cap type allowed now in each...
skodak [Tue, 6 Mar 2007 19:19:19 +0000 (19:19 +0000)]
MDL-8522 fixed role reset warnings + only one legacy cap type allowed now in each role

18 years agoMDL-8349 - responses not being filtered in history display. Merged from MOODLE_18_STABLE.
tjhunt [Tue, 6 Mar 2007 18:00:23 +0000 (18:00 +0000)]
MDL-8349 - responses not being filtered in history display. Merged from MOODLE_18_STABLE.

18 years agoremoved some forgotten comments ;-)
skodak [Tue, 6 Mar 2007 17:00:49 +0000 (17:00 +0000)]
removed some forgotten comments ;-)

18 years ago(MDL-8745) prevent cannot logon trouble after update to 1.8
skodak [Tue, 6 Mar 2007 16:56:00 +0000 (16:56 +0000)]
(MDL-8745) prevent cannot logon trouble after update to 1.8

18 years agoMerged some forum fixes from stable MDL-8767
moodler [Tue, 6 Mar 2007 12:59:18 +0000 (12:59 +0000)]
Merged some forum fixes from stable MDL-8767

18 years agoMDL-8765 user preference usage cleanup
skodak [Tue, 6 Mar 2007 10:45:49 +0000 (10:45 +0000)]
MDL-8765 user preference usage cleanup

18 years agoAdd a couple more plugin types to get_string that Martin missed yesterday.
tjhunt [Tue, 6 Mar 2007 07:57:22 +0000 (07:57 +0000)]
Add a couple more plugin types to get_string that Martin missed yesterday.

18 years agoMDL-8759 - Unset $USER
nicolasconnault [Tue, 6 Mar 2007 06:11:10 +0000 (06:11 +0000)]
MDL-8759 - Unset $USER

18 years agoMDL-8771 - Restricted has_capability() sanity checks to DEVELOPER debug mode
nicolasconnault [Tue, 6 Mar 2007 05:36:19 +0000 (05:36 +0000)]
MDL-8771 - Restricted has_capability() sanity checks to DEVELOPER debug mode

18 years agomissing user info
toyomoyo [Tue, 6 Mar 2007 05:14:46 +0000 (05:14 +0000)]
missing user info

18 years agoStub for a web-based integration test
nicolasconnault [Tue, 6 Mar 2007 05:09:28 +0000 (05:09 +0000)]
Stub for a web-based integration test

18 years agoUpgraded weblib::format_string() so it accepts unicode htmlentities. Also added more...
nicolasconnault [Tue, 6 Mar 2007 05:05:45 +0000 (05:05 +0000)]
Upgraded weblib::format_string() so it accepts unicode htmlentities. Also added more unit tests, including a stub for an integration web-based test.

18 years agoFix for separate groups / all groups view MDL-8300
moodler [Tue, 6 Mar 2007 04:29:41 +0000 (04:29 +0000)]
Fix for separate groups / all groups view  MDL-8300

18 years agoMDL-8691 - Finally found the source of the error and fixed it. Add to apply s(format_...
nicolasconnault [Tue, 6 Mar 2007 02:59:25 +0000 (02:59 +0000)]
MDL-8691 - Finally found the source of the error and fixed it. Add to apply s(format_string($week_summary)) on the optgroup's label.

18 years agoMDL-8690 popup form now uses div instead of invisible fieldset; merged from MOODLE_18...
skodak [Mon, 5 Mar 2007 21:42:49 +0000 (21:42 +0000)]
MDL-8690 popup form now uses div instead of invisible fieldset; merged from MOODLE_18_STABLE

18 years agoMDL-7693 fixed participans block on frontpage; notloggedin and authenticated roles...
skodak [Mon, 5 Mar 2007 20:13:16 +0000 (20:13 +0000)]
MDL-7693 fixed participans block on frontpage; notloggedin and authenticated roles overrides to be fixed later in separate bug; merged from MOODLE_18_STABLE

18 years agoMDL-8765 user preference code cleanup; merged from MOODLE_16_STABLE
skodak [Mon, 5 Mar 2007 20:02:27 +0000 (20:02 +0000)]
MDL-8765 user preference code cleanup; merged from MOODLE_16_STABLE

18 years agoNormalizing encoding by using textlib synonyms - parse_charset()
stronk7 [Mon, 5 Mar 2007 18:28:33 +0000 (18:28 +0000)]
Normalizing encoding by using textlib synonyms - parse_charset()
Credit goes to Petr.

Merged from MOODLE_18_STABLE

18 years agoMDL-8764 - In menus, show question categories from this course first, then published...
tjhunt [Mon, 5 Mar 2007 18:05:51 +0000 (18:05 +0000)]
MDL-8764 - In menus, show question categories from this course first, then published categories from other courses. Merged from MOODLE_18_STABLE.

18 years agoMerged rss mediatypes fix from 1.8
moodler [Mon, 5 Mar 2007 16:43:40 +0000 (16:43 +0000)]
Merged rss mediatypes fix from 1.8

18 years agoFollow-up fix 2 for MDL-8507 "Local language pack-..." - Content-Language header.
nfreear [Mon, 5 Mar 2007 15:38:10 +0000 (15:38 +0000)]
Follow-up fix 2 for MDL-8507 "Local language pack-..." - Content-Language header.

18 years agoMore paths for string files
moodler [Mon, 5 Mar 2007 12:13:36 +0000 (12:13 +0000)]
More paths for string files

18 years agoMDL-8756 fixed weeked days defaults; merged from MOODLE_18_STABLE
skodak [Mon, 5 Mar 2007 11:57:15 +0000 (11:57 +0000)]
MDL-8756 fixed weeked days defaults; merged from MOODLE_18_STABLE

18 years agoMDL-8524 general roles cleanup; MDL-8373 authenticated user role now created during...
skodak [Mon, 5 Mar 2007 11:27:01 +0000 (11:27 +0000)]
MDL-8524 general roles cleanup; MDL-8373 authenticated user role now created during upgrade from 1.7.x, xhtml and CSS cleanup in roles GUI; accesslib inline docs cleanup; risk bitmask fixes

18 years agomerge from 18-STABLE MDL-8389
pichetp [Mon, 5 Mar 2007 08:14:40 +0000 (08:14 +0000)]
merge from 18-STABLE MDL-8389

18 years agoMnet: Permit 1.8 upgrade to continue, even if duplicate usernames exist in the user...
donal72 [Mon, 5 Mar 2007 07:49:38 +0000 (07:49 +0000)]
Mnet: Permit 1.8 upgrade to continue, even if duplicate usernames exist in the user table. # MDL-8720

18 years agoDon't allow modes that don't exist
moodler [Mon, 5 Mar 2007 07:32:21 +0000 (07:32 +0000)]
Don't allow modes that don't exist

18 years agoOld fix I'd forgotten
moodler [Mon, 5 Mar 2007 07:17:32 +0000 (07:17 +0000)]
Old fix I'd forgotten

18 years agoMerged notice fix from stable
moodler [Mon, 5 Mar 2007 05:58:28 +0000 (05:58 +0000)]
Merged notice fix from stable

18 years agoMerged notice fix from stable
moodler [Mon, 5 Mar 2007 05:47:27 +0000 (05:47 +0000)]
Merged notice fix from stable

18 years agoShow cost info on info pages MDL-8318
moodler [Mon, 5 Mar 2007 05:39:49 +0000 (05:39 +0000)]
Show cost info on info pages   MDL-8318

18 years agoMerged xhtml fixes for MDL-8755
moodler [Mon, 5 Mar 2007 05:36:43 +0000 (05:36 +0000)]
Merged xhtml fixes for MDL-8755

18 years agoXHTML Strict fix: # MDL-8754
donal72 [Mon, 5 Mar 2007 05:04:02 +0000 (05:04 +0000)]
XHTML Strict fix:  # MDL-8754

18 years agoMerged small notice fix from stable
moodler [Mon, 5 Mar 2007 04:47:49 +0000 (04:47 +0000)]
Merged small notice fix from stable

18 years agoMerged group tweaks from stable MDL-8741
moodler [Mon, 5 Mar 2007 02:52:38 +0000 (02:52 +0000)]
Merged group tweaks from stable  MDL-8741

18 years agoMerged fixes from stable for MDL-8741
moodler [Mon, 5 Mar 2007 02:15:32 +0000 (02:15 +0000)]
Merged fixes from stable for MDL-8741

18 years agoMerged message userpicture fix from stable
moodler [Mon, 5 Mar 2007 01:54:04 +0000 (01:54 +0000)]
Merged message userpicture fix from stable

18 years agofomrat_string() tuning - memory, speed and accuracy in cron
skodak [Sun, 4 Mar 2007 22:58:29 +0000 (22:58 +0000)]
fomrat_string() tuning - memory, speed and accuracy in cron

18 years agofomrat_string() tuning - memory, speed and accuracy in cron
skodak [Sun, 4 Mar 2007 22:52:33 +0000 (22:52 +0000)]
fomrat_string() tuning - memory, speed and accuracy in cron

18 years agore-re-re-re-fixing tabs for wood. :-P
stronk7 [Sun, 4 Mar 2007 20:18:22 +0000 (20:18 +0000)]
re-re-re-re-fixing tabs for wood. :-P

Merged from MOODLE_18_STABLE

18 years ago'merged from 1.8: MDL-8747 - added .buttons form div {display:inline} to aligen butto...
urs_hunkler [Sun, 4 Mar 2007 19:18:05 +0000 (19:18 +0000)]
'merged from 1.8: MDL-8747 - added .buttons form div {display:inline} to aligen buttons beside each other'

18 years agomade tab gifs higher to give better display when font size is changed
urs_hunkler [Sun, 4 Mar 2007 17:21:02 +0000 (17:21 +0000)]
made tab gifs higher to give better display when font size is changed

18 years agomerged CSS for tabs - changes to resolve IE6 + 7 tabs issues
urs_hunkler [Sun, 4 Mar 2007 17:18:50 +0000 (17:18 +0000)]
merged CSS for tabs -  changes to resolve IE6 + 7 tabs issues

18 years agomerged tabs routine changes to resolve IE6 + 7 tabs issues
urs_hunkler [Sun, 4 Mar 2007 17:16:00 +0000 (17:16 +0000)]
merged tabs routine changes to resolve IE6 + 7 tabs issues

18 years agoMerged whitespace fixes from stable
moodler [Sun, 4 Mar 2007 07:50:24 +0000 (07:50 +0000)]
Merged whitespace fixes from stable

18 years agoMerged MDL-8741 fix from stable
moodler [Sun, 4 Mar 2007 07:35:29 +0000 (07:35 +0000)]
Merged MDL-8741 fix from stable

18 years agoMerged xhtml fix from stable MDL-7861
moodler [Sun, 4 Mar 2007 06:32:04 +0000 (06:32 +0000)]
Merged xhtml fix from stable  MDL-7861

18 years agoMerged undo for MDL-8385 from 18 stable
moodler [Sun, 4 Mar 2007 05:46:14 +0000 (05:46 +0000)]
Merged undo for MDL-8385 from 18 stable

18 years agoAutomatic installer.php lang files by installer_builder (20070304)
moodler [Sun, 4 Mar 2007 03:36:12 +0000 (03:36 +0000)]
Automatic installer.php lang files by installer_builder (20070304)