stronk7
70641539f3
Now MIM are included in backup (not restore yet). Configurable
...
for scheduled backups and only done in SITE backups. Structure is:
<MESSAGES>
<MESSAGE>
Content of the message with one flag to difference read & unread
</MESSAGE>
<CONTACTS>
<CONTACT>
Content of the contact
</CONTACT>
</CONTACTS>
</MESSAGES>
message_get_participants() should include contact users too!!
2005-02-13 02:59:04 +00:00
stronk7
289c39d0f5
New string to backup messages in SITE backups
2005-02-13 01:12:54 +00:00
stronk7
95e72c12d0
Now retrieving only needed fields!
2005-02-13 00:42:29 +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
julmis
2fd4148763
Re-enabling reading for link attributes whats been commented out.
...
(HTMLArea.prototype._createLink) These lines were commented out for
bug 1455 but it created another bug #2504 .
2005-02-12 21:06:09 +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
moodler
12d8f14c34
Whoops, fixed a typo!
2005-02-12 17:23:14 +00:00
moodler
c135a42507
Added message_get_participants function for ELoy to use in Site backups
2005-02-12 17:17:32 +00:00
stronk7
73db625a6d
Updated to latest changes.
2005-02-12 16:09:07 +00:00
julmis
b17a603812
Better fix for IE's too long statusbar text. Thanks Gustav ;-)
2005-02-12 16:05:59 +00:00
defacer
760e522b04
This small visual detail was trying to hide and escape. :P
2005-02-12 16:00:47 +00:00
moodler
425b4f1abe
Err, fixed a typo
2005-02-12 15:56:03 +00:00
mits
4c786ce249
polished.
2005-02-12 15:50:17 +00:00
moodler
78ba4d0697
Save a db call by using SITE
2005-02-12 15:07:25 +00:00
martignoni
2356cd43fe
Three forgotten strings :-)
2005-02-12 15:05:11 +00:00
moodler
4e00a4d923
A new discussion is now marked read by the current user right away
2005-02-12 15:01:39 +00:00
martignoni
368255c26b
Small correction
2005-02-12 14:54:44 +00:00
moodler
3a68fbbb04
Show group icon or group name on the discussion listing
2005-02-12 14:53:48 +00:00
defacer
1372ef74aa
When confirming deleting an event, changed OK/Cancel to Yes/No and added
...
some distance between those uncomfortably close buttons.
2005-02-12 14:46:20 +00:00
martignoni
67e2881d13
Added missing string
2005-02-12 13:10:12 +00:00
defacer
a3f24f7cc5
Improvements in how incoming parameters are handled, how $editing is handled.
...
More consistency across course formats for editing stuff, using $PAGE.
Also a "bugfix": when turning editing off, cancel moving an activity if you
were in the middle of doing so.
2005-02-12 13:09:18 +00:00
defacer
ff0c7de0b0
Removed dead code.
2005-02-12 12:49:46 +00:00
martignoni
dbbd55c492
Typo corrected
2005-02-12 12:46:25 +00:00
defacer
446390fb47
Lots of improvements in markup and styles for courses.
...
Finalized and correctly distributed the calendar styles.
2005-02-12 12:40:04 +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
defacer
e96ba29d6f
Vastly improved styles, lots of inline styles removed, markup improved.
2005-02-12 11:37:09 +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
skodak
e7fbd0b3f2
Chatd cleanup finished, from now on only bug fixing.
2005-02-12 10:54:25 +00:00
martignoni
21ccc31467
Added some new strings
2005-02-12 10:53:02 +00:00
defacer
9df8ff4429
Fix for bug 2532:
...
Due to some restructuring a notice went into the upcoming events block.
I didn't have that one on so I didn't notice (no pun intended) :)
2005-02-12 09:42:23 +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
moodler
9044a3874e
Cleaned up some bodgy search code and formatted according to guidelines ..
2005-02-12 04:41:17 +00:00
moodler
c93f852dbc
Some tidying up to remove notices and format code to guidelines :-)
2005-02-12 04:12:24 +00:00
moodler
d2b059c6c9
FIxed some links for compliance
2005-02-12 03:51:18 +00:00
julmis
30a6aad981
Fixing Bug #2521 Focusing editor removes too long status bar line from IE.
2005-02-11 21:20:33 +00:00
gustav_delius
8930d42124
The table on view.php now also shows the marks achieved in each attempt in addition to the rescaled grade.
2005-02-11 19:51:29 +00:00
defacer
3c1348758d
Fixed styles and improved lots of things in calendar. It should work all
...
right and even be a bit cooler than it was before. :)
2005-02-11 15:52:59 +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