19727 Commits

Author SHA1 Message Date
stronk7
766ad62808 Solve some notices that were breaking Excel generation under
some PHP versions. As bug is well documented but PEAR code hasn't
been changed in origin, we'll patch it here. Changes will
merge smoothly in the future, I think.
(Moode Bug: http://moodle.org/bugs/bug.php?op=show&bugid=4763)
(PEAR Bug: http://pear.php.net/bugs/bug.php?id=6509)
2006-04-11 22:49:09 +00:00
gustav_delius
89a6e4358a Fixed parameter type for $confirm 2006-04-11 22:22:31 +00:00
gustav_delius
2e8973e779 Teachers now can preview timelimited quizzes even after the closing date 2006-04-11 21:49:43 +00:00
skodak
0cdae0dcaa general cleanup of xxx_parameter() functions + fixed several register globals problems 2006-04-11 21:41:21 +00:00
gustav_delius
44582764af Fixed recoding of parent field for random questions 2006-04-11 21:40:28 +00:00
gustav_delius
ab620fbf2b Added call to optional_param() 2006-04-11 20:42:31 +00:00
skodak
9d6a11f8ff general cleanup of xxx_parameter() functions + fixed logic of edit button - now interconnected with category.php 2006-04-11 20:39:30 +00:00
skodak
ea8faba9dc general cleanup of xxx_parameter() functions + other minor fixes 2006-04-11 20:24:52 +00:00
skodak
2451dcc3aa added proper parameter type in confirm_sesskey() 2006-04-11 20:07:57 +00:00
stronk7
1b1858d260 htmlentities() to s() 2006-04-11 16:09:52 +00:00
stronk7
3725cc8a58 htmlentities() to s() 2006-04-11 15:42:08 +00:00
stronk7
23407fb76b htmlentities() to s() 2006-04-11 15:34:29 +00:00
bobopinna
5fe1f8afb4 Added support to multi attempts 2006-04-11 13:51:10 +00:00
moodler
648539c55b Fixed missig string for blog config 2006-04-11 13:16:23 +00:00
moodler
bc739a0104 Don't save empty comments 2006-04-11 13:10:30 +00:00
moodler
b4c3ed39d7 New string for empty comments 2006-04-11 13:10:15 +00:00
moodler
edaa546ad5 Don't clean final HTML template output, the input should be sanitised. 2006-04-11 13:00:13 +00:00
ethem
9b47e0018e Make function names as library name. 2006-04-11 12:37:41 +00:00
ethem
c9ca150d82 Make function names as library name. 2006-04-11 12:37:41 +00:00
moodler
702424ae72 Fix language strings (records -> Entries) 2006-04-11 12:37:29 +00:00
moodler
a05a5e5d61 Consistently use Entries instead of Records 2006-04-11 12:36:12 +00:00
moodler
7ebb0d488f Guests should not see comment boxes 2006-04-11 12:32:23 +00:00
moodler
198c27b376 Submit button was causing bug 4986 2006-04-11 12:29:19 +00:00
vyshane
7477f2505b Fix for Bug #5021 - Unhiding an entire Module unhides all it's child
resources, even in hidden sections
2006-04-11 08:30:10 +00:00
stronk7
8e6184dc8e Strip the "_utf8" suffix in one more place. Thanks Mina!
(http://moodle.org/bugs/bug.php?op=show&bugid=4924)
2006-04-11 07:55:26 +00:00
moodler
df71bfb49c MOved/cleaned fixpix.php to pix/redirect.php 2006-04-11 07:53:59 +00:00
moodler
c204f5fea1 Made the empty recordset array cache global, so that various functions can
manipulate it.    See bug 5077.
2006-04-11 07:43:05 +00:00
gustav_delius
424dba12cf Fixed typo preventing the editing of multianswer questions. 2006-04-11 07:16:10 +00:00
moodler
12ef2c40d9 Added a new field to cache "old" course_module visibility when
the whole module is disabled (see bug 5021)
2006-04-11 07:04:55 +00:00
mjollnir_
03c9562b40 Moving attachments attached to forum posts when moving threads between forums was broken when dataroot is over an nfs mount (important for clustering!)... this fixes it but please can somebody test this on windows 2006-04-11 05:19:56 +00:00
mark-nielsen
804d664acf [BugFix] Bug #5072: user name now links to user profile, Attempts column changed to Completed On, new column with link Grade to grade all attempts. Other table changes include collapsible columns and its id has been changed to attempts to reuse styles for the attempts table. 2006-04-11 02:20:58 +00:00
mark-nielsen
6e63c77795 [Fix] question_process_comment now processes the correct form values
[Fix] changed the print_string to get_string so it may be passed to notify
[Change] The close window button is now centered
[Change] Refreshes the parent window when the close window button is pushed
2006-04-11 02:02:44 +00:00
stronk7
1a8bdfc430 Strip the "_utf8" suffix from language names in list of languages.
Special info showed for non-utf8 English.
(http://moodle.org/bugs/bug.php?op=show&bugid=4924)
2006-04-10 23:07:37 +00:00
stronk7
6346748fec Strip the "_utf8" suffix from language names in list of languages.
(http://moodle.org/bugs/bug.php?op=show&bugid=4924)
2006-04-10 22:53:53 +00:00
wildgirl
750c694604 Config menu for extra options added. Javascript added to force some sensible options. (Tom's work) 2006-04-10 22:31:30 +00:00
wildgirl
2cc0d2a8ff 1. Converted display function from frames to divs and an iframe to hold the content.
2. Added an (optional) side navigation bar.
3. Added several options to add more flexibility. Option to fast-forward submenus.
(Tom's work)
2006-04-10 22:30:22 +00:00
stronk7
5a606b3944 Prevent edition of langconfig.php from Moodle editor. Part of 4924.
(http://moodle.org/bugs/bug.php?op=show&bugid=4924)
2006-04-10 22:15:57 +00:00
gustav_delius
cbe20043b5 Whenever a question is edited the version field is set to question_hash(), see bug 2958. 2006-04-10 22:10:32 +00:00
gustav_delius
9d4cbe5615 Manual grading report plugin is now no longer essay-specific. 2006-04-10 20:28:46 +00:00
gustav_delius
097bd3f5e8 No longer print the comment boxes for each question in review because it was too slow. We are back to opening the comment box in a popup window. 2006-04-10 19:58:34 +00:00
gustav_delius
34b40897db Added action 'continue attempt' to log_display 2006-04-10 19:13:21 +00:00
stronk7
8d4ba8f0a5 Inform to the restore process that we are arriving from the form page. 2006-04-10 19:03:31 +00:00
stronk7
c3cb69e5f4 Now restore checks that we are coming from the form page to delete any
previously stored $SESSION->restore data.

Also, the "restore to existing" feature is working again. It was broken
because of the pseudo-register-globals hack. Now course_id is retrieved
with the standar param() methods.

Bug 5145 was the original cause for investingating this.
(http://moodle.org/bugs/bug.php?op=show&bugid=5145)
2006-04-10 19:02:39 +00:00
mits
efef8f690d made gradient.jpg control more simple. 2006-04-10 18:37:49 +00:00
stronk7
6917949483 Deleting $SESSION structures before starting manual restore. 2006-04-10 18:34:37 +00:00
stronk7
8847a82e25 Deleting $SESSION structures before starting import. 2006-04-10 18:13:18 +00:00
urs_hunkler
eb628ba2f8 resizable icons 2006-04-10 17:48:46 +00:00
urs_hunkler
5990290185 ~chameleon.php contains all code neccessary to add the Chameleon engine to any theme. 2006-04-10 17:40:28 +00:00
urs_hunkler
186142b0c5 config.php header.html styles_layout.css user_styles.css:
_ changes in to make Chameloen work as a sessiontheme
_ changes to make it easier to implement the Chameleon engine into existing themes
2006-04-10 17:38:23 +00:00
moodler
de251840b4 Added some feedback to the picture thumbnail regneneration bug 5011 2006-04-10 16:46:52 +00:00