]> git.mjollnir.org Git - moodle.git/log
moodle.git
20 years agomade a change to lesson_clean_data_submitted and added some xhtml compliance fixes
michaelpenne [Thu, 27 Jan 2005 21:35:37 +0000 (21:35 +0000)]
made a change to lesson_clean_data_submitted and added some xhtml compliance fixes

20 years agouncommented the require style sheet (was there a problem?), also rearranged lesson...
michaelpenne [Thu, 27 Jan 2005 21:33:35 +0000 (21:33 +0000)]
uncommented the require style sheet (was there a problem?), also rearranged lesson settings into categories.

20 years agoFixing a typo in metacourses in mysql (id should be int 10 not int 1). Hopefully...
mjollnir_ [Thu, 27 Jan 2005 20:41:54 +0000 (20:41 +0000)]
Fixing a typo in metacourses in mysql (id should be int 10 not int 1). Hopefully this is the end of it :(

20 years agoTaking out addition of wrongly named metacourse tables for first upgrade. Those who...
mjollnir_ [Thu, 27 Jan 2005 20:02:30 +0000 (20:02 +0000)]
Taking out addition of wrongly named metacourse tables for first upgrade. Those who are tracking head will have already gotten it, but those upgrading from 1.4 to 1.5 don't need to see it.

20 years agoTwo missing parameters added
stronk7 [Thu, 27 Jan 2005 19:43:42 +0000 (19:43 +0000)]
Two missing parameters added

20 years agoadicionado pedido de ajuda
papita [Thu, 27 Jan 2005 19:23:37 +0000 (19:23 +0000)]
adicionado pedido de ajuda

20 years agoNow scheduled backup supports new blocks.
stronk7 [Thu, 27 Jan 2005 19:07:51 +0000 (19:07 +0000)]
Now scheduled backup supports new blocks.
Moved blocks code to library.
Fixed a missing global preventing restore to work.

20 years agopolished.
mits [Thu, 27 Jan 2005 18:53:36 +0000 (18:53 +0000)]
polished.

20 years agoBlock now works as it intuitively should in separate groups mode as well.
defacer [Thu, 27 Jan 2005 17:40:46 +0000 (17:40 +0000)]
Block now works as it intuitively should in separate groups mode as well.
For editing teachers, it shows separategroups as visiblegroups.

20 years agofixed some incorrect xhtml in the delete bit - missing quotes
thepurpleblob [Thu, 27 Jan 2005 16:40:40 +0000 (16:40 +0000)]
fixed some incorrect xhtml in the delete bit - missing quotes

20 years agoAdded metacourses to the list. It's the last but I'll try it the first! :-)
stronk7 [Thu, 27 Jan 2005 16:30:21 +0000 (16:30 +0000)]
Added metacourses to the list. It's the last but I'll try it the first! :-)

20 years agofactored out functionality to check if question is in use on delete
thepurpleblob [Thu, 27 Jan 2005 16:18:27 +0000 (16:18 +0000)]
factored out functionality to check if question is in use on delete
will be using this to delete whole categories of questions (or not)

20 years agofactored out function to see if question is used in quiz into the library
thepurpleblob [Thu, 27 Jan 2005 16:10:25 +0000 (16:10 +0000)]
factored out function to see if question is used in quiz into the library

20 years agoSorted and commented CSS acording to the standard CSS files. Almost ready for a first go.
urs_hunkler [Thu, 27 Jan 2005 12:35:48 +0000 (12:35 +0000)]
Sorted and commented CSS acording to the standard CSS files. Almost ready for a first go.

20 years agoMinor changes.
urs_hunkler [Thu, 27 Jan 2005 12:34:28 +0000 (12:34 +0000)]
Minor changes.

20 years agomultianswerchoice questions added to example questions.
thepurpleblob [Thu, 27 Jan 2005 11:24:26 +0000 (11:24 +0000)]
multianswerchoice questions added to example questions.

