integration.git
17 years agominor bug fix to add the missing string definition 'remove' back to the /lang/zh_tw... MOODLE_15_STABLE
whchuang [Wed, 20 Feb 2008 18:45:35 +0000 (18:45 +0000)]
minor bug fix to add the missing string definition 'remove' back to the /lang/zh_tw/moodle.php

17 years agoAdded a note relating to MDL-9772
moodler [Wed, 20 Feb 2008 01:01:29 +0000 (01:01 +0000)]
Added a note relating to MDL-9772

17 years agoFix for MDL-6770 - show previously submitted files for assignments
moodler [Mon, 11 Feb 2008 07:39:37 +0000 (07:39 +0000)]
Fix for MDL-6770 - show previously submitted files for assignments

17 years agoreplace CFG->dbfamily with CFG->dbtype, because CFG->dbfamily is not available on...
gbateson [Tue, 13 Nov 2007 03:54:32 +0000 (03:54 +0000)]
replace CFG->dbfamily with CFG->dbtype, because CFG->dbfamily is not available on Moodle 1.7 and earlier

17 years agofix for MDL-9713 : use XMLDB functions to create tables when mod/hotpot/db/mysql...
gbateson [Mon, 12 Nov 2007 08:51:22 +0000 (08:51 +0000)]
fix for MDL-9713 : use XMLDB functions to create tables when mod/hotpot/db/mysql.sql is not found. This allows upgrade direct from Moodle 1.5 (or earlier) to Moodle 1.8 (or later)

17 years agoFixed MDL-10353. Note that this problem is now fixed in 1.5.x, 1.8.x, 1.9.x and HEAD...
whchuang [Fri, 26 Oct 2007 00:06:48 +0000 (00:06 +0000)]
Fixed MDL-10353. Note that this problem is now fixed in 1.5.x, 1.8.x, 1.9.x and HEAD, but not yet in 1.6.x and 1.7.x (not yet backported).

17 years agoMDL-11663 sanitise submitted data when editing users; merged from MOODLE_16_STABLE
skodak [Mon, 8 Oct 2007 19:59:05 +0000 (19:59 +0000)]
MDL-11663 sanitise submitted data when editing users; merged from MOODLE_16_STABLE

17 years agoadded escaping of quotes in TimesUp message, so that apostrophes do not cause Javascr...
gbateson [Mon, 8 Oct 2007 06:53:55 +0000 (06:53 +0000)]
added escaping of quotes in TimesUp message, so that apostrophes do not cause Javascript errors

17 years agoadded missing string definition for sectionerror. Fixed MDL-10766
whchuang [Tue, 2 Oct 2007 23:58:36 +0000 (23:58 +0000)]
added missing string definition for sectionerror. Fixed MDL-10766

18 years agoMDL-10276 Text cleaning trouble; backported from HEAD
skodak [Wed, 27 Jun 2007 12:09:22 +0000 (12:09 +0000)]
MDL-10276 Text cleaning trouble; backported from HEAD

18 years agoMDL-9836
ethem [Fri, 15 Jun 2007 18:05:36 +0000 (18:05 +0000)]
MDL-9836
Authorize.net / SSL Config Bug prevents display of options from enrol/authorize/enrol.php

18 years agomoodlelib:moodle_request_shutdown() - only call apache_child_terminate if child_termi...
martinlanghoff [Thu, 7 Jun 2007 21:25:23 +0000 (21:25 +0000)]
moodlelib:moodle_request_shutdown() - only call apache_child_terminate if child_terminate is true - MDL-9350

Apparently there _is_ a PHP ini setting controlling
it -- defaults to off.

18 years agoAdded body class for current language MDL-9750
moodler [Wed, 9 May 2007 06:43:19 +0000 (06:43 +0000)]
Added body class for current language  MDL-9750

18 years agoFixed 'off by one' month bug in month select boxes generated by
martinlanghoff [Thu, 12 Apr 2007 00:47:14 +0000 (00:47 +0000)]
Fixed 'off by one' month bug in month select boxes generated by
print_date_selector when users time zone set to GMT-13.

Author: Matt Clarkson <mattc@catalyst.net.nz>
Committer: Matt <mattc@catalyst.net.nz>

