]>
git.mjollnir.org Git - moodle.git/log
moodler [Mon, 16 Oct 2006 03:01:57 +0000 (03:01 +0000)]
Automatic installer.php lang files by installer_builder (
20061016 )
vyshane [Mon, 16 Oct 2006 02:54:41 +0000 (02:54 +0000)]
Merged from 1.7
vyshane [Mon, 16 Oct 2006 02:53:45 +0000 (02:53 +0000)]
Merged from 1.7 (lang string change)
vyshane [Mon, 16 Oct 2006 02:45:38 +0000 (02:45 +0000)]
Merged from 1.7
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! :-)
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
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
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
stronk7 [Sun, 15 Oct 2006 18:37:01 +0000 (18:37 +0000)]
Minor changes + debug info in UpdateXlob()
Merged from MOODLE_17_STABLE
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
moodler [Sun, 15 Oct 2006 02:58:38 +0000 (02:58 +0000)]
Automatic installer.php lang files by installer_builder (
20061015 )
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.
moodler [Sat, 14 Oct 2006 07:29:34 +0000 (07:29 +0000)]
Fixed some words
moodler [Sat, 14 Oct 2006 02:59:33 +0000 (02:59 +0000)]
Automatic installer.php lang files by installer_builder (
20061014 )
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
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
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
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
stronk7 [Fri, 13 Oct 2006 11:34:43 +0000 (11:34 +0000)]
Added new strings for DB select/configure
Merged from MOODLE_17_STABLE
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 ;-)
moodler [Fri, 13 Oct 2006 03:00:53 +0000 (03:00 +0000)]
Automatic installer.php lang files by installer_builder (
20061013 )
toyomoyo [Fri, 13 Oct 2006 02:54:51 +0000 (02:54 +0000)]
merged fix for warnings
gbateson [Thu, 12 Oct 2006 21:48:20 +0000 (21:48 +0000)]
removed a debug line which showed up in Rottmeier DropDown quizzes
jamiesensei [Thu, 12 Oct 2006 14:21:15 +0000 (14:21 +0000)]
new edit3.php demos Petr's new API
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
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
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
toyomoyo [Thu, 12 Oct 2006 08:33:52 +0000 (08:33 +0000)]
merged fix for warnigns
toyomoyo [Thu, 12 Oct 2006 08:26:19 +0000 (08:26 +0000)]
merged fix for warnings
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
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)
toyomoyo [Thu, 12 Oct 2006 08:01:58 +0000 (08:01 +0000)]
merged fix for warnings
gbateson [Thu, 12 Oct 2006 08:01:22 +0000 (08:01 +0000)]
add global $CFG to hotpot_restore_dates function
vyshane [Thu, 12 Oct 2006 07:35:55 +0000 (07:35 +0000)]
Merged from 1.7
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.
toyomoyo [Thu, 12 Oct 2006 07:33:04 +0000 (07:33 +0000)]
merged removed warning during restore
moodler [Thu, 12 Oct 2006 07:28:22 +0000 (07:28 +0000)]
Merged MDL-6885 from stable
toyomoyo [Thu, 12 Oct 2006 06:58:14 +0000 (06:58 +0000)]
merged fixing notices
toyomoyo [Thu, 12 Oct 2006 06:13:42 +0000 (06:13 +0000)]
merged fixed warning druing restore
moodler [Thu, 12 Oct 2006 04:02:22 +0000 (04:02 +0000)]
Merged tooltips from stable
toyomoyo [Thu, 12 Oct 2006 03:36:58 +0000 (03:36 +0000)]
merged fix warnings during restore
moodler [Thu, 12 Oct 2006 03:31:48 +0000 (03:31 +0000)]
Merged fixes from stable
toyomoyo [Thu, 12 Oct 2006 03:30:43 +0000 (03:30 +0000)]
merged fix warnings during restore
moodler [Thu, 12 Oct 2006 03:00:49 +0000 (03:00 +0000)]
Automatic installer.php lang files by installer_builder (
20061012 )
toyomoyo [Thu, 12 Oct 2006 02:49:28 +0000 (02:49 +0000)]
merged fixing warnings during restore
toyomoyo [Thu, 12 Oct 2006 02:39:59 +0000 (02:39 +0000)]
merged fixing warnings
toyomoyo [Thu, 12 Oct 2006 02:31:40 +0000 (02:31 +0000)]
merged fixing warnings
toyomoyo [Thu, 12 Oct 2006 02:13:58 +0000 (02:13 +0000)]
merged, getting rid of warnings
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
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.
moodler [Wed, 11 Oct 2006 09:22:42 +0000 (09:22 +0000)]
Merged fixes from MOODLE_16_STABLE which were never merged into HEAD
skodak [Wed, 11 Oct 2006 09:21:30 +0000 (09:21 +0000)]
fixed wrong } in hotpot_restore_dates()
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.
toyomoyo [Wed, 11 Oct 2006 07:39:11 +0000 (07:39 +0000)]
merged fix for 6900
vyshane [Wed, 11 Oct 2006 06:58:35 +0000 (06:58 +0000)]
Merged from 1.7
toyomoyo [Wed, 11 Oct 2006 06:35:33 +0000 (06:35 +0000)]
merged fix added "new role" in the drop down
jamiesensei [Wed, 11 Oct 2006 06:30:03 +0000 (06:30 +0000)]
added new form element datetimeselector
moodler [Wed, 11 Oct 2006 06:25:45 +0000 (06:25 +0000)]
Merged fix for MDL-6910
moodler [Wed, 11 Oct 2006 06:21:58 +0000 (06:21 +0000)]
Merged fixes for MDL-6907 from stable
moodler [Wed, 11 Oct 2006 05:49:26 +0000 (05:49 +0000)]
Improved has_capability for admins using switchrole in modules
vyshane [Wed, 11 Oct 2006 05:45:44 +0000 (05:45 +0000)]
Merged from 1.7
toyomoyo [Wed, 11 Oct 2006 05:24:33 +0000 (05:24 +0000)]
merged fix for MDL-6882
toyomoyo [Wed, 11 Oct 2006 03:48:09 +0000 (03:48 +0000)]
merged fixed wrong capaiblity checks
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()
gbateson [Wed, 11 Oct 2006 01:40:48 +0000 (01:40 +0000)]
use "noattemptstoshow" message instead of "noattempts"
gbateson [Wed, 11 Oct 2006 01:32:40 +0000 (01:32 +0000)]
move restore dates in a HotPot record to a separate function
gbateson [Wed, 11 Oct 2006 01:30:27 +0000 (01:30 +0000)]
allow selection of groups in reports
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)
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"
nfreear [Tue, 10 Oct 2006 10:58:29 +0000 (10:58 +0000)]
Fixes bug MDL-6896, "Global search block - relative form URL broken"
toyomoyo [Tue, 10 Oct 2006 09:22:38 +0000 (09:22 +0000)]
do not write inherit into db!
moodler [Tue, 10 Oct 2006 08:31:44 +0000 (08:31 +0000)]
Bumped to launch into 1.8 dev
moodler [Tue, 10 Oct 2006 07:43:19 +0000 (07:43 +0000)]
Merged bogon fix from stable
jamiesensei [Tue, 10 Oct 2006 07:16:05 +0000 (07:16 +0000)]
changed $default to $toform - more meaningful
jamiesensei [Tue, 10 Oct 2006 07:05:19 +0000 (07:05 +0000)]
moved setting of defaults from edit2.php to edit_form.php
moodler [Tue, 10 Oct 2006 06:21:59 +0000 (06:21 +0000)]
Updating to 1.7 Beta
moodler [Tue, 10 Oct 2006 06:17:44 +0000 (06:17 +0000)]
Latest tags
vyshane [Tue, 10 Oct 2006 05:24:16 +0000 (05:24 +0000)]
Removed teacher forum string
vyshane [Tue, 10 Oct 2006 05:23:44 +0000 (05:23 +0000)]
Removed teacher forums from course reset.
vyshane [Tue, 10 Oct 2006 05:20:43 +0000 (05:20 +0000)]
Merged fix for MDL-6537
vyshane [Tue, 10 Oct 2006 05:17:12 +0000 (05:17 +0000)]
Merged from 1.6 stable.
toyomoyo [Tue, 10 Oct 2006 03:17:49 +0000 (03:17 +0000)]
fix for MDL-6831
toyomoyo [Tue, 10 Oct 2006 03:03:17 +0000 (03:03 +0000)]
changing default capabilities for coursecreators so that they could create courses
toyomoyo [Tue, 10 Oct 2006 02:52:08 +0000 (02:52 +0000)]
setting default value for backup/restore capabilities for teacheredit and coursecreators
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.
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
stronk7 [Mon, 9 Oct 2006 23:39:32 +0000 (23:39 +0000)]
Updated moodle notes to reflect latest change to odbc_mssql driver.
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)
stronk7 [Mon, 9 Oct 2006 22:55:55 +0000 (22:55 +0000)]
Add odbc_msql dbtype to a bunch of places.
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-)
stronk7 [Mon, 9 Oct 2006 22:28:22 +0000 (22:28 +0000)]
Show error if the dbtype specified isn't supported by XMLDB
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
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
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.
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
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
jamiesensei [Mon, 9 Oct 2006 11:34:43 +0000 (11:34 +0000)]
removed htmleditors array - not needed
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
skodak [Mon, 9 Oct 2006 10:12:41 +0000 (10:12 +0000)]
Fixing Theme Config Variables MDL-6784
skodak [Mon, 9 Oct 2006 10:07:15 +0000 (10:07 +0000)]
fixed wrong capability name and function name typo