20 years agoAddition code to handle 'multianswerchoice' type Learnwise questions.
thepurpleblob [Thu, 27 Jan 2005 11:22:45 +0000 (11:22 +0000)]
Addition code to handle 'multianswerchoice' type Learnwise questions.

20 years agopolished.
mits [Thu, 27 Jan 2005 08:25:07 +0000 (08:25 +0000)]
polished.

20 years agoMerged from MOODLE_14_STABLE - Reverting validation in current_language() due to...
martinlanghoff [Thu, 27 Jan 2005 07:10:41 +0000 (07:10 +0000)]
Merged from MOODLE_14_STABLE - Reverting validation in current_language() due to performance concerns.

20 years agoStyles for doc/contents.php.
defacer [Thu, 27 Jan 2005 05:21:00 +0000 (05:21 +0000)]
Styles for doc/contents.php.

20 years agoEnd the page with correct HTML.
defacer [Thu, 27 Jan 2005 05:20:31 +0000 (05:20 +0000)]
End the page with correct HTML.

20 years agoFixed SC#83 and the HTML to boot. I 'll add some styles to bring the
defacer [Thu, 27 Jan 2005 05:01:16 +0000 (05:01 +0000)]
Fixed SC#83 and the HTML to boot. I 'll add some styles to bring the
end result back to normal.

20 years agoMore HTML and CSS fun with the new block.
defacer [Thu, 27 Jan 2005 04:19:56 +0000 (04:19 +0000)]
More HTML and CSS fun with the new block.

Incidentally, does Mozilla have a bug here? It won't apply the text-align
property to those TDs which have been given a class through a COLGROUP.
IE does it correctly all the way, and Firefox applies the other properties
but seems to take exception at the text-align. Weird.

20 years agoOut goes the ORDER BY grade + 0 hack, now that grade is a float.
defacer [Thu, 27 Jan 2005 03:53:20 +0000 (03:53 +0000)]
Out goes the ORDER BY grade + 0 hack, now that grade is a float.

Also, fixed a logic error with sorting in group mode.

20 years agoMerged from MOODLE_14_STABLE - Stronger validation of form data in user/edit, and...
martinlanghoff [Thu, 27 Jan 2005 03:51:33 +0000 (03:51 +0000)]
Merged from MOODLE_14_STABLE - Stronger validation of form data in user/edit, and validation of lang in current_language() -- closes SC#67

20 years agoSwitching back to an interger-rounded retrieved best grade. Will probably
defacer [Thu, 27 Jan 2005 03:14:56 +0000 (03:14 +0000)]
Switching back to an interger-rounded retrieved best grade. Will probably
be more human-friendly on screen.

e.g. "What does 66.67 out of 100 mean?"

20 years agoChanging that despicable grade column from mdl_quiz_grades to a
defacer [Thu, 27 Jan 2005 03:10:57 +0000 (03:10 +0000)]
Changing that despicable grade column from mdl_quiz_grades to a
floating point data type, as it should be.

20 years agoIt seems that grades are saved with two decimal points of precision while
defacer [Thu, 27 Jan 2005 02:45:38 +0000 (02:45 +0000)]
It seems that grades are saved with two decimal points of precision while
they are being retrieved as integers. Changed it to two decimals everywhere
and continuing to go about it...

20 years agoSemantically it's better if quiz_get_best_grade returns NULL
defacer [Thu, 27 Jan 2005 02:39:15 +0000 (02:39 +0000)]
Semantically it's better if quiz_get_best_grade returns NULL
if there is no such grade.

20 years agoInitial checkin for import course content functionality (uses backup/restore). Probab...
mjollnir_ [Thu, 27 Jan 2005 02:35:10 +0000 (02:35 +0000)]
Initial checkin for import course content functionality (uses backup/restore). Probably needs wording changes and new icon! Please test me *thoroughly*!

