]> git.mjollnir.org Git - moodle.git/log
moodle.git
18 years agoFix for MDL-6550 - patch from Graeme Byrne thanks! :-)
danmarsden [Mon, 16 Oct 2006 00:01:13 +0000 (00:01 +0000)]
Fix for MDL-6550  - patch from Graeme Byrne thanks! :-)
+ remove a bit of unneeded space! :-)

18 years agoNew block upgrade functions must be called:
stronk7 [Sun, 15 Oct 2006 23:04:06 +0000 (23:04 +0000)]
New block upgrade functions must be called:

xmldb_block_BLOCKNAME_upgrade()

Part of MDL-6786, just for consistency. Merged from MOODLE_17_STABLE

18 years agoNow set_field() supports Oracle LOBs. Better error handling of oracle_update_lobs()
stronk7 [Sun, 15 Oct 2006 20:21:27 +0000 (20:21 +0000)]
Now set_field() supports Oracle LOBs. Better error handling of oracle_update_lobs()

Merged from MOODLE_17_STABLE

18 years agoNow update_record() supports LOBs under Oracle. Plus prevent empty objects to be...
stronk7 [Sun, 15 Oct 2006 19:40:33 +0000 (19:40 +0000)]
Now update_record() supports LOBs under Oracle. Plus prevent empty objects to be updated.

Merged from MOODLE_17_STABLE

18 years agoMinor changes + debug info in UpdateXlob()
stronk7 [Sun, 15 Oct 2006 18:37:01 +0000 (18:37 +0000)]
Minor changes + debug info in UpdateXlob()

Merged from MOODLE_17_STABLE

