22838 Commits

Author SHA1 Message Date
moodler
2d5a4f255b Merged fixes for MDL-6907 from stable 2006-10-11 06:21:58 +00:00
moodler
f4e2d38aaf Improved has_capability for admins using switchrole in modules 2006-10-11 05:49:26 +00:00
vyshane
37fb48e0f5 Merged from 1.7 2006-10-11 05:45:44 +00:00
toyomoyo
89491dbd2a merged fix for MDL-6882 2006-10-11 05:24:33 +00:00
toyomoyo
c5846d4627 merged fixed wrong capaiblity checks 2006-10-11 03:48:09 +00:00
toyomoyo
96986241f5 merged change, fixed a bug where'0' is written when calling capability_assign() 2006-10-11 02:18:09 +00:00
gbateson
29651b84a5 use "noattemptstoshow" message instead of "noattempts" 2006-10-11 01:40:48 +00:00
gbateson
2ddc00d223 move restore dates in a HotPot record to a separate function 2006-10-11 01:32:40 +00:00
gbateson
2267e61012 allow selection of groups in reports 2006-10-11 01:30:27 +00:00
sam_marshall
352b1adb8c 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)
2006-10-10 17:23:24 +00:00
nfreear
1bece9174c Fixes bug, "Warning: Invalid argument supplied for foreach() in /var/www/html/ndf42/head/lib/blocklib.php on line 174" 2006-10-10 11:03:35 +00:00
nfreear
6fbe028442 Fixes bug MDL-6896, "Global search block - relative form URL broken" 2006-10-10 10:58:29 +00:00
toyomoyo
55656968b3 do not write inherit into db! 2006-10-10 09:22:38 +00:00
moodler
39ec6a6f4b Bumped to launch into 1.8 dev 2006-10-10 08:31:44 +00:00
moodler
2179989947 Merged bogon fix from stable 2006-10-10 07:43:19 +00:00
jamiesensei
d9dce4e7b1 changed $default to $toform - more meaningful 2006-10-10 07:16:05 +00:00
jamiesensei
461f512795 moved setting of defaults from edit2.php to edit_form.php 2006-10-10 07:05:19 +00:00
moodler
4139c81ab8 Updating to 1.7 Beta 2006-10-10 06:21:59 +00:00
moodler
328af436b4 Latest tags 2006-10-10 06:17:44 +00:00
vyshane
3d044d6012 Removed teacher forum string 2006-10-10 05:24:16 +00:00
vyshane
ee5cdf3466 Removed teacher forums from course reset. 2006-10-10 05:23:44 +00:00
vyshane
25b75c6053 Merged fix for MDL-6537 2006-10-10 05:20:43 +00:00
vyshane
5b32e3bc3c Merged from 1.6 stable. 2006-10-10 05:17:12 +00:00
toyomoyo
beba128f6d fix for MDL-6831 2006-10-10 03:17:49 +00:00
toyomoyo
4473252d7c changing default capabilities for coursecreators so that they could create courses 2006-10-10 03:03:17 +00:00
toyomoyo
7246585a70 setting default value for backup/restore capabilities for teacheredit and coursecreators 2006-10-10 02:52:08 +00:00
vyshane
3ecc49d495 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. 2006-10-10 02:38:33 +00:00
cap2501
c4308cfa1b Bug:MDL-6674
made changes to blocks_exeute_repositioning_atomic to fix some logic errors with shifting around the weight list
2006-10-10 02:06:51 +00:00
stronk7
a08a698895 Updated moodle notes to reflect latest change to odbc_mssql driver. 2006-10-09 23:39:32 +00:00
stronk7
d5d50c2d54 Fixed ServerInfo() behaviour for odbc_mssql. We need this working properly NOW!
(will be back once ADOdb code supports it properly)
2006-10-09 23:36:27 +00:00
stronk7
97ab73aad4 Add odbc_msql dbtype to a bunch of places. 2006-10-09 22:55:55 +00:00
stronk7
354bb6035a And now, Moodle is able to work with the odbc_mssql driver. Simple! B-) 2006-10-09 22:29:52 +00:00
stronk7
1c460b0bc9 Show error if the dbtype specified isn't supported by XMLDB 2006-10-09 22:28:22 +00:00
stronk7
cd2acc4aa1 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
2006-10-09 22:26:21 +00:00
stronk7
a3f3ff1b69 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
2006-10-09 22:21:01 +00:00
stronk7
2d31c39397 Not necessary to set unicodedb for each admin/index.php invocation
because setup.php saves it if needed.
2006-10-09 16:33:31 +00:00
stronk7
9b3bacf077 Raising MSSQL min req. to 2005 (9.0)
Merged from MOODLE_16_STABLE
2006-10-09 16:19:29 +00:00
sam_marshall
745c19685c Wiki: some changes to improve error messages and (slightly) behaviour when in group mode 2006-10-09 14:29:14 +00:00
jamiesensei
29f1cae1b0 removed htmleditors array - not needed 2006-10-09 11:34:43 +00:00
jamiesensei
0d26ea7af9 fix for bug that value of restrictmodules field wasn't available which breaks disabling of allowedmods multiple select 2006-10-09 11:23:23 +00:00
skodak
a44091bffe Fixing Theme Config Variables MDL-6784 2006-10-09 10:12:41 +00:00
skodak
4dd5d7513d fixed wrong capability name and function name typo 2006-10-09 10:07:15 +00:00
vyshane
3203f10402 Fix for MDL-6889. See bug report for description. 2006-10-09 08:35:39 +00:00
jamiesensei
230a910a0b added 2 new methods to form class data_submitted and setDefault
Fixed bug in id generation
2006-10-09 08:32:30 +00:00
bobopinna
89656c6129 Fixed some bugs in the datamodel definition 2006-10-09 07:36:51 +00:00
skodak
c544838d29 index.html of assignment help needs update. MDL-6888 2006-10-08 21:44:59 +00:00
cap2501
2fb6deb574 added main.getString function to better emulate php-moodle. In the future this could be extended to dynamically pull strings from moodle.php. 2006-10-08 21:24:38 +00:00
cap2501
6d9fbe85b6 delete confirmation now useing main.getString function. 2006-10-08 21:23:51 +00:00
cap2501
196fe04635 resolved: MDL-6579
added string for 'resource'
2006-10-08 21:10:14 +00:00
cap2501
f2e3c53ad6 resolved: MDL-6579
created language independant prompt for resource/activity deletion
2006-10-08 21:09:47 +00:00