20 years agoRemoving debug error_log calls in uploadlib
mjollnir_ [Thu, 27 Jan 2005 02:30:45 +0000 (02:30 +0000)]
Removing debug error_log calls in uploadlib

20 years agoDouble quotes to single and blah blah.
defacer [Thu, 27 Jan 2005 02:30:32 +0000 (02:30 +0000)]
Double quotes to single and blah blah.

20 years agoFix for add_to_log to stop notification of invalid call to isteacher. Some actions...
mjollnir_ [Thu, 27 Jan 2005 02:29:53 +0000 (02:29 +0000)]
Fix for add_to_log to stop notification of invalid call to isteacher. Some actions aren't associated with a course and therefore isteacher shouldn't get called

20 years agoMinor beautification, plus a detail: if the grade is 0.0, this function
defacer [Thu, 27 Jan 2005 02:28:04 +0000 (02:28 +0000)]
Minor beautification, plus a detail: if the grade is 0.0, this function
would return a grade of 0, which is obviously not the intent here.

20 years agoThis was pulling out all those records and doing absolutely nothing
defacer [Thu, 27 Jan 2005 02:26:00 +0000 (02:26 +0000)]
This was pulling out all those records and doing absolutely nothing
with them. Sanitized the place a bit.

20 years agoFixing bug #2419 - missing global $CFG in upgrade for choice resulting in missing...
mjollnir_ [Thu, 27 Jan 2005 02:17:35 +0000 (02:17 +0000)]
Fixing bug #2419 - missing global $CFG in upgrade for choice resulting in missing prefix

20 years agofixed function name
dhawes [Thu, 27 Jan 2005 01:59:43 +0000 (01:59 +0000)]
fixed function name

20 years agoremoved excess paren, again - still a type-o
dhawes [Thu, 27 Jan 2005 01:57:30 +0000 (01:57 +0000)]
removed excess paren, again - still a type-o

20 years agoremoved excess param - type-o
dhawes [Thu, 27 Jan 2005 01:55:02 +0000 (01:55 +0000)]
removed excess param - type-o

20 years agousing rss_unhtmlentities for channel and item title as well as for item description
dhawes [Thu, 27 Jan 2005 01:43:29 +0000 (01:43 +0000)]
using rss_unhtmlentities for channel and item title as well as for item description

20 years agoMoved function from blog/lib to rsslib. unhtmlentities is required to liberate some...
dhawes [Thu, 27 Jan 2005 01:24:33 +0000 (01:24 +0000)]
Moved function from blog/lib to rsslib. unhtmlentities is required to liberate some rss feed information from the clutches of encoding.

20 years agoAnother bug discovered and squashed by Dan Marsden. Reversed logic fixed when editing...
dhawes [Thu, 27 Jan 2005 00:55:13 +0000 (00:55 +0000)]
Another bug discovered and squashed by Dan Marsden. Reversed logic fixed when editing feeds.

20 years agoREADME changed a little.
mits [Wed, 26 Jan 2005 23:19:01 +0000 (23:19 +0000)]
README changed a little.

20 years agoPolishing the styles for the quiz_results block a bit.
defacer [Wed, 26 Jan 2005 22:31:42 +0000 (22:31 +0000)]
Polishing the styles for the quiz_results block a bit.

20 years agoMore language strings for the quiz_results block. I think that will be all.
defacer [Wed, 26 Jan 2005 22:23:39 +0000 (22:23 +0000)]
More language strings for the quiz_results block. I think that will be all.

20 years agoCorrecting a mistake: hide the block if there are no results for that quiz.
defacer [Wed, 26 Jan 2005 22:22:55 +0000 (22:22 +0000)]
Correcting a mistake: hide the block if there are no results for that quiz.

20 years agoNew: The block now works in group mode too!
defacer [Wed, 26 Jan 2005 22:14:22 +0000 (22:14 +0000)]
New:    The block now works in group mode too!
Bugfix: Grades were not being displayed correctly as percentages.