18 years ago- Introducing the first version of the new mssql_n adodb driver (not finished, just...
stronk7 [Sun, 15 Oct 2006 16:41:55 +0000 (16:41 +0000)]
- Introducing the first version of the new mssql_n adodb driver (not finished, just for experimenting).
- Now insert_record() is handling Oracle CLOBS and BLOBS properly (really annoying the number of hacks needed).
- Creating one new global object to cache $db->MetaColumns() calls per request, because it's being used
in a lot of places inside dmllib.
TODO: hack update_record() and set_field() to allow Oracle LOBs
      enclose all the Oracle function calls into one db transaction

Merged from MOODLE_17_STABLE

18 years agoAutomatic installer.php lang files by installer_builder (20061015)
moodler [Sun, 15 Oct 2006 02:58:38 +0000 (02:58 +0000)]
Automatic installer.php lang files by installer_builder (20061015)

18 years agoFixed a bug with client side validation of form fields.
jamiesensei [Sat, 14 Oct 2006 12:32:31 +0000 (12:32 +0000)]
Fixed a bug with client side validation of form fields.

Added some default error messages for rules specified in lang pack as err_{rulename} Use the default by setting the rule message to null.

18 years agoFixed some words
moodler [Sat, 14 Oct 2006 07:29:34 +0000 (07:29 +0000)]
Fixed some words

18 years agoAutomatic installer.php lang files by installer_builder (20061014)
moodler [Sat, 14 Oct 2006 02:59:33 +0000 (02:59 +0000)]
Automatic installer.php lang files by installer_builder (20061014)

18 years agoNow admin/index.php checks for proper prefixes (MDL-6230)
stronk7 [Fri, 13 Oct 2006 23:49:48 +0000 (23:49 +0000)]
Now admin/index.php checks for proper prefixes (MDL-6230)

Merged from MOODLE_17_STABLE

18 years agoWhen javascript was turned off the group menu did not work because the Go button...
gustav_delius [Fri, 13 Oct 2006 23:27:37 +0000 (23:27 +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 agoNow installer:(MDL-6823)
stronk7 [Fri, 13 Oct 2006 18:20:52 +0000 (18:20 +0000)]
Now installer:(MDL-6823)
- performs Oracle charset checks (both client and server)
- prefix checks
- shows differnt information foreach DB flavour
- provide one link to Moodle Docs for MSSQL and Oracle
- the ODBC connector has been marked as experimental due
  to confirmed problems by MS

Merged from MOODLE_17_STABLE

18 years agoSome more strings added to the installer to make it more resposible.
stronk7 [Fri, 13 Oct 2006 17:25:07 +0000 (17:25 +0000)]
Some more strings added to the installer to make it more resposible.

Merged from MOODLE_17_STABLE

18 years agoAdded new strings for DB select/configure
stronk7 [Fri, 13 Oct 2006 11:34:43 +0000 (11:34 +0000)]
Added new strings for DB select/configure

Merged from MOODLE_17_STABLE

18 years agorefactored course/edit2.php and edit_form MDL-6914 ; set $CFG->use_new_forms=1; in...
skodak [Fri, 13 Oct 2006 09:58:53 +0000 (09:58 +0000)]
refactored course/edit2.php and edit_form MDL-6914 ; set $CFG->use_new_forms=1; in config.php if you want to test it ;-)

18 years agoAutomatic installer.php lang files by installer_builder (20061013)
moodler [Fri, 13 Oct 2006 03:00:53 +0000 (03:00 +0000)]
Automatic installer.php lang files by installer_builder (20061013)

18 years agomerged fix for warnings
toyomoyo [Fri, 13 Oct 2006 02:54:51 +0000 (02:54 +0000)]
merged fix for warnings

18 years agoremoved a debug line which showed up in Rottmeier DropDown quizzes
gbateson [Thu, 12 Oct 2006 21:48:20 +0000 (21:48 +0000)]
removed a debug line which showed up in Rottmeier DropDown quizzes

18 years agonew edit3.php demos Petr's new API
jamiesensei [Thu, 12 Oct 2006 14:21:15 +0000 (14:21 +0000)]
new edit3.php demos Petr's new API

18 years agoadded some methods to give a choice of
jamiesensei [Thu, 12 Oct 2006 14:15:59 +0000 (14:15 +0000)]
added some methods to give a choice of

setDefault and setDefaults
setHelpButton and setHelpButtons
setType and setTypes

18 years agoSmall change in rename_field() so objects won't become modified at all
stronk7 [Thu, 12 Oct 2006 12:28:36 +0000 (12:28 +0000)]
Small change in rename_field() so objects won't become modified at all
in the process.

Merged from MOODLE_17_STABLE

18 years agomoodleform->validation() receives slashed $data now to make it similar to data_submit...
skodak [Thu, 12 Oct 2006 09:53:32 +0000 (09:53 +0000)]
moodleform->validation() receives slashed $data now to make it similar to data_submitted() and prevent potential SQL injections

18 years agomerged fix for warnigns
toyomoyo [Thu, 12 Oct 2006 08:33:52 +0000 (08:33 +0000)]
merged fix for warnigns

18 years agomerged fix for warnings
toyomoyo [Thu, 12 Oct 2006 08:26:19 +0000 (08:26 +0000)]
merged fix for warnings

18 years agocorrect handling of correct, wrong and ignored answers in Rottmeier DropDown 2.4...
gbateson [Thu, 12 Oct 2006 08:08:52 +0000 (08:08 +0000)]
correct handling of correct, wrong and ignored answers in Rottmeier DropDown 2.4 quizzes

18 years agoremove unnecessary <br /> before summary textbox when in edit mode (as opposed to...
gbateson [Thu, 12 Oct 2006 08:06:58 +0000 (08:06 +0000)]
remove unnecessary <br /> before summary textbox when in edit mode (as opposed to add mode)

18 years agomerged fix for warnings
toyomoyo [Thu, 12 Oct 2006 08:01:58 +0000 (08:01 +0000)]
merged fix for warnings

18 years agoadd global $CFG to hotpot_restore_dates function
gbateson [Thu, 12 Oct 2006 08:01:22 +0000 (08:01 +0000)]
add global $CFG to hotpot_restore_dates function

18 years agoMerged from 1.7
vyshane [Thu, 12 Oct 2006 07:35:55 +0000 (07:35 +0000)]
Merged from 1.7

18 years agoNew version of formslib.php (see MDL-6914 for more details), course/edit2.php is...
skodak [Thu, 12 Oct 2006 07:33:57 +0000 (07:33 +0000)]
New version of formslib.php (see MDL-6914 for more details), course/edit2.php is disabled for now - working on edit3.php ;-)
More inline comments/docs today.

18 years agomerged removed warning during restore
toyomoyo [Thu, 12 Oct 2006 07:33:04 +0000 (07:33 +0000)]
merged removed warning during restore

18 years agoMerged MDL-6885 from stable
moodler [Thu, 12 Oct 2006 07:28:22 +0000 (07:28 +0000)]
Merged MDL-6885 from stable

18 years agomerged fixing notices
toyomoyo [Thu, 12 Oct 2006 06:58:14 +0000 (06:58 +0000)]
merged fixing notices

18 years agomerged fixed warning druing restore
toyomoyo [Thu, 12 Oct 2006 06:13:42 +0000 (06:13 +0000)]
merged fixed warning druing restore

18 years agoMerged tooltips from stable
moodler [Thu, 12 Oct 2006 04:02:22 +0000 (04:02 +0000)]
Merged tooltips from stable

18 years agomerged fix warnings during restore
toyomoyo [Thu, 12 Oct 2006 03:36:58 +0000 (03:36 +0000)]
merged fix warnings during restore

18 years agoMerged fixes from stable
moodler [Thu, 12 Oct 2006 03:31:48 +0000 (03:31 +0000)]
Merged fixes from stable

18 years agomerged fix warnings during restore
toyomoyo [Thu, 12 Oct 2006 03:30:43 +0000 (03:30 +0000)]
merged fix warnings during restore

18 years agoAutomatic installer.php lang files by installer_builder (20061012)
moodler [Thu, 12 Oct 2006 03:00:49 +0000 (03:00 +0000)]
Automatic installer.php lang files by installer_builder (20061012)

18 years agomerged fixing warnings during restore
toyomoyo [Thu, 12 Oct 2006 02:49:28 +0000 (02:49 +0000)]
merged fixing warnings during restore

18 years agomerged fixing warnings
toyomoyo [Thu, 12 Oct 2006 02:39:59 +0000 (02:39 +0000)]
merged fixing warnings

18 years agomerged fixing warnings
toyomoyo [Thu, 12 Oct 2006 02:31:40 +0000 (02:31 +0000)]
merged fixing warnings

18 years agomerged, getting rid of warnings
toyomoyo [Thu, 12 Oct 2006 02:13:58 +0000 (02:13 +0000)]
merged, getting rid of warnings

18 years agoimport of new adodb 4.93 with our small fixes and tweaks MDL-6919; it should be now...
skodak [Wed, 11 Oct 2006 18:40:14 +0000 (18:40 +0000)]
import of new adodb 4.93 with our small fixes and tweaks MDL-6919; it should be now possible to solve MDL-6760 can't use the word null in a question answer in the commit message

18 years agoTake out 8) smiliey that interfeers with ligitimate content like (1998). Merged from...
tjhunt [Wed, 11 Oct 2006 16:30:51 +0000 (16:30 +0000)]
Take out 8) smiliey that interfeers with ligitimate content like (1998). Merged from MOODLE_17_STABLE.