18 years agoNow $CFG->apachemaxmem is respected.
stronk7 [Sat, 7 Apr 2007 15:58:13 +0000 (15:58 +0000)]
Now $CFG->apachemaxmem is respected.

18 years agolib/setup moodelib: Introducing moodle_request_shutdown()
martinlanghoff [Thu, 5 Apr 2007 04:45:09 +0000 (04:45 +0000)]
lib/setup moodelib: Introducing moodle_request_shutdown()

Now Moodle will have a 'shutdown_function' function. Right now
registered (and useful) only when running under apache + mod_php.

This initial function checks whether memory usage in this process exceeded
10MiB or $CFG->apachemaxmem (int, in bytes). This is really useful to prevent
using more RAM than we have.

18 years agosmall typo in var name
stronk7 [Mon, 19 Mar 2007 15:53:59 +0000 (15:53 +0000)]
small typo in var name

18 years agoAuto-linking filters: fix serious caching bug in forum mailouts
martinlanghoff [Mon, 19 Mar 2007 05:50:00 +0000 (05:50 +0000)]
Auto-linking filters: fix serious caching bug in forum mailouts

Autolinking of glossaries, activity, resources and wiki names were using a
trivial single-entry cache implemented with static vars. The cache was _not_
keyed on course.

This bug was visible during forum_cron() which walks many courses. The cache
would get "stuck" on the first course that had something to put in the cache.
All mailouts from there onwards would autolink to stuff in the wrong course.

18 years agoMDL-8849 use proper value quoting; backported from MOODLE_18_STABLE
skodak [Sun, 11 Mar 2007 20:03:13 +0000 (20:03 +0000)]
MDL-8849 use proper value quoting; backported from MOODLE_18_STABLE

18 years agoMDL-8177 - Oops. In Moodle 1.5, the table was called something different.
tjhunt [Sat, 10 Mar 2007 00:37:53 +0000 (00:37 +0000)]
MDL-8177 - Oops. In Moodle 1.5, the table was called something different.

18 years agoMDL-8177 - Random questions selected deleted questions. Backported from MOODLE_18_STABLE.
tjhunt [Sat, 10 Mar 2007 00:35:11 +0000 (00:35 +0000)]
MDL-8177 - Random questions selected deleted questions. Backported from MOODLE_18_STABLE.

18 years agofix checking answers for JQuiz Hybrid questions when in ShortAnswer mode
gbateson [Sun, 4 Mar 2007 01:12:30 +0000 (01:12 +0000)]
fix checking answers for JQuiz Hybrid questions when in ShortAnswer mode