20 years agoSorted and commented CSS acording to the standard CSS files. Not yet ready.
urs_hunkler [Wed, 26 Jan 2005 21:45:19 +0000 (21:45 +0000)]
Sorted and commented CSS acording to the standard CSS files. Not yet ready.

20 years agoMajor changes
dlnsk [Wed, 26 Jan 2005 21:21:16 +0000 (21:21 +0000)]
Major changes

20 years agoOptimized the Structure to make it even more "readable".
urs_hunkler [Wed, 26 Jan 2005 20:18:17 +0000 (20:18 +0000)]
Optimized the Structure to make it even more "readable".

20 years agoProvisional fix for the "100% < anything else" bug.
defacer [Wed, 26 Jan 2005 19:59:08 +0000 (19:59 +0000)]
Provisional fix for the "100% < anything else" bug.
If it's compatible with Postgres, then cool!

20 years agonew help files translated.
mits [Wed, 26 Jan 2005 17:33:16 +0000 (17:33 +0000)]
new help files translated.

20 years agochanged "samenvatting" (from course summary) to "beschrijving" - more intuitive
koenr [Wed, 26 Jan 2005 17:06:40 +0000 (17:06 +0000)]
changed "samenvatting" (from course summary) to "beschrijving" - more intuitive

20 years agopolished.
mits [Wed, 26 Jan 2005 16:47:09 +0000 (16:47 +0000)]
polished.

20 years agotranslated some.
mits [Wed, 26 Jan 2005 16:39:52 +0000 (16:39 +0000)]
translated some.
new translated file added.

20 years agoCSS properties supplemented to deal with unwanted post modernism effects ;-)
urs_hunkler [Wed, 26 Jan 2005 16:26:24 +0000 (16:26 +0000)]
CSS properties supplemented to deal with unwanted post modernism effects ;-)

20 years agoI've deleted the hard coded distance (<br />) and added CSS properties in the CSS...
urs_hunkler [Wed, 26 Jan 2005 15:57:00 +0000 (15:57 +0000)]
I've deleted the hard coded distance (<br />) and added CSS properties in the CSS files to define the distance between the sideblocks.

20 years agomissing strings
koenr [Wed, 26 Jan 2005 15:33:50 +0000 (15:33 +0000)]
missing strings

20 years agoAdding that nifty BODY id and class detection code to pages... I have the
defacer [Wed, 26 Jan 2005 15:33:50 +0000 (15:33 +0000)]
Adding that nifty BODY id and class detection code to pages... I have the
feeling that this is the way to go, as more Moodle things will be converted
to use $PAGE in the future.

20 years agoSorted and commented CSS. Now you find an intro with a short overview, a short index...
urs_hunkler [Wed, 26 Jan 2005 15:10:47 +0000 (15:10 +0000)]
Sorted and commented CSS. Now you find an intro with a short overview, a short index and the info where to place new CSS. It was a quite nitpicking work, so please help and look at it and tell me, if everything is all right - sort order, do you find anything fast, etc.

20 years agomissing strings
koenr [Wed, 26 Jan 2005 15:08:38 +0000 (15:08 +0000)]
missing strings

20 years agomissing string
koenr [Wed, 26 Jan 2005 14:50:58 +0000 (14:50 +0000)]
missing string

20 years agomissing string for cron
koenr [Wed, 26 Jan 2005 14:48:17 +0000 (14:48 +0000)]
missing string for cron

20 years agomoving towards XHTML compliance
koenr [Wed, 26 Jan 2005 14:47:26 +0000 (14:47 +0000)]
moving towards XHTML compliance