18 years agoMerged fixes from MOODLE_16_STABLE which were never merged into HEAD
moodler [Wed, 11 Oct 2006 09:22:42 +0000 (09:22 +0000)]
Merged fixes from MOODLE_16_STABLE which were never merged into HEAD

18 years agofixed wrong } in hotpot_restore_dates()
skodak [Wed, 11 Oct 2006 09:21:30 +0000 (09:21 +0000)]
fixed wrong } in hotpot_restore_dates()

18 years agostandardized lock/unlock of dates (also name and feedbackurl); added standard "Groups...
gbateson [Wed, 11 Oct 2006 08:34:52 +0000 (08:34 +0000)]
standardized lock/unlock of dates (also name and feedbackurl); added standard "Groups" and "Show" settings at end of form.

18 years agomerged fix for 6900
toyomoyo [Wed, 11 Oct 2006 07:39:11 +0000 (07:39 +0000)]
merged fix for 6900

18 years agoMerged from 1.7
vyshane [Wed, 11 Oct 2006 06:58:35 +0000 (06:58 +0000)]
Merged from 1.7

18 years agomerged fix added "new role" in the drop down
toyomoyo [Wed, 11 Oct 2006 06:35:33 +0000 (06:35 +0000)]
merged fix added "new role" in the drop down

