moodler
36c34ab6f6
Allow some European characters in the username bug 1249
2004-04-27 08:24:04 +00:00
moodler
5eda8473dc
Latest Arabic
2004-04-27 05:13:37 +00:00
moodler
be5208a03d
Latest changes
2004-04-27 05:11:53 +00:00
koenr
687c5b34d4
pollishing translation
2004-04-26 21:53:09 +00:00
moodler
822ede9244
Update all the modinfo fields to make the resource icons work
2004-04-26 15:45:02 +00:00
moodler
7e1500acd7
WEBLINKs and WEBPAGEs can have icons too
2004-04-26 15:44:25 +00:00
moodler
9d361034ec
Much requested: Uploaded resources are now shown using the relevant icon.
2004-04-26 15:31:22 +00:00
fiedorow
7363a0355b
Commented out debugging code
2004-04-26 15:20:10 +00:00
moodler
bd23e396a4
You can now unenrol all students quickly with one button
...
bug 1238
2004-04-26 14:16:05 +00:00
moodler
c215cee456
Put a submit button at the top too.
2004-04-26 13:39:39 +00:00
moodler
0acd686363
Show no grade on entries without any feedback
2004-04-26 13:35:33 +00:00
defacer
9159b0fed6
Fixed bug reported by John Ryan ( http://moodle.org/mod/forum/discuss.php?d=7347 )
...
which caused group events to not display under any circumstances.
2004-04-26 10:44:16 +00:00
moodler
0a1a564e5b
Strings in language files should always be lower case
2004-04-26 09:37:12 +00:00
defacer
46fec6a3f9
Well, this is a bug FIX at least! :)
...
All teachers showed up as having editing rights... corrected now.
2004-04-26 09:31:02 +00:00
defacer
ce557a6eac
Rollback the previous change: I introduced a bug by mistake! :/
...
But the system is a bit... strange... shouldn't the "editing mode" flag be
propagated in the session variables or something? It confused me having to
click "Edit" a second time after I 'd just clicked it in the course view.
2004-04-26 09:28:28 +00:00
defacer
dfd479fd67
Fixed an unset property warning if you are an editing teacher but no edit
...
variable is set in the URL.
2004-04-26 09:20:41 +00:00
moodler
95d0820979
Changed the string: 'showsubscribers'
...
from
Show subscribers
to
Show/edit current subscribers
The old string is not invalid, which is why I decided to change the
existing string rather than create a new one
2004-04-26 09:06:56 +00:00
defacer
381b379798
Removed obsolete function from pre-OO days.
2004-04-26 09:03:40 +00:00
moodler
6673d7bdf6
Subscriber editing is group-aware.
...
Groups can be subscribed or unsubscribed with one click
2004-04-26 08:55:00 +00:00
moodler
e5890e7160
file.php now calculates content-length correctly for filtered text and HTML files.
...
Bug 1240
2004-04-26 03:41:45 +00:00
moodler
3315ee39b1
Fixed a hard-coded string. bug 1269
2004-04-26 03:01:00 +00:00
moodler
426c04370a
FIx to help PostgreSQL .... fix from Bruno Vernier Bug 1270
2004-04-26 02:54:55 +00:00
gniske
dc7afaa7e1
Added missing files
2004-04-25 22:20:13 +00:00
gniske
e96dcc765a
Added missing strings
2004-04-25 22:18:21 +00:00
stronk7
ff4c50a9a2
As showing/hiding "Save my answers" button was based in empty($results),
...
moved $results->attemptbuildsonthelast to $attemptbuildsonthelast.
This was introduced in my latest CVS version, trying to take out
some notices...solved now.
2004-04-25 09:16:19 +00:00
stronk7
c18490b89b
Take our some notices...
2004-04-25 08:43:42 +00:00
moodler
c23ec730b9
Some fixes to improve editing of rtl languages
2004-04-25 03:54:25 +00:00
moodler
8496c4af27
Calendar support for the Chat module
2004-04-25 03:05:58 +00:00
moodler
36257d39d5
Check attachment variable to prevent warnings
2004-04-25 02:15:48 +00:00
moodler
7969713a4f
Added gz
2004-04-25 02:11:48 +00:00
moodler
fce9c67b20
Fix for bug 1268
2004-04-25 01:43:20 +00:00
moodler
48bef97ce6
Deleted a bad line to fix bug 1237
2004-04-24 15:45:39 +00:00
moodler
5c87e15a0a
Solution for bug 1258 I think ... needs testing
2004-04-24 15:08:57 +00:00
moodler
bbb56db78a
New functions by Jenny Watt, to make workshops show up on Recent Activity
...
workshop_get_recent_mod_activity()
workshop_print_recent_mod_activity()
Thanks, Jenny!
2004-04-24 12:47:52 +00:00
martignoni
82dbaf5493
French translation added
2004-04-24 12:43:19 +00:00
martignoni
4a0d7d422c
Some slight modifications
2004-04-24 12:42:47 +00:00
moodler
c69cb506b8
Don't send out notifications for hidden assignments until they are unhidden
...
Bug 1259
2004-04-24 04:51:56 +00:00
stronk7
9b690d2b48
Now encoding some fields to be non-ASCII aware. Thanks to Petr Skoda.
...
See bug 1266 (http://moodle.org/bugs/bug.php?op=show&bugid=1266&pos=14 ).
Applied the same patch to alias too!!
2004-04-24 00:48:57 +00:00
stronk7
56eea82e08
First version of inter-activities mantained in backup/restore.
...
All the conversion to some pseudo-codes are done at backup time.
In the restore process, every link is decoded to new ids.
For now, this is supported:
- In backup:
-all links to forums are encoded.
- In restore:
- all links to forums are decoded.
- from forums (post->message).
- from resources (resource->alltext).
The process requires a backup made with the same version (because it
has to be properly encoded at backup time). Old backups will work
without conversions at all.
Only tested with some little courses.
It would be perfect to have some "big" course to test it.
Please, test and feedback, ciao :-)
2004-04-24 00:40:45 +00:00
martignoni
3f00574fc6
Typo corrected
2004-04-23 20:44:51 +00:00
martignoni
dc8ebcb9eb
Strings for handling the time display format.
2004-04-23 06:45:47 +00:00
moodler
cf55faf8e8
Deal with apostrophes better in assignments
2004-04-22 16:30:01 +00:00
stronk7
e91e2b6a36
Now the scheduled_backup needs lib/blocklib.php to be able to
...
backup & restore blocks configuration. Done!!
2004-04-22 13:49:45 +00:00
carlesbellver
d192fce493
*** empty log message ***
2004-04-22 12:00:41 +00:00
carlesbellver
0a9398c167
*** empty log message ***
2004-04-22 11:40:25 +00:00
andreabix
293c959426
Changed group event color to better differentiate Group and Course event
2004-04-22 11:37:02 +00:00
defacer
1b0ebe79b1
Addressing bug 1257:
...
Changed the handling of time display format; now it's read from the language
file by default, and a new preference has been added to allow each user to
manually specify his preferred time format.
2004-04-22 09:02:23 +00:00
defacer
c867774d76
Changed the way the fix for bug 1255 works, while making sure it still works :)
...
It just didn't feel right to intrusively set object properties from "outside",
and since it's now one variable assignment less, I thought why not... :)
2004-04-22 07:11:55 +00:00
moodler
72957fa54b
FIxed a character escpaping problem, recently introduced bug 1250
2004-04-22 06:02:41 +00:00
koenr
701f6a7e38
pollishing translation
...
Special thanks to Marie Lesy for rereading.
2004-04-21 21:38:55 +00:00