20 years agofixed $a->lastname (see http://moodle.org/mod/forum/discuss.php?d=1309): shouldn...
koenr [Wed, 26 Jan 2005 14:29:08 +0000 (14:29 +0000)]
fixed $a->lastname (see http://moodle.org/mod/forum/discuss.php?d=1309): shouldn't be there

20 years agoFixed inline comments (I had tried a couple of schemes).
moodler [Wed, 26 Jan 2005 14:18:36 +0000 (14:18 +0000)]
Fixed inline comments (I had tried a couple of schemes).

20 years agoUpdated to use the new standardsheets variable
moodler [Wed, 26 Jan 2005 14:17:28 +0000 (14:17 +0000)]
Updated to use the new standardsheets variable

20 years agoBetter handles an empty array.
moodler [Wed, 26 Jan 2005 14:16:15 +0000 (14:16 +0000)]
Better handles an empty array.

20 years agoThere is a new configuration variable called
moodler [Wed, 26 Jan 2005 14:14:16 +0000 (14:14 +0000)]
There is a new configuration variable called

   $THEME->standardsheets

that a theme can use to control how much of the
standard theme is included before the actual current
theme sheets.

When true, use all subsheets from "standard"

When not existent, use all subsheets from "standard" (this is to help old
themes work better out of the box)

When false, don't use standard at all

When an array of filenames, only use those (in that order).

20 years agochanged boodschap to bericht: shorter and more neutral
koenr [Wed, 26 Jan 2005 11:34:38 +0000 (11:34 +0000)]
changed boodschap to bericht: shorter and more neutral

20 years agoAdded bit for Learnwise import format.
thepurpleblob [Wed, 26 Jan 2005 10:47:54 +0000 (10:47 +0000)]
Added bit for Learnwise import format.

20 years agoI've deleted this folder because all work will be done ind the standard theme from...
urs_hunkler [Wed, 26 Jan 2005 10:46:45 +0000 (10:46 +0000)]
I've deleted this folder because all work will be done ind the standard theme from now on.

20 years agoAdded Learnwise import format string
thepurpleblob [Wed, 26 Jan 2005 10:41:43 +0000 (10:41 +0000)]
Added Learnwise import format string

20 years agoHTML Entities are now 'reversed' on import.
thepurpleblob [Wed, 26 Jan 2005 10:37:16 +0000 (10:37 +0000)]
HTML Entities are now 'reversed' on import.

20 years agoAdded example file of the learnwise import format
thepurpleblob [Wed, 26 Jan 2005 10:36:31 +0000 (10:36 +0000)]
Added example file of the learnwise import format

20 years agoremoved loading of "styles.php" within the header, because it is in the meantime...
urs_hunkler [Wed, 26 Jan 2005 09:44:59 +0000 (09:44 +0000)]
removed  loading of "styles.php" within the header, because it is in the meantime loaded by print_header.

20 years agoadded CSS property to define the distance between the sideblocks, because I've delete...
urs_hunkler [Wed, 26 Jan 2005 09:17:24 +0000 (09:17 +0000)]
added CSS property to define the distance between the sideblocks, because I've deleted the hard coded distance (<br />) in weblib.php.

20 years agoadded loading "styles.php"
urs_hunkler [Wed, 26 Jan 2005 09:15:16 +0000 (09:15 +0000)]
added  loading "styles.php"

20 years agoUpdate (part 2)
martignoni [Wed, 26 Jan 2005 07:53:45 +0000 (07:53 +0000)]
Update (part 2)

20 years agoAdded a few styles for the quiz_results block.
defacer [Wed, 26 Jan 2005 04:27:48 +0000 (04:27 +0000)]
Added a few styles for the quiz_results block.

20 years agofinal step in eliminating the type field recently removed from rss database
dhawes [Wed, 26 Jan 2005 03:31:34 +0000 (03:31 +0000)]
final step in eliminating the type field recently removed from rss database

20 years agoremoved references to 'type' field which was removed from rss table when latest versi...
dhawes [Wed, 26 Jan 2005 00:41:49 +0000 (00:41 +0000)]
removed references to 'type' field which was removed from rss table when latest version of magpie was adopted

20 years agochanged an echo to a print, silly but I prefer print in php files and echo for debug...
dhawes [Wed, 26 Jan 2005 00:40:03 +0000 (00:40 +0000)]
changed an echo to a print, silly but I prefer print in php files and echo for debug and embedded html :)

20 years agoremoved type field and added placeholder preferredtitle field
dhawes [Wed, 26 Jan 2005 00:38:01 +0000 (00:38 +0000)]
removed type field and added placeholder preferredtitle field

20 years agoadded function lesson_clean_data_submitted(), this cleans the object made from data_s...
michaelpenne [Wed, 26 Jan 2005 00:30:46 +0000 (00:30 +0000)]
added function lesson_clean_data_submitted(), this cleans the object made from data_submitted() function (forgot comments before)

20 years agoInitial checkin of language for the quiz_results block.
defacer [Wed, 26 Jan 2005 00:29:42 +0000 (00:29 +0000)]
Initial checkin of language for the quiz_results block.

20 years agoadded function lesson_clean_data_submitted(), this cleans the object made from data_s...
michaelpenne [Wed, 26 Jan 2005 00:25:20 +0000 (00:25 +0000)]
added function lesson_clean_data_submitted(), this cleans the object made from data_submitted() function

20 years agosecurity updates: parameter cleaning
michaelpenne [Wed, 26 Jan 2005 00:22:51 +0000 (00:22 +0000)]
security updates: parameter cleaning

20 years agoFirst commit of the requested quiz_results block.
defacer [Tue, 25 Jan 2005 23:49:36 +0000 (23:49 +0000)]
First commit of the requested quiz_results block.

20 years agomoving towards XHTML compliance
koenr [Tue, 25 Jan 2005 23:30:24 +0000 (23:30 +0000)]
moving towards XHTML compliance

20 years agomoving towards XHTML compliance
koenr [Tue, 25 Jan 2005 22:27:59 +0000 (22:27 +0000)]
moving towards XHTML compliance

20 years agonew help file translated.
mits [Tue, 25 Jan 2005 21:22:27 +0000 (21:22 +0000)]
new help file translated.

20 years agoAdding Learnwise import - created by Alton College, Hampshire UK
thepurpleblob [Tue, 25 Jan 2005 20:18:05 +0000 (20:18 +0000)]
Adding Learnwise import - created by Alton College, Hampshire UK
Still to do testing etc.

20 years agomoving towards XHTML compliance missed nowrap="nowrap"
koenr [Tue, 25 Jan 2005 20:05:18 +0000 (20:05 +0000)]
moving towards XHTML compliance missed nowrap="nowrap"

20 years agomoving towards XHTML compliance - missed nowrap="nowrap"
koenr [Tue, 25 Jan 2005 19:39:34 +0000 (19:39 +0000)]
moving towards XHTML compliance - missed nowrap="nowrap"

20 years agoWeren't these two mistakenly switched? Compare the results from
defacer [Tue, 25 Jan 2005 19:23:05 +0000 (19:23 +0000)]
Weren't these two mistakenly switched? Compare the results from
/index.php and /course/view.php to see what I mean.

20 years agoAdding some extra debug output when a specific error() occurs to help track
defacer [Tue, 25 Jan 2005 19:13:09 +0000 (19:13 +0000)]
Adding some extra debug output when a specific error() occurs to help track
down a problem which has been reported in the forums (it is NOT a bug though).

THIS SHOULD BE REMOVED BEFORE 1.5 IS RELEASED!

20 years agoRemoved some THEME stuff
moodler [Tue, 25 Jan 2005 17:39:55 +0000 (17:39 +0000)]
Removed some THEME stuff

20 years agoRemoved some $THEME stuff
moodler [Tue, 25 Jan 2005 17:16:34 +0000 (17:16 +0000)]
Removed some $THEME stuff

20 years agoFixed a small bug in the body tag
moodler [Tue, 25 Jan 2005 17:13:48 +0000 (17:13 +0000)]
Fixed a small bug in the body tag