18 years agocorrect the display of the "Update this Hot Potatoes Quiz" button in Danish (da_utf8...
gbateson [Sun, 28 Jan 2007 00:12:42 +0000 (00:12 +0000)]
correct the display of the "Update this Hot Potatoes Quiz" button in Danish (da_utf8) and German (de_utf8) - see mdl-8322

18 years agoFIxed up the site identifier (more unique)
moodler [Tue, 23 Jan 2007 05:02:45 +0000 (05:02 +0000)]
FIxed up the site identifier (more unique)

18 years agorevised adobe XSS protection SC#346 - backported from HEAD
skodak [Sat, 6 Jan 2007 15:28:41 +0000 (15:28 +0000)]
revised adobe XSS protection SC#346 - backported from HEAD

18 years agoAdobe Acrobat JavaScript Execution Bug SC#346; backported from HEAD
skodak [Thu, 4 Jan 2007 00:31:15 +0000 (00:31 +0000)]
Adobe Acrobat JavaScript Execution Bug SC#346; backported from HEAD

18 years agoLatest timeszones from 1.8
moodler [Mon, 4 Dec 2006 07:03:03 +0000 (07:03 +0000)]
Latest timeszones from 1.8

18 years agoFixed an Hystoric problem with & in aicc_script prerequisites during package importing
bobopinna [Thu, 2 Nov 2006 16:30:53 +0000 (16:30 +0000)]
Fixed an Hystoric problem with & in aicc_script prerequisites during package importing
Now Moodle is really SCORM 1.2 fully compliant

18 years agoMerged fix from 1.7 MDL-7211
moodler [Wed, 1 Nov 2006 06:58:17 +0000 (06:58 +0000)]
Merged fix from 1.7   MDL-7211

18 years agoWhen javascript was turned off the group menu did not work because the Go button...
gustav_delius [Fri, 13 Oct 2006 23:06:27 +0000 (23:06 +0000)]
When javascript was turned off the group menu did not work because the Go button linked to course/view.php rather than mod/forum/view.php

18 years agoRaising MSSQL min req. to 2005 (9.0)
stronk7 [Mon, 9 Oct 2006 16:16:23 +0000 (16:16 +0000)]
Raising MSSQL min req. to 2005 (9.0)

18 years agoFixing $tempfiledir path
julmis [Sat, 30 Sep 2006 14:24:40 +0000 (14:24 +0000)]
Fixing $tempfiledir path

18 years agoAdded PHP 5.0.x restriction to Moodle 1.7. MDL-5653
stronk7 [Thu, 28 Sep 2006 16:37:08 +0000 (16:37 +0000)]
Added PHP 5.0.x restriction to Moodle 1.7. MDL-5653

18 years agoFix for MDL-6363. Patch by Si Carter.
vyshane [Mon, 25 Sep 2006 03:59:54 +0000 (03:59 +0000)]
Fix for MDL-6363. Patch by Si Carter.

18 years agoFixed MDL-6508 ... a wrongful update to the hotpot version was killing Moodle upgrade
moodler [Wed, 13 Sep 2006 14:40:48 +0000 (14:40 +0000)]
Fixed MDL-6508 ... a wrongful update to the hotpot version was killing Moodle upgrade

18 years agoFix syntax errors. I wish more people used Eclipse.
tjhunt [Tue, 12 Sep 2006 14:25:08 +0000 (14:25 +0000)]
Fix syntax errors. I wish more people used Eclipse.

18 years agoFix by Jesse Scott so that database sessions respect sessiontimeout setting. Closing...
gustav_delius [Fri, 1 Sep 2006 20:29:04 +0000 (20:29 +0000)]
Fix by Jesse Scott so that database sessions respect sessiontimeout setting. Closing bug 5912

18 years agofix "get_jcross_item"s and "get_jcross_grid" so that function arguments are assigned...
gbateson [Thu, 31 Aug 2006 21:36:32 +0000 (21:36 +0000)]
fix "get_jcross_item"s and "get_jcross_grid" so that function arguments are assigned BEFORE the function call, not AS the function is called. This fixes blank crosswords and matching exercises in PHP5

18 years agoremove assignment of variables in calls to functions as this was making empty HotPot...
gbateson [Tue, 29 Aug 2006 08:26:24 +0000 (08:26 +0000)]
remove assignment of variables in calls to functions as this was making empty HotPot reports in PHP 5

18 years agocorrected a two calls to get_string: allattempts=>attemptsall, bestattempt=>attempt...
gbateson [Tue, 29 Aug 2006 06:34:23 +0000 (06:34 +0000)]
corrected a two calls to get_string:  allattempts=>attemptsall,  bestattempt=>attemptsbest

18 years agoAdding one PHP close tar that has been missing (but working!) since years!
stronk7 [Wed, 23 Aug 2006 15:14:16 +0000 (15:14 +0000)]
Adding one PHP close tar that has been missing (but working!) since years!

18 years agonew function get_coursemodule_from_id() is now used for obtaining of valid $cm from...
skodak [Thu, 10 Aug 2006 15:51:44 +0000 (15:51 +0000)]
new function get_coursemodule_from_id() is now used for obtaining of valid $cm from coursemodule id SC#283; backported from HEAD

18 years agoDon't show authorize.net password for security reasons. Backported from HEAD.
ethem [Tue, 1 Aug 2006 11:20:50 +0000 (11:20 +0000)]
Don't show authorize.net password for security reasons. Backported from HEAD.

18 years agoassignment: count_user_files() no longer creates extraneous dirs (bug#4658)
martinlanghoff [Mon, 31 Jul 2006 04:58:12 +0000 (04:58 +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>

19 years agofixed printing of filenames from zip archives - SC#273; backported from MOODLE_16_STABLE
skodak [Wed, 12 Jul 2006 06:01:58 +0000 (06:01 +0000)]
fixed printing of filenames from zip archives - SC#273; backported from MOODLE_16_STABLE

19 years agobetter cleaning of $file parameter SC#276; backported from MOODLE_16_STABLE
skodak [Tue, 11 Jul 2006 13:24:17 +0000 (13:24 +0000)]
better cleaning of $file parameter SC#276; backported from MOODLE_16_STABLE

19 years agoAdded print_simple_box_start, print_simple_box_end.
ethem [Thu, 29 Jun 2006 19:03:32 +0000 (19:03 +0000)]
Added print_simple_box_start, print_simple_box_end.

19 years agoBug #5941, Petr's patch is incorrect. Rewritten.
ethem [Thu, 29 Jun 2006 18:40:46 +0000 (18:40 +0000)]
Bug #5941, Petr's patch is incorrect. Rewritten.
If course cost is 0 then always fall back to manual method. This is not authorize problem if enrolment key is empty and guest access with key.

19 years agoBug #5941 affects authorize plugin at this point:
ethem [Thu, 29 Jun 2006 14:37:55 +0000 (14:37 +0000)]
Bug #5941 affects authorize plugin at this point:

Enrolment Method: Authorize
Enrollment key: Empty Field
Guest Access: Allow Guests with Key

Normally, empty enrolment key and and setting 'Allow Guests with Key' will not be allowed.
So, user can view course contents when click enrol me witout key.

19 years agoBackporting latest changes from 16_STABLE and HEAD to 15_STABLE
stronk7 [Sun, 25 Jun 2006 11:00:19 +0000 (11:00 +0000)]
Backporting latest changes from 16_STABLE and HEAD to 15_STABLE

Some minor changes in order to avoid some notices...

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

19 years agoUpdated, from Jose Miguel Arnaiz (Euskaltegi Municipal de Santurtzi)
stronk7 [Tue, 13 Jun 2006 15:59:11 +0000 (15:59 +0000)]
Updated, from Jose Miguel Arnaiz (Euskaltegi Municipal de Santurtzi)

19 years agoUpdated, from Jose Miguel Arnaiz (Euskaltegi Municipal de Santurtzi)
stronk7 [Tue, 13 Jun 2006 15:50:10 +0000 (15:50 +0000)]
Updated, from Jose Miguel Arnaiz (Euskaltegi Municipal de Santurtzi)

19 years agoFix for Bug #5767 - Section links block is removed from course view after
vyshane [Tue, 13 Jun 2006 07:45:34 +0000 (07:45 +0000)]
Fix for Bug #5767 - Section links block is removed from course view after
settings update.

19 years agoBackporting markdown 1.0.1 Extra from HEAD to 1.5
stronk7 [Thu, 8 Jun 2006 21:57:05 +0000 (21:57 +0000)]
Backporting markdown 1.0.1 Extra from HEAD to 1.5
because of bug 5768.
(http://moodle.org/bugs/bug.php?op=show&bugid=5768)

19 years agoAdding two new strings for RESTRICTED tests in environmenlib.
stronk7 [Tue, 6 Jun 2006 16:47:44 +0000 (16:47 +0000)]
Adding two new strings for RESTRICTED tests in environmenlib.

19 years agoNow environmentlib supports RESTRICT sections (to be able to deny
stronk7 [Tue, 6 Jun 2006 16:11:22 +0000 (16:11 +0000)]
Now environmentlib supports RESTRICT sections (to be able to deny
any general test with more detail (the opposite to the BYPASS section)
(http://moodle.org/bugs/bug.php?op=show&bugid=5653)

19 years agoFixed some regular expression Bug 5041
bobopinna [Tue, 6 Jun 2006 14:34:13 +0000 (14:34 +0000)]
Fixed some regular expression Bug 5041

19 years agoFixed user data escaping
bobopinna [Tue, 6 Jun 2006 13:34:24 +0000 (13:34 +0000)]
Fixed user data escaping

19 years agoFixed two typos: Bugs 4729, 5641
bobopinna [Mon, 5 Jun 2006 08:19:31 +0000 (08:19 +0000)]
Fixed two typos: Bugs 4729, 5641

19 years agoFixed Bug 4748
bobopinna [Mon, 5 Jun 2006 08:11:29 +0000 (08:11 +0000)]
Fixed Bug 4748

19 years agoFixed a typo [bug 4522]
bobopinna [Mon, 5 Jun 2006 07:46:02 +0000 (07:46 +0000)]
Fixed a typo [bug 4522]

19 years agoUsers with messages (and messages) are only included in
stronk7 [Tue, 30 May 2006 16:54:47 +0000 (16:54 +0000)]
Users with messages (and messages) are only included in
SITEID backup. Bug 5658.
(http://moodle.org/bugs/bug.php?op=show&bugid=5658)

19 years agoIf config wwwroot starts with 'https', ignore config loginhttps value.
ethem [Tue, 30 May 2006 08:50:36 +0000 (08:50 +0000)]
If config wwwroot starts with 'https', ignore config loginhttps value.
Dependency: Bug #5647

19 years agoBug #5619 - Assignment Feedback mail lacks linefeed; backported from MOODLE_16_STABLE
skodak [Fri, 26 May 2006 09:09:18 +0000 (09:09 +0000)]
Bug #5619 - Assignment Feedback mail lacks linefeed; backported from MOODLE_16_STABLE

19 years agofixed short tags
skodak [Thu, 25 May 2006 06:19:15 +0000 (06:19 +0000)]
fixed short tags

19 years agoproper initialisation of sqlsortkey SC#258
stronk7 [Mon, 22 May 2006 17:59:01 +0000 (17:59 +0000)]
proper initialisation of sqlsortkey SC#258

Merged from HEAD

19 years agoAllowing also numbers and underscores in sessioncookie
stronk7 [Mon, 22 May 2006 17:52:41 +0000 (17:52 +0000)]
Allowing also numbers and underscores in sessioncookie

19 years agoGoing back to previous revision because latest was in English.
stronk7 [Mon, 22 May 2006 15:58:08 +0000 (15:58 +0000)]
Going back to previous revision because latest was in English.

19 years agoBump 1.5.4+
stronk7 [Sun, 21 May 2006 23:46:30 +0000 (23:46 +0000)]
Bump 1.5.4+

19 years agoBump 1.5.4!
stronk7 [Sun, 21 May 2006 23:45:29 +0000 (23:45 +0000)]
Bump 1.5.4!

19 years agoBumped to Moodle 1.5.4 +
moodler [Sun, 21 May 2006 08:37:18 +0000 (08:37 +0000)]
Bumped to Moodle 1.5.4 +

19 years agoMoodle 1.5.4 - yay! v1.5.4
moodler [Sun, 21 May 2006 08:00:05 +0000 (08:00 +0000)]
Moodle 1.5.4  - yay!

19 years agoI'm in a rush, unfortunately, but here are Martin Langhoff's auto-generated
moodler [Sun, 21 May 2006 07:59:15 +0000 (07:59 +0000)]
I'm in a rush, unfortunately, but here are Martin Langhoff's auto-generated
change list items integrated into the other stuff.

It's not pretty but it's probably getting close to complete.

19 years agoAdded release notes from documentation wiki
moodler [Sun, 21 May 2006 07:11:59 +0000 (07:11 +0000)]
Added release notes from documentation wiki

19 years agoThis was really old and it's useful to determine versions...
stronk7 [Sat, 20 May 2006 00:08:42 +0000 (00:08 +0000)]
This was really old and it's useful to determine versions...

19 years agologin: Changing passwords now works when logged in as guest
martinlanghoff [Thu, 18 May 2006 00:49:36 +0000 (00:49 +0000)]
login: Changing passwords now works when logged in as guest

19 years agoFixed Bug #5354 - Gradebook [DropXLowest and Exclude]
vyshane [Tue, 16 May 2006 04:07:47 +0000 (04:07 +0000)]
Fixed Bug #5354 - Gradebook [DropXLowest and Exclude]

19 years agobetter cleaning of post title SC#251 revisited; backported from MOODLE_16_STABLE
skodak [Mon, 15 May 2006 14:49:24 +0000 (14:49 +0000)]
better cleaning of post title SC#251 revisited; backported from MOODLE_16_STABLE

19 years agobetter cleaning of post title SC#251; backported from MOODLE_16_STABLE
skodak [Mon, 15 May 2006 14:35:13 +0000 (14:35 +0000)]
better cleaning of post title SC#251; backported from MOODLE_16_STABLE

19 years agopatch for prototype compatibility
urs_hunkler [Sun, 14 May 2006 09:22:24 +0000 (09:22 +0000)]
patch for prototype compatibility

19 years agoMaking sure timelimit is converted to integer before being written to database, other...
gustav_delius [Sat, 13 May 2006 17:28:28 +0000 (17:28 +0000)]
Making sure timelimit is converted to integer before being written to database, otherwise postgreSQL complains. Closing bug 5401

19 years agoNow, when a single forum is restored and no user data was created,
stronk7 [Sat, 6 May 2006 16:53:14 +0000 (16:53 +0000)]
Now, when a single forum is restored and no user data was created,
the initial discussion/post is automatically generated. Bug 5418.
(http://moodle.org/bugs/bug.php?op=show&bugid=5418)

19 years agoFixed: Bug #5164 - Assignment email lacks student name
moodler [Wed, 3 May 2006 08:19:43 +0000 (08:19 +0000)]
Fixed: Bug #5164 - Assignment email lacks student name

19 years agoAn old fix for optional_variable use
moodler [Tue, 2 May 2006 08:04:11 +0000 (08:04 +0000)]
An old fix for optional_variable use

19 years agoOld addition never checked in
moodler [Tue, 2 May 2006 07:59:38 +0000 (07:59 +0000)]
Old addition never checked in

19 years agoChanged all files to DOS and added some Id tags
moodler [Tue, 2 May 2006 05:57:12 +0000 (05:57 +0000)]
Changed all files to DOS and added some Id tags

19 years agoOne debug line killed! :-/
stronk7 [Sun, 30 Apr 2006 10:05:17 +0000 (10:05 +0000)]
One debug line killed! :-/

19 years agoToo much restrictive optional_param was producing
stronk7 [Sun, 30 Apr 2006 10:02:23 +0000 (10:02 +0000)]
Too much restrictive optional_param was producing
some undesired efects with formats. Bug 4858.
(http://moodle.org/bugs/bug.php?op=show&bugid=4858)

19 years agoentrylist format now show the 'send ratings' button. Bug 4915.
stronk7 [Sun, 30 Apr 2006 09:44:26 +0000 (09:44 +0000)]
entrylist format now show the 'send ratings' button.  Bug 4915.
(http://moodle.org/bugs/bug.php?op=show&bugid=4915)

Merged from HEAD

19 years agoFixed a bug that was not yet merged for stable version
exe-cutor [Thu, 27 Apr 2006 11:48:25 +0000 (11:48 +0000)]
Fixed a bug that was not yet merged for stable version

19 years ago1 - Shorter coding. I like short codes. Martin D had made longer before.
ethem [Thu, 27 Apr 2006 08:21:17 +0000 (08:21 +0000)]
1 - Shorter coding. I like short codes. Martin D had made longer before.
2 - Create indexes sliently.

19 years agoShorter coding. I like short codes. Martin D had made longer before.
ethem [Wed, 26 Apr 2006 15:31:28 +0000 (15:31 +0000)]
Shorter coding. I like short codes. Martin D had made longer before.

19 years agobug #5347 - JS code after page end??? corrected
urs_hunkler [Wed, 26 Apr 2006 14:58:32 +0000 (14:58 +0000)]
bug #5347 - JS code after page end??? corrected

19 years agoSQL file contains all upgrades.
ethem [Wed, 26 Apr 2006 11:18:50 +0000 (11:18 +0000)]
SQL file contains all upgrades.

19 years agoSQL file contains all upgrades.
ethem [Wed, 26 Apr 2006 10:20:07 +0000 (10:20 +0000)]
SQL file contains all upgrades.

19 years agoRemoved forecolor hilitecolor in htmleditor
moodler [Wed, 26 Apr 2006 08:05:46 +0000 (08:05 +0000)]
Removed forecolor hilitecolor in htmleditor

19 years agofixed typo bug #4527; backported from HEAD
skodak [Sun, 23 Apr 2006 23:17:14 +0000 (23:17 +0000)]
fixed typo bug #4527; backported from HEAD

19 years agoBug #4315 - Use current_theme() instead of the $CFG-theme
urs_hunkler [Sun, 23 Apr 2006 18:53:15 +0000 (18:53 +0000)]
Bug #4315 - Use current_theme() instead of the $CFG-theme

19 years agoCreate indexes sliently.
ethem [Sun, 23 Apr 2006 10:23:27 +0000 (10:23 +0000)]
Create indexes sliently.