18 years agoadded new form element datetimeselector
jamiesensei [Wed, 11 Oct 2006 06:30:03 +0000 (06:30 +0000)]
added new form element datetimeselector

18 years agoMerged fix for MDL-6910
moodler [Wed, 11 Oct 2006 06:25:45 +0000 (06:25 +0000)]
Merged fix for MDL-6910

18 years agoMerged fixes for MDL-6907 from stable
moodler [Wed, 11 Oct 2006 06:21:58 +0000 (06:21 +0000)]
Merged fixes for MDL-6907 from stable

18 years agoImproved has_capability for admins using switchrole in modules
moodler [Wed, 11 Oct 2006 05:49:26 +0000 (05:49 +0000)]
Improved has_capability for admins using switchrole in modules

18 years agoMerged from 1.7
vyshane [Wed, 11 Oct 2006 05:45:44 +0000 (05:45 +0000)]
Merged from 1.7

18 years agomerged fix for MDL-6882
toyomoyo [Wed, 11 Oct 2006 05:24:33 +0000 (05:24 +0000)]
merged fix for MDL-6882

18 years agomerged fixed wrong capaiblity checks
toyomoyo [Wed, 11 Oct 2006 03:48:09 +0000 (03:48 +0000)]
merged fixed wrong capaiblity checks

18 years agomerged change, fixed a bug where'0' is written when calling capability_assign()
toyomoyo [Wed, 11 Oct 2006 02:18:09 +0000 (02:18 +0000)]
merged change, fixed a bug where'0' is written when calling capability_assign()

18 years agouse "noattemptstoshow" message instead of "noattempts"
gbateson [Wed, 11 Oct 2006 01:40:48 +0000 (01:40 +0000)]
use "noattemptstoshow" message instead of "noattempts"

18 years agomove restore dates in a HotPot record to a separate function
gbateson [Wed, 11 Oct 2006 01:32:40 +0000 (01:32 +0000)]
move restore dates in a HotPot record to a separate function

18 years agoallow selection of groups in reports
gbateson [Wed, 11 Oct 2006 01:30:27 +0000 (01:30 +0000)]
allow selection of groups in reports

