Commit graph

14680 commits

Author SHA1 Message Date
ethem
105e7da4c9 Fixing profileurl link. It must be $USER->id. 2005-05-17 07:08:04 +00:00
urs_hunkler
3b32704597 The tabs do not show the CSS rollover in MSIE. With the behavior "csshover.htc" MSIE behaves as the other browsers. I added the code to load this behavior via CSS to "javascript.php", because I think this is the best place to handle the behavioral layer of moodle. Perhaps it makes sense to rename it to "behavior.php"??? 2005-05-17 07:06:58 +00:00
bobopinna
8ae51c96fd Updated to Moodle 1.5 alpha by Andrea Bicciolo 2005-05-17 06:33:17 +00:00
koenr
83bfeebd40 groupmembership from subcontexts 2005-05-17 05:51:05 +00:00
koenr
cee1bd0bb7 new strings for the et langpack
XHTML ok
Copied config strings to admin
2005-05-17 04:36:11 +00:00
martinlanghoff
bd10cc11f2 Apache log integration -- moved documentation to config-dist.php. 2005-05-17 04:13:29 +00:00
martinlanghoff
5c5c16bb98 Apache log integration -- updated with more options to control what is logged as username. Implemented by Patrick Li. 2005-05-17 04:03:48 +00:00
koenr
2fa17f9c41 some new strings 2005-05-17 03:52:45 +00:00
martinlanghoff
22693f4aff Auth/LDAP -- a proper dropdown for search subcontexts option 2005-05-17 03:50:20 +00:00
martinlanghoff
bdf09a84fe Enrol/LDAP -- adds support for searching subcontexts -- Discussed in http://moodle.org/mod/forum/discuss.php?d=23696 2005-05-17 03:49:20 +00:00
martinlanghoff
0bf73dd33a Enrol/LDAP now uses correct password to login -- fixes #3237 2005-05-17 03:26:14 +00:00
gbateson
99d6674487 moved hard-coded text messages (about clipboard) to lang/en/hotpot.php 2005-05-17 03:13:17 +00:00
gbateson
baa58947c3 removed several (all?) XHTML incompatabilities 2005-05-17 03:11:01 +00:00
gbateson
01406b38f3 javascript messages for Copy to Clipboard in show.php 2005-05-17 03:09:42 +00:00
rcantada
34acaa3f50 new files 2005-05-17 03:02:37 +00:00
martinlanghoff
28a469f054 Updated licensing terms. 2005-05-17 02:20:10 +00:00
gbateson
fcf0a80b37 access to $_GET parameters now done using required_param()
HTML tags made XHTML compatible
2005-05-17 02:15:04 +00:00
martinlanghoff
2ea55bc050 Merged from MOODLE_14_STABLE - Unlock session during fileserving. 2005-05-17 01:00:48 +00:00
defacer
9abcc2f62d Removing a string we no longer use.
Replacing with a string we DO use but wasn't there. My bad.
2005-05-17 00:29:11 +00:00
martinlanghoff
1fae496705 Merged from MOODLE_14_STABLE - Just to remove a warning (moodler) 2005-05-17 00:18:37 +00:00
stronk7
3fdbfb951b Tabs are out
(please don't use tabs in code, configure your editor to 4 cc per tab)
2005-05-17 00:06:51 +00:00
stronk7
8a12a13250 Tabs are out 2005-05-16 23:42:48 +00:00
stronk7
5e5b6b7f19 Tabs are out.
Please don't use tabs in source code. Set your editor to 4 cc per tab.!
2005-05-16 23:41:58 +00:00
stronk7
87dddc1445 Replaced some (not all) tabs to spaces.
I've leave unmodified formats and nusoap library
2005-05-16 22:51:16 +00:00
stronk7
271fea974f Tabs are out.
(all the module was using them, please change your editor settings to 4 spaces)
2005-05-16 22:41:19 +00:00
stronk7
894ff63f8f Tabs are out 2005-05-16 22:22:31 +00:00
gustav_delius
1b05eeedad Put link to attempts on info page 2005-05-16 22:12:44 +00:00
gustav_delius
246143a1d8 Cleaned up config.html a bit 2005-05-16 21:49:37 +00:00
stronk7
d16abbbd20 Tabs are out
(leaving 3rd part libraries unmodified)
2005-05-16 21:48:38 +00:00
gustav_delius
87c32d8b7b removed unused language strings 2005-05-16 21:04:15 +00:00
koenr
f5f729cd68 found final strings for gradebook. 2005-05-16 20:35:33 +00:00
koenr
0ff02511a7 new helpfiles for scorm 2005-05-16 20:21:47 +00:00
koenr
160d1a03e5 new strings 2005-05-16 20:20:43 +00:00
michaelpenne
67f4258145 Fixed links to help files. Help files were also added under /lang/en/help/grade to remain consistent with the site location of the gradebook as 'grade' 2005-05-16 20:20:31 +00:00
koenr
5fb1a58c85 XHTML-compliance 2005-05-16 20:12:20 +00:00
stronk7
ef9b35a01b Tabs are out 2005-05-16 19:38:21 +00:00
gustav_delius
1f48479ebf quiz_upgrade_states() now creates entries in the quiz_newest_states table only for states that are associated to those questions that are listed in $attempt->layout. 2005-05-16 19:21:34 +00:00
stronk7
e55b73fdb7 Some tabs are out! 2005-05-16 19:03:07 +00:00
mindforge
28c6786b49 Modified DB update to adapt multianswer states to the new storage.
ATTENTION: This currently only works for upgrades that upgrade from quiz versions pre 2005042900!
2005-05-16 17:01:21 +00:00
lonecatz
44f98d8a12 more translated strings 2005-05-16 16:37:46 +00:00
ethem
54e0f2ef8e Authorize.net plugin, some fixes for Default Field Separator & Field Encapsulation Character. 2005-05-16 15:37:11 +00:00
havran
64a39414dd new strings and some changes from Martina Majorova & Juraj Chlebec 2005-05-16 15:31:36 +00:00
bobopinna
06abe84fde Fixed a SQL injection from $scoid 2005-05-16 15:05:53 +00:00
bobopinna
d1266f9db5 First translation by Andrea Bicciolo 2005-05-16 14:45:15 +00:00
thepurpleblob
78441dfc8d Added instructions for specifying text format in GIFT. 2005-05-16 12:58:25 +00:00
thepurpleblob
875c308e6c Added an example of specifying questiontext text format 2005-05-16 12:38:21 +00:00
thepurpleblob
0f27fa6bda Now allows questiontext text format to be specified. 2005-05-16 12:35:46 +00:00
martignoni
b3bef87f48 Added string from examview import format 2005-05-16 12:29:06 +00:00
martignoni
eecc410668 Small modification 2005-05-16 12:27:41 +00:00
martignoni
12f435365a Extended help for beep message 2005-05-16 12:25:31 +00:00