6616 Commits

Author SHA1 Message Date
stronk7
f895027eeb Fix one SQL... 2004-04-05 22:49:23 +00:00
stronk7
632d6e50ce Incremented memory max to 80MB. To avoid possible pclzip bug...
See bugs 1216 and 1222
2004-04-05 21:37:29 +00:00
moodler
cac358352f Just for fun 2004-04-05 16:57:40 +00:00
anvergara
8b88e52d62 No longer available in es_es 2004-04-05 16:37:21 +00:00
anvergara
2d48ad0f8d No longer available in es_es. 2004-04-05 16:25:02 +00:00
fiedorow
d442864213 Fixed type in category.php 2004-04-05 16:07:59 +00:00
carlesbellver
9180d5cead *** empty log message *** 2004-04-05 10:49:43 +00:00
martignoni
2aad1eb0d2 Better dates 2004-04-05 06:56:09 +00:00
martignoni
3749b076e1 One new string...to restore. 2004-04-05 06:54:48 +00:00
carlesbellver
591d5168cb *** empty log message *** 2004-04-05 06:17:14 +00:00
fiedorow
9ff5310a08 Bug fix for sort order in category display and allow limit on recursive display of categories and courses 2004-04-05 03:13:10 +00:00
fiedorow
1372c95ada Compatibility update for new mimetex version 2004-04-05 02:46:52 +00:00
fiedorow
23b9d1d209 Security updates for Linux and Windows based on new source from John Forkosh 2004-04-05 02:45:11 +00:00
koenr
f69be8f5a8 initial translation for wiki development version 2004-04-04 21:44:36 +00:00
stronk7
b31355aa81 One new string...to restore. 2004-04-04 18:44:35 +00:00
stronk7
70441d0f8c Now, all "with/without user data" can be selected from one option. This
should avoid a lot of clicks to Gustav. :-D
Current implementation can  be modified to buttons...if desirable.
2004-04-03 23:52:23 +00:00
moodler
bdb2f23f70 Started out with a small user interface fix (to use standard functions)
and ended up cleaning up the code quite a bit
2004-04-03 13:04:00 +00:00
moodler
d552efcee0 Links to enrolled courses in user profile page now link to the
user profile page in that course.

Makes it easy to see their discussions etc
2004-04-03 07:08:16 +00:00
moodler
9698bf15b9 Some changes to make login a little more robust on some sites that have
multiple addresses
2004-04-03 04:55:35 +00:00
moodler
70fb77128f WHoops, my last checkin had a typo 2004-04-03 04:50:30 +00:00
moodler
c7ef02178e Whoah ... bad typo! Fixed bug 1214 - thanks Eloy! 2004-04-03 02:47:11 +00:00
moodler
426b19373d Strip tags in log menus too 2004-04-03 01:32:03 +00:00
mits
8d82cfac82 modified 2004-04-02 18:34:31 +00:00
mits
7716acfe6d New help file & polish 2004-04-02 18:24:19 +00:00
selliott
ebb71a34e1 Added support for Multiple Choice Questions with Multiple answers 2004-04-02 17:16:41 +00:00
rkingdon
0f9b19dd91 Correcting field name usemaxgrade in update files. 2004-04-02 16:16:21 +00:00
rkingdon
4c8479f705 Fix bug when the last page of a lesson has no question. 2004-04-02 15:54:07 +00:00
moodler
8bcdebef81 Better dates 2004-04-02 15:48:32 +00:00
moodler
a1d72936b1 Strip tags from module names .... sigh 2004-04-02 13:42:20 +00:00
carlesbellver
e0d31576fb *** empty log message *** 2004-04-02 12:40:54 +00:00
carlesbellver
1ba5c9e679 *** empty log message *** 2004-04-02 10:40:43 +00:00
bobopinna
efcfc0d8f8 Update to Moodle 1.3develop 2004-04-02 09:57:18 +00:00
carlesbellver
689d947e2f *** empty log message *** 2004-04-02 09:34:03 +00:00
martignoni
4aa19d3b01 More lesson version 3 updates 2004-04-02 09:22:10 +00:00
carlesbellver
2d227731cc *** empty log message *** 2004-04-02 06:46:14 +00:00
stronk7
01f50e060e First attempt to encode/decode some absolute path parts
in the backup/restore process in order to have every call to file.php
working in destination courses. Specially useful to contents created
with th HTML editor because it uses this type of URLs to images, smiles...

NOTE: This make 1.3 backups not restorable in 1.2 systems !!
2004-04-01 23:31:56 +00:00
koenr
b6eddad2c4 bump dutch translation of lesson to be compatible with version 4 2004-04-01 20:05:22 +00:00
mits
91da0e03cd Polish + new translation + new translated files. 2004-04-01 19:06:58 +00:00
mits
46d656ef92 Polished. 2004-04-01 18:29:18 +00:00
rkingdon
45c27c7e4b Optional use of the HTML editor. 2004-04-01 16:56:56 +00:00
rkingdon
faf63f9854 Optional use of HTML editor. 2004-04-01 16:48:16 +00:00
moodler
ecc8e21b26 Update old events 2004-04-01 15:41:25 +00:00
moodler
e6a4906bee Assignment module can now maintain its own events in the calendar. :-) 2004-04-01 15:40:39 +00:00
defacer
2b10fcf5a8 Following Eloy's suggestion and Martin's clarification, the wizard is going
to demonstrate a feat where 10 lines of code turn into 2, and a global var
dependency vanishes at the same time! ;)
2004-04-01 12:51:24 +00:00
defacer
f30fe8d063 As per Martin's suggestion:
Added new function: get_user_timezone($timezone = 99) which retrieves
the user's timezone, respecting the $USER->timezone and $CFG->timezone
settings.

Modified all date/time library functions to use this.
2004-04-01 12:27:37 +00:00
defacer
f3d142dae4 Fix for the fix: Turns out that next() returns false if an array element's
value is 0 (the php docs speak only about the key... :/). Good thing that my
test user's timezone is set to GMT+0. This should work no matter what.
2004-04-01 11:29:25 +00:00
defacer
556596510a The check for setting event dates before the course start date was written
incorrectly. What was I thinking?
2004-04-01 10:59:46 +00:00
defacer
a36166d327 The timezone selection didn't work correctly... if there WAS a $USER->timezone
set but it was set to 99, it didn't check the $CFG->timezone setting.
Fixed now. Fancy implementation, forgive me please! ;)
2004-04-01 10:39:06 +00:00
defacer
d8ba183c39 Checking for the $CFG->timezone value as a last resort in the various user
date/time functions didn't work because there was no global $CFG; :O
2004-04-01 10:11:20 +00:00
defacer
516a684ad7 In Eloy's notice-finding spirit, I continue by fixing another notice which
also (damnation! :) caused the HRs not to be displayed as they should.
2004-04-01 09:27:23 +00:00