18 years agoWiki: fixed issue if you tried to set a page content to completely blank (you need...
sam_marshall [Tue, 10 Oct 2006 17:23:24 +0000 (17:23 +0000)]
Wiki: fixed issue if you tried to set a page content to completely blank (you need to switch the html editor into text mode to get this, otherwise it puts in <br/>, but one of our QA people managed to find it anyway).

Also corrected whitespace on some of the lock stuff (weird - how did those tabs get in there? hrm)

18 years agoFixes bug, "Warning: Invalid argument supplied for foreach() in /var/www/html/ndf42...
nfreear [Tue, 10 Oct 2006 11:03:35 +0000 (11:03 +0000)]
Fixes bug, "Warning: Invalid argument supplied for foreach() in /var/www/html/ndf42/head/lib/blocklib.php on line 174"

18 years agoFixes bug MDL-6896, "Global search block - relative form URL broken"
nfreear [Tue, 10 Oct 2006 10:58:29 +0000 (10:58 +0000)]
Fixes bug MDL-6896, "Global search block - relative form URL broken"

18 years agodo not write inherit into db!
toyomoyo [Tue, 10 Oct 2006 09:22:38 +0000 (09:22 +0000)]
do not write inherit into db!

18 years agoBumped to launch into 1.8 dev
moodler [Tue, 10 Oct 2006 08:31:44 +0000 (08:31 +0000)]
Bumped to launch into 1.8 dev

18 years agoMerged bogon fix from stable
moodler [Tue, 10 Oct 2006 07:43:19 +0000 (07:43 +0000)]
Merged bogon fix from stable

18 years agochanged $default to $toform - more meaningful
jamiesensei [Tue, 10 Oct 2006 07:16:05 +0000 (07:16 +0000)]
changed $default to $toform - more meaningful

18 years agomoved setting of defaults from edit2.php to edit_form.php
jamiesensei [Tue, 10 Oct 2006 07:05:19 +0000 (07:05 +0000)]
moved setting of defaults from edit2.php to edit_form.php

18 years agoUpdating to 1.7 Beta
moodler [Tue, 10 Oct 2006 06:21:59 +0000 (06:21 +0000)]
Updating to 1.7 Beta

18 years agoLatest tags
moodler [Tue, 10 Oct 2006 06:17:44 +0000 (06:17 +0000)]
Latest tags

18 years agoRemoved teacher forum string
vyshane [Tue, 10 Oct 2006 05:24:16 +0000 (05:24 +0000)]
Removed teacher forum string

18 years agoRemoved teacher forums from course reset.
vyshane [Tue, 10 Oct 2006 05:23:44 +0000 (05:23 +0000)]
Removed teacher forums from course reset.

18 years agoMerged fix for MDL-6537
vyshane [Tue, 10 Oct 2006 05:20:43 +0000 (05:20 +0000)]
Merged fix for MDL-6537

18 years agoMerged from 1.6 stable.
vyshane [Tue, 10 Oct 2006 05:17:12 +0000 (05:17 +0000)]
Merged from 1.6 stable.

18 years agofix for MDL-6831
toyomoyo [Tue, 10 Oct 2006 03:17:49 +0000 (03:17 +0000)]
fix for MDL-6831

18 years agochanging default capabilities for coursecreators so that they could create courses
toyomoyo [Tue, 10 Oct 2006 03:03:17 +0000 (03:03 +0000)]
changing default capabilities for coursecreators so that they could create courses

18 years agosetting default value for backup/restore capabilities for teacheredit and coursecreators
toyomoyo [Tue, 10 Oct 2006 02:52:08 +0000 (02:52 +0000)]
setting default value for backup/restore capabilities for teacheredit and coursecreators

18 years agoTurn off display of week dates if we are in editing mode and if ajax is turned on...
vyshane [Tue, 10 Oct 2006 02:38:33 +0000 (02:38 +0000)]
Turn off display of week dates if we are in editing mode and if ajax is turned on. We do this for now because the ajax code does not yet update the week dates when sections are moved around. Will have to fix later.

18 years agoBug:MDL-6674
cap2501 [Tue, 10 Oct 2006 02:06:51 +0000 (02:06 +0000)]
Bug:MDL-6674
made changes to blocks_exeute_repositioning_atomic to fix some logic errors with shifting around the weight list

18 years agoUpdated moodle notes to reflect latest change to odbc_mssql driver.
stronk7 [Mon, 9 Oct 2006 23:39:32 +0000 (23:39 +0000)]
Updated moodle notes to reflect latest change to odbc_mssql driver.

18 years agoFixed ServerInfo() behaviour for odbc_mssql. We need this working properly NOW!
stronk7 [Mon, 9 Oct 2006 23:36:27 +0000 (23:36 +0000)]
Fixed ServerInfo() behaviour for odbc_mssql. We need this working properly NOW!
(will be back once ADOdb code supports it properly)

18 years agoAdd odbc_msql dbtype to a bunch of places.
stronk7 [Mon, 9 Oct 2006 22:55:55 +0000 (22:55 +0000)]
Add odbc_msql dbtype to a bunch of places.

18 years agoAnd now, Moodle is able to work with the odbc_mssql driver. Simple! B-)
stronk7 [Mon, 9 Oct 2006 22:29:52 +0000 (22:29 +0000)]
And now, Moodle is able to work with the odbc_mssql driver. Simple! B-)

