|
41.
|
|
|
developermode: Enable or disable developer mode
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:71
|
|
42.
|
|
|
``$cfg->developermode = true;`` or ``$cfg->developermode = false;``
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:47
|
|
43.
|
|
|
When you enable developer mode, the following two changes are made automatically for your site:
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:49
|
|
44.
|
|
|
``debug.css`` will be included on each page. You can edit this file to add debugging CSS at your discretion.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:51
|
|
45.
|
|
|
The unpacked version of MochiKit will be used.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:52
|
|
46.
|
|
|
``developermode=true`` is less powerful than the :ref:`productionmode=false <config_variable_productionmode>`.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:55
|
|
47.
|
|
|
directorypermissions: Permissions to use in dataroot
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:82
|
|
48.
|
|
|
``$cfg->directorypermissions = 0700;`` (default)
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:84
|
|
49.
|
|
|
You can set what permissions are used for files and directories in the Mahara dataroot. The default allows only the web server user to read the data. If you are on shared hosting and might want to download the contents of your dataroot later, e.g. for backup purposes, set this to 0755. Otherwise, leave it as is.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:68
|
|
50.
|
|
|
insecuredataroot: Share the same dataroot with another Mahara
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:136
|