skodak
3a25fa7286
'prefix' can only be defined in config.php, it can not be changed or stored in database ;-)
2006-08-31 21:15:12 +00:00
stronk7
015e946d98
Small rework of the main install/upgrade script. Everything should
...
continue working as before.
2006-08-30 23:13:43 +00:00
stronk7
b4f3a93b01
Improve save file, showing the proper error if not writeable.
2006-08-30 17:12:00 +00:00
skodak
02b22073b8
more appropriate type for locale setting
2006-08-30 07:42:42 +00:00
stronk7
13c2ed6410
Removing DTD and XMLSchema. It's under lib/xmldb
2006-08-30 00:11:36 +00:00
stronk7
758537ef2a
relative+cleaned paths
2006-08-30 00:10:08 +00:00
stronk7
ee7de32ea3
relative+cleaned paths
2006-08-29 23:53:46 +00:00
stronk7
fc3221015d
relative+cleaned paths
2006-08-29 23:45:08 +00:00
stronk7
2a05e82571
relative+cleaned paths
2006-08-29 23:33:55 +00:00
stronk7
68905e201b
relative+cleaned paths
2006-08-29 23:29:28 +00:00
stronk7
8f5b5e4f68
relative+cleaned paths
2006-08-29 23:20:03 +00:00
stronk7
2af2711f79
relative+cleaned paths
2006-08-29 22:45:46 +00:00
stronk7
d81f3415ca
relative+cleaned paths
2006-08-29 22:26:57 +00:00
stronk7
077505db10
cleaned paths
2006-08-29 22:21:13 +00:00
stronk7
115a73653a
relative+cleaned paths
2006-08-29 22:17:25 +00:00
stronk7
fd6a294ff6
relative+cleaned paths
2006-08-29 21:26:46 +00:00
stronk7
4317fe985e
relative+cleaned paths
2006-08-29 21:07:59 +00:00
stronk7
c080aa88d7
relative+cleaned paths
2006-08-29 20:50:44 +00:00
stronk7
a199036810
Now the "created" field is refreshed always in the main list.
2006-08-29 19:27:34 +00:00
vinkmar
3a64b2d144
fixed the duplicate "Themes" page (well, not quite duplicate, but confusing nonetheless)
2006-08-29 17:00:23 +00:00
vinkmar
f36d9a82b8
adding a more obvious heading to the page :)
2006-08-29 16:59:19 +00:00
skodak
57e35f328a
basic detection of sites with misconfigured dataroot SC#295
2006-08-28 20:11:24 +00:00
stronk7
8c15ae9958
Moving all the XMLDB stuff from contrib to head. Go, go, go...
2006-08-28 19:50:57 +00:00
skodak
bad211a3b9
enabletrusttext can not be 1 by default - it is new, not much tested and maybe even insecure feature ;-)
2006-08-28 18:46:37 +00:00
skodak
635c0e0b4a
turning on the upgrade in progress check again, added skip warning link
2006-08-28 18:07:15 +00:00
vyshane
7654b2bb08
Added lang string
2006-08-28 07:30:07 +00:00
moodler
9250203ff5
Added a better string as per MDL-6379
2006-08-28 07:12:10 +00:00
vyshane
e823cd13fa
Cleanups
2006-08-28 06:36:36 +00:00
vyshane
620e1e5b27
Fixed notice.
2006-08-28 06:14:58 +00:00
vyshane
d50ccb9932
Fixed notice
2006-08-28 06:14:06 +00:00
vinkmar
f1700fab26
Install/upgrade procedures changed to use $ADMIN instead of defaults.php and config.php.
...
See http://moodle.org/mod/forum/discuss.php?d=52636 for details
2006-08-28 06:02:00 +00:00
vinkmar
9519ee2eb7
* admin_setting defaults added
2006-08-28 01:32:11 +00:00
vinkmar
d83f27cefe
* documentation started in adminlib.php
...
* default for block editing changed to "off" (bug in previous revisions)
* added defaults for all admin_setting's
2006-08-28 01:31:37 +00:00
stronk7
f2e0049dec
Just remove one condition previously checked.
2006-08-27 08:58:09 +00:00
skodak
b8dc934baa
fixed table already exists problem during install and upgrade in Opera
2006-08-26 17:20:52 +00:00
skodak
7d8a3cb06a
trusttext:
...
* proposed by Martin Dougiamas
* implemented by skodak
Usage:
1/ change enabletrusttext to yes in site settings (it is off by default) or set it in config.php
2/ assign moodle/site:trustcontent capability to users whose text submitted in glossary entries, comments, forum posts etc. should not be cleaned == they can use javascript or any other forbidden tags in glossary and forums...
done:
* core
* glossary (without proper upgrade)
to do:
* data cleaning in upgrades
* forum, blocks and some other places (MD decides)
2006-08-26 13:00:07 +00:00
toyomoyo
41d7209c7f
some (mainly admin realated) capabilities
2006-08-25 08:27:27 +00:00
stronk7
c779eb1a15
Added support for the new upgrade system for main tables.
2006-08-24 22:27:11 +00:00
vinkmar
236c08a56f
Added support for phpMyAdmin plugin.
2006-08-24 06:44:35 +00:00
toyomoyo
ae1e00a089
renamed variable so that it doens't get recycled
2006-08-23 08:11:43 +00:00
toyomoyo
945f88ca15
various changes - loading capabilities for questions, quiz, hide tab if no assignalbe or no overridable role is found, added some functions and comments in accesslib
2006-08-23 06:36:08 +00:00
skodak
a2b0c57b0a
debug off level is now 5 instead of 7 to prevent E_WARNING on production sites SC#294; merged from MOODLE_16_STABLE
2006-08-22 22:25:30 +00:00
vyshane
021a7467b5
Fixes:
...
1) has_capability call used in fullname()
2) initialised array $options
3) $context->level has been renamed to $context->aggregatelevel
2006-08-22 05:44:32 +00:00
vyshane
c1a657cc1f
Bug fixes:
...
1) Replaced isteacher call in fullname ($course undefined)
2) Initialised $options array
2006-08-22 05:35:52 +00:00
toyomoyo
d140ad3f7c
fix for bug #6307 , reserved word 'level' changed to 'aggregatelevel' for Oracle. Some parts could be broken by this. please report breakage asap! Thanks
2006-08-21 05:19:16 +00:00
vinkmar
6fcbab99ef
fixed tabs, fixed potential notices for undefined variables, added structure that will be used for detecting what variables to flag during installs & upgrades, removed all $_GET usage, switched 'admin' to $CFG->admin (for directory paths), and fixed blank line at end of index.php
2006-08-21 04:06:58 +00:00
stronk7
420f683619
Core tables XMLDB installation is now working. Disabled by default
...
until fully working.
$CFG->xmldb_enabled = true; will enable it for test/dev against any DB
2006-08-20 11:20:40 +00:00
vinkmar
36647b9fbb
More PHP4 compatibility issues fixed.
2006-08-20 03:56:25 +00:00
moodler
3566b97c4a
Fixing some strings
2006-08-19 08:21:05 +00:00
vinkmar
95cdbec95f
Added paramtypes (mandatory) to all text field objects.
2006-08-19 05:34:25 +00:00