18 years agoShow error if the dbtype specified isn't supported by XMLDB
stronk7 [Mon, 9 Oct 2006 22:28:22 +0000 (22:28 +0000)]
Show error if the dbtype specified isn't supported by XMLDB

18 years agoAdded MetaIndexes() support to the odbc_mssql driver. We need it NOW!
stronk7 [Mon, 9 Oct 2006 22:26:21 +0000 (22:26 +0000)]
Added MetaIndexes() support to the odbc_mssql driver. We need it NOW!
I've posted one comment about this in ADOdb forums:

http://phplens.com/lens/lensforum/msgs.php?id=15930

18 years agoAdded MetaIndexes() support to the odbc_mssql driver. We need it NOW!
stronk7 [Mon, 9 Oct 2006 22:21:01 +0000 (22:21 +0000)]
Added MetaIndexes() support to the odbc_mssql driver. We need it NOW!
I've posted one comment about this in ADOdb forums:

http://phplens.com/lens/lensforum/msgs.php?id=15930

18 years agoNot necessary to set unicodedb for each admin/index.php invocation
stronk7 [Mon, 9 Oct 2006 16:33:31 +0000 (16:33 +0000)]
Not necessary to set unicodedb for each admin/index.php invocation
because setup.php saves it if needed.

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

Merged from MOODLE_16_STABLE

18 years agoWiki: some changes to improve error messages and (slightly) behaviour when in group...
sam_marshall [Mon, 9 Oct 2006 14:29:14 +0000 (14:29 +0000)]
Wiki: some changes to improve error messages and (slightly) behaviour when in group mode

18 years agoremoved htmleditors array - not needed
jamiesensei [Mon, 9 Oct 2006 11:34:43 +0000 (11:34 +0000)]
removed htmleditors array - not needed

18 years agofix for bug that value of restrictmodules field wasn't available which breaks disabli...
jamiesensei [Mon, 9 Oct 2006 11:23:23 +0000 (11:23 +0000)]
fix for bug that value of restrictmodules field wasn't available which breaks disabling of allowedmods multiple select

18 years agoFixing Theme Config Variables MDL-6784
skodak [Mon, 9 Oct 2006 10:12:41 +0000 (10:12 +0000)]
Fixing Theme Config Variables MDL-6784

18 years agofixed wrong capability name and function name typo
skodak [Mon, 9 Oct 2006 10:07:15 +0000 (10:07 +0000)]
fixed wrong capability name and function name typo

18 years agoFix for MDL-6889. See bug report for description.
vyshane [Mon, 9 Oct 2006 08:35:39 +0000 (08:35 +0000)]
Fix for MDL-6889. See bug report for description.

18 years agoadded 2 new methods to form class data_submitted and setDefault
jamiesensei [Mon, 9 Oct 2006 08:32:30 +0000 (08:32 +0000)]
added 2 new methods to form class data_submitted and setDefault

Fixed bug in id generation

18 years agoFixed some bugs in the datamodel definition
bobopinna [Mon, 9 Oct 2006 07:36:51 +0000 (07:36 +0000)]
Fixed some bugs in the datamodel definition

18 years agoindex.html of assignment help needs update. MDL-6888
skodak [Sun, 8 Oct 2006 21:44:59 +0000 (21:44 +0000)]
index.html of assignment help needs update. MDL-6888