]> git.mjollnir.org Git - moodle.git/log
moodle.git
19 years agoInform to the restore process that we are arriving from the form page.
stronk7 [Mon, 10 Apr 2006 19:03:31 +0000 (19:03 +0000)]
Inform to the restore process that we are arriving from the form page.

19 years agoNow restore checks that we are coming from the form page to delete any
stronk7 [Mon, 10 Apr 2006 19:02:39 +0000 (19:02 +0000)]
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)

19 years agomade gradient.jpg control more simple.
mits [Mon, 10 Apr 2006 18:37:49 +0000 (18:37 +0000)]
made gradient.jpg control more simple.

19 years agoDeleting $SESSION structures before starting manual restore.
stronk7 [Mon, 10 Apr 2006 18:34:37 +0000 (18:34 +0000)]
Deleting $SESSION structures before starting manual restore.

19 years agoDeleting $SESSION structures before starting import.
stronk7 [Mon, 10 Apr 2006 18:13:18 +0000 (18:13 +0000)]
Deleting $SESSION structures before starting import.

19 years agoresizable icons
urs_hunkler [Mon, 10 Apr 2006 17:48:46 +0000 (17:48 +0000)]
resizable icons

19 years ago~chameleon.php contains all code neccessary to add the Chameleon engine to any theme.
urs_hunkler [Mon, 10 Apr 2006 17:40:28 +0000 (17:40 +0000)]
~chameleon.php contains all code neccessary to add the Chameleon engine to any theme.

19 years agoconfig.php header.html styles_layout.css user_styles.css:
urs_hunkler [Mon, 10 Apr 2006 17:38:23 +0000 (17:38 +0000)]
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

19 years agoAdded some feedback to the picture thumbnail regneneration bug 5011
moodler [Mon, 10 Apr 2006 16:46:52 +0000 (16:46 +0000)]
Added some feedback to the picture thumbnail regneneration   bug 5011

