Commit Graph

14208 Commits

Author SHA1 Message Date
martignoni 5d94deaa50 Small change 2005-05-13 09:45:11 +00:00
ethem b817ed4503 new strings for authorize.net plugin. 2005-05-13 09:42:00 +00:00
ethem 425b774177 Authorize.net plugin, some fixes. 2005-05-13 09:27:26 +00:00
ethem 5d319ac347 CCVal - Credit Card Validation function 2005-05-13 09:05:39 +00:00
thepurpleblob 88fea1ca34 Added variable $CFG->disablemycourses 2005-05-13 08:56:31 +00:00
martignoni cf0f066ea8 Two forgotten strings 2005-05-13 08:54:01 +00:00
martignoni 258e6210d6 Some changes 2005-05-13 08:43:41 +00:00
moodler 2cbf6b5a4e XHTML compliance, styles added for CSS (SE) 2005-05-13 08:29:56 +00:00
moodler 4fb301facf Some styles for the gradebook (SE) 2005-05-13 08:29:09 +00:00
barias f99164450a Latest updates in spanish translation 2005-05-13 07:28:20 +00:00
rcantada 99f7b6e5a3 new files 2005-05-13 07:16:50 +00:00
rcantada 635afd7166 new files in preparation for translating module help files 2005-05-13 07:11:52 +00:00
rcantada 49ae2ea9e9 newly translated quiz module help files 2005-05-13 07:01:27 +00:00
rcantada 7abc886b67 updated main index and mods 2005-05-13 06:55:45 +00:00
martignoni f8c94b7c57 Fixed Typo 2005-05-13 06:55:44 +00:00
moodler 5e07342d79 Added $CFG->disablemycourses bug 3220 2005-05-13 06:17:13 +00:00
martinlanghoff 8f9727459a Merged from MOODLE_14_STABLE - Fixes 'Erroneous redirection to course enrolment page' bug #3224 - patch by Patrick Li 2005-05-13 05:10:17 +00:00
gbateson c3d987648a removed install.php script because it is non-standard and not required in Moodle 1.5 2005-05-13 02:39:02 +00:00
moodler acb50c1bf8 Don't save Guest forum mode to database (just session) 2005-05-13 02:06:16 +00:00
urs_hunkler 8be944a090 added $selected to the list of tabs without links. It is better not to offer a link to the active page. 2005-05-12 23:16:32 +00:00
martignoni 10a8184821 Small tweak 2005-05-12 20:37:16 +00:00
martignoni c695aa9876 Corrections 2005-05-12 20:33:29 +00:00
martignoni 118b264565 Small typo 2005-05-12 20:25:32 +00:00
martignoni b3a8478bb9 Forgotten file added 2005-05-12 20:17:48 +00:00
mindforge 1febe9d825 Fixes for bigs 3143 and 3144. 2005-05-12 17:25:09 +00:00
gustav_delius 93210cdfdb fixed my careless search and replace that got rid of all question_datasets 2005-05-12 16:51:41 +00:00
mits 305e5e7fe8 translated some. 2005-05-12 15:00:39 +00:00
mits aa4b26cd11 fixed based on standard theme. 2005-05-12 14:56:34 +00:00
defacer e7beac8992 Removing dead code. 2005-05-12 14:46:16 +00:00
defacer 7979105c62 If Javascript is enabled, make IE fix the block sizes after the page loads
so that it's not a mess to look at.
2005-05-12 14:45:16 +00:00
thepurpleblob 2311ad664e Fixed typo in ldap stuff 2005-05-12 13:36:47 +00:00
moodler 0bd79a45ca Some changes to the tabs so the XHTML validates (SE) 2005-05-12 09:10:58 +00:00
moodler eb7ef29b21 Tidying up the tabs (SE) 2005-05-12 09:09:47 +00:00
moodler 97ea26a1be Added string for advanced features button (SE) 2005-05-12 08:40:29 +00:00
moodler e478f7b718 Changed the advanced features switch to a button (SE) 2005-05-12 08:38:40 +00:00
moodler 1548978def Improvements to basic log display (much prettier) 2005-05-12 08:04:47 +00:00
ethem ce8eaeaa1f New strings from Ethem Evlice (ethem AT evlice DOT com) XHTML compliant 2005-05-12 07:08:23 +00:00
urs_hunkler 4090106907 The summary in the week or topic description was just written out as text without a class. I added a DIV class="summary" around it. 2005-05-12 07:02:56 +00:00
moodler c3a3c5b8b2 Fixed logic for $CFG->nofixday : http://moodle.org/mod/forum/discuss.php?d=23637 2005-05-12 06:37:24 +00:00
mjollnir_ acd2279e54 Merged from MOODLE_14_STABLE: SQL errors are now (optionally -- defaults to off) logged to the apache error log. Helps debugging! Credit: Patrick Li <patrick@catalyst.net.nz> 2005-05-11 23:34:46 +00:00
stronk7 a63ae8e9b2 Work in progress!!
I doesn't work at all but near every question type has been checked and
changed if needed. Tomorrow I'll start with the quiz->attempts... part

Anyway I've some IMPORTANT doubts about how this questions are currently
implemented:

- NUMERICAL: Can the answer field have more than one answer?
- MULTIANSWER: What are the differences. Why, in the upgrade process,
     all of them are deleted and recreated? Why some fields have been
     deleted? Why the questiontext for this type is set to '' in the
     upgrade processs
- CALCULATED: Why the quiz_question_datasets table is now simply "s" in
     the restore process? A typo, I hope.

I've written this here to avoid forgetting it and, if someone in the
quiz's team can answer me...

Now, just zzzZZZzzzZZZ. Ciao :-)
2005-05-11 23:13:03 +00:00
stronk7 8636eb6560 Changed backup of numerical questions to use the new DB model 2005-05-11 21:54:21 +00:00
stronk7 4cae7b0b85 Avoid recode of category->parent from quiz/restorelib.php because it's
done globally after restoring all the categories by restore_create_questions()
in backup/restorelib.php

Modify the restore of numericalquestions to work with its new 1.5 structure.
2005-05-11 21:45:04 +00:00
martignoni 744eb29230 Added strings to enable removal of hardcoded messages in import/export 2005-05-11 20:01:33 +00:00
martignoni 7cb951173c New string for login block (and shortened one without changing meaning) 2005-05-11 19:57:25 +00:00
martignoni 96d336535b Language file for Authorize.net plugin 2005-05-11 19:54:47 +00:00
martignoni 51d386a580 Small change 2005-05-11 19:51:11 +00:00
martignoni d435b45b01 Changed wording of session timeout (no need to scare users with talk of errors) 2005-05-11 19:39:06 +00:00
mits e7ac658f27 translated some. 2005-05-11 18:27:45 +00:00
stronk7 cb3270aeb5 We must have editing rights in existing course, owner of the
published cat, not it the one being restored. ;-)
2005-05-11 16:47:50 +00:00