Commit graph

5017 commits

Author SHA1 Message Date
stronk7
ff377532bd Being a bit more detailed... 2005-02-13 11:20:33 +00:00
stronk7
fbd7202c3e Add an empty string 2005-02-13 11:10:39 +00:00
moodler
1f15db9dee Changed the wording again .. should be easier to scan I hope 2005-02-13 06:15:12 +00:00
moodler
da2224f83d Change the string for the hide/show ... showimmediately makes sense
on a new creation but not when editing an activity
2005-02-13 06:07:06 +00:00
stronk7
289c39d0f5 New string to backup messages in SITE backups 2005-02-13 01:12:54 +00:00
gustav_delius
48e535bc35 Activities can now be hidden/shown from the activity editing page. Also for modules that know about groups the groupmode can be set from there. See bug 2533. This required adding to the mod.html files calls to new functions print_visible_setting() and print_groupmode_setting() which are combined in print_standard_coursemodule_settings().
The visibility of coursemodules is now always set through the function set_coursemodule_visible() in order to make sure that the associated events get updated in the calendar appropriately.

If moving a coursemodule to a hidden section then the module is set to hidden as well and its events are hidden in the calendar.

If deleting a coursemodule its events are deleted from the calendar.

The function choose_from_menu() has an extra optional argument $disabled which, when set to true, will disable the menu.

For the sake of consistency the function set_groupmode_for_module has been renamed to set_coursemodule_groupmode and the functions show_course_module() and hide_course_module() have been combined to set_coursemodule_visible().
2005-02-12 21:41:22 +00:00
martignoni
193f2982b3 WYSIWYG Editor 2005-02-12 19:41:02 +00:00
martignoni
2981129b25 New string 'backupmessageshelp' 2005-02-12 19:11:21 +00:00
stronk7
c335a52c94 Added two strings to allow backups of MIM in site backups. 2005-02-12 18:54:56 +00:00
stronk7
73db625a6d Updated to latest changes. 2005-02-12 16:09:07 +00:00
mits
4c786ce249 polished. 2005-02-12 15:50:17 +00:00
martignoni
2356cd43fe Three forgotten strings :-) 2005-02-12 15:05:11 +00:00
martignoni
368255c26b Small correction 2005-02-12 14:54:44 +00:00
martignoni
67e2881d13 Added missing string 2005-02-12 13:10:12 +00:00
martignoni
dbbd55c492 Typo corrected 2005-02-12 12:46:25 +00:00
martignoni
a9648a722f New strings for configuration sectioning 2005-02-12 12:01:03 +00:00
martignoni
de2e0620a8 Small change for string 'editorsettings' 2005-02-12 11:46:34 +00:00
martignoni
82f1d13574 New strings for theme choice configuration 2005-02-12 11:30:19 +00:00
martignoni
a12ef9a5e3 New feature: maintenance mode. 2005-02-12 11:22:56 +00:00
martignoni
0163240d58 Moved config strings to admin.php 2005-02-12 11:16:33 +00:00
martignoni
89dd1a8e97 Updated strings, moved from moodle.php 2005-02-12 11:15:22 +00:00
martignoni
b6278325fc Screenshot support 2005-02-12 11:10:08 +00:00
martignoni
0e5103e053 New strings for theme choice 2005-02-12 11:08:04 +00:00
martignoni
f8a1d181bb New string for the "parent folder" icon. 2005-02-12 11:05:11 +00:00
martignoni
21ccc31467 Added some new strings 2005-02-12 10:53:02 +00:00
mits
23ae111ba7 polished, translated some.
copied strings from moodle.php to admin.php
2005-02-12 09:14:50 +00:00
martignoni
92c6209335 New string for Shibboleth auth 2005-02-12 09:10:09 +00:00
martignoni
a9d3202c38 New string for forum search 2005-02-12 08:58:09 +00:00
djachenko
8846f07b50 -> 2005-02-11 12:08:31 +00:00
dlnsk
417b06d283 Important translation about how use Wiki 2005-02-11 11:08:40 +00:00
dlnsk
2c10ff480c Added dscription of module 2005-02-11 10:50:14 +00:00
dlnsk
02a2707485 Some modifications of translation 2005-02-11 10:48:03 +00:00
martignoni
7f786b6303 Corrected the erroneous translation of 'configautologinguests'. Thanks to Arnaud Saint-Georges! 2005-02-11 09:45:59 +00:00
moodler
197becb829 Enrolment period -> Enrolment duration ... same thing but clearer to teachers maybe 2005-02-11 02:22:44 +00:00
koenr
ee97fbe5a7 xhtml compliance
removing the valign
replacing alt with  alt=""
closing img-tag
2005-02-10 11:30:10 +00:00
koenr
64d79d168d extended guidelines for xml-compliance 2005-02-10 11:18:32 +00:00
martignoni
422b303779 XHTML compliant 2005-02-10 10:44:24 +00:00
moodler
32e2b30209 This more or less completes the PHP side of the 1.5 themes
Added $user->theme and $course->theme choices, controlled by admin
variables on the main config variables page.

By default this is all turned off, since multiple themes can be
a little disorienting.

A hidden feature is session themes ... you can change the theme
on any page by passing theme=xxxx as a parameter.  By default this
requires sesskey (so that people don't change theme on each other),
but this security can be switched off using a hidden variable
$CFG->allowthemechangeonurl = true;   Good for quick tests.
2005-02-10 10:28:27 +00:00
koenr
73cffa5416 xhtml compliance
removing the valign
replacing alt with  alt=""
closing img-tag
various other things I missed
2005-02-10 08:35:53 +00:00
koenr
0545f923bb xhtml compliance
removing the valign
replacing alt with  alt=""
closing img-tag
2005-02-10 08:23:46 +00:00
moodler
1695b68032 New feature: maintenance mode.
Admin can put a site on hold during an upgrade or theme changing etc

Controlled by a file in dataroot, so it can also be controlled via command line:

    touch moodledata/1/maintenance.html

    rm moodledata/1/maintenance.html
2005-02-10 05:11:34 +00:00
stronk7
7c2f5523b3 Latest modifications added 2005-02-10 00:09:29 +00:00
koenr
63dc8ab940 xhtml compliance 2005-02-09 23:20:55 +00:00
koenr
255dcb52aa more guidance: trying to prevent frequent errors 2005-02-09 23:13:54 +00:00
koenr
6cf0d79bca More guidance: trying to prevent frequent errors 2005-02-09 23:12:49 +00:00
anvergara
6f79803000 Updated! 2005-02-09 22:45:38 +00:00
martignoni
437fa2a748 Towards XHTML compliance 2005-02-09 22:15:10 +00:00
koenr
9fb96edd4d trying to be more clear for new languages 2005-02-09 21:39:14 +00:00
martignoni
12d3186f60 Modification for XHTML compliance 2005-02-09 21:39:12 +00:00
defacer
0e85e8f856 Extra . for cuteness :) 2005-02-09 19:51:21 +00:00