19 years agoDeleted wrong ca_utf8_old imported file! :-(
stronk7 [Mon, 10 Apr 2006 16:40:14 +0000 (16:40 +0000)]
Deleted wrong ca_utf8_old imported file! :-(
(my fault due to a local process)

19 years agoFix for bug 5144 (nickname field)
moodler [Mon, 10 Apr 2006 16:12:53 +0000 (16:12 +0000)]
Fix for bug 5144  (nickname field)

19 years agoAdded a notify in debugging mode for a double print_header()
moodler [Mon, 10 Apr 2006 16:00:34 +0000 (16:00 +0000)]
Added a notify in debugging mode for a double print_header()

19 years agoSome of the accessibility changes broke some shading
moodler [Mon, 10 Apr 2006 15:49:28 +0000 (15:49 +0000)]
Some of the accessibility changes broke some shading

19 years agoReplace the add course button that somehow disappeared from 1.5
moodler [Mon, 10 Apr 2006 15:41:57 +0000 (15:41 +0000)]
Replace the add course button that somehow disappeared from 1.5

19 years agoTake the course listing out of the default site page
moodler [Mon, 10 Apr 2006 15:38:34 +0000 (15:38 +0000)]
Take the course listing out of the default site page
because the default setting on site.php is to have it
in the middle of the page.

19 years agoJust some cosmetic code
moodler [Mon, 10 Apr 2006 15:00:39 +0000 (15:00 +0000)]
Just some cosmetic code

19 years agoAdded a little static variable to print_header to prevent it being called twice
moodler [Mon, 10 Apr 2006 14:40:39 +0000 (14:40 +0000)]
Added a little static variable to print_header to prevent it being called twice

19 years agoChanging to use require_param meant that restore session was not cleared, causing...
sam_marshall [Mon, 10 Apr 2006 11:49:48 +0000 (11:49 +0000)]
Changing to use require_param meant that restore session was not cleared, causing a 2nd restore in succession of same backup to fail. One-line tweak fixes it - I think (I think it's ok but filed as bug 5145 so the appropriate person can check if I messed up)

19 years agoAnother Postgres install fix (this time it was using mdl_ instead of prefix_)
sam_marshall [Mon, 10 Apr 2006 09:55:31 +0000 (09:55 +0000)]
Another Postgres install fix (this time it was using mdl_ instead of prefix_)

19 years agoFixed syntax error (extra comma) in Postgres version of quiz sql
sam_marshall [Mon, 10 Apr 2006 09:48:47 +0000 (09:48 +0000)]
Fixed syntax error (extra comma) in Postgres version of quiz sql

19 years agoFixed Bug #5057 - hidden teachers aren't completely hidden
vyshane [Mon, 10 Apr 2006 08:49:15 +0000 (08:49 +0000)]
Fixed Bug #5057 - hidden teachers aren't completely hidden

19 years agoBetter fix for bug 5082. Noticeboxes are now:
moodler [Mon, 10 Apr 2006 08:32:27 +0000 (08:32 +0000)]
Better fix for bug 5082.  Noticeboxes are now:

#notice.generalbox

19 years agoAdded generalbox to noticebox on notices - bug 5082
moodler [Mon, 10 Apr 2006 08:27:53 +0000 (08:27 +0000)]
Added generalbox to noticebox on notices -   bug 5082

19 years agoFixed XHTML notices with &
moodler [Mon, 10 Apr 2006 08:10:13 +0000 (08:10 +0000)]
Fixed XHTML notices with &

19 years agoFIxed "sesskey" error in bug 5139
moodler [Mon, 10 Apr 2006 07:49:55 +0000 (07:49 +0000)]
FIxed "sesskey" error in bug 5139

19 years agochanged param_alpha to param_notags, otherwise can not support tags in non-lation
toyomoyo [Mon, 10 Apr 2006 07:29:47 +0000 (07:29 +0000)]
changed param_alpha to param_notags, otherwise can not support tags in non-lation

19 years agosmall fix and cleaning
toyomoyo [Mon, 10 Apr 2006 07:27:03 +0000 (07:27 +0000)]
small fix and cleaning

19 years agoConvert the text cache to use a blob, so that there are no character set
moodler [Mon, 10 Apr 2006 07:17:26 +0000 (07:17 +0000)]
Convert the text cache to use a blob, so that there are no character set
issues:   see bug 5136

19 years agoagreelicence was not set
toyomoyo [Mon, 10 Apr 2006 06:35:10 +0000 (06:35 +0000)]
agreelicence was not set

19 years agobumping up version to change int(11) to int(10)
toyomoyo [Mon, 10 Apr 2006 06:26:59 +0000 (06:26 +0000)]
bumping up version to change int(11) to int(10)

19 years agochanged some int(11) to int(10)
toyomoyo [Mon, 10 Apr 2006 06:26:07 +0000 (06:26 +0000)]
changed some int(11) to int(10)

19 years agomigration for blogs and tags
toyomoyo [Mon, 10 Apr 2006 06:08:13 +0000 (06:08 +0000)]
migration for blogs and tags

19 years agoFixing bug (Postgres related):
vyshane [Mon, 10 Apr 2006 05:59:48 +0000 (05:59 +0000)]
Fixing bug (Postgres related):

ERROR: for SELECT DISTINCT, ORDER BY expressions must appear in select list

19 years agoquestion->qtype
toyomoyo [Mon, 10 Apr 2006 05:08:19 +0000 (05:08 +0000)]
question->qtype

19 years agoconvertion to unicode data_content -> content(1 to 4)
toyomoyo [Mon, 10 Apr 2006 05:03:38 +0000 (05:03 +0000)]
convertion to unicode data_content -> content(1 to 4)

19 years agoFixed Bug #5071 - The script uploaduser.php ignores the rest of records after
vyshane [Mon, 10 Apr 2006 04:54:34 +0000 (04:54 +0000)]
Fixed Bug #5071 - The script uploaduser.php ignores the rest of records after
the first one

19 years agoReverting changes to print_simple_box for now until the new div can be
moodler [Mon, 10 Apr 2006 01:39:38 +0000 (01:39 +0000)]
Reverting changes to print_simple_box for now until the new div can be
rolled out without problems.  See bug 4943

19 years agoAdd one space in the list of langs used to allow the text to flush.
stronk7 [Sun, 9 Apr 2006 23:37:14 +0000 (23:37 +0000)]
Add one space in the list of langs used to allow the text to flush.

19 years agoInitial revision
stronk7 [Sun, 9 Apr 2006 23:36:53 +0000 (23:36 +0000)]
Initial revision

19 years agoSmall change to question_print_comment_box() to allow multiple boxes on one page
gustav_delius [Sun, 9 Apr 2006 22:48:58 +0000 (22:48 +0000)]
Small change to question_print_comment_box() to allow multiple boxes on one page

19 years agoTaking out random question hack that is no longer needed.
gustav_delius [Sun, 9 Apr 2006 22:43:22 +0000 (22:43 +0000)]
Taking out random question hack that is no longer needed.

19 years agoSimplify text on submit button
gustav_delius [Sun, 9 Apr 2006 22:31:59 +0000 (22:31 +0000)]
Simplify text on submit button

19 years agoMake sure all random questions have their parent field correctly set, just in case...
gustav_delius [Sun, 9 Apr 2006 21:59:55 +0000 (21:59 +0000)]
Make sure all random questions have their parent field correctly set, just in case something went wrong here in the past. This may have been the cause of bug 5137

19 years agoMake student name into a link on the review page
gustav_delius [Sun, 9 Apr 2006 21:58:58 +0000 (21:58 +0000)]
Make student name into a link on the review page

19 years agoPreventig bug affecting sites with modified wwwroot and
stronk7 [Sun, 9 Apr 2006 21:39:49 +0000 (21:39 +0000)]
Preventig bug affecting sites with modified wwwroot and
custom admin dir. Bug 5031.
(http://moodle.org/bugs/bug.php?op=show&bugid=5031)

19 years agoSmall fix so that unattempted questions would never be marked
gustav_delius [Sun, 9 Apr 2006 21:35:44 +0000 (21:35 +0000)]
Small fix so that unattempted questions would never be marked

19 years agofixed double prefix bug
skodak [Sun, 9 Apr 2006 21:25:30 +0000 (21:25 +0000)]
fixed double prefix bug

19 years agoSuppress pivot output from Date view. It hasn't too much sense there.
stronk7 [Sun, 9 Apr 2006 11:06:19 +0000 (11:06 +0000)]
Suppress pivot output from Date view. It hasn't too much sense there.

19 years agoSolve some upperpivot notices and wrong behaviours. More coming...
stronk7 [Sun, 9 Apr 2006 10:59:39 +0000 (10:59 +0000)]
Solve some upperpivot notices and wrong behaviours. More coming...

19 years agoremoved !important from border definition of the sideblock calender to be able to...
urs_hunkler [Sun, 9 Apr 2006 10:49:14 +0000 (10:49 +0000)]
removed !important from border definition of the sideblock calender to be able to style it in the theme

19 years agoSome defaults applied to paramenters was preventing defaults based
stronk7 [Sun, 9 Apr 2006 10:45:14 +0000 (10:45 +0000)]
Some defaults applied to paramenters was preventing defaults based
on formats to work properly.

19 years agoNow searchbox table is closed by hand, because print_simple_box_xxx()
stronk7 [Sun, 9 Apr 2006 09:11:18 +0000 (09:11 +0000)]
Now searchbox table is closed by hand, because print_simple_box_xxx()
methods (div based) were breaking things a bit here. Bug 5087)
(http://moodle.org/bugs/bug.php?op=show&bugid=5087)

19 years agoRemoving unnecessary boxes
moodler [Sun, 9 Apr 2006 07:50:19 +0000 (07:50 +0000)]
Removing unnecessary boxes

19 years agoSome missing blog strings
moodler [Sun, 9 Apr 2006 07:47:55 +0000 (07:47 +0000)]
Some missing blog strings

19 years agoAdd a navmenu to the loginas page
moodler [Sun, 9 Apr 2006 07:25:57 +0000 (07:25 +0000)]
Add a navmenu to the loginas page

19 years agoAdded some missing optional_params (bug 5125) Thanks Scott Elliott for the fix
moodler [Sun, 9 Apr 2006 02:06:26 +0000 (02:06 +0000)]
Added some missing optional_params  (bug 5125)  Thanks Scott Elliott for the fix

19 years agoUpdated questiontype.php to make essay compatible with manual grading (aka removed...
mark-nielsen [Sat, 8 Apr 2006 21:51:29 +0000 (21:51 +0000)]
Updated questiontype.php to make essay compatible with manual grading (aka removed a lot of code).

Adding display.html as a display html template for the essay question type

TODO: drop the question_essay_states table and migrate comments to question_sessions

19 years agoAdded $prefix to form fields so that this code could be used with manual grading
mark-nielsen [Sat, 8 Apr 2006 21:48:31 +0000 (21:48 +0000)]
Added $prefix to form fields so that this code could be used with manual grading

19 years agoMinor updates:
mark-nielsen [Sat, 8 Apr 2006 21:46:59 +0000 (21:46 +0000)]
Minor updates:
  comments no longer print inside the question (only in the textfield)
  fixed problem with quotes by adding addslashes

19 years agoUpdated the form handling code. This report is now functional again.
mark-nielsen [Sat, 8 Apr 2006 20:55:03 +0000 (20:55 +0000)]
Updated the form handling code.  This report is now functional again.

19 years agomodified based onf standard theme.
mits [Sat, 8 Apr 2006 20:51:38 +0000 (20:51 +0000)]
modified based onf standard theme.

19 years agoUpdated viewquestion to be more generic and moved it to its own function
mark-nielsen [Sat, 8 Apr 2006 18:56:39 +0000 (18:56 +0000)]
Updated viewquestion to be more generic and moved it to its own function

19 years agoUpdated the viewquestions action to be more generic so that any manually graded quest...
mark-nielsen [Sat, 8 Apr 2006 18:24:49 +0000 (18:24 +0000)]
Updated the viewquestions action to be more generic so that any manually graded question type would be compatible.
Moved viewquestions code to function view_questions.  This is an attempt to make the code much more readable.  All action code will eventually be moved to its own function.

19 years agoremoved the empty span from header.html and added the clearfix class to the navbar...
urs_hunkler [Sat, 8 Apr 2006 17:12:05 +0000 (17:12 +0000)]
removed the empty span from header.html and added the clearfix class to the navbar and to the header divs. this repairs Bug #5051

19 years agoFix for bug 5132, search now no longer prevents display of
moodler [Sat, 8 Apr 2006 16:33:16 +0000 (16:33 +0000)]
Fix for bug 5132, search now no longer prevents display of
arbitrary single records

19 years agoJust to avoid browsing of block directory
moodler [Sat, 8 Apr 2006 16:05:38 +0000 (16:05 +0000)]
Just to avoid browsing of block directory

19 years agocorrected font-style: none to normal
urs_hunkler [Sat, 8 Apr 2006 15:53:28 +0000 (15:53 +0000)]
corrected font-style: none to normal

19 years agocopied back the CSS for the timer positioning from version 1.12
urs_hunkler [Sat, 8 Apr 2006 15:06:36 +0000 (15:06 +0000)]
copied back the CSS for the timer positioning from version 1.12

19 years agoFixed some small xhtml problems and removed a warning
gustav_delius [Sat, 8 Apr 2006 14:20:52 +0000 (14:20 +0000)]
Fixed some small xhtml problems and removed a warning

19 years agocopied back the CSS for Item analysis and for grading
urs_hunkler [Sat, 8 Apr 2006 12:25:06 +0000 (12:25 +0000)]
copied back the CSS for Item analysis and for grading

19 years agoChanged the Make comment or override grade link display the comment field and grade...
mark-nielsen [Sat, 8 Apr 2006 10:29:25 +0000 (10:29 +0000)]
Changed the Make comment or override grade link display the comment field and grade field in review.php instead of popup

19 years agosubmit button for teacher comment is now included in question_print_comment_box
gustav_delius [Sat, 8 Apr 2006 08:22:18 +0000 (08:22 +0000)]
submit button for teacher comment is now included in question_print_comment_box

19 years agoMoved the submit button to question_print_comment_box in lib/questionlib.php
mark-nielsen [Sat, 8 Apr 2006 08:16:04 +0000 (08:16 +0000)]
Moved the submit button to question_print_comment_box in lib/questionlib.php

19 years agoThis has extra code to exclude preview attempts from the grading
gustav_delius [Sat, 8 Apr 2006 08:13:26 +0000 (08:13 +0000)]
This has extra code to exclude preview attempts from the grading

19 years agoNow get_config() is executed after "set names", so textual data retrieved
stronk7 [Fri, 7 Apr 2006 23:57:38 +0000 (23:57 +0000)]
Now get_config() is executed after "set names", so textual data retrieved
from the config table has the proper encoding. Bug 5043.
(http://moodle.org/bugs/bug.php?op=show&bugid=5043)

19 years agoMoving $CFG->ostype and $CFG->os setting, because
stronk7 [Fri, 7 Apr 2006 22:58:07 +0000 (22:58 +0000)]
Moving $CFG->ostype and $CFG->os setting, because
report_session_error() was being executed before setting
such variables and moodle_setlocale() need them.
(http://moodle.org/mod/forum/discuss.php?d=43466)

19 years agoIntroduced a new class=mdl-align with the CSS text-align: center as a base to replace...
urs_hunkler [Fri, 7 Apr 2006 16:21:27 +0000 (16:21 +0000)]
Introduced a new class=mdl-align with the CSS text-align: center as a base to replace the DEPRECATED center tags in Moodle

19 years agoreplaced DEPRECATED center tag with a div. introduced a new class=mdl-align with...
urs_hunkler [Fri, 7 Apr 2006 16:17:17 +0000 (16:17 +0000)]
replaced DEPRECATED center tag with a div. introduced a new class=mdl-align with the CSS text-align: center

19 years agoManual grading
gustav_delius [Fri, 7 Apr 2006 16:00:29 +0000 (16:00 +0000)]
Manual grading

19 years agoSet the last modified time of the style sheet to the current time
moodler [Fri, 7 Apr 2006 15:07:52 +0000 (15:07 +0000)]
Set the last modified time of the style sheet to the current time

19 years agoFixing a typo: http://moodle.org/mod/forum/discuss.php?d=41814#199162
moodler [Fri, 7 Apr 2006 15:03:51 +0000 (15:03 +0000)]
Fixing a typo:  http://moodle.org/mod/forum/discuss.php?d=41814#199162

19 years agoMerged fixes for forum_user_can_view_post from stable
moodler [Fri, 7 Apr 2006 14:54:52 +0000 (14:54 +0000)]
Merged fixes for forum_user_can_view_post from stable

19 years agostatic $timediff30. Call once only.
ethem [Fri, 7 Apr 2006 11:23:10 +0000 (11:23 +0000)]
static $timediff30. Call once only.

19 years agoFix MB 5099, "Make CSS requests expire in IE", fix 'max-age=' as per http://www.w3...
nfreear [Fri, 7 Apr 2006 10:18:03 +0000 (10:18 +0000)]
Fix MB 5099, "Make CSS requests expire in IE", fix 'max-age=' as per http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html, override $lastmodified parameter (OU-Bugz: 851)

19 years agochanged the CSS to add backward compatinility for headers using tables.related to...
urs_hunkler [Fri, 7 Apr 2006 08:46:11 +0000 (08:46 +0000)]
changed the CSS to add backward compatinility for headers using tables.related to  #bug4913

19 years agoclass clearfix is the medicine against collapsing divs, see bug 5119
gustav_delius [Fri, 7 Apr 2006 07:55:48 +0000 (07:55 +0000)]
class clearfix is the medicine against collapsing divs, see bug 5119

19 years agoprint_simple_box_start with width
ethem [Fri, 7 Apr 2006 07:34:32 +0000 (07:34 +0000)]
print_simple_box_start with width

19 years agoFIxed a string
moodler [Fri, 7 Apr 2006 07:03:03 +0000 (07:03 +0000)]
FIxed a string

19 years agoFIxed activity reporting for database activities
moodler [Fri, 7 Apr 2006 07:02:53 +0000 (07:02 +0000)]
FIxed activity reporting for database activities

19 years agoReplaced layout table around question by div. Doesn't display right in firefox yet.
gustav_delius [Fri, 7 Apr 2006 06:08:55 +0000 (06:08 +0000)]
Replaced layout table around question by div. Doesn't display right in firefox yet.

19 years agoIntroduce field for teacher comments, in preparation for manual grading. I am afraid...
gustav_delius [Fri, 7 Apr 2006 05:28:18 +0000 (05:28 +0000)]
Introduce field for teacher comments, in preparation for manual grading. I am afraid I forgot to commit this yesterday, so now it is possible that some new beta testers installed Moodle without this new field.

19 years ago[BugFix] Action was using global variables - now is fetched with optional_param
mark-nielsen [Thu, 6 Apr 2006 23:03:08 +0000 (23:03 +0000)]
[BugFix] Action was using global variables - now is fetched with optional_param

19 years agoTo show navbar background-image on admin page correctly added "width:100%;".
mits [Thu, 6 Apr 2006 21:19:44 +0000 (21:19 +0000)]
To show navbar background-image on admin page correctly added "width:100%;".

19 years agocouple of bugs when no data returned.
danmarsden [Thu, 6 Apr 2006 20:42:35 +0000 (20:42 +0000)]
couple of bugs when no data returned.

19 years agoFixing a large number of tidy warnings
gustav_delius [Thu, 6 Apr 2006 20:35:49 +0000 (20:35 +0000)]
Fixing a large number of tidy warnings

19 years agoImprovements to response history. Three small bug fixes.
gustav_delius [Thu, 6 Apr 2006 19:59:02 +0000 (19:59 +0000)]
Improvements to response history. Three small bug fixes.

19 years agoFix 2, bug 4943: "print_simple_box behaviour changed". Centred is now default alignme...
nfreear [Thu, 6 Apr 2006 17:21:04 +0000 (17:21 +0000)]
Fix 2, bug 4943: "print_simple_box behaviour changed". Centred is now default alignment; for centred no-width specified, width=30em.

19 years agoMore clean ups
moodler [Thu, 6 Apr 2006 17:12:55 +0000 (17:12 +0000)]
More clean ups

19 years agoSome code cleanup, relying more on the functions from questionlib.php. Not currently...
gustav_delius [Thu, 6 Apr 2006 16:45:14 +0000 (16:45 +0000)]
Some code cleanup, relying more on the functions from questionlib.php. Not currently functional, awaiting the central manual grading feature.

19 years agoJean-Michel's fix to the get_actual_responses() method
gustav_delius [Thu, 6 Apr 2006 16:43:41 +0000 (16:43 +0000)]
Jean-Michel's fix to the get_actual_responses() method